[dependencies.atomic-traits]
version = "0.3.0"
[dependencies.bitflags]
version = "2.4.0"
[dependencies.bitvec]
version = "1.0"
[dependencies.enum-map]
version = "2.6.3"
[dependencies.heapless]
version = "0.7.16"
[dependencies.libc]
version = "0.2.149"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.pgrx-macros]
version = "=0.11.4"
[dependencies.pgrx-pg-sys]
version = "=0.11.4"
[dependencies.pgrx-sql-entity-graph]
version = "=0.11.4"
[dependencies.seahash]
version = "4.1.0"
[dependencies.seq-macro]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_cbor]
version = "0.11.2"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.uuid]
features = ["v4"]
version = "1.4.1"
[features]
cshim = ["pgrx-pg-sys/cshim"]
default = ["cshim"]
no-schema-generation = ["pgrx-macros/no-schema-generation", "pgrx-sql-entity-graph/no-schema-generation"]
pg11 = ["pgrx-pg-sys/pg11"]
pg12 = ["pgrx-pg-sys/pg12"]
pg13 = ["pgrx-pg-sys/pg13"]
pg14 = ["pgrx-pg-sys/pg14"]
pg15 = ["pgrx-pg-sys/pg15"]
pg16 = ["pgrx-pg-sys/pg16"]
unsafe-postgres = []
[lib]
crate-type = ["rlib"]
[package]
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
categories = ["database"]
description = "pgrx: A Rust framework for creating Postgres extensions"
documentation = "https://docs.rs/pgrx"
edition = "2021"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
keywords = ["database", "postgres", "postgresql", "extension"]
license = "MIT"
name = "pgrx"
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"]