# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "pgrx-pg-config" version = "0.12.8" authors = ["PgCentral Foundation, Inc. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Postgres pg_config wrapper for 'pgrx'" homepage = "https://github.com/pgcentralfoundation/pgrx/" documentation = "https://docs.rs/pgrx-pg-config" readme = "README.md" license = "MIT" repository = "https://github.com/pgcentralfoundation/pgrx/" [lib] name = "pgrx_pg_config" path = "src/lib.rs" [dependencies.cargo_toml] version = "0.19" [dependencies.eyre] version = "~0.6.12" [dependencies.home] version = "0.5.9" [dependencies.owo-colors] version = "4.0" features = ["supports-colors"] [dependencies.pathsearch] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.4.1"