# 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-pgx" version = "1.0.0" authors = ["TCDI "] description = "Minimal set of `pgx` 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.pgx] version = "=0.7.4" features = ["no-schema-generation"] default-features = false [features] pg13 = ["pgx/pg13"] pg14 = ["pgx/pg14"] pg15 = ["pgx/pg15"]