diff --git a/Cargo.toml b/Cargo.toml index 40c8f54..8096489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,15 +2,15 @@ name = "itoa" version = "1.0.2" # remember to update html_root_url authors = ["David Tolnay "] -rust-version = "1.36" -license = "MIT OR Apache-2.0" -description = "Fast integer primitive to string conversion" -repository = "https://github.com/dtolnay/itoa" -documentation = "https://docs.rs/itoa" categories = ["value-formatting"] -readme = "README.md" -exclude = ["performance.png", "chart/**"] +description = "Fast integer primitive to string conversion" +documentation = "https://docs.rs/itoa" edition = "2018" +exclude = ["performance.png", "chart/**"] +license = "MIT OR Apache-2.0" +readme = "README.md" +repository = "https://github.com/dtolnay/itoa" +rust-version = "1.36" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 7ae7ea5..5aafd28 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "itoa-fuzz" version = "0.0.0" -publish = false edition = "2018" +publish = false [package.metadata] cargo-fuzz = true