# 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 = "2021" name = "plrust-trusted-pgrx" version = "1.2.8" authors = ["TCDI "] description = "Minimal set of `pgrx` rexports for plrust, which the authors have deemed trusted" homepage = "https://github.com/tcdi/plrust/" readme = "README.md" license = "PostgreSQL" repository = "https://github.com/tcdi/plrust/" [package.metadata.docs.rs] features = ["pg14"] rustc-args = [ "--cfg", "docsrs", ] [lib] crate-type = ["rlib"] [dependencies.pgrx] version = "=0.11.0" features = ["no-schema-generation"] default-features = false [features] pg13 = ["pgrx/pg13"] pg14 = ["pgrx/pg14"] pg15 = ["pgrx/pg15"] pg16 = ["pgrx/pg16"]