pgcat_config 2.0.0-alpha4

PgCat configuration. This package can be used by applications to generate configuration files for PgCat.
Documentation
[package]
name = "pgcat_config"
version = "2.0.0-alpha4"
edition = "2021"
description = "PgCat configuration. This package can be used by applications to generate configuration files for PgCat."
license = "MIT"
repository = "https://github.com/postresml/pgcat"
homepage = "https://postgresml.org"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
toml = "0.8"
serde = { version = "1", features = ["derive"] }
socket2 = { version = "0.5", features = ["all"] }
url = "2.5"