Remove authors from Cargo metadata (per RFC 3052)

This commit is contained in:
xtqqczze
2026-04-15 10:56:13 +01:00
committed by Daniel Hofstetter
parent bec5c25387
commit 4e68e67416
115 changed files with 0 additions and 116 deletions
-2
View File
@@ -11,7 +11,6 @@ repository = "https://github.com/uutils/coreutils"
edition.workspace = true
rust-version.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
@@ -376,7 +375,6 @@ members = [
]
[workspace.package]
authors = ["uutils developers"]
categories = ["command-line-utilities"]
edition = "2024"
rust-version = "1.88.0"
-1
View File
@@ -1,6 +1,5 @@
[package]
name = "uufuzz"
authors = ["uutils developers"]
description = "uutils ~ 'core' uutils fuzzing library"
repository = "https://github.com/uutils/coreutils/tree/main/fuzz/uufuzz"
version = "0.8.0"
-1
View File
@@ -3,7 +3,6 @@ name = "uu_arch"
description = "arch ~ (uutils) display machine architecture"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/arch"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_b2sum"
description = "b2sum ~ (uutils) Print or check the BLAKE2b checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/b2sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_base32"
description = "base32 ~ (uutils) decode/encode input (base32-encoding)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base32"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_base64"
description = "base64 ~ (uutils) decode/encode input (base64-encoding)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/base64"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_basename"
description = "basename ~ (uutils) display PATHNAME with leading directory components removed"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basename"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_basenc"
description = "basenc ~ (uutils) decode/encode input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/basenc"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cat"
description = "cat ~ (uutils) concatenate and display input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cat"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -4,7 +4,6 @@ description = "chcon ~ (uutils) change file security context"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chcon"
keywords = ["coreutils", "uutils", "cli", "utility"]
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
categories.workspace = true
-1
View File
@@ -2,7 +2,6 @@
name = "uu_checksum_common"
description = "Base for checksum utils"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chgrp"
description = "chgrp ~ (uutils) change the group ownership of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chgrp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chmod"
description = "chmod ~ (uutils) change mode of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chmod"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chown"
description = "chown ~ (uutils) change the ownership of FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chown"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_chroot"
description = "chroot ~ (uutils) run COMMAND under a new root directory"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/chroot"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cksum"
description = "cksum ~ (uutils) display CRC and size of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cksum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_comm"
description = "comm ~ (uutils) compare sorted inputs"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/comm"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cp"
description = "cp ~ (uutils) copy SOURCE to DESTINATION"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_csplit"
description = "csplit ~ (uutils) Output pieces of FILE separated by PATTERN(s) to files 'xx00', 'xx01', ..., and output byte counts of each piece to standard output"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ls"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_cut"
description = "cut ~ (uutils) display byte/field columns of input lines"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cut"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -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
-1
View File
@@ -3,7 +3,6 @@ name = "uu_mkfifo"
description = "mkfifo ~ (uutils) create FIFOs (named pipes)"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mkfifo"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_mknod"
description = "mknod ~ (uutils) create special file NAME of TYPE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mknod"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_mktemp"
description = "mktemp ~ (uutils) create and display a temporary file or directory from TEMPLATE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mktemp"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_more"
description = "more ~ (uutils) input perusal filter"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/more"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_mv"
description = "mv ~ (uutils) move (rename) SOURCE to DESTINATION"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/mv"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_nice"
description = "nice ~ (uutils) run PROGRAM with modified scheduling priority"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nice"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_nl"
description = "nl ~ (uutils) display input with added line numbers"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nl"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_nohup"
description = "nohup ~ (uutils) run COMMAND, ignoring hangup signals"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nohup"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_nproc"
description = "nproc ~ (uutils) display the number of processing units available"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/nproc"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_numfmt"
description = "numfmt ~ (uutils) reformat NUMBER"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/numfmt"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_od"
description = "od ~ (uutils) display formatted representation of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/od"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_paste"
description = "paste ~ (uutils) merge lines from inputs"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/paste"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_pathchk"
description = "pathchk ~ (uutils) diagnose invalid or non-portable PATHNAME"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pathchk"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -5,7 +5,6 @@ name = "uu_pinky"
description = "pinky ~ (uutils) display user information"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pinky"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_pr"
description = "pr ~ (uutils) convert text files for printing"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pr"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_printenv"
description = "printenv ~ (uutils) display value of environment VAR"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printenv"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_printf"
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_ptx"
description = "ptx ~ (uutils) display a permuted index of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/ptx"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_pwd"
description = "pwd ~ (uutils) display current working directory"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/pwd"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_readlink"
description = "readlink ~ (uutils) display resolved path of PATHNAME"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/readlink"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_realpath"
description = "realpath ~ (uutils) display resolved absolute path of PATHNAME"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/realpath"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_rm"
description = "rm ~ (uutils) remove PATHNAME"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/rm"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_rmdir"
description = "rmdir ~ (uutils) remove empty DIRECTORY"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/rmdir"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_runcon"
description = "runcon ~ (uutils) run command with specified security context"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/runcon"
keywords = ["coreutils", "uutils", "cli", "utility"]
authors.workspace = true
categories.workspace = true
edition.workspace = true
rust-version.workspace = true
-1
View File
@@ -4,7 +4,6 @@ name = "uu_seq"
description = "seq ~ (uutils) display a sequence of numbers"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/seq"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sha1sum"
description = "sha1sum ~ (uutils) Print or check the SHA1 checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sha1sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sha224sum"
description = "sha224sum ~ (uutils) Print or check the SHA224 checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sha224sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sha256sum"
description = "sha256sum ~ (uutils) Print or check the SHA256 checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sha256sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sha384sum"
description = "sha384sum ~ (uutils) Print or check the SHA384 checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sha384sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sha512sum"
description = "sha512sum ~ (uutils) Print or check the SHA512 checksums"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sha512sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_shred"
description = "shred ~ (uutils) hide former FILE contents with repeated overwrites"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/shred"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_shuf"
description = "shuf ~ (uutils) display random permutations of input lines"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/shuf"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sleep"
description = "sleep ~ (uutils) pause for DURATION"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sleep"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -5,7 +5,6 @@ name = "uu_sort"
description = "sort ~ (uutils) sort input lines"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sort"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_split"
description = "split ~ (uutils) split input into output files"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/split"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_stat"
description = "stat ~ (uutils) display FILE status"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stat"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -4,7 +4,6 @@ name = "uu_stdbuf"
description = "stdbuf ~ (uutils) run COMMAND with modified standard stream buffering"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_stdbuf_libstdbuf"
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_stty"
description = "stty ~ (uutils) print or change terminal characteristics"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stty"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sum"
description = "sum ~ (uutils) display checksum and block counts for input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sum"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_sync"
description = "sync ~ (uutils) synchronize cache writes to storage"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sync"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -5,7 +5,6 @@ name = "uu_tac"
description = "tac ~ (uutils) concatenate and display input lines in reverse order"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tac"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -4,7 +4,6 @@ name = "uu_tail"
description = "tail ~ (uutils) display the last lines of input"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tail"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_tee"
description = "tee ~ (uutils) display input and copy to FILE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tee"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_test"
description = "test ~ (uutils) evaluate comparison and file type expressions"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/test"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_timeout"
description = "timeout ~ (uutils) run COMMAND with a DURATION time limit"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/timeout"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -4,7 +4,6 @@ name = "uu_touch"
description = "touch ~ (uutils) change FILE timestamps"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/touch"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_tr"
description = "tr ~ (uutils) translate characters within input and display"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tr"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_true"
description = "true ~ (uutils) do nothing and succeed"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/true"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -3,7 +3,6 @@ name = "uu_truncate"
description = "truncate ~ (uutils) truncate (or extend) FILE to SIZE"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/truncate"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
-1
View File
@@ -4,7 +4,6 @@ name = "uu_tsort"
description = "tsort ~ (uutils) topologically sort input (partially ordered) pairs"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tsort"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true

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