[package]
name = "pgrx-pg-config"
version = "0.11.4"
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
license = "MIT"
description = "A Postgres pg_config wrapper for 'pgrx'"
homepage = "https://github.com/pgcentralfoundation/pgrx/"
repository = "https://github.com/pgcentralfoundation/pgrx/"
documentation = "https://docs.rs/pgrx-pg-config"
readme = "README.md"
edition = "2021"
[dependencies]
dirs = "5.0.1"
eyre = "0.6.8"
pathsearch = "0.2.0"
owo-colors = { version = "3.5", features = [ "supports-colors" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_derive = "1.0"
serde_json = "1.0"
toml = "0.8.2"
url = "2.4.1"
cargo_toml = "0.16.3"