pgwire-lite 0.1.0

A library for connecting to a StackQL server using the PostgreSQL wire protocol
Documentation
[dependencies.libpq]
version = "4.1.0"

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

[dependencies.log]
version = "0.4"

[dev-dependencies.colorize]
version = "0.1.0"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.lazy_static]
version = "1.4.0"

[[example]]
name = "simple_query"
path = "examples/simple_query.rs"

[[example]]
name = "simple_query_with_mtls"
path = "examples/simple_query_with_mtls.rs"

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

[package]
authors = ["krimmer@stackql.io", "javen@stackql.io"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "api-bindings"]
description = "A library for connecting to a StackQL server using the PostgreSQL wire protocol"
edition = "2021"
include = ["src/**/*", "examples/**/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["stackql", "postgres", "pgwire", "database", "sql"]
license = "MIT"
name = "pgwire-lite"
readme = "README.md"
repository = "https://github.com/stackql/pgwire-lite-rs"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu"]