@@ -43,7 +43,6 @@ openapiv3 = { version = "2", default-features = false, features = ["skip_seriali
4343phf_shared = { version = " 0.11" }
4444rand = { version = " 0.8" , features = [" min_const_gen" , " small_rng" ] }
4545rand_chacha = { version = " 0.3" }
46- rand_core = { version = " 0.6" , default-features = false , features = [" std" ] }
4746reqwest = { version = " 0.11" , features = [" blocking" , " json" , " rustls-tls" , " stream" ] }
4847schemars = { version = " 0.8" , features = [" bytes" , " chrono" , " uuid1" ] }
4948scopeguard = { version = " 1" }
@@ -68,27 +67,44 @@ bitflags = { version = "2", default-features = false, features = ["serde", "std"
6867bytes = { version = " 1" , features = [" serde" ] }
6968cc = { version = " 1" , default-features = false , features = [" parallel" ] }
7069chrono = { version = " 0.4" , features = [" serde" ] }
70+ crossbeam-utils = { version = " 0.8" }
71+ crypto-common = { version = " 0.1" , default-features = false , features = [" getrandom" , " std" ] }
72+ digest = { version = " 0.10" , features = [" mac" , " std" ] }
73+ futures-channel = { version = " 0.3" , features = [" sink" ] }
74+ futures-core = { version = " 0.3" }
75+ futures-executor = { version = " 0.3" }
76+ futures-sink = { version = " 0.3" }
77+ futures-util = { version = " 0.3" , features = [" channel" , " io" , " sink" ] }
7178getrandom = { version = " 0.2" , default-features = false , features = [" std" ] }
7279hashbrown = { version = " 0.14" , features = [" raw" ] }
80+ hex = { version = " 0.4" , features = [" serde" ] }
7381indexmap = { version = " 2" , features = [" serde" ] }
7482libc = { version = " 0.2" , features = [" extra_traits" ] }
7583log = { version = " 0.4" , default-features = false , features = [" std" ] }
7684memchr = { version = " 2" }
85+ num-integer = { version = " 0.1" , default-features = false , features = [" i128" , " std" ] }
86+ num-iter = { version = " 0.1" , default-features = false , features = [" i128" , " std" ] }
7787num-traits = { version = " 0.2" , features = [" i128" , " libm" ] }
7888openapiv3 = { version = " 2" , default-features = false , features = [" skip_serializing_defaults" ] }
7989phf_shared = { version = " 0.11" }
8090rand = { version = " 0.8" , features = [" min_const_gen" , " small_rng" ] }
8191rand_chacha = { version = " 0.3" }
82- rand_core = { version = " 0.6 " , default- features = false , features = [ " std " ] }
92+ reqwest = { version = " 0.11 " , features = [ " blocking " , " json " , " rustls-tls " , " stream " ] }
8393schemars = { version = " 0.8" , features = [" bytes" , " chrono" , " uuid1" ] }
94+ scopeguard = { version = " 1" }
8495semver = { version = " 1" , features = [" serde" ] }
8596serde = { version = " 1" , features = [" alloc" , " derive" , " rc" ] }
97+ slog = { version = " 2" , features = [" dynamic-keys" , " max_level_trace" , " release_max_level_debug" ] }
8698syn = { version = " 2" , features = [" extra-traits" , " full" , " visit" , " visit-mut" ] }
8799time = { version = " 0.3" , features = [" formatting" , " local-offset" , " macros" , " parsing" ] }
88100time-macros = { version = " 0.2" , default-features = false , features = [" formatting" , " parsing" ] }
101+ tokio = { version = " 1" , features = [" full" , " test-util" ] }
89102toml_datetime = { version = " 0.6" , default-features = false , features = [" serde" ] }
103+ tracing = { version = " 0.1" }
104+ tracing-core = { version = " 0.1" }
90105unicode-bidi = { version = " 0.3" }
91106unicode-normalization = { version = " 0.1" }
107+ usdt = { version = " 0.5" }
92108usdt-impl = { version = " 0.5" , default-features = false , features = [" asm" , " des" ] }
93109uuid = { version = " 1" , features = [" serde" , " v4" ] }
94110zerocopy = { version = " 0.7" , features = [" derive" , " simd" ] }
@@ -104,7 +120,11 @@ spin = { version = "0.9", default-features = false, features = ["once", "spin_mu
104120
105121[target .x86_64-unknown-linux-gnu .build-dependencies ]
106122dof = { version = " 0.3" , default-features = false , features = [" des" ] }
123+ hyper = { version = " 0.14" , features = [" full" ] }
124+ mio = { version = " 0.8" , features = [" net" , " os-ext" ] }
107125once_cell = { version = " 1" , features = [" unstable" ] }
126+ rustls = { version = " 0.21" , features = [" dangerous_configuration" ] }
127+ spin = { version = " 0.9" , default-features = false , features = [" once" , " spin_mutex" ] }
108128
109129[target .aarch64-apple-darwin .dependencies ]
110130hyper = { version = " 0.14" , features = [" full" ] }
@@ -114,7 +134,11 @@ rustix = { version = "0.38", features = ["fs", "termios"] }
114134rustls = { version = " 0.21" , features = [" dangerous_configuration" ] }
115135
116136[target .aarch64-apple-darwin .build-dependencies ]
137+ hyper = { version = " 0.14" , features = [" full" ] }
138+ mio = { version = " 0.8" , features = [" net" , " os-ext" ] }
117139once_cell = { version = " 1" , features = [" unstable" ] }
140+ rustix = { version = " 0.38" , features = [" fs" , " termios" ] }
141+ rustls = { version = " 0.21" , features = [" dangerous_configuration" ] }
118142
119143[target .x86_64-unknown-illumos .dependencies ]
120144dof = { version = " 0.3" , default-features = false , features = [" des" ] }
@@ -127,6 +151,10 @@ spin = { version = "0.9", default-features = false, features = ["once", "spin_mu
127151
128152[target .x86_64-unknown-illumos .build-dependencies ]
129153dof = { version = " 0.3" , default-features = false , features = [" des" ] }
154+ hyper = { version = " 0.14" , features = [" full" ] }
155+ mio = { version = " 0.8" , features = [" net" , " os-ext" ] }
130156once_cell = { version = " 1" , features = [" unstable" ] }
157+ rustls = { version = " 0.21" , features = [" dangerous_configuration" ] }
158+ spin = { version = " 0.9" , default-features = false , features = [" once" , " spin_mutex" ] }
131159
132160# ## END HAKARI SECTION
0 commit comments