Skip to content

Commit 2f86a26

Browse files
committed
Remove authors from Cargo metadata (per RFC 3052)
1 parent 07d6f27 commit 2f86a26

File tree

115 files changed

+0
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+0
-116
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repository = "https://github.com/uutils/coreutils"
1111
edition.workspace = true
1212
rust-version.workspace = true
1313
version.workspace = true
14-
authors.workspace = true
1514
license.workspace = true
1615
homepage.workspace = true
1716
keywords.workspace = true
@@ -376,7 +375,6 @@ members = [
376375
]
377376

378377
[workspace.package]
379-
authors = ["uutils developers"]
380378
categories = ["command-line-utilities"]
381379
edition = "2024"
382380
rust-version = "1.88.0"

fuzz/uufuzz/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
22
name = "uufuzz"
3-
authors = ["uutils developers"]
43
description = "uutils ~ 'core' uutils fuzzing library"
54
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
65
version = "0.8.0"

src/uu/arch/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_arch"
33
description = "arch ~ (uutils) display machine architecture"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/arch"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/b2sum/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_b2sum"
33
description = "b2sum ~ (uutils) Print or check the BLAKE2b checksums"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/b2sum"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/base32/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_base32"
33
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base32"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/base64/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_base64"
33
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base64"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/basename/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_basename"
33
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basename"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/basenc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_basenc"
33
description = "basenc ~ (uutils) decode/encode input"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basenc"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/cat/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "uu_cat"
33
description = "cat ~ (uutils) concatenate and display input"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cat"
55
version.workspace = true
6-
authors.workspace = true
76
license.workspace = true
87
homepage.workspace = true
98
keywords.workspace = true

src/uu/chcon/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "chcon ~ (uutils) change file security context"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chcon"
55
keywords = ["coreutils", "uutils", "cli", "utility"]
66
version.workspace = true
7-
authors.workspace = true
87
license.workspace = true
98
homepage.workspace = true
109
categories.workspace = true

0 commit comments

Comments
 (0)