# 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 = "vach" version = "0.6.2" authors = [ "Newton Toto ", "Jasper Fortuin ", ] include = [ "Cargo.toml", "Cargo.lock", "src/*", ] description = "A simple archiving format, designed for storing assets in compact secure containers" documentation = "https://docs.rs/vach" readme = "README.md" keywords = [ "archive", "filesystem", "compression", "game", "assets", ] categories = [ "games", "compression", ] license = "MIT" repository = "https://github.com/zeskeertwee/vach" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aes-gcm] version = "0.10.3" features = ["aes"] optional = true [dependencies.brotli] version = "6.0.0" optional = true [dependencies.ed25519-dalek] version = "2.1.1" optional = true [dependencies.lz4_flex] version = "0.11.3" features = ["frame"] optional = true default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.snap] version = "1.1.1" optional = true [dependencies.thiserror] version = "1.0.63" [dev-dependencies.rayon] version = "1.10.0" [features] all = [ "default", "compression", "crypto", "multithreaded", ] archive = [] builder = [] compression = [ "snap", "lz4_flex", "brotli", ] crypto = [ "ed25519-dalek", "aes-gcm", "rand", ] default = [ "builder", "archive", ] multithreaded = []