p2panda-store 0.5.0

Store traits and implementations
Documentation
[dependencies.ciborium]
optional = true
version = "0.2.2"

[dependencies.hex]
optional = true
version = "0.4.3"

[dependencies.p2panda-core]
version = "0.5.0"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.sqlx]
features = ["sqlite", "runtime-tokio"]
optional = true
version = "0.8.3"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.trait-variant]
version = "0.1.2"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.serde]
version = "1.0.219"

[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.44.2"

[features]
default = ["memory"]
memory = []
sqlite = ["dep:ciborium", "dep:sqlx", "dep:hex"]
test_utils = ["dep:rand"]

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

[lints.rust]

[package]
authors = ["adz <x12@adz.garden>", "sandreae <contact@samandreae.com>", "glyph <glyph@mycelial.technology>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Store traits and implementations"
edition = "2024"
keywords = ["sqlite", "storage"]
license = "MIT OR Apache-2.0"
name = "p2panda-store"
readme = "README.md"
repository = "https://github.com/p2panda/p2panda"
resolver = "2"
version = "0.5.0"

[package.metadata.docs.rs]
all-features = true