[dependencies.greentic-interfaces-guest]
default-features = false
features = ["component-node"]
version = "0.4.65"
[dependencies.serde]
features = ["derive", "derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dev-dependencies.tempfile]
version = "3"
[[example]]
name = "memory_demo"
path = "examples/memory_demo.rs"
[features]
component-wasm = []
default = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "component_dwbase"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "DWBase: agent-first immutable atom store, components, and tools."
documentation = "https://github.com/greentic-ai/greentic-dwbase"
edition = "2021"
homepage = "https://github.com/greentic-ai/greentic-dwbase"
license = "Apache-2.0"
name = "component-dwbase"
readme = false
repository = "https://github.com/greentic-ai/greentic-dwbase"
version = "0.1.4"