[dependencies.pyo3]
features = ["extension-module", "abi3"]
optional = true
version = "0.25.0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_yaml]
version = "0.9.34"
[dependencies.thiserror]
version = "2"
[features]
python_bindings = ["dep:pyo3"]
[lib]
crate-type = ["lib", "cdylib"]
name = "decomp_settings"
path = "src/lib.rs"
[package]
authors = ["Ethan Roseman <ethteck@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for reading the decomp.yaml settings file"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "decomp_settings"
readme = "README.md"
repository = "https://github.com/ethteck/decomp_settings"
version = "0.0.10"