[build-system]
requires = ["maturin>=1.7,<2.0"]
build-backend = "maturin"
[project]
name = "prak"
version = "0.1.0"
description = "Don't Panic! (A hitchhiker's guide to the galaxy reference)"
readme = "README.md"
license = "MIT"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
[project.urls]
Repository = "https://github.com/nmichlo/prak"
[tool.maturin]
features = ["pyo3/extension-module"]