[package]
name = "nstreams-postgres"
description = "PostgreSQL persistence backend for nstreams"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
async-trait.workspace = true
chrono.workspace = true
nstreams-core = { version = "0.2.2", path = "../nstreams-core" }
serde_json.workspace = true
sqlx.workspace = true
thiserror.workspace = true
tracing.workspace = true