# 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] name = "pq-sys" version = "0.6.3" build = "build.rs" links = "pq" autobins = false autoexamples = false autotests = false autobenches = false description = "Auto-generated rust bindings for libpq" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sgrif/pq-sys" [lib] name = "pq_sys" path = "src/lib.rs" [[test]] name = "smoke" path = "tests/smoke.rs" [dependencies.pq-src] version = ">=0.2, <0.4" optional = true default-features = false [build-dependencies.bindgen] version = "0.69.1" optional = true [build-dependencies.pkg-config] version = "0.3.0" optional = true [features] buildtime_bindgen = ["dep:bindgen"] bundled = [ "bundled_without_openssl", "pq-src/with-openssl", ] bundled_without_openssl = ["dep:pq-src"] default = [] [target.'cfg(target_env = "msvc")'.build-dependencies.vcpkg] version = "0.2.6"