pg_walstream 0.1.0

PostgreSQL logical replication protocol library - parse and handle PostgreSQL WAL streaming messages
Documentation
[[bench]]
name = "stream_benchmarks"
path = "benches/stream_benchmarks.rs"

[dependencies.bytes]
version = "1.10.1"

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

[dependencies.futures]
version = "0.3.31"

[dependencies.libpq-sys]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
features = ["io-util", "net", "time", "macros"]
version = "1.47.1"

[dependencies.tokio-util]
features = ["compat"]
version = "0.7.16"

[dependencies.tracing]
version = "0.1.41"

[features]
default = []

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

[package]
authors = ["danielshih <dog830228@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "parsing", "network-programming"]
description = "PostgreSQL logical replication protocol library - parse and handle PostgreSQL WAL streaming messages"
documentation = "https://docs.rs/pg_walstream"
edition = "2021"
homepage = "https://github.com/isdaniel/pg-walstream"
keywords = ["postgresql", "replication", "wal", "logical-decoding", "streaming"]
license = "BSD-3-Clause"
name = "pg_walstream"
readme = "README.md"
repository = "https://github.com/isdaniel/pg-walstream"
version = "0.1.0"