pg_walstream 0.4.0

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

[features]
default = []

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

[[bench]]
name = "rowdata_vs_hashmap"
path = "benches/rowdata_vs_hashmap.rs"
harness = false

[dependencies.bytes]
version = "1.11.1"

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

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

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["html_reports"]

[dev-dependencies.tokio]
version = "1.47.2"
features = ["full"]