servicepoint/crates/servicepoint_binding_py/pyproject.toml
2024-09-12 22:02:21 +02:00

18 lines
436 B
TOML

[build-system]
requires = ["maturin>=1.6,<2.0"]
build-backend = "maturin"
[project]
name = "servicepoint"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[tool.maturin]
module-name = "servicepoint.rust_bindings"
features = ["pyo3/extension-module"]