[package] name = "itoa" version = "1.0.2" # remember to update html_root_url authors = ["David Tolnay "] rust-version = "1.36" license = "MIT OR Apache-2.0" description = "Fast integer primitive to string conversion" repository = "https://github.com/dtolnay/itoa" documentation = "https://docs.rs/itoa" categories = ["value-formatting"] readme = "README.md" exclude = ["performance.png", "chart/**"] edition = "2018" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]