14 lines
277 B
TOML
14 lines
277 B
TOML
[build-system]
|
|
requires = ["maturin>=1.0,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "xml_schema_validator"
|
|
version = "0.1.0"
|
|
description = "XML Schema validation library"
|
|
requires-python = ">=3.10"
|
|
dependencies = []
|
|
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module"]
|