mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Remove authors from Cargo metadata (per RFC 3052)
This commit is contained in:
committed by
Daniel Hofstetter
parent
bec5c25387
commit
4e68e67416
@@ -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,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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user