# 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.60" name = "dach" version = "0.3.0" authors = ["Icelk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A general delta encoded network difference algorithm." homepage = "https://github.com/Icelk/agde/tree/main/dach/" readme = "README.md" keywords = [ "diff", "rdiff", "rsync", ] categories = ["algorithms"] license = "LGPL-3.0-or-later" repository = "https://github.com/Icelk/agde/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "dach" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.adler32] version = "1.2" [dependencies.cyclic-poly-23] version = "0.3" [dependencies.rustc-hash] version = "2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.xxhash-rust] version = "0.8" features = [ "xxh3", "xxh64", ]