pyproject.toml raw

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "neotoma-py"
version = "0.1.0"
description = "Python bindings for the Neotoma parsing library"
authors = [
    {name = "Neotoma Contributors"}
]
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
]

[tool.maturin]
python-source = "python"