# 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 = "diskus" version = "0.7.0" authors = ["David Peter "] description = "A minimal, fast alternative to 'du -sh'." homepage = "https://github.com/sharkdp/diskus" readme = "README.md" categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/sharkdp/diskus" [profile.release] lto = true codegen-units = 1 [[bin]] name = "diskus" path = "src/main.rs" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2" features = ["suggestions", "color", "wrap_help"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.humansize] version = "1.1" [dependencies.num-format] version = "0.4" [dependencies.num_cpus] version = "1.0" [dependencies.rayon] version = "1.0" [dev-dependencies.tempdir] version = "0.3"