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