[build-system] requires = ["maturin>=0.14"] build-backend = "maturin" [project] name = "slidge-style-parser" version = "v0.1.9" requires-python = ">=3.7" classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] [project.urls] Homepage = "https://github.com/BluebonnetField/slidge-style-parser" Repository = "https://github.com/BluebonnetField/slidge-style-parser" [tool.maturin] features = ["pyo3/extension-module"]