# 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 = "2018" name = "sizr" version = "0.1.2" authors = ["Triet Trinh "] build = false exclude = ["test/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A fast, Rust-based tool to analyze file system usage with colorful output, file aggregation, exclusions, and directory comparisons." homepage = "https://trinhminhtriet.com" readme = "README.md" keywords = [ "du", "cli", "disk", "disk-usage", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/sizr" [lib] name = "sizr" path = "src/lib.rs" [[bin]] name = "sizr" path = "src/main.rs" [dependencies.arc-swap] version = "1.7.1" [dependencies.getopts] version = "0.2.21" [dependencies.regex] version = "1.3.9" [dependencies.signal-hook] version = "0.1.10" [dependencies.terminal_size] version = "0.1.8" [dependencies.unicode-segmentation] version = "1.2.0" [dependencies.unicode-width] version = "0.1.1"