[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "fast-decision"
version = "0.2.6"
description = "High-performance rule engine"
authors = [{name = "AK", email = "kolchta@gmail.com"}]
license = {text = "MIT OR Apache-2.0"}
readme = "README.md"
keywords = ["rules-engine", "decision-engine", "rust", "performance"]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
[project.urls]
Repository = "https://github.com/almayce/fast-decision"
Homepage = "https://github.com/almayce/fast-decision"
[tool.maturin]
module-name = "fast_decision"
include = ["fast_decision.pyi"]