vfstool_lib 0.1.0

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

[dependencies.rayon]
version = "1.10.0"

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

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

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

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

[dependencies.walkdir]
version = "2.5.0"

[features]
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/magicaldave/vfstool"
keywords = ["vfs", "openmw", "gamedev", "modding", "bethesda"]
license = "GPL-3.0-or-later"
name = "vfstool_lib"
readme = "README.md"
repository = "https://github.com/magicaldave/vfstool"
version = "0.1.0"