[dependencies.convert_case]
version = "0.6.0"
[dependencies.eyre]
version = "~0.6.12"
[dependencies.owo-colors]
features = ["supports-colors"]
optional = true
version = "4.0"
[dependencies.petgraph]
version = "0.6.4"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.78"
[dependencies.quote]
version = "1.0.33"
[dependencies.syn]
features = ["extra-traits", "full", "parsing"]
version = "2"
[dependencies.syntect]
default-features = false
features = ["default-fancy"]
optional = true
version = "5.1.0"
[dependencies.thiserror]
version = "1"
[dependencies.unescape]
version = "0.1.0"
[features]
no-schema-generation = []
syntax-highlighting = ["dep:syntect", "dep:owo-colors"]
[lib]
name = "pgrx_sql_entity_graph"
path = "src/lib.rs"
[lints.clippy]
assigning-clones = "allow"
too-many-arguments = "allow"
[package]
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Sql Entity Graph for `pgrx`"
documentation = "https://docs.rs/pgrx-sql-entity-graph"
edition = "2021"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
include = ["src/**/*", "README.md"]
license = "MIT"
name = "pgrx-sql-entity-graph"
readme = "README.md"
repository = "https://github.com/pgcentralfoundation/pgrx/"
version = "0.12.9"