[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.8"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1.18.0"
[dependencies.pgrx-macros]
version = "=0.12.9"
[dependencies.pgrx-pg-sys]
version = "=0.12.9"
[dependencies.pgrx-sql-entity-graph]
version = "=0.12.9"
[dependencies.seahash]
version = "4.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_cbor]
version = "0.11.2"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1"
[dependencies.uuid]
features = ["v4"]
version = "1.4.1"
[features]
cshim = ["pgrx-pg-sys/cshim"]
default = ["cshim"]
nightly = []
no-schema-generation = ["pgrx-macros/no-schema-generation", "pgrx-sql-entity-graph/no-schema-generation"]
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"]
pg17 = ["pgrx-pg-sys/pg17"]
unsafe-postgres = []
[lib]
crate-type = ["rlib"]
name = "pgrx"
path = "src/lib.rs"
[lints.clippy]
cast_ptr_alignment = "allow"
len_without_is_empty = "allow"
missing_safety_doc = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_cast = "allow"
[package]
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database"]
description = "pgrx: A Rust framework for creating Postgres extensions"
documentation = "https://docs.rs/pgrx"
edition = "2021"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
include = ["src/**/*"]
keywords = ["database", "postgres", "postgresql", "extension"]
license = "MIT"
name = "pgrx"
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"]