mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
27 lines
471 B
TOML
27 lines
471 B
TOML
[package]
|
|
name = "pgcat"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|
|
bytes = "1"
|
|
md-5 = "0.10"
|
|
bb8 = "0.7"
|
|
async-trait = "0.1"
|
|
rand = "0.8"
|
|
chrono = "0.4"
|
|
sha-1 = "0.10"
|
|
toml = "0.5"
|
|
serde = "1"
|
|
serde_derive = "1"
|
|
regex = "1"
|
|
num_cpus = "1"
|
|
once_cell = "1"
|
|
statsd = "0.15"
|
|
sqlparser = "0.14"
|
|
log = "0.4"
|
|
arc-swap = "1"
|