@@ -15,15 +15,14 @@ publish = false
1515# ## BEGIN HAKARI SECTION
1616[dependencies ]
1717bytes = { version = " 1" , features = [" std" ] }
18- getrandom = { version = " 0.2" , default-features = false , features = [" js" , " js-sys" , " rdrand" , " std" , " wasm-bindgen" ] }
1918indexmap = { version = " 1" , default-features = false , features = [" std" ] }
2019log = { version = " 0.4" , default-features = false , features = [" std" ] }
2120prost = { version = " 0.11" , features = [" prost-derive" , " std" ] }
2221prost-types = { version = " 0.11" , features = [" std" ] }
2322rand = { version = " 0.8" , features = [" alloc" , " getrandom" , " libc" , " rand_chacha" , " small_rng" , " std" , " std_rng" ] }
2423regex = { 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" ] }
2524regex-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" ] }
2726tonic = { 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" ] }
2827
2928[build-dependencies ]
0 commit comments