# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "uu_sort" version = "0.0.28" authors = ["uutils developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "sort ~ (uutils) sort input lines" homepage = "https://github.com/uutils/coreutils" readme = "README.package.md" keywords = [ "coreutils", "uutils", "cross-platform", "cli", "utility", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/sort" [lib] name = "uu_sort" path = "src/sort.rs" [[bin]] name = "sort" path = "src/main.rs" [dependencies.binary-heap-plus] version = "0.5.0" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.compare] version = "0.1.0" [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.fnv] version = "1.0.7" [dependencies.itertools] version = "0.13.0" [dependencies.memchr] version = "2.7.2" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.10" [dependencies.self_cell] version = "1.0.4" [dependencies.tempfile] version = "3.10.1" [dependencies.unicode-width] version = "0.1.12" [dependencies.uucore] version = ">=0.0.19" features = [ "fs", "version-cmp", ] package = "uucore" [target.'cfg(target_os = "linux")'.dependencies.nix] version = "0.29" default-features = false