pgrx-pg-sys 0.11.4

Generated Rust bindings for Postgres internals, for use with 'pgrx'
Documentation
[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.69"

[build-dependencies.clang-sys]
features = ["clang_6_0", "runtime"]
version = "1"

[build-dependencies.eyre]
version = "0.6.8"

[build-dependencies.once_cell]
version = "1.18.0"

[build-dependencies.pgrx-pg-config]
version = "=0.11.4"

[build-dependencies.proc-macro2]
version = "1.0.69"

[build-dependencies.quote]
version = "1.0.33"

[build-dependencies.shlex]
version = "1.3"

[build-dependencies.syn]
features = ["extra-traits", "full", "fold", "parsing"]
version = "1.0.109"

[build-dependencies.walkdir]
version = "2"
[dependencies.libc]
version = "0.2"

[dependencies.memoffset]
version = "0.9.0"

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

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

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

[dependencies.sptr]
version = "0.3"

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

[package]
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
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/"
license = "MIT"
name = "pgrx-pg-sys"
readme = "README.md"
repository = "https://github.com/pgcentralfoundation/pgrx/"
version = "0.11.4"
[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"]