# 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 = "dstats" version = "0.1.4" authors = ["Adam Eury "] build = false exclude = ["/.github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple utility for finding large files on your system." homepage = "https://github.com/aleury/dstats" documentation = "https://docs.rs/dstats" readme = "README.md" keywords = [ "disk", "space", "usage", "large", "files", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/aleury/dstats" [lib] name = "dstats" path = "src/lib.rs" [[bin]] name = "dstats" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.spinoff] version = "0.8.0" features = ["dots"] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2"