| 12345678910111213141516 |
- [build-system]
- requires = ["maturin>=1.0,<2.0"]
- build-backend = "maturin"
- [project]
- name = "darkfi-sdk"
- version = "0.5.0"
- requires-python = ">=3.9"
- classifiers = [
- "Programming Language :: Rust",
- "Programming Language :: Python :: Implementation :: CPython",
- "Programming Language :: Python :: Implementation :: PyPy",
- ]
- [tool.maturin]
- features = ["pyo3/extension-module"]
|