@@ -15,15 +15,14 @@ publish = false
15
15
# ## BEGIN HAKARI SECTION
16
16
[dependencies ]
17
17
bytes = { version = " 1" , features = [" std" ] }
18
- getrandom = { version = " 0.2" , default-features = false , features = [" js" , " js-sys" , " rdrand" , " std" , " wasm-bindgen" ] }
19
18
indexmap = { version = " 1" , default-features = false , features = [" std" ] }
20
19
log = { version = " 0.4" , default-features = false , features = [" std" ] }
21
20
prost = { version = " 0.11" , features = [" prost-derive" , " std" ] }
22
21
prost-types = { version = " 0.11" , features = [" std" ] }
23
22
rand = { version = " 0.8" , features = [" alloc" , " getrandom" , " libc" , " rand_chacha" , " small_rng" , " std" , " std_rng" ] }
24
23
regex = { version = " 1" , features = [" aho-corasick" , " memchr" , " perf" , " perf-cache" , " perf-dfa" , " perf-inline" , " perf-literal" , " std" , " unicode" , " unicode-age" , " unicode-bool" , " unicode-case" , " unicode-gencat" , " unicode-perl" , " unicode-script" , " unicode-segment" ] }
25
24
regex-syntax = { version = " 0.6" , features = [" unicode" , " unicode-age" , " unicode-bool" , " unicode-case" , " unicode-gencat" , " unicode-perl" , " unicode-script" , " unicode-segment" ] }
26
- tokio = { version = " 1" , features = [" bytes" , " io-std" , " io-util" , " libc" , " macros" , " memchr" , " mio" , " net" , " num_cpus" , " once_cell " , " parking_lot" , " rt" , " rt-multi-thread" , " socket2" , " sync" , " time" , " tokio-macros" ] }
25
+ tokio = { version = " 1" , features = [" bytes" , " io-std" , " io-util" , " libc" , " macros" , " memchr" , " mio" , " net" , " num_cpus" , " parking_lot" , " rt" , " rt-multi-thread" , " socket2" , " sync" , " time" , " tokio-macros" ] }
27
26
tonic = { version = " 0.8" , features = [" async-trait" , " axum" , " channel" , " codegen" , " h2" , " hyper" , " hyper-timeout" , " prost" , " prost-derive" , " prost1" , " rustls-pemfile" , " tls" , " tokio" , " tokio-rustls" , " tower" , " tracing-futures" , " transport" ] }
28
27
29
28
[build-dependencies ]
0 commit comments