[project]
name = "decomp_settings"
version = "0.0.10"
description = "A library for reading the decomp.yaml settings file"
requires-python = ">=3.7"
dependencies = [
]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[project.urls]
"Homepage" = "https://github.com/ethteck/decomp_settings"
"Bug Tracker" = "https://github.com/ethteck/decomp_settings/issues"
[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[tool.maturin]
features = ["pyo3/extension-module", "python_bindings"]
[project.optional-dependencies]
test = [
"pytest",
"pytest-cov"
]