blob: 02b43829ce38a2cc90eeff0e78d8498bb5cfc1c8 [file] [log] [blame]
Yi Kong8884bbe2020-08-31 01:13:13 +08001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
Joel Galenson2aa19112021-09-22 11:09:12 -07006# to registry (e.g., crates.io) dependencies.
Yi Kong8884bbe2020-08-31 01:13:13 +08007#
Joel Galenson2aa19112021-09-22 11:09:12 -07008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Yi Kong8884bbe2020-08-31 01:13:13 +080011
12[package]
13name = "itoa"
Joel Galenson2aa19112021-09-22 11:09:12 -070014version = "0.4.8"
Yi Kong8884bbe2020-08-31 01:13:13 +080015authors = ["David Tolnay <dtolnay@gmail.com>"]
16exclude = ["performance.png"]
17description = "Fast functions for printing integer primitives to an io::Write"
Haibo Huanga4c5ece2020-12-29 20:32:47 -080018documentation = "https://docs.rs/itoa"
Yi Kong8884bbe2020-08-31 01:13:13 +080019readme = "README.md"
20categories = ["value-formatting"]
21license = "MIT OR Apache-2.0"
22repository = "https://github.com/dtolnay/itoa"
23[package.metadata.docs.rs]
24targets = ["x86_64-unknown-linux-gnu"]
25
26[features]
27default = ["std"]
28i128 = []
29std = []