[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "quantwave-plugins"
description = "Polars expression plugins for QuantWave (bundled in quantwave wheel)"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
dependencies = [
"polars>=1.20.0,<2.0.0",
]
[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "quantwave_plugins"