pg_stream 0.1.0

A low-level, zero-overhead Rust implementation of the Postgres wire protocol.
Documentation
[[bench]]
harness = false
name = "pgstream_bench"
path = "benches/pgstream_bench.rs"

[dependencies.bytes]
version = "1.10"

[dependencies.scram]
optional = true
version = "0.6"

[dependencies.tokio]
default-features = false
features = ["io-util"]
version = "1.47"

[dev-dependencies.aws-lc-rs]
version = "1"

[dev-dependencies.base64]
version = "0"

[dev-dependencies.criterion]
version = "0"

[dev-dependencies.ctor]
version = "0"

[dev-dependencies.postgresql_commands]
version = "0"

[dev-dependencies.postgresql_embedded]
features = ["tokio", "rustls"]
version = "0"

[dev-dependencies.rustls]
features = ["aws-lc-rs"]
version = "0"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"

[dev-dependencies.tokio-rustls]
features = ["aws-lc-rs"]
version = "0"

[features]
default = ["startup"]
startup = ["scram"]

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

[package]
authors = ["Taylor Neely <tneely417@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "A low-level, zero-overhead Rust implementation of the Postgres wire protocol."
edition = "2024"
keywords = ["postgresql"]
license-file = "LICENSE"
name = "pg_stream"
readme = "README.md"
repository = "https://github.com/tneely/pg_stream"
version = "0.1.0"

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