| [build-system] | |
| requires = ["maturin>=1.4,<2.0"] | |
| build-backend = "maturin" | |
| [project] | |
| name = "htm_rust" | |
| version = "0.1.0" | |
| description = "Numenta BAMI-spec HTM (Spatial Pooler + Temporal Memory) in Rust with pyo3 bindings" | |
| requires-python = ">=3.11" | |
| classifiers = [ | |
| "Programming Language :: Rust", | |
| "Programming Language :: Python :: Implementation :: CPython", | |
| ] | |
| [tool.maturin] | |
| features = ["pyo3/extension-module"] | |
| module-name = "htm_rust" | |