# 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.56" name = "den" version = "0.3.0" authors = ["Icelk "] description = "A general delta encoded network difference algorithm." homepage = "https://agde.dev/den/" 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", ] [dependencies.adler32] version = "1.2" [dependencies.cyclic-poly-23] version = "0.3" [dependencies.serde] version = "^1" features = ["derive"] optional = true [dependencies.xxhash-rust] version = "0.8.5" features = [ "xxh3", "xxh64", ]