postgres-notify 0.3.0

Library that makes it easy to subscribe to PostgreSQL notifications
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.chrono]
features = ["serde"]
optional = true
version = ">=0.4"

[dependencies.chrono-tz]
features = ["serde"]
optional = true
version = ">=0.10.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = ">=1"

[dependencies.thiserror]
version = "2.0.14"

[dependencies.tokio]
features = ["rt", "sync", "time"]
version = ">=1"

[dependencies.tokio-postgres]
version = ">=0.6"

[dependencies.tracing]
optional = true
version = ">=0.1"

[dev-dependencies.insta]
features = ["redactions", "json"]
version = ">=1.42"

[dev-dependencies.regex]
version = "1.11.1"

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

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

[features]
chrono = ["dep:chrono", "dep:chrono-tz"]
default = ["chrono", "serde", "tracing"]
serde = ["dep:serde"]
tracing = ["dep:tracing"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "development-tools::debugging"]
description = "Library that makes it easy to subscribe to PostgreSQL notifications"
edition = "2024"
keywords = ["postgres", "database", "logs", "notfiy"]
license = "MIT"
name = "postgres-notify"
readme = "README.md"
repository = "https://github.com/macprog-guy/postgres-notify.git"
rust-version = "1.85"
version = "0.3.0"