vach 0.5.2

A simple archiving format, designed for storing assets in compact secure containers
Documentation
[dependencies.aes-gcm]
features = ["aes"]
optional = true
version = "0.10.3"

[dependencies.brotli]
optional = true
version = "3.4.0"

[dependencies.ed25519-dalek]
optional = true
version = "2.1.0"

[dependencies.lz4_flex]
default-features = false
features = ["frame"]
optional = true
version = "0.11.1"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.rayon]
optional = true
version = "1.8.0"

[dependencies.snap]
optional = true
version = "1.1.1"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tikv-jemallocator]
optional = true
version = "0.5.0"

[features]
all = ["default", "compression", "crypto", "multithreaded", "tikv-jemallocator"]
archive = []
builder = []
compression = ["snap", "lz4_flex", "brotli"]
crypto = ["ed25519-dalek", "aes-gcm", "rand"]
default = ["builder", "archive"]
multithreaded = ["rayon"]

[package]
authors = ["Jasper Fortuin <zeskeertwee@gmail.com>", "Newton Toto <nyachiengatoto@gmail.com>"]
categories = ["games", "compression"]
description = "A simple archiving format, designed for storing assets in compact secure containers"
documentation = "https://docs.rs/vach"
edition = "2021"
include = ["Cargo.toml", "Cargo.lock", "src/*"]
keywords = ["archive", "filesystem", "compression", "game", "assets"]
license = "MIT"
name = "vach"
readme = "README.md"
repository = "https://github.com/zeskeertwee/vach"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]