[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.66.1"
[build-dependencies.eyre]
version = "0.6.8"
[build-dependencies.once_cell]
version = "1.18.0"
[build-dependencies.pgrx-pg-config]
version = "=0.9.6"
[build-dependencies.proc-macro2]
version = "1.0.60"
[build-dependencies.quote]
version = "1.0.28"
[build-dependencies.shlex]
version = "1.1.0"
[build-dependencies.syn]
features = ["extra-traits", "full", "fold", "parsing"]
version = "1.0.109"
[dependencies.libc]
version = "0.2"
[dependencies.memoffset]
version = "0.9.0"
[dependencies.pgrx-macros]
version = "=0.9.6"
[dependencies.pgrx-sql-entity-graph]
version = "=0.9.6"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sptr]
version = "0.3"
[features]
cshim = []
default = []
pg11 = []
pg12 = []
pg13 = []
pg14 = []
pg15 = []
[package]
authors = ["ZomboDB, LLC <zombodb@gmail.com>"]
description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'"
documentation = "https://docs.rs/pgrx-pg-sys"
edition = "2021"
homepage = "https://github.com/tcdi/pgrx"
license = "MIT"
name = "pgrx-pg-sys"
readme = "README.md"
repository = "https://github.com/tcdi/pgrx"
version = "0.9.6"
[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"]