From 895b208391825c7aa47e6017fb959f3e1479bfa6 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 9 Apr 2025 03:49:10 -0400 Subject: [PATCH] Consolidate crate config in workspace Make all common data like version, edition, license, ... be managed in one central workspace. This makes management much simpler --- Cargo.toml | 23 ++++++++++++++--------- src/uu/arch/Cargo.toml | 16 +++++++--------- src/uu/base32/Cargo.toml | 16 +++++++--------- src/uu/base64/Cargo.toml | 16 +++++++--------- src/uu/basename/Cargo.toml | 16 +++++++--------- src/uu/basenc/Cargo.toml | 16 +++++++--------- src/uu/cat/Cargo.toml | 16 +++++++--------- src/uu/chcon/Cargo.toml | 13 ++++++------- src/uu/chgrp/Cargo.toml | 16 +++++++--------- src/uu/chmod/Cargo.toml | 16 +++++++--------- src/uu/chown/Cargo.toml | 16 +++++++--------- src/uu/chroot/Cargo.toml | 16 +++++++--------- src/uu/cksum/Cargo.toml | 16 +++++++--------- src/uu/comm/Cargo.toml | 16 +++++++--------- src/uu/cp/Cargo.toml | 18 ++++++++---------- src/uu/csplit/Cargo.toml | 16 +++++++--------- src/uu/cut/Cargo.toml | 16 +++++++--------- src/uu/date/Cargo.toml | 16 +++++++--------- src/uu/dd/Cargo.toml | 16 +++++++--------- src/uu/df/Cargo.toml | 16 +++++++--------- src/uu/dir/Cargo.toml | 16 +++++++--------- src/uu/dircolors/Cargo.toml | 16 +++++++--------- src/uu/dirname/Cargo.toml | 16 +++++++--------- src/uu/du/Cargo.toml | 16 +++++++--------- src/uu/echo/Cargo.toml | 16 +++++++--------- src/uu/env/Cargo.toml | 16 +++++++--------- src/uu/expand/Cargo.toml | 16 +++++++--------- src/uu/expr/Cargo.toml | 16 +++++++--------- src/uu/factor/Cargo.toml | 16 +++++++--------- src/uu/false/Cargo.toml | 17 ++++++++--------- src/uu/fmt/Cargo.toml | 16 +++++++--------- src/uu/fold/Cargo.toml | 16 +++++++--------- src/uu/groups/Cargo.toml | 16 +++++++--------- src/uu/hashsum/Cargo.toml | 16 +++++++--------- src/uu/head/Cargo.toml | 16 +++++++--------- src/uu/hostid/Cargo.toml | 16 +++++++--------- src/uu/hostname/Cargo.toml | 16 +++++++--------- src/uu/id/Cargo.toml | 16 +++++++--------- src/uu/install/Cargo.toml | 16 +++++++--------- src/uu/join/Cargo.toml | 16 +++++++--------- src/uu/kill/Cargo.toml | 16 +++++++--------- src/uu/link/Cargo.toml | 16 +++++++--------- src/uu/ln/Cargo.toml | 16 +++++++--------- src/uu/logname/Cargo.toml | 16 +++++++--------- src/uu/ls/Cargo.toml | 16 +++++++--------- src/uu/mkdir/Cargo.toml | 16 +++++++--------- src/uu/mkfifo/Cargo.toml | 16 +++++++--------- src/uu/mknod/Cargo.toml | 16 +++++++--------- src/uu/mktemp/Cargo.toml | 16 +++++++--------- src/uu/more/Cargo.toml | 16 +++++++--------- src/uu/mv/Cargo.toml | 16 +++++++--------- src/uu/nice/Cargo.toml | 16 +++++++--------- src/uu/nl/Cargo.toml | 16 +++++++--------- src/uu/nohup/Cargo.toml | 16 +++++++--------- src/uu/nproc/Cargo.toml | 16 +++++++--------- src/uu/numfmt/Cargo.toml | 16 +++++++--------- src/uu/od/Cargo.toml | 16 +++++++--------- src/uu/paste/Cargo.toml | 16 +++++++--------- src/uu/pathchk/Cargo.toml | 16 +++++++--------- src/uu/pinky/Cargo.toml | 16 +++++++--------- src/uu/pr/Cargo.toml | 16 +++++++--------- src/uu/printenv/Cargo.toml | 16 +++++++--------- src/uu/printf/Cargo.toml | 16 +++++++--------- src/uu/ptx/Cargo.toml | 16 +++++++--------- src/uu/pwd/Cargo.toml | 16 +++++++--------- src/uu/readlink/Cargo.toml | 16 +++++++--------- src/uu/realpath/Cargo.toml | 16 +++++++--------- src/uu/rm/Cargo.toml | 16 +++++++--------- src/uu/rmdir/Cargo.toml | 16 +++++++--------- src/uu/runcon/Cargo.toml | 13 ++++++------- src/uu/seq/Cargo.toml | 16 +++++++--------- src/uu/shred/Cargo.toml | 16 +++++++--------- src/uu/shuf/Cargo.toml | 16 +++++++--------- src/uu/sleep/Cargo.toml | 16 +++++++--------- src/uu/sort/Cargo.toml | 16 +++++++--------- src/uu/split/Cargo.toml | 16 +++++++--------- src/uu/stat/Cargo.toml | 16 +++++++--------- src/uu/stdbuf/Cargo.toml | 16 +++++++--------- src/uu/stdbuf/src/libstdbuf/Cargo.toml | 16 ++++++++-------- src/uu/stty/Cargo.toml | 16 +++++++--------- src/uu/sum/Cargo.toml | 16 +++++++--------- src/uu/sync/Cargo.toml | 16 +++++++--------- src/uu/tac/Cargo.toml | 16 +++++++--------- src/uu/tail/Cargo.toml | 16 +++++++--------- src/uu/tee/Cargo.toml | 16 +++++++--------- src/uu/test/Cargo.toml | 16 +++++++--------- src/uu/timeout/Cargo.toml | 16 +++++++--------- src/uu/touch/Cargo.toml | 16 +++++++--------- src/uu/tr/Cargo.toml | 16 +++++++--------- src/uu/true/Cargo.toml | 16 +++++++--------- src/uu/truncate/Cargo.toml | 16 +++++++--------- src/uu/tsort/Cargo.toml | 16 +++++++--------- src/uu/tty/Cargo.toml | 16 +++++++--------- src/uu/uname/Cargo.toml | 16 +++++++--------- src/uu/unexpand/Cargo.toml | 16 +++++++--------- src/uu/uniq/Cargo.toml | 16 +++++++--------- src/uu/unlink/Cargo.toml | 16 +++++++--------- src/uu/uptime/Cargo.toml | 16 +++++++--------- src/uu/users/Cargo.toml | 16 +++++++--------- src/uu/vdir/Cargo.toml | 16 +++++++--------- src/uu/wc/Cargo.toml | 16 +++++++--------- src/uu/who/Cargo.toml | 16 +++++++--------- src/uu/whoami/Cargo.toml | 16 +++++++--------- src/uu/yes/Cargo.toml | 16 +++++++--------- src/uucore/Cargo.toml | 15 +++++++-------- src/uucore_procs/Cargo.toml | 11 +++++------ src/uuhelp_parser/Cargo.toml | 9 ++++----- tests/uutests/Cargo.toml | 15 +++++++-------- 108 files changed, 759 insertions(+), 959 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c111428f0..b5978e1ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,21 +5,19 @@ [package] name = "coreutils" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust" default-run = "coreutils" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils" readme = "README.md" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] rust-version = "1.85.0" -edition = "2024" - build = "build.rs" +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true [package.metadata.docs.rs] all-features = true @@ -264,7 +262,14 @@ feat_os_windows_legacy = [ test = ["uu_test"] [workspace.package] +authors = ["uutils developers"] +categories = ["command-line-utilities"] +edition = "2024" +homepage = "https://github.com/uutils/coreutils" +keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] +license = "MIT" readme = "README.package.md" +version = "0.0.30" [workspace.dependencies] ansi-width = "0.1.0" diff --git a/src/uu/arch/Cargo.toml b/src/uu/arch/Cargo.toml index b7ca5c79c..611aa6845 100644 --- a/src/uu/arch/Cargo.toml +++ b/src/uu/arch/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_arch" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "arch ~ (uutils) display machine architecture" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/arch" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/base32/Cargo.toml b/src/uu/base32/Cargo.toml index a85fc0749..42421311c 100644 --- a/src/uu/base32/Cargo.toml +++ b/src/uu/base32/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_base32" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "base32 ~ (uutils) decode/encode input (base32-encoding)" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base32" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/base64/Cargo.toml b/src/uu/base64/Cargo.toml index 1e1d81a04..aa899f1a1 100644 --- a/src/uu/base64/Cargo.toml +++ b/src/uu/base64/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_base64" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "base64 ~ (uutils) decode/encode input (base64-encoding)" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base64" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/basename/Cargo.toml b/src/uu/basename/Cargo.toml index 5d4c82282..5123174ae 100644 --- a/src/uu/basename/Cargo.toml +++ b/src/uu/basename/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_basename" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "basename ~ (uutils) display PATHNAME with leading directory components removed" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basename" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/basenc/Cargo.toml b/src/uu/basenc/Cargo.toml index 121fd290d..2f78a9575 100644 --- a/src/uu/basenc/Cargo.toml +++ b/src/uu/basenc/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_basenc" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "basenc ~ (uutils) decode/encode input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basenc" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cat/Cargo.toml b/src/uu/cat/Cargo.toml index ca75a9c39..367164b83 100644 --- a/src/uu/cat/Cargo.toml +++ b/src/uu/cat/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_cat" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "cat ~ (uutils) concatenate and display input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cat" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chcon/Cargo.toml b/src/uu/chcon/Cargo.toml index 832f13450..ccf360563 100644 --- a/src/uu/chcon/Cargo.toml +++ b/src/uu/chcon/Cargo.toml @@ -1,15 +1,14 @@ [package] name = "uu_chcon" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "chcon ~ (uutils) change file security context" -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chcon" keywords = ["coreutils", "uutils", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chgrp/Cargo.toml b/src/uu/chgrp/Cargo.toml index ac59c42e3..7f23eec34 100644 --- a/src/uu/chgrp/Cargo.toml +++ b/src/uu/chgrp/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_chgrp" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "chgrp ~ (uutils) change the group ownership of FILE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chgrp" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chmod/Cargo.toml b/src/uu/chmod/Cargo.toml index eb4a2d864..09f1c531a 100644 --- a/src/uu/chmod/Cargo.toml +++ b/src/uu/chmod/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_chmod" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "chmod ~ (uutils) change mode of FILE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chmod" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chown/Cargo.toml b/src/uu/chown/Cargo.toml index 1faf6d2b5..dcf7c4454 100644 --- a/src/uu/chown/Cargo.toml +++ b/src/uu/chown/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_chown" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "chown ~ (uutils) change the ownership of FILE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chown" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/chroot/Cargo.toml b/src/uu/chroot/Cargo.toml index 6d43041f2..4d302d95f 100644 --- a/src/uu/chroot/Cargo.toml +++ b/src/uu/chroot/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_chroot" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "chroot ~ (uutils) run COMMAND under a new root directory" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chroot" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cksum/Cargo.toml b/src/uu/cksum/Cargo.toml index eade905a6..c49288aa9 100644 --- a/src/uu/cksum/Cargo.toml +++ b/src/uu/cksum/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_cksum" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "cksum ~ (uutils) display CRC and size of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cksum" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/comm/Cargo.toml b/src/uu/comm/Cargo.toml index dd8a3a4d8..716174280 100644 --- a/src/uu/comm/Cargo.toml +++ b/src/uu/comm/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_comm" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "comm ~ (uutils) compare sorted inputs" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/comm" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index f55a3a2b8..5d6ba6195 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -1,20 +1,18 @@ [package] name = "uu_cp" -version = "0.0.30" +description = "cp ~ (uutils) copy SOURCE to DESTINATION" +repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp" authors = [ "Jordy Dickinson ", "Joshua S. Miller ", "uutils developers", ] -license = "MIT" -description = "cp ~ (uutils) copy SOURCE to DESTINATION" - -homepage = "https://github.com/uutils/coreutils" -repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +license.workspace = true +version.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/csplit/Cargo.toml b/src/uu/csplit/Cargo.toml index 70bdc05bf..508656f68 100644 --- a/src/uu/csplit/Cargo.toml +++ b/src/uu/csplit/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_csplit" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" 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" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/cut/Cargo.toml b/src/uu/cut/Cargo.toml index f0d3a78d3..84fe09f23 100644 --- a/src/uu/cut/Cargo.toml +++ b/src/uu/cut/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_cut" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "cut ~ (uutils) display byte/field columns of input lines" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cut" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/date/Cargo.toml b/src/uu/date/Cargo.toml index dc1f71783..087d4befc 100644 --- a/src/uu/date/Cargo.toml +++ b/src/uu/date/Cargo.toml @@ -1,17 +1,15 @@ # spell-checker:ignore datetime [package] name = "uu_date" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "date ~ (uutils) display or set the current time" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/date" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dd/Cargo.toml b/src/uu/dd/Cargo.toml index 422516b41..38a216b03 100644 --- a/src/uu/dd/Cargo.toml +++ b/src/uu/dd/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_dd" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "dd ~ (uutils) copy and convert files" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/dd" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/df/Cargo.toml b/src/uu/df/Cargo.toml index 523723f70..6585b0abc 100644 --- a/src/uu/df/Cargo.toml +++ b/src/uu/df/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_df" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "df ~ (uutils) display file system information" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/df" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dir/Cargo.toml b/src/uu/dir/Cargo.toml index d4a06a83a..9bbec793b 100644 --- a/src/uu/dir/Cargo.toml +++ b/src/uu/dir/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_dir" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "shortcut to ls -C -b" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dircolors/Cargo.toml b/src/uu/dircolors/Cargo.toml index 55ca7512b..5403cd1b4 100644 --- a/src/uu/dircolors/Cargo.toml +++ b/src/uu/dircolors/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_dircolors" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "dircolors ~ (uutils) display commands to set LS_COLORS" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/dircolors" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/dirname/Cargo.toml b/src/uu/dirname/Cargo.toml index 594a9acea..7e505a37b 100644 --- a/src/uu/dirname/Cargo.toml +++ b/src/uu/dirname/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_dirname" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "dirname ~ (uutils) display parent directory of PATHNAME" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/dirname" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/du/Cargo.toml b/src/uu/du/Cargo.toml index e8af6cc68..5b0d3f5e8 100644 --- a/src/uu/du/Cargo.toml +++ b/src/uu/du/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_du" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "du ~ (uutils) display disk usage" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/du" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/echo/Cargo.toml b/src/uu/echo/Cargo.toml index 6c03e1477..80d563687 100644 --- a/src/uu/echo/Cargo.toml +++ b/src/uu/echo/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_echo" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "echo ~ (uutils) display TEXT" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/echo" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/env/Cargo.toml b/src/uu/env/Cargo.toml index ae4fdc15d..c943ef485 100644 --- a/src/uu/env/Cargo.toml +++ b/src/uu/env/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_env" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/env" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/expand/Cargo.toml b/src/uu/expand/Cargo.toml index c72fa6539..cd96b0278 100644 --- a/src/uu/expand/Cargo.toml +++ b/src/uu/expand/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_expand" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "expand ~ (uutils) convert input tabs to spaces" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/expand" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/expr/Cargo.toml b/src/uu/expr/Cargo.toml index 486a92454..00e3e3cab 100644 --- a/src/uu/expr/Cargo.toml +++ b/src/uu/expr/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_expr" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "expr ~ (uutils) display the value of EXPRESSION" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/expr" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/factor/Cargo.toml b/src/uu/factor/Cargo.toml index b3d5eb3a0..6b875074e 100644 --- a/src/uu/factor/Cargo.toml +++ b/src/uu/factor/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_factor" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "factor ~ (uutils) display the prime factors of each NUMBER" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/false/Cargo.toml b/src/uu/false/Cargo.toml index c597a57be..4fcbb9f4c 100644 --- a/src/uu/false/Cargo.toml +++ b/src/uu/false/Cargo.toml @@ -1,16 +1,15 @@ [package] name = "uu_false" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" + description = "false ~ (uutils) do nothing and fail" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/false" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/fmt/Cargo.toml b/src/uu/fmt/Cargo.toml index a95c3ab47..65e03b80d 100644 --- a/src/uu/fmt/Cargo.toml +++ b/src/uu/fmt/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_fmt" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "fmt ~ (uutils) reformat each paragraph of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/fmt" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/fold/Cargo.toml b/src/uu/fold/Cargo.toml index f8480d821..ab6adaba1 100644 --- a/src/uu/fold/Cargo.toml +++ b/src/uu/fold/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_fold" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "fold ~ (uutils) wrap each line of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/fold" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/groups/Cargo.toml b/src/uu/groups/Cargo.toml index 04a4e77fc..d3cd62d49 100644 --- a/src/uu/groups/Cargo.toml +++ b/src/uu/groups/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_groups" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "groups ~ (uutils) display group memberships for USERNAME" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/groups" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index 04bf393db..ff1c7de1c 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_hashsum" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "hashsum ~ (uutils) display or check input digests" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hashsum" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/head/Cargo.toml b/src/uu/head/Cargo.toml index b23474831..a812bac31 100644 --- a/src/uu/head/Cargo.toml +++ b/src/uu/head/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_head" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "head ~ (uutils) display the first lines of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/head" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/hostid/Cargo.toml b/src/uu/hostid/Cargo.toml index 73828736e..3599f0847 100644 --- a/src/uu/hostid/Cargo.toml +++ b/src/uu/hostid/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_hostid" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "hostid ~ (uutils) display the numeric identifier of the current host" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hostid" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/hostname/Cargo.toml b/src/uu/hostname/Cargo.toml index 994a33b84..40b62ef51 100644 --- a/src/uu/hostname/Cargo.toml +++ b/src/uu/hostname/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_hostname" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "hostname ~ (uutils) display or set the host name of the current host" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hostname" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/id/Cargo.toml b/src/uu/id/Cargo.toml index 2d8cbcd04..449b9cf92 100644 --- a/src/uu/id/Cargo.toml +++ b/src/uu/id/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_id" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "id ~ (uutils) display user and group information for USER" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/id" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml index ac10818d9..66051a3b5 100644 --- a/src/uu/install/Cargo.toml +++ b/src/uu/install/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_install" -version = "0.0.30" -authors = ["Ben Eills ", "uutils developers"] -license = "MIT" description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/install" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +authors = ["Ben Eills ", "uutils developers"] +license.workspace = true +version.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/join/Cargo.toml b/src/uu/join/Cargo.toml index cfdeeda47..1c7349c2c 100644 --- a/src/uu/join/Cargo.toml +++ b/src/uu/join/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_join" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "join ~ (uutils) merge lines from inputs with matching join fields" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/join" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/kill/Cargo.toml b/src/uu/kill/Cargo.toml index 75203a359..65385e289 100644 --- a/src/uu/kill/Cargo.toml +++ b/src/uu/kill/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_kill" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "kill ~ (uutils) send a signal to a process" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/kill" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/link/Cargo.toml b/src/uu/link/Cargo.toml index 52dd99c5b..41366f5d5 100644 --- a/src/uu/link/Cargo.toml +++ b/src/uu/link/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_link" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "link ~ (uutils) create a hard (file system) link to FILE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/link" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/ln/Cargo.toml b/src/uu/ln/Cargo.toml index 1906d58f2..47a492a43 100644 --- a/src/uu/ln/Cargo.toml +++ b/src/uu/ln/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_ln" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "ln ~ (uutils) create a (file system) link to TARGET" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ln" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/logname/Cargo.toml b/src/uu/logname/Cargo.toml index 09463b803..e723595b3 100644 --- a/src/uu/logname/Cargo.toml +++ b/src/uu/logname/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_logname" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "logname ~ (uutils) display the login name of the current user" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/logname" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index 5edb0c713..ff00175e7 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_ls" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "ls ~ (uutils) display directory contents" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mkdir/Cargo.toml b/src/uu/mkdir/Cargo.toml index 43ec6ba57..8fade0583 100644 --- a/src/uu/mkdir/Cargo.toml +++ b/src/uu/mkdir/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_mkdir" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "mkdir ~ (uutils) create DIRECTORY" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mkdir" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mkfifo/Cargo.toml b/src/uu/mkfifo/Cargo.toml index 13b8b44f4..86d9d0eed 100644 --- a/src/uu/mkfifo/Cargo.toml +++ b/src/uu/mkfifo/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_mkfifo" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "mkfifo ~ (uutils) create FIFOs (named pipes)" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mkfifo" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mknod/Cargo.toml b/src/uu/mknod/Cargo.toml index a20c82bdb..415056d04 100644 --- a/src/uu/mknod/Cargo.toml +++ b/src/uu/mknod/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_mknod" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "mknod ~ (uutils) create special file NAME of TYPE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mknod" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mktemp/Cargo.toml b/src/uu/mktemp/Cargo.toml index 9ea77c544..2b3f798e1 100644 --- a/src/uu/mktemp/Cargo.toml +++ b/src/uu/mktemp/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_mktemp" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "mktemp ~ (uutils) create and display a temporary file or directory from TEMPLATE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mktemp" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/more/Cargo.toml b/src/uu/more/Cargo.toml index 9d4a40157..bcc6d872c 100644 --- a/src/uu/more/Cargo.toml +++ b/src/uu/more/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_more" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "more ~ (uutils) input perusal filter" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/more" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/mv/Cargo.toml b/src/uu/mv/Cargo.toml index ae712d474..0b0d3da06 100644 --- a/src/uu/mv/Cargo.toml +++ b/src/uu/mv/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_mv" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "mv ~ (uutils) move (rename) SOURCE to DESTINATION" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mv" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nice/Cargo.toml b/src/uu/nice/Cargo.toml index 9aa4e6028..991f277a1 100644 --- a/src/uu/nice/Cargo.toml +++ b/src/uu/nice/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_nice" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "nice ~ (uutils) run PROGRAM with modified scheduling priority" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nice" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nl/Cargo.toml b/src/uu/nl/Cargo.toml index 4c8efb767..b3d6f492d 100644 --- a/src/uu/nl/Cargo.toml +++ b/src/uu/nl/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_nl" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "nl ~ (uutils) display input with added line numbers" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nl" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nohup/Cargo.toml b/src/uu/nohup/Cargo.toml index 482b27a22..9cb1b3be6 100644 --- a/src/uu/nohup/Cargo.toml +++ b/src/uu/nohup/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_nohup" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "nohup ~ (uutils) run COMMAND, ignoring hangup signals" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nohup" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/nproc/Cargo.toml b/src/uu/nproc/Cargo.toml index 2e4a58dc4..904fb23df 100644 --- a/src/uu/nproc/Cargo.toml +++ b/src/uu/nproc/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_nproc" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "nproc ~ (uutils) display the number of processing units available" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nproc" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/numfmt/Cargo.toml b/src/uu/numfmt/Cargo.toml index 1e01fef13..e762a7c49 100644 --- a/src/uu/numfmt/Cargo.toml +++ b/src/uu/numfmt/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_numfmt" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "numfmt ~ (uutils) reformat NUMBER" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/numfmt" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/od/Cargo.toml b/src/uu/od/Cargo.toml index cb0a5075d..a7c9ba336 100644 --- a/src/uu/od/Cargo.toml +++ b/src/uu/od/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_od" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "od ~ (uutils) display formatted representation of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/od" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/paste/Cargo.toml b/src/uu/paste/Cargo.toml index 346741eb7..7c48c3434 100644 --- a/src/uu/paste/Cargo.toml +++ b/src/uu/paste/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_paste" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "paste ~ (uutils) merge lines from inputs" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/paste" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pathchk/Cargo.toml b/src/uu/pathchk/Cargo.toml index 08fab78d4..4acd16ac3 100644 --- a/src/uu/pathchk/Cargo.toml +++ b/src/uu/pathchk/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_pathchk" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "pathchk ~ (uutils) diagnose invalid or non-portable PATHNAME" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pathchk" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pinky/Cargo.toml b/src/uu/pinky/Cargo.toml index 004218266..2d496f8fc 100644 --- a/src/uu/pinky/Cargo.toml +++ b/src/uu/pinky/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_pinky" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "pinky ~ (uutils) display user information" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pinky" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pr/Cargo.toml b/src/uu/pr/Cargo.toml index 4110617e4..60faf31bf 100644 --- a/src/uu/pr/Cargo.toml +++ b/src/uu/pr/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_pr" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "pr ~ (uutils) convert text files for printing" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pr" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/printenv/Cargo.toml b/src/uu/printenv/Cargo.toml index 3d63e9291..2b8b23ab8 100644 --- a/src/uu/printenv/Cargo.toml +++ b/src/uu/printenv/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_printenv" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "printenv ~ (uutils) display value of environment VAR" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printenv" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/printf/Cargo.toml b/src/uu/printf/Cargo.toml index 2325545d3..d58e83fd9 100644 --- a/src/uu/printf/Cargo.toml +++ b/src/uu/printf/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_printf" -version = "0.0.30" -authors = ["Nathan Ross", "uutils developers"] -license = "MIT" description = "printf ~ (uutils) FORMAT and display ARGUMENTS" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +authors = ["Nathan Ross", "uutils developers"] +license.workspace = true +version.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml index 133d6b436..1b180a7f8 100644 --- a/src/uu/ptx/Cargo.toml +++ b/src/uu/ptx/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_ptx" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "ptx ~ (uutils) display a permuted index of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ptx" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/pwd/Cargo.toml b/src/uu/pwd/Cargo.toml index 62e19d77a..aafd8c52e 100644 --- a/src/uu/pwd/Cargo.toml +++ b/src/uu/pwd/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_pwd" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "pwd ~ (uutils) display current working directory" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pwd" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/readlink/Cargo.toml b/src/uu/readlink/Cargo.toml index 2b65e460c..dd52e1d69 100644 --- a/src/uu/readlink/Cargo.toml +++ b/src/uu/readlink/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_readlink" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "readlink ~ (uutils) display resolved path of PATHNAME" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/readlink" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/realpath/Cargo.toml b/src/uu/realpath/Cargo.toml index 6ba3d3ca9..9060e38db 100644 --- a/src/uu/realpath/Cargo.toml +++ b/src/uu/realpath/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_realpath" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "realpath ~ (uutils) display resolved absolute path of PATHNAME" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/realpath" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/rm/Cargo.toml b/src/uu/rm/Cargo.toml index 4a0705a48..28366060e 100644 --- a/src/uu/rm/Cargo.toml +++ b/src/uu/rm/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_rm" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "rm ~ (uutils) remove PATHNAME" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/rm" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/rmdir/Cargo.toml b/src/uu/rmdir/Cargo.toml index c6a6d7501..03ec35279 100644 --- a/src/uu/rmdir/Cargo.toml +++ b/src/uu/rmdir/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_rmdir" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "rmdir ~ (uutils) remove empty DIRECTORY" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/rmdir" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/runcon/Cargo.toml b/src/uu/runcon/Cargo.toml index efd69ed3f..af11e9abb 100644 --- a/src/uu/runcon/Cargo.toml +++ b/src/uu/runcon/Cargo.toml @@ -1,15 +1,14 @@ [package] name = "uu_runcon" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "runcon ~ (uutils) run command with specified security context" -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/runcon" keywords = ["coreutils", "uutils", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +authors.workspace = true +categories.workspace = true +edition.workspace = true +homepage.workspace = true +license.workspace = true +version.workspace = true readme.workspace = true [lints] diff --git a/src/uu/seq/Cargo.toml b/src/uu/seq/Cargo.toml index cfec01c15..fffa5813a 100644 --- a/src/uu/seq/Cargo.toml +++ b/src/uu/seq/Cargo.toml @@ -1,17 +1,15 @@ # spell-checker:ignore bigdecimal cfgs extendedbigdecimal [package] name = "uu_seq" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "seq ~ (uutils) display a sequence of numbers" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/seq" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lib] diff --git a/src/uu/shred/Cargo.toml b/src/uu/shred/Cargo.toml index 7675bf2ac..6b90299a1 100644 --- a/src/uu/shred/Cargo.toml +++ b/src/uu/shred/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_shred" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "shred ~ (uutils) hide former FILE contents with repeated overwrites" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/shred" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/shuf/Cargo.toml b/src/uu/shuf/Cargo.toml index bc87befaf..83dca2bb6 100644 --- a/src/uu/shuf/Cargo.toml +++ b/src/uu/shuf/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_shuf" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "shuf ~ (uutils) display random permutations of input lines" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/shuf" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sleep/Cargo.toml b/src/uu/sleep/Cargo.toml index c4c03b0cf..5215606b8 100644 --- a/src/uu/sleep/Cargo.toml +++ b/src/uu/sleep/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_sleep" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "sleep ~ (uutils) pause for DURATION" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sleep" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sort/Cargo.toml b/src/uu/sort/Cargo.toml index a23a61b86..67676d809 100644 --- a/src/uu/sort/Cargo.toml +++ b/src/uu/sort/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_sort" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "sort ~ (uutils) sort input lines" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sort" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/split/Cargo.toml b/src/uu/split/Cargo.toml index 572cb98b4..f53412db3 100644 --- a/src/uu/split/Cargo.toml +++ b/src/uu/split/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_split" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "split ~ (uutils) split input into output files" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/split" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/stat/Cargo.toml b/src/uu/stat/Cargo.toml index fdd648ffe..3e59da516 100644 --- a/src/uu/stat/Cargo.toml +++ b/src/uu/stat/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_stat" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "stat ~ (uutils) display FILE status" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stat" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/stdbuf/Cargo.toml b/src/uu/stdbuf/Cargo.toml index 367d4e109..827f72ce3 100644 --- a/src/uu/stdbuf/Cargo.toml +++ b/src/uu/stdbuf/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_stdbuf" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "stdbuf ~ (uutils) run COMMAND with modified standard stream buffering" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/stdbuf/src/libstdbuf/Cargo.toml b/src/uu/stdbuf/src/libstdbuf/Cargo.toml index 9bc441ac6..75f58ac2b 100644 --- a/src/uu/stdbuf/src/libstdbuf/Cargo.toml +++ b/src/uu/stdbuf/src/libstdbuf/Cargo.toml @@ -1,15 +1,15 @@ [package] name = "uu_stdbuf_libstdbuf" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" -description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf" +version.workspace = true +authors.workspace = true +license.workspace = true -homepage = "https://github.com/uutils/coreutils" +homepage.workspace = true +description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" +keywords.workspace = true +categories.workspace = true +edition.workspace = true [lib] name = "libstdbuf" diff --git a/src/uu/stty/Cargo.toml b/src/uu/stty/Cargo.toml index fb3730308..380f0bcfe 100644 --- a/src/uu/stty/Cargo.toml +++ b/src/uu/stty/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_stty" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "stty ~ (uutils) print or change terminal characteristics" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stty" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sum/Cargo.toml b/src/uu/sum/Cargo.toml index 9dc272923..9fdb07d84 100644 --- a/src/uu/sum/Cargo.toml +++ b/src/uu/sum/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_sum" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "sum ~ (uutils) display checksum and block counts for input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sum" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/sync/Cargo.toml b/src/uu/sync/Cargo.toml index 467020ddf..c6f876e3f 100644 --- a/src/uu/sync/Cargo.toml +++ b/src/uu/sync/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_sync" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "sync ~ (uutils) synchronize cache writes to storage" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sync" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tac/Cargo.toml b/src/uu/tac/Cargo.toml index b4715cc55..eb004c96b 100644 --- a/src/uu/tac/Cargo.toml +++ b/src/uu/tac/Cargo.toml @@ -2,17 +2,15 @@ [package] name = "uu_tac" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "tac ~ (uutils) concatenate and display input lines in reverse order" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tac" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tail/Cargo.toml b/src/uu/tail/Cargo.toml index a9fa69ed9..fd971fbb5 100644 --- a/src/uu/tail/Cargo.toml +++ b/src/uu/tail/Cargo.toml @@ -1,17 +1,15 @@ # spell-checker:ignore (libs) kqueue fundu [package] name = "uu_tail" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "tail ~ (uutils) display the last lines of input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tail" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tee/Cargo.toml b/src/uu/tee/Cargo.toml index 2072444c8..8b7ac44fe 100644 --- a/src/uu/tee/Cargo.toml +++ b/src/uu/tee/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_tee" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "tee ~ (uutils) display input and copy to FILE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tee" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/test/Cargo.toml b/src/uu/test/Cargo.toml index 188f794e3..c59f9fcb4 100644 --- a/src/uu/test/Cargo.toml +++ b/src/uu/test/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_test" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "test ~ (uutils) evaluate comparison and file type expressions" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/test" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/timeout/Cargo.toml b/src/uu/timeout/Cargo.toml index 03801a8ca..f2abe2ff4 100644 --- a/src/uu/timeout/Cargo.toml +++ b/src/uu/timeout/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_timeout" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "timeout ~ (uutils) run COMMAND with a DURATION time limit" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/timeout" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/touch/Cargo.toml b/src/uu/touch/Cargo.toml index a7b356cc8..182041c45 100644 --- a/src/uu/touch/Cargo.toml +++ b/src/uu/touch/Cargo.toml @@ -1,17 +1,15 @@ # spell-checker:ignore datetime [package] name = "uu_touch" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "touch ~ (uutils) change FILE timestamps" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/touch" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tr/Cargo.toml b/src/uu/tr/Cargo.toml index cc41fe237..a72538135 100644 --- a/src/uu/tr/Cargo.toml +++ b/src/uu/tr/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_tr" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "tr ~ (uutils) translate characters within input and display" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tr" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/true/Cargo.toml b/src/uu/true/Cargo.toml index 73febe4ac..41925a208 100644 --- a/src/uu/true/Cargo.toml +++ b/src/uu/true/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_true" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "true ~ (uutils) do nothing and succeed" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/true" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/truncate/Cargo.toml b/src/uu/truncate/Cargo.toml index 6fc412a79..3d651f202 100644 --- a/src/uu/truncate/Cargo.toml +++ b/src/uu/truncate/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_truncate" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "truncate ~ (uutils) truncate (or extend) FILE to SIZE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/truncate" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tsort/Cargo.toml b/src/uu/tsort/Cargo.toml index 868253449..a94591db8 100644 --- a/src/uu/tsort/Cargo.toml +++ b/src/uu/tsort/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_tsort" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "tsort ~ (uutils) topologically sort input (partially ordered) pairs" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tsort" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/tty/Cargo.toml b/src/uu/tty/Cargo.toml index 9d7d661f2..0f0c09f5a 100644 --- a/src/uu/tty/Cargo.toml +++ b/src/uu/tty/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_tty" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "tty ~ (uutils) display the name of the terminal connected to standard input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tty" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/uname/Cargo.toml b/src/uu/uname/Cargo.toml index 6d71ebcd0..0bf8c0ffe 100644 --- a/src/uu/uname/Cargo.toml +++ b/src/uu/uname/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_uname" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "uname ~ (uutils) display system information" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/uname" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/unexpand/Cargo.toml b/src/uu/unexpand/Cargo.toml index d6edba406..41c3d8f85 100644 --- a/src/uu/unexpand/Cargo.toml +++ b/src/uu/unexpand/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_unexpand" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "unexpand ~ (uutils) convert input spaces to tabs" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/unexpand" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/uniq/Cargo.toml b/src/uu/uniq/Cargo.toml index 1a87afb7d..6dbcc5d89 100644 --- a/src/uu/uniq/Cargo.toml +++ b/src/uu/uniq/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_uniq" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "uniq ~ (uutils) filter identical adjacent lines from input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/uniq" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/unlink/Cargo.toml b/src/uu/unlink/Cargo.toml index ec5c538bd..88efad1e5 100644 --- a/src/uu/unlink/Cargo.toml +++ b/src/uu/unlink/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_unlink" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "unlink ~ (uutils) remove a (file system) link to FILE" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/unlink" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/uptime/Cargo.toml b/src/uu/uptime/Cargo.toml index 45821bcd1..4029cdf6d 100644 --- a/src/uu/uptime/Cargo.toml +++ b/src/uu/uptime/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_uptime" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "uptime ~ (uutils) display dynamic system information" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/uptime" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/users/Cargo.toml b/src/uu/users/Cargo.toml index df0d0884b..e45d8a040 100644 --- a/src/uu/users/Cargo.toml +++ b/src/uu/users/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_users" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "users ~ (uutils) display names of currently logged-in users" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/users" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/vdir/Cargo.toml b/src/uu/vdir/Cargo.toml index d53605785..63097cdec 100644 --- a/src/uu/vdir/Cargo.toml +++ b/src/uu/vdir/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_vdir" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "shortcut to ls -l -b" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/wc/Cargo.toml b/src/uu/wc/Cargo.toml index 877c78a97..9d43a2a22 100644 --- a/src/uu/wc/Cargo.toml +++ b/src/uu/wc/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_wc" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "wc ~ (uutils) display newline, word, and byte counts for input" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/wc" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/who/Cargo.toml b/src/uu/who/Cargo.toml index ae143320d..b45780213 100644 --- a/src/uu/who/Cargo.toml +++ b/src/uu/who/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_who" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "who ~ (uutils) display information about currently logged-in users" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/who" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/whoami/Cargo.toml b/src/uu/whoami/Cargo.toml index 6ab5d48e5..0dd7d0019 100644 --- a/src/uu/whoami/Cargo.toml +++ b/src/uu/whoami/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_whoami" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "whoami ~ (uutils) display user name of current effective user ID" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/whoami" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uu/yes/Cargo.toml b/src/uu/yes/Cargo.toml index 4e208c5c7..d9d5c0284 100644 --- a/src/uu/yes/Cargo.toml +++ b/src/uu/yes/Cargo.toml @@ -1,16 +1,14 @@ [package] name = "uu_yes" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "yes ~ (uutils) repeatedly display a line with STRING (or 'y')" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/yes" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" - +version.workspace = true +authors.workspace = true +license.workspace = true +homepage.workspace = true +keywords.workspace = true +categories.workspace = true +edition.workspace = true readme.workspace = true [lints] diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 22c5c47be..2da81bc1c 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -2,17 +2,16 @@ [package] name = "uucore" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "uutils ~ 'core' uutils code library (cross-platform)" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uucore" # readme = "README.md" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" +authors.workspace = true +categories.workspace = true +edition.workspace = true +homepage.workspace = true +keywords.workspace = true +license.workspace = true +version.workspace = true [package.metadata.docs.rs] all-features = true diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index e7b5c8e25..1efd5c908 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -1,17 +1,16 @@ # spell-checker:ignore uuhelp [package] name = "uucore_procs" -version = "0.0.30" -authors = ["Roy Ivy III "] -license = "MIT" description = "uutils ~ 'uucore' proc-macros" - -homepage = "https://github.com/uutils/coreutils" +authors = ["Roy Ivy III "] repository = "https://github.com/uutils/coreutils/tree/main/src/uucore_procs" # readme = "README.md" keywords = ["cross-platform", "proc-macros", "uucore", "uutils"] # categories = ["os"] -edition = "2024" +edition.workspace = true +homepage.workspace = true +license.workspace = true +version.workspace = true [lib] proc-macro = true diff --git a/src/uuhelp_parser/Cargo.toml b/src/uuhelp_parser/Cargo.toml index a29edf3c5..32d4768d6 100644 --- a/src/uuhelp_parser/Cargo.toml +++ b/src/uuhelp_parser/Cargo.toml @@ -1,10 +1,9 @@ # spell-checker:ignore uuhelp [package] name = "uuhelp_parser" -version = "0.0.30" -edition = "2024" -license = "MIT" description = "A collection of functions to parse the markdown code of help files" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/uuhelp_parser" +edition.workspace = true +homepage.workspace = true +license.workspace = true +version.workspace = true diff --git a/tests/uutests/Cargo.toml b/tests/uutests/Cargo.toml index 2ede02148..dd25caa96 100644 --- a/tests/uutests/Cargo.toml +++ b/tests/uutests/Cargo.toml @@ -2,17 +2,16 @@ [package] name = "uutests" -version = "0.0.30" -authors = ["uutils developers"] -license = "MIT" description = "uutils ~ 'core' uutils test library (cross-platform)" - -homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils/tree/main/src/tests/common" # readme = "README.md" -keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] -categories = ["command-line-utilities"] -edition = "2024" +authors.workspace = true +categories.workspace = true +edition.workspace = true +homepage.workspace = true +keywords.workspace = true +license.workspace = true +version.workspace = true [package.metadata.docs.rs] all-features = true