# 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 = "decaf" version = "0.0.0" authors = [ "The DeCAF Project Developers", "William Abney ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ The Deterministic Compressed Archive Format (DeCAF) """ homepage = "https://github.com/weebney/decaf" documentation = "https://docs.rs/decaf" readme = "readme.md" categories = [ "compression", "filesystem", ] license = "MIT OR Apache-2.0" repository = "https://github.com/weebney/decaf" [lib] name = "decaf" path = "src/decaf.rs" [[test]] name = "decaf" path = "tests/decaf.rs" [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"] [dependencies.zstd] version = "0.13.2" [dev-dependencies.tempfile] version = "3.12.0"