# 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 = "pgrx-catalog" version = "0.1.0" build = false include = ["src"] 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"] rustc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "pgrx_catalog" path = "src/lib.rs" [dependencies.paste] version = "1.0.14" [dependencies.pgrx] version = "~0.12" default-features = false [features] default = [] pg12 = ["pgrx/pg12"] pg13 = ["pgrx/pg13"] pg14 = ["pgrx/pg14"] pg15 = ["pgrx/pg15"] pg16 = ["pgrx/pg16"] pg17 = ["pgrx/pg17"]