gravityfile 0.2.4

A state-of-the-art file system analyzer with TUI
# 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"
name = "gravityfile"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A state-of-the-art file system analyzer with TUI"
readme = "README.md"
keywords = [
    "disk",
    "usage",
    "analyzer",
    "tui",
    "cli",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/epistates/gravityfile"
resolver = "2"

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

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

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.gravityfile-analyze]
version = "0.2.4"

[dependencies.gravityfile-core]
version = "0.2.4"

[dependencies.gravityfile-scan]
version = "0.2.4"

[dependencies.gravityfile-tui]
version = "0.2.4"

[dependencies.humansize]
version = "2"

[dependencies.serde_json]
version = "1"

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

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