ClickHouse/utils/chcache/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
469 B
TOML
Raw Normal View History

2024-10-05 15:39:18 +00:00
[package]
2024-11-22 18:52:06 +00:00
name = "chcache"
version = "1.0.0"
2024-10-05 15:39:18 +00:00
edition = "2021"
[dependencies]
blake3 = "1.5.4"
2024-10-19 01:26:44 +00:00
clickhouse = { version = "0.13.1", features = ["rustls-tls"] }
env_logger = { version = "0.11.5", default-features = false }
2024-10-05 15:39:18 +00:00
log = "0.4.22"
serde = { version = "1.0.210", features = ["serde_derive"] }
2024-11-22 18:52:06 +00:00
serde_bytes = "0.11.15"
2024-10-19 01:26:44 +00:00
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
2024-10-05 15:39:18 +00:00
toml = "0.8.19"
xdg = "2.5.2"
2024-10-19 01:26:44 +00:00
[[bin]]
name = "chcache"
path = "src/main.rs" # FIXME