[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "knafeh"
version = "1.1.0"
description = "QUIC-based RPC library with Python bindings"
readme = "README.md"
license = "Apache-2.0"
requires-python = ">=3.13"
dependencies = ["anyio>=4.0", "trio>=0.27"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Rust",
"Topic :: Internet",
]
[project.urls]
Repository = "https://github.com/ValerioL29/Knafeh"
Issues = "https://github.com/ValerioL29/Knafeh/issues"
[dependency-groups]
dev = ["maturin>=1.0,<2.0", "pytest>=9.0"]
[tool.maturin]
features = ["python"]
python-source = "python"
module-name = "knafeh._native"