[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "triviumdb"
version = "0.7.0"
description = "AI-native embedded database: Vector + Graph + Relational in one file"
readme = "README.md"
license = { text = "Apache-2.0" }
authors = [
{ name = "YoKONCy", email = "2752026184@qq.com" },
]
requires-python = ">=3.9, <3.13"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: 3",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Topic :: Database",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
[tool.maturin]
features = ["python"]