# 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 = "dirstat-rs" version = "0.3.7" authors = ["scullionw "] description = "A disk usage cli similar to windirstat" readme = "README.md" keywords = ["cli", "disk", "usage", "tree", "windirstat"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/scullionw/dirstat-rs" [profile.release] lto = "fat" codegen-units = 1 incremental = false [[bin]] name = "ds" path = "src/bin/main.rs" bench = false [dependencies.atty] version = "0.2.14" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.serde_json] version = "1.0.73" [dependencies.structopt] version = "0.2.18" [dependencies.termcolor] version = "1.1.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.7" features = ["winerror"] [target."cfg(windows)".dependencies.winapi-util] version = "0.1.2"