duvis 0.1.6

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.6"
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"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

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

[dependencies.globset]
version = "0.4"

[dependencies.open]
version = "5"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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

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

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

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

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

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

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