[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "sz-orm"
version = "0.1.0"
description = "Python bindings for sz-orm-core: async ORM with Model, QueryBuilder, Pool, Transaction"
requires-python = ">=3.8"
license = { text = "MIT" }
keywords = ["orm", "database", "async", "sql"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Rust",
"Topic :: Database",
"Framework :: AsyncIO",
]
[tool.maturin]
features = ["pyo3/extension-module"]