[package]
edition = "2021"
name = "noether-store"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Noether stage store: immutable content-addressed registry of stages with lifecycle management"
homepage = "https://github.com/alpibrusl/noether"
readme = false
keywords = [
"agent",
"llm",
"composition",
"pipeline",
"workflow",
]
categories = [
"development-tools",
"command-line-utilities",
]
license = "EUPL-1.2"
repository = "https://github.com/alpibrusl/noether"
[lib]
name = "noether_store"
path = "src/lib.rs"
[[test]]
name = "stdlib_store"
path = "tests/stdlib_store.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.noether-core]
version = "0.4"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = [
"rt",
"macros",
]