# 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 = "reflicate" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Deduplicate data by creating reflinks between identical files" readme = "README.md" keywords = [ "cli", "deduplication", "filesystem", "reflink", "utility", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/gblach/reflicate" [[bin]] name = "reflicate" path = "src/main.rs" [dependencies.argh] version = "0.1" [dependencies.blake3] version = "1.5" [dependencies.cdb] version = "0.6" [dependencies.fiemap] version = "0.1" [dependencies.getrandom] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.rmp-serde] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10"