# 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-sql-entity-graph" version = "0.12.8" authors = ["PgCentral Foundation, Inc. "] build = false include = [ "src/**/*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Sql Entity Graph for `pgrx`" homepage = "https://github.com/pgcentralfoundation/pgrx/" documentation = "https://docs.rs/pgrx-sql-entity-graph" readme = "README.md" license = "MIT" repository = "https://github.com/pgcentralfoundation/pgrx/" [lib] name = "pgrx_sql_entity_graph" path = "src/lib.rs" [dependencies.convert_case] version = "0.6.0" [dependencies.eyre] version = "~0.6.12" [dependencies.owo-colors] version = "4.0" features = ["supports-colors"] optional = true [dependencies.petgraph] version = "0.6.4" [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", ] [dependencies.syntect] version = "5.1.0" features = ["default-fancy"] optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.unescape] version = "0.1.0" [features] no-schema-generation = [] syntax-highlighting = [ "dep:syntect", "dep:owo-colors", ] [lints.clippy] assigning-clones = "allow" too-many-arguments = "allow"