[package]
edition = "2021"
name = "clawgraph"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded graph memory for AI agents — no server, no Neo4j, just structured knowledge"
homepage = "https://github.com/clawgraph/clawgraph"
readme = false
keywords = [
"graph",
"memory",
"ai-agents",
"knowledge-graph",
"embedded",
]
categories = [
"database",
"science",
]
license = "Apache-2.0"
repository = "https://github.com/clawgraph/clawgraph"
[lib]
name = "clawgraph"
path = "src/lib.rs"
[dependencies]