khive-runtime 0.2.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."

[dependencies]
khive-types = { version = "0.2.0", path = "../khive-types", features = ["serde"] }
khive-storage = { version = "0.2.0", path = "../khive-storage" }
khive-score = { version = "0.2.0", path = "../khive-score" }
khive-fold = { version = "0.2.0", path = "../khive-fold" }
khive-db = { version = "0.2.0", path = "../khive-db", features = ["vectors"] }
khive-query = { version = "0.2.0", path = "../khive-query" }
khive-gate = { version = "0.2.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 }
rusqlite = { version = "0.33" }
tempfile = "3"

[dev-dependencies]
tokio = { workspace = true, features = ["test-util"] }
tempfile = "3"
tracing-subscriber = { workspace = true }
serial_test = "3"