# 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] edition = "2021" name = "pq-src" version = "0.3.2" build = "build.rs" links = "pq_sys_src" include = [ "src/*", "build.rs", "additional_include/pg_config.h", "additional_include/pg_config_paths.h", "additional_include/pg_config_ext.h", "source/src/include/*", "source/src/port/*", "source/src/common/*", "source/src/interfaces/libpq/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Bundled version of libpq" readme = "README.md" keywords = [ "bindings", "libpq", "pq-sys", "bundled", ] categories = [ "database", "external-ffi-bindings", ] license = "PostgreSQL" repository = "https://github.com/sgrif/pq-sys" resolver = "1" [lib] name = "pq_src" path = "src/lib.rs" [dependencies.openssl-sys] version = "0.9.93" optional = true [build-dependencies.cc] version = "1.0.83" [features] default = ["with-openssl"] with-asan = [] with-openssl = ["dep:openssl-sys"]