disky 0.11.0

Fast macOS disk analyzer and cleanup CLI in Rust — ncdu / dust / GrandPerspective alternative with snapshot diff, agent-native JSON, and Trash-restorable cleanup.
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.75"
name = "disky"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast macOS disk analyzer and cleanup CLI in Rust — ncdu / dust / GrandPerspective alternative with snapshot diff, agent-native JSON, and Trash-restorable cleanup."
homepage = "https://biliboss.github.io/disky"
documentation = "https://docs.rs/disky"
readme = "README.md"
keywords = [
    "disk-usage",
    "disk-analyzer",
    "ncdu",
    "macos",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/biliboss/disky"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3"

[dependencies.dirs]
version = "5"

[dependencies.duckdb]
version = "1.1"
features = ["bundled"]

[dependencies.flume]
version = "0.11"

[dependencies.humansize]
version = "2"

[dependencies.indicatif]
version = "0.17"

[dependencies.jwalk]
version = "0.8"

[dependencies.memchr]
version = "2"

[dependencies.num_cpus]
version = "1"

[dependencies.ratatui]
version = "0.29"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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

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

[profile.dev]
opt-level = 0
debug = 1
split-debuginfo = "unpacked"
incremental = true

[profile.dev.package."*"]
opt-level = 3
debug = 0

[profile.dev-fast]
opt-level = 1
debug = 1
inherits = "dev"

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
panic = "abort"

[profile.test]
inherits = "dev"