pgrx-catalog 0.3.2

An out-of-tree version of pgrx catalog safe bindings
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "pgrx-catalog"
version = "0.3.2"
build = false
include = ["src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An out-of-tree version of pgrx catalog safe bindings"
documentation = "https://docs.rs/pgrx-catalog"
readme = "README.md"
license = "MIT"
repository = "https://github.com/usamoi/pgrx-catalog"

[package.metadata.docs.rs]
features = ["pg14"]
targets = ["x86_64-unknown-linux-gnu"]
rustc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
pg13 = ["pgrx/pg13"]
pg14 = ["pgrx/pg14"]
pg15 = ["pgrx/pg15"]
pg16 = ["pgrx/pg16"]
pg17 = ["pgrx/pg17"]
pg18 = ["pgrx/pg18"]

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

[dependencies.paste]
version = "1.0.15"

[dependencies.pgrx]
version = ">=0.15, <0.18"
default-features = false