openmw-cfg 0.5.1

A library for interacting with the openmw config file and the virtual file system it defines
Documentation
[[bench]]
harness = false
name = "config"
[dependencies.bsatoollib]
optional = true
version = "0.2"

[dependencies.dirs]
version = ">=3.0,<6.0"

[dependencies.rayon]
version = "1"

[dependencies.rust-ini]
version = ">=0.17,<0.21"

[dependencies.shellexpand]
version = ">=2.1,<4"

[dependencies.thiserror]
version = "1.0"
[dev-dependencies.criterion]
version = "0.5"

[features]
bsa = ["bsatoollib"]
default = ["bsa"]

[package]
authors = ["Benjamin Winger <bmw@disroot.org>"]
description = "A library for interacting with the openmw config file and the virtual file system it defines"
edition = "2018"
keywords = ["openmw"]
license = "GPL-3.0-or-later OR MIT"
name = "openmw-cfg"
readme = "README.md"
repository = "https://gitlab.com/bmwinger/openmw-cfg"
version = "0.5.1"