[build-system] requires = ["maturin>=1.6,<2.0"] build-backend = "maturin" [project] name = "shr_parser" requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] dynamic = ["version"] authors = [{ name="Lasse Nielsen" }] readme = "README.md" license = { file = "LICENSE" } [tool.maturin] features = ["pyo3/extension-module"]