servicepoint/crates/servicepoint_binding_py/pyproject.toml

18 lines
436 B
TOML
Raw Permalink Normal View History

2024-06-27 21:34:41 +02:00
[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"]