aufbau 0.1.2

Generalized prefix parsing for a class of context-dependent languages
Documentation
[build-system]
requires = ["maturin>=1.4,<2.0"]
build-backend = "maturin"

[project]
name = "aufbau-rs"
dynamic = ["version"]
description = "Python bindings for the aufbau typed feed engine"
requires-python = ">=3.9"

[project.urls]
Homepage = "https://github.com/Unsuspicious-Industries/aufbau"
Repository = "https://github.com/Unsuspicious-Industries/aufbau"

[tool.maturin]
features = ["python-ffi", "pyo3/extension-module"]
module-name = "aufbau"
bindings = "pyo3"
target-version = "3.13"