[package]
edition = "2021"
rust-version = "1.93.0"
name = "khive-changeset"
version = "0.5.0"
authors = ["Ocean <ocean@lionagi.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Producer-agnostic KG change-set op-list model and NDJSON-delta serialization"
homepage = "https://github.com/ohdearquant/khive"
readme = "README.md"
keywords = [
"knowledge-graph",
"semantic-search",
"mcp",
"ai-tools",
"graph-database",
]
categories = [
"database",
"command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/ohdearquant/khive"
[lib]
name = "khive_changeset"
path = "src/lib.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"
[dependencies.khive-types]
version = "0.5.0"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
features = ["float_roundtrip"]
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false