ba2 2.0.0

A Rust library for working with the Bethesda archive file format
Documentation
[dependencies.bitflags]
version = "2.4.1"

[dependencies.bstr]
version = "1.7.0"

[dependencies.directxtex]
version = "1.0.0"

[dependencies.flate2]
default-features = false
features = ["any_zlib"]
version = "1.0.28"

[dependencies.lzzzz]
version = "1.0.4"

[dependencies.memmap2]
version = "0.9.0"

[dependencies.thiserror]
version = "1.0.50"
[dev-dependencies.anyhow]
version = "1.0.75"

[dev-dependencies.walkdir]
version = "2.4.0"

[features]
default = ["flate2/zlib"]

[package]
authors = ["Ryan McKenzie"]
categories = ["encoding", "game-development"]
description = "A Rust library for working with the Bethesda archive file format"
documentation = "https://ryan-rsm-mckenzie.github.io/bsa-rs/ba2/index.html"
edition = "2021"
homepage = "https://github.com/Ryan-rsm-McKenzie/bsa-rs"
include = ["src/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["archive", "ba2", "bethesda", "bgs", "bsa"]
license = "0BSD"
name = "ba2"
readme = "README.md"
repository = "https://github.com/Ryan-rsm-McKenzie/bsa-rs"
version = "2.0.0"