Sort package entries in Cargo.toml

This commit is contained in:
David Tolnay 2022-07-31 19:19:03 -07:00
parent 366ff427d7
commit 44ed979a8d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 8 additions and 8 deletions

View File

@ -2,15 +2,15 @@
name = "itoa"
version = "1.0.2" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>"]
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"]

View File

@ -1,8 +1,8 @@
[package]
name = "itoa-fuzz"
version = "0.0.0"
publish = false
edition = "2018"
publish = false
[package.metadata]
cargo-fuzz = true