# 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.2" authors = ["Daniel Rebelo de Oliveira "] build = 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" [profile.release] lto = "fat" codegen-units = 1 [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"] [dependencies.crossterm] version = "0.27" [dependencies.directories] version = "5" [dependencies.flexi_logger] version = "0.28" [dependencies.humansize] version = "2" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.ratatui] version = "0.27" features = [ "unstable-rendered-line-info", "unstable-widget-ref", ] [dependencies.rusqlite] version = "0.31" features = [ "bundled", "functions", "trace", ] [dependencies.scopeguard] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.unicode-segmentation] version = "1" [dependencies.uuid] version = "1" features = ["v4"] optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.uuid] version = "1" features = ["v4"] [features] bench = ["uuid"] [target."cfg(unix)".dependencies.nix] version = "0.29" features = ["process"]