Remove authors directives from Cargo crates

Most of these are pretty dated and Cargo defaults nowadays to not
emitting an `authors` field so this commit also removes them from the
manifests.
This commit is contained in:
Alex Crichton 2021-10-22 10:27:20 -07:00
parent cabe1cca0a
commit c687d83ada
13 changed files with 0 additions and 15 deletions

View file

@ -2,9 +2,6 @@
name = "cargo"
version = "0.59.0"
edition = "2021"
authors = ["Yehuda Katz <wycats@gmail.com>",
"Carl Lerche <me@carllerche.com>",
"Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://crates.io"
repository = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-platform"
version = "0.1.2"
authors = ["The Cargo Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-test-macro"
version = "0.1.0"
authors = ["Jethro Beekman <jethro@fortanix.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-test-support"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
edition = "2021"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-util"
version = "0.1.1"
authors = ["The Cargo Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rust-lang/cargo"

View file

@ -2,7 +2,6 @@
name = "crates-io"
version = "0.33.0"
edition = "2021"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
description = """

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-credential-1password"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-credential-gnome-secret"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-credential-macos-keychain"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-credential-wincred"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "cargo-credential"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"

View file

@ -1,7 +1,6 @@
[package]
name = "mdman"
version = "0.1.0"
authors = ["Eric Huss"]
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Creates a man page page from markdown."

View file

@ -1,7 +1,6 @@
[package]
name = "resolver-tests"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
[dependencies]