23 lines
502 B
TOML
23 lines
502 B
TOML
[package]
|
|
name = "clickhouse_pool"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clickhouse = { workspace = true }
|
|
deadpool = "0.12.2"
|
|
|
|
tokio = { workspace = true }
|
|
futures = "0.3.17"
|
|
futures-util = "0.3"
|
|
|
|
serde = { workspace = true }
|
|
serde_derive = "1.0"
|
|
log = { version = "^0.4.21", features = ["kv_serde"] }
|
|
prometheus = "0.14"
|
|
actix-web-prom = "0.10"
|
|
url = "2.5.2"
|
|
anyhow = "1.0"
|
|
thiserror = "2"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|