dumap-cli 1.0.0

CLI tool for dumap: scan directories and visualize disk usage as interactive treemaps
# 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.88.0"
name = "dumap-cli"
version = "1.0.0"
authors = ["James Howard <jrobhoward@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for dumap: scan directories and visualize disk usage as interactive treemaps"
readme = "README.md"
keywords = [
    "disk-usage",
    "treemap",
    "visualization",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrobhoward/dumap"
resolver = "2"

[features]
default = ["gui"]
gui = [
    "dep:dumap-gui",
    "dep:eframe",
    "dep:egui",
]

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

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

[dependencies.dirs]
version = "6"

[dependencies.dumap-core]
version = "1.0.0"

[dependencies.dumap-gui]
version = "1.0.0"
optional = true

[dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "glow",
    "wayland",
    "x11",
]
optional = true
default-features = false

[dependencies.egui]
version = "0.33"
optional = true

[dependencies.open]
version = "5"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

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

[lints.clippy]
cognitive_complexity = "warn"
expect_used = "warn"
unwrap_used = "warn"