[build-dependencies.bindgen]
optional = true
version = "0.72.0"
[build-dependencies.pkg-config]
optional = true
version = "0.3.0"
[dependencies.libc]
version = "0.2.100"
[dependencies.pq-src]
default-features = false
optional = true
version = ">=0.2, <0.4"
[dev-dependencies.bindgen]
version = "0.72.0"
[dev-dependencies.similar-asserts]
version = "1.6.0"
[features]
buildtime_bindgen = ["dep:bindgen"]
bundled = ["bundled_without_openssl", "pq-src/with-openssl"]
bundled_without_openssl = ["dep:pq-src"]
default = ["pkg-config"]
[lib]
name = "pq_sys"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(buildscript_run)"]
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Auto-generated rust bindings for libpq"
edition = "2021"
include = ["README.md", "LICENSE-MIT", "LICENSE-APACHE", "src/**/*.rs", "build.rs", "bindings/**/*.rs", "wrapper.h"]
license = "MIT OR Apache-2.0"
links = "pq"
name = "pq-sys"
readme = "README.md"
repository = "https://github.com/sgrif/pq-sys"
rust-version = "1.82.0"
version = "0.7.5"
[target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg]
version = "0.2.6"