vach 0.7.0

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 = "7.0.0"

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

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

[dependencies.simplerand]
optional = true
version = "1.5.1"

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

[dependencies.thiserror]
version = "2.0.11"

[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", "simplerand"]
default = ["builder", "archive"]
multithreaded = ["builder"]

[lib]
name = "vach"
path = "src/lib.rs"

[package]
authors = ["Newton Toto <nyachiengatoto@gmail.com>", "Jasper Fortuin <zeskeertwee@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.7.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]