# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dsc" version = "0.1.3" authors = ["Michiel Hakvoort "] description = "dsc is a cli tool for finding and removing duplicate files on one or multiple file systems,\nwhile respecting your gitignore rules.\n" keywords = ["du", "cmp", "duplicate", "deduplicate"] categories = ["command-line-utilities", "filesystem"] license = "Apache-2.0" repository = "https://github.com/hakvroot/dsc" [profile.release] lto = true codegen-units = 1 [[bin]] name = "dsc" path = "src/main.rs" [dependencies.anyhow] version = "1.0.34" [dependencies.atty] version = "0.2" [dependencies.cfg-if] version = "0.1.2" [dependencies.clap] version = "~2.33.0" features = ["suggestions", "color", "wrap_help"] [dependencies.crossbeam] version = "0.8.0" [dependencies.csv] version = "1.1" [dependencies.format_num] version = "0.1" [dependencies.ignore] version = "0.4.3" [dependencies.indicatif] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.8" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1.4.2" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.throttle] version = "0.1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dependencies.xxhash-rust] version = "0.8.1" features = ["xxh3"] [build-dependencies.clap] version = "~2.33.0" [target."cfg(windows)".dependencies.winapi-util] version = "0.1.5"