diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:03:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:03:36 +0000 |
commit | 17d40c6057c88f4c432b0d7bac88e1b84cb7e67f (patch) | |
tree | 3f66c4a5918660bb8a758ab6cda5ff8ee4f6cdcd /vendor/itoa/Cargo.toml | |
parent | Adding upstream version 1.64.0+dfsg1. (diff) | |
download | rustc-upstream/1.65.0+dfsg1.tar.xz rustc-upstream/1.65.0+dfsg1.zip |
Adding upstream version 1.65.0+dfsg1.upstream/1.65.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/itoa/Cargo.toml')
-rw-r--r-- | vendor/itoa/Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vendor/itoa/Cargo.toml b/vendor/itoa/Cargo.toml index 51506e7a1..c3a1bd601 100644 --- a/vendor/itoa/Cargo.toml +++ b/vendor/itoa/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" rust-version = "1.36" name = "itoa" -version = "1.0.2" +version = "1.0.3" authors = ["David Tolnay <dtolnay@gmail.com>"] exclude = [ "performance.png", @@ -22,7 +22,11 @@ exclude = [ description = "Fast integer primitive to string conversion" documentation = "https://docs.rs/itoa" readme = "README.md" -categories = ["value-formatting"] +keywords = ["integer"] +categories = [ + "value-formatting", + "no-std", +] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/itoa" |