[build-system]
requires = ["maturin>=1.9,<2.0"]
build-backend = "maturin"
[project]
name = "routingkit_cch"
requires-python = ">=3.8"
readme = "README.md"
description = "Python bindings for the Customizable Contraction Hierarchies (CCH) implementation from RoutingKit."
authors = [{ name = "HellOwhatAs", email = "xjq701229@outlook.com" }]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
[project.urls]
Repository = "https://github.com/HellOwhatAs/routingkit-cch"
[tool.maturin]
features = ["pyo3/extension-module"]