anda_kip 0.2.0

A Rust implementation of KIP (Knowledge Interaction Protocol).
Documentation
[dependencies.nom]
version = "8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[lib]
name = "anda_kip"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "text-processing"]
description = "A Rust implementation of KIP (Knowledge Interaction Protocol)."
edition = "2024"
keywords = ["KIP", "Knowledge", "Memory", "Anda", "Agent"]
license = "MIT"
name = "anda_kip"
publish = true
readme = "README.md"
repository = "https://github.com/ldclabs/anda_db/tree/main/rs/anda_kip"
resolver = "2"
version = "0.2.0"