[build-system]
requires = ["maturin>=1.14.1,<2.0"]
build-backend = "maturin"
[project]
name = "kglite-cli"
description = "Pure-Rust KGLite CLI: an interactive Cypher shell for .kgl knowledge graphs."
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.8"
keywords = ["cypher", "repl", "shell", "knowledge-graph", "kglite"]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Topic :: Database",
]
dynamic = ["version"]
[project.urls]
Homepage = "https://github.com/kkollsga/kglite"
Repository = "https://github.com/kkollsga/kglite"
[tool.maturin]
bindings = "bin"
manifest-path = "Cargo.toml"