[build-system]
requires = ["maturin>=1.9,<2"]
build-backend = "maturin"

[project]
name = "nanocodex"
version = "0.1.0"
description = "Embedded Python bindings for the Nanocodex agents SDK"
requires-python = ">=3.11"

[tool.maturin]
module-name = "nanocodex._native"
python-source = "python"
features = ["pyo3/extension-module"]
