kenshii 0.3.0

Disk usage analyzer written in Rust
# 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 = "kenshii"
version = "0.3.0"
authors = ["Maini Lotfi  <mainilotfi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Disk usage analyzer written in Rust"
readme = "README.md"
keywords = [
    "cli",
    "disk-usage",
    "terminal",
    "tui",
    "analyzer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/phantekzy/kenshi"

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

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

[dependencies.crossterm]
version = "0.27"

[dependencies.humansize]
version = "2"

[dependencies.ratatui]
version = "0.26"

[profile.release]
opt-level = 3
lto = true