# 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_more" version = "0.0.28" authors = ["uutils developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "more ~ (uutils) input perusal filter" 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/more" [lib] name = "uu_more" path = "src/more.rs" [[bin]] name = "more" path = "src/main.rs" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.crossterm] version = ">=0.27.0" [dependencies.unicode-segmentation] version = "1.11.0" [dependencies.unicode-width] version = "0.1.12" [dependencies.uucore] version = ">=0.0.19" package = "uucore" [target.'cfg(all(unix, not(target_os = "fuchsia")))'.dependencies.nix] version = "0.29" default-features = false [target.'cfg(target_os = "macos")'.dependencies.crossterm] version = ">=0.27.0" features = ["use-dev-tty"]