[package]
edition = "2024"
name = "claw10-store"
version = "0.2.3"
authors = ["Claw10 Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage abstractions and implementations for Claw10 OS"
readme = "README.md"
license = "MIT"
repository = "https://github.com/crediblemark-official/claw10"
resolver = "2"
[lib]
name = "claw10_store"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.claw10-domain]
version = "0.2.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sled]
version = "0.34"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["full"]