# 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 = "pgx-sql-entity-graph" version = "0.7.4" authors = ["ZomboDB, LLC "] description = "Sql Entity Graph for `pgx`" homepage = "https://github.com/tcdi/pgx" documentation = "https://docs.rs/pgx-sql-entity-graph" readme = "README.md" license = "MIT" repository = "https://github.com/tcdi/pgx" [dependencies.atty] version = "0.2.14" optional = true [dependencies.convert_case] version = "0.6.0" [dependencies.eyre] version = "0.6.8" [dependencies.owo-colors] version = "3.5.0" optional = true [dependencies.petgraph] version = "0.6.3" [dependencies.proc-macro2] version = "1.0.52" features = ["span-locations"] [dependencies.quote] version = "1.0.26" [dependencies.syn] version = "1.0.109" features = [ "extra-traits", "full", "fold", "parsing", ] [dependencies.syntect] version = "5.0.0" features = ["default-fancy"] optional = true default-features = false [dependencies.unescape] version = "0.1.0" [features] no-schema-generation = [] syntax-highlighting = [ "dep:syntect", "dep:owo-colors", "dep:atty", ]