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