# 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_tail" version = "0.0.28" authors = ["uutils developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tail ~ (uutils) display the last lines of input" 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/tail" [lib] name = "uu_tail" path = "src/tail.rs" [[bin]] name = "tail" path = "src/main.rs" [dependencies.clap] version = "4.4" features = [ "wrap_help", "cargo", ] [dependencies.fundu] version = "2.0.0" [dependencies.libc] version = "0.2.153" [dependencies.memchr] version = "2.7.2" [dependencies.notify] version = "=6.0.1" features = ["macos_kqueue"] [dependencies.same-file] version = "1.0.6" [dependencies.uucore] version = ">=0.0.19" package = "uucore" [dev-dependencies.rstest] version = "0.23.0" [target."cfg(windows)".dependencies.winapi-util] version = "0.1.8" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_Threading", "Win32_Foundation", ] default-features = false