pgrx-sql-entity-graph 0.9.5

Sql Entity Graph for `pgrx`
Documentation
[dependencies.atty]
optional = true
version = "0.2.14"

[dependencies.convert_case]
version = "0.6.0"

[dependencies.eyre]
version = "0.6.8"

[dependencies.owo-colors]
optional = true
version = "3.5.0"

[dependencies.petgraph]
version = "0.6.3"

[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.60"

[dependencies.quote]
version = "1.0.28"

[dependencies.syn]
features = ["extra-traits", "full", "fold", "parsing"]
version = "1.0.109"

[dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = "5.0.0"

[dependencies.unescape]
version = "0.1.0"

[features]
no-schema-generation = []
syntax-highlighting = ["dep:syntect", "dep:owo-colors", "dep:atty"]

[package]
authors = ["ZomboDB, LLC <zombodb@gmail.com>"]
description = "Sql Entity Graph for `pgrx`"
documentation = "https://docs.rs/pgrx-sql-entity-graph"
edition = "2021"
homepage = "https://github.com/tcdi/pgrx"
license = "MIT"
name = "pgrx-sql-entity-graph"
readme = "README.md"
repository = "https://github.com/tcdi/pgrx"
version = "0.9.5"