# 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 = "duxx" version = "0.2.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Calculate disk space used by a folder" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mustakimali/dux" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" [[bin]] name = "dux" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.cli-table] version = "0.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.min-max-heap] version = "1" [dependencies.num_cpus] version = "1" [dependencies.pretty-bytes] version = "0.2"