stagecrew 0.1.0

Disk usage management for shared or staging filesystems with automatic cleanup policies
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"
name = "stagecrew"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Disk usage management for shared or staging filesystems with automatic cleanup policies"
homepage = "https://github.com/nrminor/stagecrew"
documentation = "https://docs.rs/stagecrew"
readme = "README.md"
keywords = [
    "hpc",
    "disk-usage",
    "tui",
    "filesystem",
    "cleanup",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/nrminor/stagecrew"

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

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

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

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

[dependencies.clap]
version = "4.5.56"
features = ["derive"]

[dependencies.clap-verbosity-flag]
version = "3.0.4"
features = ["tracing"]

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.csv]
version = "1.4.0"

[dependencies.futures]
version = "0.3"

[dependencies.jiff]
version = "0.2.18"

[dependencies.jwalk]
version = "0.8.1"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.termbg]
version = "0.6.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.toml]
version = "0.9.11"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dependencies.trash]
version = "5.2.5"

[dependencies.tui-piechart]
version = "=0.2.8"

[dependencies.unicode-plot]
version = "0.1.0"

[dependencies.xdg]
version = "3.0.0"

[dev-dependencies.dirs]
version = "6.0.0"

[dev-dependencies.filetime]
version = "0.2.27"

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

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

[dev-dependencies.tracing-test]
version = "0.2.6"

[lints.clippy]
unwrap_used = "deny"

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

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

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

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

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

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

[profile.dev]
lto = false
incremental = true

[profile.release]
lto = true
codegen-units = 1
strip = true