blob: 2781d7c914655369328224ee3e314b267fa2d514 [file] [log] [blame]
[package]
name = "itoa"
version = "0.4.8" # 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"]