vfstool 0.1.7

A command-line tool for constructing, manipulating, and introspecting virtual file systems in Rust, based on OpenMW's VFS implementation.
[[bin]]
name = "vfstool"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.37"

[dependencies.openmw-config]
version = "0.1.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.vfstool_lib]
features = ["serialize"]
version = "0.1.0"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command-line tool for constructing, manipulating, and introspecting 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"
readme = "README.md"
repository = "https://github.com/magicaldave/vfstool"
version = "0.1.7"