blob: 019240193cdcdb0ffa5405915aedabb757d58009 [file] [log] [blame]
[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"]