freshl 0.20260603.1

Modern ls replacement with git awareness
Documentation
# 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 = "2024"
rust-version = "1.95"
name = "freshl"
version = "0.20260603.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modern ls replacement with git awareness"
documentation = "https://docs.rs/freshl"
readme = "README.md"
keywords = [
    "cli",
    "ls",
    "filesystem",
    "git",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/shields/freshl"

[lib]
name = "freshl"
path = "src/lib.rs"

[[bin]]
name = "freshl"
path = "src/main.rs"

[[test]]
name = "differential_git"
path = "tests/differential_git.rs"

[[test]]
name = "gaps"
path = "tests/gaps.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "properties"
path = "tests/properties.rs"

[[test]]
name = "sort_properties"
path = "tests/sort_properties.rs"

[dependencies.anstream]
version = "1"

[dependencies.anstyle]
version = "1"

[dependencies.gix]
version = "0.84"
features = [
    "status",
    "index",
    "worktree-mutation",
    "excludes",
    "max-performance-safe",
    "sha1",
]
default-features = false

[dependencies.jiff]
version = "0.2"

[dependencies.lscolors]
version = "0.21.0"
default-features = false

[dependencies.rustix]
version = "1"
features = [
    "process",
    "fs",
]
default-features = false

[dependencies.uzers]
version = "0.12"

[dev-dependencies.proptest]
version = "=1.11.0"

[dev-dependencies.tempfile]
version = "=3.27.0"

[lints.clippy]
allow_attributes = "deny"
allow_attributes_without_reason = "deny"
assertions_on_result_states = "deny"
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
float_cmp_const = "deny"
get_unwrap = "deny"
indexing_slicing = "deny"
infallible_try_from = "deny"
lossy_float_literal = "deny"
map_err_ignore = "deny"
mem_forget = "deny"
multiple-crate-versions = "allow"
multiple_unsafe_ops_per_block = "deny"
panic = "deny"
panic_in_result_fn = "deny"
string_slice = "deny"
tests_outside_test_module = "deny"
todo = "deny"
unchecked_time_subtraction = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unnecessary_safety_comment = "deny"
unnecessary_safety_doc = "deny"
unreachable = "deny"
unused_result_ok = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
verbose_file_reads = "deny"

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

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

[lints.clippy.nursery]
level = "deny"
priority = -1

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

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]