py-rust-playground/pyproject.toml

17 lines
380 B
TOML
Raw Permalink Normal View History

2023-05-05 08:51:44 +01:00
[build-system]
requires = ["maturin>=0.14,<0.15"]
build-backend = "maturin"
[project]
name = "py-rust-playground"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[tool.maturin]
features = ["pyo3/extension-module"]