uu_tail 0.2.0

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

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

[dependencies.fluent]
version = "0.17.0"

[dependencies.libc]
version = "0.2.172"

[dependencies.memchr]
version = "2.7.2"

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

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

[dependencies.uucore]
features = ["fs", "parser"]
package = "uucore"
version = "0.2.0"

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

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

[lints.clippy]
cargo_common_metadata = "allow"
cast_lossless = "allow"
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
float_cmp = "allow"
fn_params_excessive_bools = "allow"
ignored_unit_patterns = "allow"
inline_always = "allow"
items_after_statements = "allow"
large_stack_arrays = "allow"
match_same_arms = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
multiple_crate_versions = "allow"
must_use_candidate = "allow"
needless_continue = "allow"
needless_pass_by_value = "allow"
redundant_closure_for_method_calls = "allow"
return_self_not_must_use = "allow"
should_panic_without_expect = "allow"
similar_names = "allow"
single_match_else = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unnecessary_wraps = "allow"
used_underscore_binding = "allow"
used_underscore_items = "allow"
wildcard_imports = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unused_qualifications = "warn"

[package]
authors = ["uutils developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "tail ~ (uutils) display the last lines of input"
edition = "2024"
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.2.0"

[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.61.0"