pq-sys 0.6.3

Auto-generated rust bindings for libpq
Documentation
[package]
name = "pq-sys"
version = "0.6.3"
description = "Auto-generated rust bindings for libpq"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sgrif/pq-sys"
links = "pq"
build = "build.rs"

[workspace]
members = ["pq-src"]

[lib]
name = "pq_sys"

[dependencies]
pq-src = { path = "pq-src", version = ">=0.2, <0.4", optional = true , default-features = false }

[build-dependencies]
pkg-config = { version = "0.3.0", optional = true }
bindgen = { version = "0.69.1", optional = true }

[target.'cfg(target_env = "msvc")'.build-dependencies]
vcpkg = "0.2.6"

[features]
default = []
bundled = ["bundled_without_openssl", "pq-src/with-openssl"]
bundled_without_openssl = ["dep:pq-src"]
buildtime_bindgen = ["dep:bindgen"]