# 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 = "hld" version = "0.3.0" authors = [ "Gaƫtan Lehmann ", "Sylvain Joubert ", ] description = "Hard Link Deduplicator" homepage = "https://github.com/glehmann/hld/" documentation = "https://github.com/glehmann/hld/" readme = "README.md" keywords = [ "cli", "deduplication", ] license = "MIT" repository = "https://github.com/glehmann/hld.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.bincode] version = "1.2" [dependencies.blake3] version = "1.5.1" features = ["serde"] [dependencies.clap] version = "4.5.4" features = [ "derive", "env", "string", "wrap_help", ] [dependencies.clap_complete] version = "4.5.1" [dependencies.directories] version = "5.0" [dependencies.filetime] version = "0.2" [dependencies.fs2] version = "0.4" [dependencies.glob] version = "0.3" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" features = ["std"] [dependencies.maplit] version = "1.0" [dependencies.ocli] version = "0.1.0" [dependencies.pretty-bytes] version = "0.2" [dependencies.rayon] version = "1.10" [dependencies.reflink-copy] version = "0.1" [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1.0.59" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.1" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.lipsum] version = "0.9" [dev-dependencies.predicates] version = "3.1" [features] kcov = []