Skip to content

Commit c687d83

Browse files
committed
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.
1 parent cabe1cc commit c687d83

File tree

13 files changed

+0
-15
lines changed

13 files changed

+0
-15
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
name = "cargo"
33
version = "0.59.0"
44
edition = "2021"
5-
authors = ["Yehuda Katz <[email protected]>",
6-
"Carl Lerche <[email protected]>",
7-
"Alex Crichton <[email protected]>"]
85
license = "MIT OR Apache-2.0"
96
homepage = "https://crates.io"
107
repository = "https://github.com/rust-lang/cargo"

crates/cargo-platform/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-platform"
33
version = "0.1.2"
4-
authors = ["The Cargo Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
homepage = "https://github.com/rust-lang/cargo"

crates/cargo-test-macro/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-test-macro"
33
version = "0.1.0"
4-
authors = ["Jethro Beekman <[email protected]>"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
homepage = "https://github.com/rust-lang/cargo"

crates/cargo-test-support/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-test-support"
33
version = "0.1.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
license = "MIT OR Apache-2.0"
65
edition = "2021"
76

crates/cargo-util/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-util"
33
version = "0.1.1"
4-
authors = ["The Cargo Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
homepage = "https://github.com/rust-lang/cargo"

crates/crates-io/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
name = "crates-io"
33
version = "0.33.0"
44
edition = "2021"
5-
authors = ["Alex Crichton <[email protected]>"]
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/cargo"
87
description = """

crates/credential/cargo-credential-1password/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-credential-1password"
33
version = "0.1.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/cargo"

crates/credential/cargo-credential-gnome-secret/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-credential-gnome-secret"
33
version = "0.1.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/cargo"

crates/credential/cargo-credential-macos-keychain/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-credential-macos-keychain"
33
version = "0.1.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/cargo"

crates/credential/cargo-credential-wincred/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-credential-wincred"
33
version = "0.1.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/cargo"

crates/credential/cargo-credential/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "cargo-credential"
33
version = "0.1.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/rust-lang/cargo"

crates/mdman/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "mdman"
33
version = "0.1.0"
4-
authors = ["Eric Huss"]
54
edition = "2021"
65
license = "MIT OR Apache-2.0"
76
description = "Creates a man page page from markdown."

crates/resolver-tests/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "resolver-tests"
33
version = "0.1.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
edition = "2018"
65

76
[dependencies]

0 commit comments

Comments
 (0)