mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-06 22:55:24 +08:00
23 lines
987 B
TOML
23 lines
987 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-protocol-postgres"
|
|
version = "0.14.1"
|
|
|
|
[dependencies]
|
|
warpgate-common = { version = "*", path = "../warpgate-common", default-features = false }
|
|
warpgate-core = { version = "*", path = "../warpgate-core", default-features = false }
|
|
anyhow = { version = "1.0", features = ["std"], default-features = false }
|
|
async-trait = { version = "0.1", default-features = false }
|
|
tokio.workspace = true
|
|
tracing.workspace = true
|
|
uuid = { version = "1.2", default-features = false }
|
|
bytes.workspace = true
|
|
rustls.workspace = true
|
|
rustls-pemfile.workspace = true
|
|
tokio-rustls.workspace = true
|
|
thiserror.workspace = true
|
|
rustls-native-certs = { version = "0.8", default-features = false }
|
|
pgwire = { version = "0.30", default-features = false, features = ["server-api-aws-lc-rs"] }
|
|
rsasl = { version = "2.1.0", default-features = false, features = ["config_builder", "scram-sha-2", "std", "plain", "provider"] }
|
|
futures.workspace = true
|