pgrx-pg-sys 0.12.9

Generated Rust bindings for Postgres internals, for use with 'pgrx'
Documentation
[build-dependencies.pgrx-bindgen]
version = "0.12.9"

[dependencies.libc]
version = "0.2"

[dependencies.pgrx-macros]
version = "=0.12.9"

[dependencies.pgrx-sql-entity-graph]
version = "=0.12.9"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sptr]
version = "0.3"

[features]
cshim = []
default = []
pg12 = []
pg13 = []
pg14 = []
pg15 = []
pg16 = []
pg17 = []

[lib]
name = "pgrx_pg_sys"
path = "src/lib.rs"

[lints.rust]
dead_code = "allow"
improper_ctypes = "allow"
non_camel_case_types = "allow"
non_snake_case = "allow"
non_upper_case_globals = "allow"

[package]
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "bindgen.rs"
description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'"
documentation = "https://docs.rs/pgrx-pg-sys"
edition = "2021"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
include = ["src/**/*", "README.md", "include/*", "pgrx-cshim.c", "bindgen.rs"]
license = "MIT"
name = "pgrx-pg-sys"
readme = "README.md"
repository = "https://github.com/pgcentralfoundation/pgrx/"
version = "0.12.9"

[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"]

[target.'cfg(all(any(target_os = "linux", target_os = "macos"), any(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies.cee-scape]
version = "0.2"