# 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 = "spacedisplay-cli" version = "0.2.0" authors = ["Sviatoslav Kokurin "] description = """ Fast and lightweight tool to scan your disk space. """ readme = "README.md" keywords = [ "cli", "terminal", "disk", "scan", ] categories = [ "command-line-interface", "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/funbiscuit/spacedisplay-rs" [dependencies.anyhow] version = "1.0" [dependencies.byte-unit] version = "4.0" features = ["std"] default-features = false [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.crossterm] version = "0.25" features = ["serde"] [dependencies.derivative] version = "2.2.0" [dependencies.num-format] version = "0.4.3" [dependencies.spacedisplay-lib] version = "0.2.0" [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.10"