Files
third_party_rust_itoa/Cargo.toml
T
David Tolnay 8696311032 Release 1.0.6
2023-03-03 15:18:01 -08:00

23 lines
614 B
TOML

[package]
name = "itoa"
version = "1.0.6" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting", "no-std"]
description = "Fast integer primitive to string conversion"
documentation = "https://docs.rs/itoa"
edition = "2018"
exclude = ["performance.png", "chart/**"]
keywords = ["integer"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/itoa"
rust-version = "1.36"
[dependencies]
no-panic = { version = "0.1", optional = true }
[lib]
doc-scrape-examples = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]