redu 0.2.15

This is like ncdu for a restic repository.
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 = "redu"
version = "0.2.15"
authors = ["Daniel Rebelo de Oliveira <drdo@drdo.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is like ncdu for a restic repository."
homepage = "https://github.com/drdo/redu"
readme = "README.md"
keywords = [
    "restic",
    "ncdu",
    "disk",
    "usage",
    "analyzer",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/drdo/redu"

[features]
bench = ["uuid"]

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

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

[[bench]]
name = "cache"
path = "benches/cache.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.camino]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "6"

[dependencies.humansize]
version = "2"

[dependencies.indicatif]
version = "0.18"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.30"
features = ["unstable-rendered-line-info"]

[dependencies.rpassword]
version = "7.3.1"

[dependencies.rusqlite]
version = "0.37"
features = [
    "bundled",
    "functions",
    "trace",
]

[dependencies.scopeguard]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.simplelog]
version = "0.12"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-segmentation]
version = "1"

[dependencies.uuid]
version = "1"
features = ["v4"]
optional = true

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]

[dev-dependencies.uuid]
version = "1"
features = ["v4"]

[target."cfg(unix)".dependencies.nix]
version = "0.30"
features = ["process"]

[profile.release]
lto = "fat"
codegen-units = 1