[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
[project]
name = "dhive-core"
version = "0.1.0"
description = "D-HIVE Trust Protocol — Python bindings: BM25 search, canonicalHash, pack validation, curation scoring"
license = { text = "MIT" }
requires-python = ">=3.8"
keywords = ["dhive", "knowledge-management", "trust-protocol", "bm25", "similarity"]
[project.urls]
Repository = "https://github.com/FLOODKING/D-HIVE"
[tool.maturin]
features = ["python"]
bindings = "pyo3"
module-name = "dhive_core"