diff --git a/Cargo.toml b/Cargo.toml index 90088f43f12fd..19c4fb81b7a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,6 @@ keywords = ["libc", "ffi", "bindings", "operating", "system"] categories = ["external-ffi-bindings", "no-std", "os"] exclude = ["/ci/*", "/.github/*", "/triagebot.toml"] description = "Raw FFI bindings to platform libraries like libc." -authors = ["The Rust Project Developers"] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/libc" diff --git a/ctest-test/Cargo.toml b/ctest-test/Cargo.toml index 1ffd494ffd1e2..989b1f66e89a8 100644 --- a/ctest-test/Cargo.toml +++ b/ctest-test/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "ctest-test" version = "0.1.0" -authors = ["Alex Crichton "] publish = false edition = "2021" diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 45f21bf1c1161..14158fe4d6710 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -3,7 +3,6 @@ name = "libc-test" version = "0.1.0" description = "A test crate for the libc crate." publish = false -authors = ["The Rust Project Developers"] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/libc"