pyproject.toml 333 B

12345678910111213
  1. [build-system]
  2. requires = ["maturin>=0.12,<0.13"]
  3. build-backend = "maturin"
  4. [project]
  5. name = "fate_crypto"
  6. description = "crypto implemented or wrapped using rust"
  7. readme = "README.md"
  8. requires-python = ">=3.6"
  9. classifiers = [
  10. "Programming Language :: Rust",
  11. "Programming Language :: Python :: Implementation :: CPython",
  12. ]