uu_tail 0.0.28

tail ~ (uutils) display the last lines of input
Documentation
[[bin]]
name = "tail"
path = "src/main.rs"

[dependencies.clap]
features = ["wrap_help", "cargo"]
version = "4.4"

[dependencies.fundu]
version = "2.0.0"

[dependencies.libc]
version = "0.2.153"

[dependencies.memchr]
version = "2.7.2"

[dependencies.notify]
features = ["macos_kqueue"]
version = "=6.0.1"

[dependencies.same-file]
version = "1.0.6"

[dependencies.uucore]
package = "uucore"
version = ">=0.0.19"

[dev-dependencies.rstest]
version = "0.23.0"

[lib]
name = "uu_tail"
path = "src/tail.rs"

[package]
authors = ["uutils developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "tail ~ (uutils) display the last lines of input"
edition = "2021"
homepage = "https://github.com/uutils/coreutils"
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
license = "MIT"
name = "uu_tail"
readme = "README.package.md"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/tail"
version = "0.0.28"

[target."cfg(windows)".dependencies.winapi-util]
version = "0.1.8"

[target."cfg(windows)".dependencies.windows-sys]
default-features = false
features = ["Win32_System_Threading", "Win32_Foundation"]
version = "0.59.0"