# 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 = "spacehog" version = "0.1.7" 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/spacehog" documentation = "https://docs.rs/spacehog" readme = "README.md" keywords = [ "disk", "space", "usage", "large", "files", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/aleury/spacehog" [lib] name = "spacehog" path = "src/lib.rs" [[bin]] name = "spacehog" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.87" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.12.0"