# 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" rust-version = "1.64" name = "dupe-krill" version = "1.4.9" authors = ["Kornel Lesiński "] include = [ "src/*.rs", "LICENSE", "README.md", "Cargo.toml", ] description = "A fast file deduplicator. Replaces duplicate files with identical content with hardlinks." homepage = "https://github.com/kornelski/dupe-krill" documentation = "https://github.com/kornelski/dupe-krill#readme" readme = "README.md" keywords = [ "dupe", "deduplication", "dedupe", "disk-space", ] categories = [ "filesystem", "command-line-utilities", ] license = "MIT" repository = "https://github.com/kornelski/dupe-krill" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [profile.release] opt-level = 3 lto = true panic = "abort" strip = true [[bin]] name = "dupe-krill" path = "src/bin.rs" [dependencies.blake3] version = "1.3.3" features = ["pure"] [dependencies.ctrlc] version = "3.2.5" [dependencies.getopts] version = "0.2.21" [dependencies.serde] version = "1.0.160" optional = true [dependencies.serde_derive] version = "1.0.160" optional = true [dependencies.serde_json] version = "1.0.95" optional = true [dependencies.smallvec] version = "1.10.0" [dev-dependencies.tempdir] version = "0.3.7" [features] default = ["json"] json = [ "serde", "serde_derive", "serde_json", ]