You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
520 B
20 lines
520 B
[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"]
|