vach 0.4.0

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

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

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

[dependencies.lz4_flex]
optional = true
version = "0.9.2"

[dependencies.num_cpus]
optional = true
version = "1.13.1"

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

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

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

[dependencies.thiserror]
version = "1.0.31"

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

[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.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]