# 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 = "pgrx-pg-sys" version = "0.12.8" authors = ["PgCentral Foundation, Inc. "] build = "bindgen.rs" include = [ "src/**/*", "README.md", "include/*", "pgrx-cshim.c", "bindgen.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'" homepage = "https://github.com/pgcentralfoundation/pgrx/" documentation = "https://docs.rs/pgrx-pg-sys" readme = "README.md" license = "MIT" repository = "https://github.com/pgcentralfoundation/pgrx/" [package.metadata.docs.rs] features = [ "pg14", "cshim", ] no-default-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "pgrx_pg_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.pgrx-macros] version = "=0.12.8" [dependencies.pgrx-sql-entity-graph] version = "=0.12.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sptr] version = "0.3" [build-dependencies.pgrx-bindgen] version = "0.12.8" [features] cshim = [] default = [] pg12 = [] pg13 = [] pg14 = [] pg15 = [] pg16 = [] pg17 = [] [target.'cfg(all(any(target_os = "linux", target_os = "macos"), any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies.cee-scape] version = "0.2" [lints.rust] dead_code = "allow" improper_ctypes = "allow" non_camel_case_types = "allow" non_snake_case = "allow" non_upper_case_globals = "allow"