23 lines
506 B
TOML
23 lines
506 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.13"
|
|
actix-web-prom = "0.6"
|
|
url = "2.5.2"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0.31"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|