nstreams-postgres 0.2.2

PostgreSQL persistence backend for nstreams
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "nstreams-postgres"
version = "0.2.2"
authors = ["nilpferdschaefer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL persistence backend for nstreams"
readme = false
license = "MIT"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.nstreams-core]
version = "0.2.2"

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "json",
    "chrono",
]

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"