khive-runtime 0.3.0

Composable Service API: entity/note CRUD, graph traversal, hybrid search, curation.
Documentation
[package]
name = "khive-runtime"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Composable Service API: entity/note CRUD, graph traversal, hybrid search, curation."

[features]
fault-injection = []

[dependencies]
khive-types = { version = "0.3.0", path = "../khive-types", features = ["serde"] }
khive-storage = { version = "0.3.0", path = "../khive-storage" }
khive-score = { version = "0.3.0", path = "../khive-score" }
khive-fusion = { version = "0.3.0", path = "../khive-fusion" }
khive-fold = { version = "0.3.0", path = "../khive-fold" }
khive-db = { version = "0.3.0", path = "../khive-db", features = ["vectors"] }
khive-query = { version = "0.3.0", path = "../khive-query" }
khive-gate = { version = "0.3.0", path = "../khive-gate" }
inventory = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
uuid = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
lattice-embed = { workspace = true }
parking_lot = { workspace = true }
toml = { workspace = true }
rusqlite = { workspace = true }
libc = { workspace = true }
anyhow = { workspace = true }

[dev-dependencies]
khive-gate-rego = { version = "0.3.0", path = "../khive-gate-rego" }
tokio = { workspace = true, features = ["test-util"] }
tempfile = { workspace = true }
tracing-subscriber = { workspace = true }
serial_test = { workspace = true }