duvis 0.1.8

Disk usage visualizer for both AI and humans
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"
name = "duvis"
version = "0.1.8"
authors = ["Kazuki Yamada <koukun0120@gmail.com>"]
build = "build.rs"
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
    "/build.rs",
    "/src/**/*.rs",
    "/prebuilt/ui.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Disk usage visualizer for both AI and humans"
homepage = "https://github.com/yamadashy/duvis"
documentation = "https://docs.rs/duvis"
readme = "README.md"
keywords = [
    "disk-usage",
    "cli",
    "treemap",
    "visualizer",
    "ai",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "visualization",
]
license = "MIT"
repository = "https://github.com/yamadashy/duvis"

[features]
default = ["ui"]
ui = [
    "dep:axum",
    "dep:tokio",
    "dep:open",
]

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.9"
optional = true

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

[dependencies.globset]
version = "0.4.18"

[dependencies.open]
version = "5.3.5"
optional = true

[dependencies.rayon]
version = "1.12.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "macros",
]
optional = true

[dependencies.toon-format]
version = "0.5.0"
default-features = false

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.http-body-util]
version = "0.1.3"

[dev-dependencies.insta]
version = "1.47.2"
features = ["filters"]

[dev-dependencies.predicates]
version = "3.1.4"

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

[dev-dependencies.tower]
version = "0.5.3"
features = ["util"]

[target."cfg(unix)".dependencies.libc]
version = "0.2.186"