Remove authors from Cargo metadata (per RFC 3052)

This commit is contained in:
xtqqczze
2026-04-15 10:56:13 +01:00
committed by Daniel Hofstetter
parent bec5c25387
commit 4e68e67416
115 changed files with 0 additions and 116 deletions
-2
View File
@@ -11,7 +11,6 @@ repository = "https://github.com/uutils/coreutils"
edition.workspace = true
rust-version.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
@@ -376,7 +375,6 @@ members = [
]
[workspace.package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
edition = "2024"
rust-version = "1.88.0"
-1
View File
@@ -1,6 +1,5 @@
[package]
name = "uufuzz"
authors = ["uutils developers"]
description = "uutils ~ 'core' uutils fuzzing library"
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
version = "0.8.0"
-1
View File
@@ -3,7 +3,6 @@ name = "uu_arch"
description = "arch ~ (uutils) display machine architecture"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/arch"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_b2sum"
description = "b2sum ~ (uutils) Print or check the BLAKE2b checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/b2sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_base32"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base32"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_base64"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base64"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_basename"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basename"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_basenc"
description = "basenc ~ (uutils) decode/encode input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basenc"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cat"
description = "cat ~ (uutils) concatenate and display input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cat"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -4,7 +4,6 @@ description = "chcon ~ (uutils) change file security context"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chcon"
keywords = ["coreutils", "uutils", "cli", "utility"]
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
categories.workspace = true
-1
View File
@@ -2,7 +2,6 @@
name = "uu_checksum_common"
description = "Base for checksum utils"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chgrp"
description = "chgrp ~ (uutils) change the group ownership of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chgrp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chmod"
description = "chmod ~ (uutils) change mode of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chmod"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chown"
description = "chown ~ (uutils) change the ownership of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chown"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chroot"
description = "chroot ~ (uutils) run COMMAND under a new root directory"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chroot"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cksum"
description = "cksum ~ (uutils) display CRC and size of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cksum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_comm"
description = "comm ~ (uutils) compare sorted inputs"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/comm"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cp"
description = "cp ~ (uutils) copy SOURCE to DESTINATION"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_csplit"
description = "csplit ~ (uutils) Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cut"
description = "cut ~ (uutils) display byte/field columns of input lines"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cut"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true

Some files were not shown because too many files have changed in this diff Show More