f00 0.8.0

f00 — a modern, friendly directory lister (ls rewrite)
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 = "2021"
rust-version = "1.74"
name = "f00"
version = "0.8.0"
authors = ["theesfeld"]
build = false
exclude = [
    "/target",
    "/**/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "f00 — a modern, friendly directory lister (ls rewrite)"
homepage = "https://f00.sh"
readme = "README.md"
keywords = [
    "ls",
    "cli",
    "filesystem",
    "coreutils",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/theesfeld/f00"

[features]
archives = ["dep:f00-archive"]
default = [
    "git",
    "archives",
    "tui",
    "io-uring",
]
git = ["dep:f00-git"]
io-uring = ["f00-core/io-uring"]
plugins = ["dep:f00-plugin"]
tui = ["dep:f00-tui"]

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.directories]
version = "5"

[dependencies.f00-archive]
version = "0.8.0"
optional = true

[dependencies.f00-compat]
version = "0.8.0"

[dependencies.f00-core]
version = "0.8.0"

[dependencies.f00-format]
version = "0.8.0"

[dependencies.f00-git]
version = "0.8.0"
optional = true

[dependencies.f00-plugin]
version = "0.8.0"
optional = true

[dependencies.f00-tui]
version = "0.8.0"
optional = true

[dependencies.flate2]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.terminal_size]
version = "0.4"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "2"
features = ["json"]
default-features = true

[dependencies.zip]
version = "2"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.serde_json]
version = "1"

[target."cfg(windows)".dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false