We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d4391 commit 2bd48ffCopy full SHA for 2bd48ff
Cargo.toml
@@ -11,21 +11,6 @@ criterion = "0.5.1"
11
pprof = "0.13.0"
12
thiserror = "1.0.51"
13
tracing = "0.1.40"
14
-tokio = { version = "1.35.1", default-features = false }
15
-tonic = "0.10.2"
16
-prost = "0.12.3"
17
-tokio-stream = "0.1.14"
18
-rayon = "1.8.0"
19
-anyhow = "1.0.76"
20
-clap = "4.4.11"
21
-tonic-health = "0.10.2"
22
-tonic-reflection = "0.10.2"
23
-tracing-subscriber = "0.3.18"
24
-regex = "1.10.2"
25
-regex-automata = "0.4.2"
26
-async-stream = "0.3.5"
27
-tonic-build = "0.10.2"
28
-futures-util = "0.3.30"
29
30
[workspace.lints.rust]
31
missing_docs = { level = "warn" }
0 commit comments