seesaw-postgres 0.9.1

PostgreSQL adapter for Seesaw event-driven runtime
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 = "seesaw-postgres"
version = "0.9.1"
authors = ["Crispin Read <crispin@crispinread.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL adapter for Seesaw event-driven runtime"
readme = false
license = "MIT"

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

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.futures]
version = "0.3"

[dependencies.seesaw_core]
version = "0.9.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tokio]
version = "1.49"
features = [
    "sync",
    "rt",
    "time",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.20"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.testcontainers]
version = "0.23"

[dev-dependencies.testcontainers-modules]
version = "0.11"
features = ["postgres"]

[dev-dependencies.tokio]
version = "1.49"
features = [
    "sync",
    "rt",
    "time",
    "macros",
    "rt-multi-thread",
    "macros",
    "time",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"