mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 02:20:42 +00:00
32 lines
842 B
TOML
32 lines
842 B
TOML
[package]
|
|
name = "pageserver_client_grpc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
bytes.workspace = true
|
|
futures.workspace = true
|
|
http.workspace = true
|
|
thiserror.workspace = true
|
|
tonic.workspace = true
|
|
tracing.workspace = true
|
|
tokio = { version = "1.43.1", features = ["full", "macros", "net", "io-util", "rt", "rt-multi-thread"] }
|
|
uuid = { version = "1", features = ["v4"] }
|
|
tower = { version = "0.4", features = ["timeout", "util"] }
|
|
rand = "0.8"
|
|
tokio-util = { version = "0.7", features = ["compat"] }
|
|
hyper-util = "0.1.9"
|
|
hyper = "1.6.0"
|
|
metrics.workspace = true
|
|
priority-queue = "2.3.1"
|
|
async-trait = { version = "0.1" }
|
|
tokio-stream = "0.1"
|
|
dashmap = "5"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
|
|
pageserver_page_api.workspace = true
|
|
pageserver_api.workspace = true
|
|
utils.workspace = true
|