aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 019240193cdcdb0ffa5405915aedabb757d58009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "itoa"
version = "0.4.7" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Fast functions for printing integer primitives to an io::Write"
repository = "https://github.com/dtolnay/itoa"
documentation = "https://docs.rs/itoa"
categories = ["value-formatting"]
readme = "README.md"
exclude = ["performance.png"]

[features]
default = ["std"]
i128 = []
std = []

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]