vfstool_lib 0.2.1

A library for constructing and manipulating virtual file systems in Rust, based on OpenMW's VFS implementation.
Documentation
[dependencies.ba2]
optional = true
version = "3.0.1"

[dependencies.rayon]
version = "1.11.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.226"

[dependencies.serde_json]
optional = true
version = "1.0.145"

[dependencies.serde_yaml_with_quirks]
optional = true
version = "0.9.34"

[dependencies.toml]
optional = true
version = "0.9.7"

[dependencies.walkdir]
version = "2.5.0"

[features]
bsa = ["dep:ba2"]
default = []
serialize = ["dep:serde", "dep:serde_json", "dep:serde_yaml_with_quirks", "dep:toml"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for constructing and manipulating virtual file systems in Rust, based on OpenMW's VFS implementation."
edition = "2024"
homepage = "https://github.com/DreamWeave-MP/vfstool"
keywords = ["vfs", "openmw", "gamedev", "modding", "bethesda"]
license = "GPL-3.0-or-later"
name = "vfstool_lib"
readme = "README.md"
repository = "https://github.com/DreamWeave-MP/vfstool"
version = "0.2.1"