itoa/Cargo.toml

17 lines
503 B
TOML
Raw Normal View History

2016-06-25 17:32:23 -04:00
[package]
name = "itoa"
2022-05-15 17:09:51 -04:00
version = "1.0.2" # remember to update html_root_url
2016-06-25 17:32:23 -04:00
authors = ["David Tolnay <dtolnay@gmail.com>"]
rust-version = "1.36"
2019-05-09 18:30:19 -04:00
license = "MIT OR Apache-2.0"
2021-12-12 00:17:45 -05:00
description = "Fast integer primitive to string conversion"
2016-06-25 17:32:23 -04:00
repository = "https://github.com/dtolnay/itoa"
documentation = "https://docs.rs/itoa"
2017-02-05 08:47:25 -05:00
categories = ["value-formatting"]
2017-08-22 22:45:13 -04:00
readme = "README.md"
2021-12-12 00:36:51 -05:00
exclude = ["performance.png", "chart/**"]
2021-12-11 03:14:08 -05:00
edition = "2018"
2017-09-12 16:52:24 -04:00
2020-03-17 16:23:09 -04:00
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]