# 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] name = "duplicate-kriller" version = "1.4.1" authors = ["Kornel Lesiński "] include = ["src/bin.rs", "src/lib.rs", "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", "duplicate", "deduplication"] categories = ["command-line-utilities", "filesystem"] license = "MIT" repository = "https://github.com/kornelski/dupe-krill" [profile.release] opt-level = 3 lto = true panic = "abort" [[bin]] name = "dupe-krill" path = "src/bin.rs" [dependencies.ctrlc] version = "3.1.0" [dependencies.dupe-krill] version = "1.4.0" [dependencies.getopts] version = "0.2.14" [features] default = ["json"] json = []