ecc_rs/pyproject.toml
2025-04-01 13:51:29 +08:00

22 lines
495 B
TOML

[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
name = "ecc_rs"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
]
dynamic = ["version"]
authors = [{ name = "Liang Junyong", email = "2251250136@qq.com" }]
readme = "readme.md"
[project.urls]
Homepage = "https://git.mamahaha.work/sangge/ecc_rs"
[tool.maturin]
features = ["pyo3/extension-module"]
bindings = "pyo3"