# 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 = "duplink" version = "0.3.5" authors = ["Akira Mizuno "] description = "A CLI tool for finding duplicate files from directory tree and de-duplicating them." readme = "README.md" categories = [ "command-line-utilities", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/akmizno/duplink" [profile.release] lto = true strip = "symbols" [dependencies.async-trait] version = "0.1" [dependencies.atty] version = "0.2" [dependencies.clap] version = "2" [dependencies.compact-rc] version = "0.5" [dependencies.env_logger] version = "0.8" [dependencies.fdlimit] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.indicatif] version = "0.16" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7" [dependencies.num_cpus] version = "1" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = [ "fs", "io-util", "io-std", "macros", "rt-multi-thread", "sync", ] [dependencies.tokio-stream] version = "0.1" [dependencies.twox-hash] version = "1" [dependencies.walkdir] version = "2" [dev-dependencies.test-log] version = "0.2" [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.3"