zlayer-store 0.14.1

Centralized domain DB access for ZLayer — generic SQLite JSON adapter and shared storage error type.
Documentation
[package]
name = "zlayer-store"
description = "Centralized domain DB access for ZLayer — generic SQLite JSON adapter and shared storage error type."
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
keywords = ["zlayer", "storage", "sqlite", "sqlx"]
categories = ["database"]

[dependencies]
async-trait.workspace = true
chrono.workspace = true
serde.workspace = true
serde_json.workspace = true
sqlx.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true

[lints]
workspace = true