[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.optional-dependencies]
dev = ["ipykernel", "notebook"]
[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.11"