rust-hashlib-testing/pyproject.toml

14 lines
329 B
TOML
Raw Permalink Normal View History

2022-07-10 20:46:09 +01:00
[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"
[project]
name = "rust-hashlib-testing"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]