[package]
name = "pgrx-sql-entity-graph"
version = "0.11.4"
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
license = "MIT"
description = "Sql Entity Graph for `pgrx`"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
repository = "https://github.com/pgcentralfoundation/pgrx/"
documentation = "https://docs.rs/pgrx-sql-entity-graph"
readme = "README.md"
edition = "2021"
[features]
syntax-highlighting = ["dep:syntect", "dep:owo-colors"]
no-schema-generation = []
[dependencies]
convert_case = "0.6.0"
eyre = "0.6.8"
petgraph = "0.6.4"
proc-macro2 = { version = "1.0.69", features = [ "span-locations" ] }
quote = "1.0.33"
syn = { version = "1.0.109", features = [ "extra-traits", "full", "fold", "parsing" ] }
unescape = "0.1.0"
owo-colors = { version = "3.5", features = [ "supports-colors" ], optional = true }
syntect = { version = "5.1.0", default-features = false, features = ["default-fancy"], optional = true }