Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ repository = "https://github.com/uutils/coreutils"
edition.workspace = true
rust-version.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down Expand Up @@ -376,7 +375,6 @@ members = [
]

[workspace.package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
edition = "2024"
rust-version = "1.88.0"
Expand Down
1 change: 0 additions & 1 deletion fuzz/uufuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[package]
name = "uufuzz"
authors = ["uutils developers"]
description = "uutils ~ 'core' uutils fuzzing library"
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
version = "0.8.0"
Expand Down
1 change: 0 additions & 1 deletion src/uu/arch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_arch"
description = "arch ~ (uutils) display machine architecture"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/arch"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/b2sum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_b2sum"
description = "b2sum ~ (uutils) Print or check the BLAKE2b checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/b2sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/base32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_base32"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base32"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/base64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_base64"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base64"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/basename/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_basename"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basename"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/basenc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_basenc"
description = "basenc ~ (uutils) decode/encode input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basenc"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/cat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_cat"
description = "cat ~ (uutils) concatenate and display input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cat"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/chcon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description = "chcon ~ (uutils) change file security context"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chcon"
keywords = ["coreutils", "uutils", "cli", "utility"]
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
categories.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/checksum_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "uu_checksum_common"
description = "Base for checksum utils"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/chgrp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_chgrp"
description = "chgrp ~ (uutils) change the group ownership of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chgrp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/chmod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_chmod"
description = "chmod ~ (uutils) change mode of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chmod"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/chown/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_chown"
description = "chown ~ (uutils) change the ownership of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chown"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/chroot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_chroot"
description = "chroot ~ (uutils) run COMMAND under a new root directory"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chroot"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/cksum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_cksum"
description = "cksum ~ (uutils) display CRC and size of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cksum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/comm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_comm"
description = "comm ~ (uutils) compare sorted inputs"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/comm"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/cp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_cp"
description = "cp ~ (uutils) copy SOURCE to DESTINATION"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/csplit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_csplit"
description = "csplit ~ (uutils) Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/cut/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_cut"
description = "cut ~ (uutils) display byte/field columns of input lines"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cut"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/date/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name = "uu_date"
description = "date ~ (uutils) display or set the current time"
repository = "https://github.com/uutils/coreutils/tree/main/src/date"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/dd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_dd"
description = "dd ~ (uutils) copy and convert files"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/dd"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/df/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_df"
description = "df ~ (uutils) display file system information"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/df"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_dir"
description = "shortcut to ls -C -b"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/dircolors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_dircolors"
description = "dircolors ~ (uutils) display commands to set LS_COLORS"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/dircolors"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/dirname/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_dirname"
description = "dirname ~ (uutils) display parent directory of PATHNAME"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/dirname"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/du/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_du"
description = "du ~ (uutils) display disk usage"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/du"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_echo"
description = "echo ~ (uutils) display TEXT"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/echo"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/env/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_env"
description = "env ~ (uutils) set each NAME to VALUE in the environment and run COMMAND"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/env"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/expand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_expand"
description = "expand ~ (uutils) convert input tabs to spaces"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/expand"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_expr"
description = "expr ~ (uutils) display the value of EXPRESSION"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/expr"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/factor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_factor"
description = "factor ~ (uutils) display the prime factors of each NUMBER"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/false/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name = "uu_false"
description = "false ~ (uutils) do nothing and fail"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/false"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_fmt"
description = "fmt ~ (uutils) reformat each paragraph of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/fmt"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/fold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_fold"
description = "fold ~ (uutils) wrap each line of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/fold"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/groups/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_groups"
description = "groups ~ (uutils) display group memberships for USERNAME"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/groups"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/head/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_head"
description = "head ~ (uutils) display the first lines of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/head"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/hostid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_hostid"
description = "hostid ~ (uutils) display the numeric identifier of the current host"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hostid"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/hostname/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_hostname"
description = "hostname ~ (uutils) display or set the host name of the current host"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/hostname"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_id"
description = "id ~ (uutils) display user and group information for USER"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/id"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_install"
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/install"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/join/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_join"
description = "join ~ (uutils) merge lines from inputs with matching join fields"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/join"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/kill/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_kill"
description = "kill ~ (uutils) send a signal to a process"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/kill"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/link/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_link"
description = "link ~ (uutils) create a hard (file system) link to FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/link"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/ln/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_ln"
description = "ln ~ (uutils) create a (file system) link to TARGET"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ln"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/logname/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_logname"
description = "logname ~ (uutils) display the login name of the current user"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/logname"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/ls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name = "uu_ls"
description = "ls ~ (uutils) display directory contents"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/md5sum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_md5sum"
description = "md5sum ~ (uutils) Print or check the MD5 checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/md5sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
1 change: 0 additions & 1 deletion src/uu/mkdir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name = "uu_mkdir"
description = "mkdir ~ (uutils) create DIRECTORY"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mkdir"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
Expand Down
Loading
Loading