# 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" version = "0.3.0" authors = ["Sviatoslav Kokurin "] description = """ Fast and lightweight tool to scan your disk space. """ readme = "README.md" keywords = [ "terminal", "disk", "scan", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/funbiscuit/spacedisplay-rs" resolver = "1" [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.26.1" features = ["serde"] [dependencies.derivative] version = "2.2.0" [dependencies.diskscan] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.num-format] version = "0.4.3" [dependencies.time] version = "0.3.20" features = [ "formatting", "macros", ] [dependencies.tui] version = "0.19" features = ["crossterm"] default-features = false [dependencies.unicode-width] version = "0.1.10"