[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "mrapids"
version = "0.1.7"
description = "Python bindings for MicroRapids API Runtime - high-performance API client built with Rust"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}
authors = [
{name = "MicroRapids Team", email = "info@microrapids.com"}
]
keywords = ["api", "client", "rust", "performance", "openapi"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
urls = {homepage = "https://github.com/microrapids/api-runtime", repository = "https://github.com/microrapids/api-runtime"}
[tool.maturin]
features = ["python"]
module-name = "mrapids"
bindings = "pyo3"