# 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-macros" version = "0.12.8" authors = ["PgCentral Foundation, Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Proc Macros for 'pgrx'" homepage = "https://github.com/pgcentralfoundation/pgrx/" documentation = "https://docs.rs/pgrx-macros" readme = "README.md" license = "MIT" repository = "https://github.com/pgcentralfoundation/pgrx/" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [lib] name = "pgrx_macros" path = "src/lib.rs" proc-macro = true [dependencies.pgrx-sql-entity-graph] version = "=0.12.8" [dependencies.proc-macro2] version = "1.0.78" features = ["span-locations"] [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2" features = [ "extra-traits", "full", "parsing", ] [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] no-schema-generation = ["pgrx-sql-entity-graph/no-schema-generation"]