1 |
# This file is automatically @generated by Cargo.
|
2 |
# It is not intended for manual editing.
|
3 |
version = 3
|
4 |
|
5 |
[[package]]
|
6 |
name = "addr2line"
|
7 |
version = "0.21.0"
|
8 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9 |
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
10 |
dependencies = [
|
11 |
"gimli",
|
12 |
]
|
13 |
|
14 |
[[package]]
|
15 |
name = "adler"
|
16 |
version = "1.0.2"
|
17 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18 |
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
19 |
|
20 |
[[package]]
|
21 |
name = "ahash"
|
22 |
version = "0.8.3"
|
23 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24 |
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
25 |
dependencies = [
|
26 |
"cfg-if",
|
27 |
"getrandom",
|
28 |
"once_cell",
|
29 |
"version_check",
|
30 |
]
|
31 |
|
32 |
[[package]]
|
33 |
name = "allocator-api2"
|
34 |
version = "0.2.16"
|
35 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
36 |
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
37 |
|
38 |
[[package]]
|
39 |
name = "android-tzdata"
|
40 |
version = "0.1.1"
|
41 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
42 |
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
43 |
|
44 |
[[package]]
|
45 |
name = "android_system_properties"
|
46 |
version = "0.1.5"
|
47 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
48 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
49 |
dependencies = [
|
50 |
"libc",
|
51 |
]
|
52 |
|
53 |
[[package]]
|
54 |
name = "anyhow"
|
55 |
version = "1.0.75"
|
56 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
57 |
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
58 |
|
59 |
[[package]]
|
60 |
name = "async-trait"
|
61 |
version = "0.1.73"
|
62 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
63 |
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
|
64 |
dependencies = [
|
65 |
"proc-macro2",
|
66 |
"quote",
|
67 |
"syn 2.0.29",
|
68 |
]
|
69 |
|
70 |
[[package]]
|
71 |
name = "atoi"
|
72 |
version = "2.0.0"
|
73 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
74 |
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
|
75 |
dependencies = [
|
76 |
"num-traits",
|
77 |
]
|
78 |
|
79 |
[[package]]
|
80 |
name = "autocfg"
|
81 |
version = "1.1.0"
|
82 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
83 |
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
84 |
|
85 |
[[package]]
|
86 |
name = "backtrace"
|
87 |
version = "0.3.69"
|
88 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
89 |
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
90 |
dependencies = [
|
91 |
"addr2line",
|
92 |
"cc",
|
93 |
"cfg-if",
|
94 |
"libc",
|
95 |
"miniz_oxide",
|
96 |
"object",
|
97 |
"rustc-demangle",
|
98 |
]
|
99 |
|
100 |
[[package]]
|
101 |
name = "base64"
|
102 |
version = "0.13.1"
|
103 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
104 |
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
105 |
|
106 |
[[package]]
|
107 |
name = "base64"
|
108 |
version = "0.21.3"
|
109 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
110 |
checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
|
111 |
|
112 |
[[package]]
|
113 |
name = "base64ct"
|
114 |
version = "1.6.0"
|
115 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
116 |
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
117 |
|
118 |
[[package]]
|
119 |
name = "bitflags"
|
120 |
version = "1.3.2"
|
121 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
122 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
123 |
|
124 |
[[package]]
|
125 |
name = "bitflags"
|
126 |
version = "2.4.0"
|
127 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
128 |
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
129 |
dependencies = [
|
130 |
"serde",
|
131 |
]
|
132 |
|
133 |
[[package]]
|
134 |
name = "block-buffer"
|
135 |
version = "0.10.4"
|
136 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
137 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
138 |
dependencies = [
|
139 |
"generic-array",
|
140 |
]
|
141 |
|
142 |
[[package]]
|
143 |
name = "bumpalo"
|
144 |
version = "3.13.0"
|
145 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
146 |
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
147 |
|
148 |
[[package]]
|
149 |
name = "byteorder"
|
150 |
version = "1.4.3"
|
151 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
152 |
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
153 |
|
154 |
[[package]]
|
155 |
name = "bytes"
|
156 |
version = "1.4.0"
|
157 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
158 |
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
159 |
|
160 |
[[package]]
|
161 |
name = "cc"
|
162 |
version = "1.0.83"
|
163 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
164 |
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
165 |
dependencies = [
|
166 |
"jobserver",
|
167 |
"libc",
|
168 |
]
|
169 |
|
170 |
[[package]]
|
171 |
name = "cfg-if"
|
172 |
version = "1.0.0"
|
173 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
174 |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
175 |
|
176 |
[[package]]
|
177 |
name = "chrono"
|
178 |
version = "0.4.26"
|
179 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
180 |
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
|
181 |
dependencies = [
|
182 |
"android-tzdata",
|
183 |
"iana-time-zone",
|
184 |
"js-sys",
|
185 |
"num-traits",
|
186 |
"serde",
|
187 |
"time 0.1.45",
|
188 |
"wasm-bindgen",
|
189 |
"winapi",
|
190 |
]
|
191 |
|
192 |
[[package]]
|
193 |
name = "const-oid"
|
194 |
version = "0.9.5"
|
195 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
196 |
checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
|
197 |
|
198 |
[[package]]
|
199 |
name = "core-foundation"
|
200 |
version = "0.9.3"
|
201 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
202 |
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
203 |
dependencies = [
|
204 |
"core-foundation-sys",
|
205 |
"libc",
|
206 |
]
|
207 |
|
208 |
[[package]]
|
209 |
name = "core-foundation-sys"
|
210 |
version = "0.8.4"
|
211 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
212 |
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
213 |
|
214 |
[[package]]
|
215 |
name = "cpufeatures"
|
216 |
version = "0.2.9"
|
217 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
218 |
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
|
219 |
dependencies = [
|
220 |
"libc",
|
221 |
]
|
222 |
|
223 |
[[package]]
|
224 |
name = "crc"
|
225 |
version = "3.0.1"
|
226 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
227 |
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
|
228 |
dependencies = [
|
229 |
"crc-catalog",
|
230 |
]
|
231 |
|
232 |
[[package]]
|
233 |
name = "crc-catalog"
|
234 |
version = "2.2.0"
|
235 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
236 |
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
|
237 |
|
238 |
[[package]]
|
239 |
name = "crossbeam-queue"
|
240 |
version = "0.3.8"
|
241 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
242 |
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
|
243 |
dependencies = [
|
244 |
"cfg-if",
|
245 |
"crossbeam-utils",
|
246 |
]
|
247 |
|
248 |
[[package]]
|
249 |
name = "crossbeam-utils"
|
250 |
version = "0.8.16"
|
251 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
252 |
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
253 |
dependencies = [
|
254 |
"cfg-if",
|
255 |
]
|
256 |
|
257 |
[[package]]
|
258 |
name = "crypto-common"
|
259 |
version = "0.1.6"
|
260 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
261 |
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
262 |
dependencies = [
|
263 |
"generic-array",
|
264 |
"typenum",
|
265 |
]
|
266 |
|
267 |
[[package]]
|
268 |
name = "data-encoding"
|
269 |
version = "2.4.0"
|
270 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
271 |
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
272 |
|
273 |
[[package]]
|
274 |
name = "der"
|
275 |
version = "0.7.8"
|
276 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
277 |
checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
|
278 |
dependencies = [
|
279 |
"const-oid",
|
280 |
"pem-rfc7468",
|
281 |
"zeroize",
|
282 |
]
|
283 |
|
284 |
[[package]]
|
285 |
name = "deranged"
|
286 |
version = "0.3.8"
|
287 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
288 |
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
|
289 |
|
290 |
[[package]]
|
291 |
name = "digest"
|
292 |
version = "0.10.7"
|
293 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
294 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
295 |
dependencies = [
|
296 |
"block-buffer",
|
297 |
"const-oid",
|
298 |
"crypto-common",
|
299 |
"subtle",
|
300 |
]
|
301 |
|
302 |
[[package]]
|
303 |
name = "dotenvy"
|
304 |
version = "0.15.7"
|
305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
306 |
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
|
307 |
|
308 |
[[package]]
|
309 |
name = "either"
|
310 |
version = "1.9.0"
|
311 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
312 |
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
313 |
dependencies = [
|
314 |
"serde",
|
315 |
]
|
316 |
|
317 |
[[package]]
|
318 |
name = "encoding_rs"
|
319 |
version = "0.8.33"
|
320 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
321 |
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
322 |
dependencies = [
|
323 |
"cfg-if",
|
324 |
]
|
325 |
|
326 |
[[package]]
|
327 |
name = "equivalent"
|
328 |
version = "1.0.1"
|
329 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
330 |
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
331 |
|
332 |
[[package]]
|
333 |
name = "errno"
|
334 |
version = "0.3.2"
|
335 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
336 |
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
337 |
dependencies = [
|
338 |
"errno-dragonfly",
|
339 |
"libc",
|
340 |
"windows-sys",
|
341 |
]
|
342 |
|
343 |
[[package]]
|
344 |
name = "errno-dragonfly"
|
345 |
version = "0.1.2"
|
346 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
347 |
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
348 |
dependencies = [
|
349 |
"cc",
|
350 |
"libc",
|
351 |
]
|
352 |
|
353 |
[[package]]
|
354 |
name = "etcetera"
|
355 |
version = "0.8.0"
|
356 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
357 |
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
358 |
dependencies = [
|
359 |
"cfg-if",
|
360 |
"home",
|
361 |
"windows-sys",
|
362 |
]
|
363 |
|
364 |
[[package]]
|
365 |
name = "event-listener"
|
366 |
version = "2.5.3"
|
367 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
368 |
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
369 |
|
370 |
[[package]]
|
371 |
name = "fastrand"
|
372 |
version = "2.0.0"
|
373 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
374 |
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
|
375 |
|
376 |
[[package]]
|
377 |
name = "flume"
|
378 |
version = "0.10.14"
|
379 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
380 |
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
381 |
dependencies = [
|
382 |
"futures-core",
|
383 |
"futures-sink",
|
384 |
"pin-project",
|
385 |
"spin 0.9.8",
|
386 |
]
|
387 |
|
388 |
[[package]]
|
389 |
name = "fnv"
|
390 |
version = "1.0.7"
|
391 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
392 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
393 |
|
394 |
[[package]]
|
395 |
name = "foreign-types"
|
396 |
version = "0.3.2"
|
397 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398 |
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
399 |
dependencies = [
|
400 |
"foreign-types-shared",
|
401 |
]
|
402 |
|
403 |
[[package]]
|
404 |
name = "foreign-types-shared"
|
405 |
version = "0.1.1"
|
406 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
407 |
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
408 |
|
409 |
[[package]]
|
410 |
name = "form_urlencoded"
|
411 |
version = "1.2.0"
|
412 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
413 |
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
414 |
dependencies = [
|
415 |
"percent-encoding",
|
416 |
]
|
417 |
|
418 |
[[package]]
|
419 |
name = "futures-channel"
|
420 |
version = "0.3.28"
|
421 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
422 |
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
423 |
dependencies = [
|
424 |
"futures-core",
|
425 |
"futures-sink",
|
426 |
]
|
427 |
|
428 |
[[package]]
|
429 |
name = "futures-core"
|
430 |
version = "0.3.28"
|
431 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
432 |
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
433 |
|
434 |
[[package]]
|
435 |
name = "futures-executor"
|
436 |
version = "0.3.28"
|
437 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
438 |
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
439 |
dependencies = [
|
440 |
"futures-core",
|
441 |
"futures-task",
|
442 |
"futures-util",
|
443 |
]
|
444 |
|
445 |
[[package]]
|
446 |
name = "futures-intrusive"
|
447 |
version = "0.5.0"
|
448 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
449 |
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
|
450 |
dependencies = [
|
451 |
"futures-core",
|
452 |
"lock_api",
|
453 |
"parking_lot",
|
454 |
]
|
455 |
|
456 |
[[package]]
|
457 |
name = "futures-io"
|
458 |
version = "0.3.28"
|
459 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
460 |
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
461 |
|
462 |
[[package]]
|
463 |
name = "futures-macro"
|
464 |
version = "0.3.28"
|
465 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
466 |
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
467 |
dependencies = [
|
468 |
"proc-macro2",
|
469 |
"quote",
|
470 |
"syn 2.0.29",
|
471 |
]
|
472 |
|
473 |
[[package]]
|
474 |
name = "futures-sink"
|
475 |
version = "0.3.28"
|
476 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
477 |
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
478 |
|
479 |
[[package]]
|
480 |
name = "futures-task"
|
481 |
version = "0.3.28"
|
482 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
483 |
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
484 |
|
485 |
[[package]]
|
486 |
name = "futures-util"
|
487 |
version = "0.3.28"
|
488 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
489 |
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
490 |
dependencies = [
|
491 |
"futures-core",
|
492 |
"futures-io",
|
493 |
"futures-macro",
|
494 |
"futures-sink",
|
495 |
"futures-task",
|
496 |
"memchr",
|
497 |
"pin-project-lite",
|
498 |
"pin-utils",
|
499 |
"slab",
|
500 |
]
|
501 |
|
502 |
[[package]]
|
503 |
name = "generic-array"
|
504 |
version = "0.14.7"
|
505 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
506 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
507 |
dependencies = [
|
508 |
"typenum",
|
509 |
"version_check",
|
510 |
]
|
511 |
|
512 |
[[package]]
|
513 |
name = "getrandom"
|
514 |
version = "0.2.10"
|
515 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
516 |
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
517 |
dependencies = [
|
518 |
"cfg-if",
|
519 |
"libc",
|
520 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
521 |
]
|
522 |
|
523 |
[[package]]
|
524 |
name = "gimli"
|
525 |
version = "0.28.0"
|
526 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
527 |
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
528 |
|
529 |
[[package]]
|
530 |
name = "git2"
|
531 |
version = "0.17.2"
|
532 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
533 |
checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
|
534 |
dependencies = [
|
535 |
"bitflags 1.3.2",
|
536 |
"libc",
|
537 |
"libgit2-sys",
|
538 |
"log",
|
539 |
"openssl-probe",
|
540 |
"openssl-sys",
|
541 |
"url",
|
542 |
]
|
543 |
|
544 |
[[package]]
|
545 |
name = "giterated-daemon"
|
546 |
version = "0.1.0"
|
547 |
dependencies = [
|
548 |
"anyhow",
|
549 |
"async-trait",
|
550 |
"chrono",
|
551 |
"futures-util",
|
552 |
"git2",
|
553 |
"jsonwebtoken",
|
554 |
"log",
|
555 |
"rand",
|
556 |
"reqwest",
|
557 |
"rsa",
|
558 |
"serde",
|
559 |
"serde_json",
|
560 |
"sqlx",
|
561 |
"thiserror",
|
562 |
"tokio",
|
563 |
"tokio-tungstenite",
|
564 |
"toml",
|
565 |
"tracing",
|
566 |
"tracing-subscriber",
|
567 |
]
|
568 |
|
569 |
[[package]]
|
570 |
name = "h2"
|
571 |
version = "0.3.21"
|
572 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
573 |
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
574 |
dependencies = [
|
575 |
"bytes",
|
576 |
"fnv",
|
577 |
"futures-core",
|
578 |
"futures-sink",
|
579 |
"futures-util",
|
580 |
"http",
|
581 |
"indexmap 1.9.3",
|
582 |
"slab",
|
583 |
"tokio",
|
584 |
"tokio-util",
|
585 |
"tracing",
|
586 |
]
|
587 |
|
588 |
[[package]]
|
589 |
name = "hashbrown"
|
590 |
version = "0.12.3"
|
591 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
592 |
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
593 |
|
594 |
[[package]]
|
595 |
name = "hashbrown"
|
596 |
version = "0.14.0"
|
597 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
598 |
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
599 |
dependencies = [
|
600 |
"ahash",
|
601 |
"allocator-api2",
|
602 |
]
|
603 |
|
604 |
[[package]]
|
605 |
name = "hashlink"
|
606 |
version = "0.8.4"
|
607 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
608 |
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
|
609 |
dependencies = [
|
610 |
"hashbrown 0.14.0",
|
611 |
]
|
612 |
|
613 |
[[package]]
|
614 |
name = "heck"
|
615 |
version = "0.4.1"
|
616 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
617 |
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
618 |
dependencies = [
|
619 |
"unicode-segmentation",
|
620 |
]
|
621 |
|
622 |
[[package]]
|
623 |
name = "hermit-abi"
|
624 |
version = "0.3.2"
|
625 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
626 |
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
627 |
|
628 |
[[package]]
|
629 |
name = "hex"
|
630 |
version = "0.4.3"
|
631 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
632 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
633 |
|
634 |
[[package]]
|
635 |
name = "hkdf"
|
636 |
version = "0.12.3"
|
637 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
638 |
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
639 |
dependencies = [
|
640 |
"hmac",
|
641 |
]
|
642 |
|
643 |
[[package]]
|
644 |
name = "hmac"
|
645 |
version = "0.12.1"
|
646 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
647 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
648 |
dependencies = [
|
649 |
"digest",
|
650 |
]
|
651 |
|
652 |
[[package]]
|
653 |
name = "home"
|
654 |
version = "0.5.5"
|
655 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
656 |
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
|
657 |
dependencies = [
|
658 |
"windows-sys",
|
659 |
]
|
660 |
|
661 |
[[package]]
|
662 |
name = "http"
|
663 |
version = "0.2.9"
|
664 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
665 |
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
666 |
dependencies = [
|
667 |
"bytes",
|
668 |
"fnv",
|
669 |
"itoa",
|
670 |
]
|
671 |
|
672 |
[[package]]
|
673 |
name = "http-body"
|
674 |
version = "0.4.5"
|
675 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
676 |
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
677 |
dependencies = [
|
678 |
"bytes",
|
679 |
"http",
|
680 |
"pin-project-lite",
|
681 |
]
|
682 |
|
683 |
[[package]]
|
684 |
name = "httparse"
|
685 |
version = "1.8.0"
|
686 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
687 |
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
688 |
|
689 |
[[package]]
|
690 |
name = "httpdate"
|
691 |
version = "1.0.3"
|
692 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
693 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
694 |
|
695 |
[[package]]
|
696 |
name = "hyper"
|
697 |
version = "0.14.27"
|
698 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
699 |
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
700 |
dependencies = [
|
701 |
"bytes",
|
702 |
"futures-channel",
|
703 |
"futures-core",
|
704 |
"futures-util",
|
705 |
"h2",
|
706 |
"http",
|
707 |
"http-body",
|
708 |
"httparse",
|
709 |
"httpdate",
|
710 |
"itoa",
|
711 |
"pin-project-lite",
|
712 |
"socket2 0.4.9",
|
713 |
"tokio",
|
714 |
"tower-service",
|
715 |
"tracing",
|
716 |
"want",
|
717 |
]
|
718 |
|
719 |
[[package]]
|
720 |
name = "hyper-tls"
|
721 |
version = "0.5.0"
|
722 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
723 |
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
724 |
dependencies = [
|
725 |
"bytes",
|
726 |
"hyper",
|
727 |
"native-tls",
|
728 |
"tokio",
|
729 |
"tokio-native-tls",
|
730 |
]
|
731 |
|
732 |
[[package]]
|
733 |
name = "iana-time-zone"
|
734 |
version = "0.1.57"
|
735 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
736 |
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
|
737 |
dependencies = [
|
738 |
"android_system_properties",
|
739 |
"core-foundation-sys",
|
740 |
"iana-time-zone-haiku",
|
741 |
"js-sys",
|
742 |
"wasm-bindgen",
|
743 |
"windows",
|
744 |
]
|
745 |
|
746 |
[[package]]
|
747 |
name = "iana-time-zone-haiku"
|
748 |
version = "0.1.2"
|
749 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
750 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
751 |
dependencies = [
|
752 |
"cc",
|
753 |
]
|
754 |
|
755 |
[[package]]
|
756 |
name = "idna"
|
757 |
version = "0.4.0"
|
758 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
759 |
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
760 |
dependencies = [
|
761 |
"unicode-bidi",
|
762 |
"unicode-normalization",
|
763 |
]
|
764 |
|
765 |
[[package]]
|
766 |
name = "indexmap"
|
767 |
version = "1.9.3"
|
768 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
769 |
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
770 |
dependencies = [
|
771 |
"autocfg",
|
772 |
"hashbrown 0.12.3",
|
773 |
]
|
774 |
|
775 |
[[package]]
|
776 |
name = "indexmap"
|
777 |
version = "2.0.0"
|
778 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
779 |
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
780 |
dependencies = [
|
781 |
"equivalent",
|
782 |
"hashbrown 0.14.0",
|
783 |
]
|
784 |
|
785 |
[[package]]
|
786 |
name = "ipnet"
|
787 |
version = "2.8.0"
|
788 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
789 |
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
|
790 |
|
791 |
[[package]]
|
792 |
name = "itertools"
|
793 |
version = "0.10.5"
|
794 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
795 |
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
796 |
dependencies = [
|
797 |
"either",
|
798 |
]
|
799 |
|
800 |
[[package]]
|
801 |
name = "itoa"
|
802 |
version = "1.0.9"
|
803 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
804 |
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
805 |
|
806 |
[[package]]
|
807 |
name = "jobserver"
|
808 |
version = "0.1.26"
|
809 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
810 |
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
|
811 |
dependencies = [
|
812 |
"libc",
|
813 |
]
|
814 |
|
815 |
[[package]]
|
816 |
name = "js-sys"
|
817 |
version = "0.3.64"
|
818 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
819 |
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
|
820 |
dependencies = [
|
821 |
"wasm-bindgen",
|
822 |
]
|
823 |
|
824 |
[[package]]
|
825 |
name = "jsonwebtoken"
|
826 |
version = "8.3.0"
|
827 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
828 |
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
|
829 |
dependencies = [
|
830 |
"base64 0.21.3",
|
831 |
"pem",
|
832 |
"ring",
|
833 |
"serde",
|
834 |
"serde_json",
|
835 |
"simple_asn1",
|
836 |
]
|
837 |
|
838 |
[[package]]
|
839 |
name = "lazy_static"
|
840 |
version = "1.4.0"
|
841 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
842 |
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
843 |
dependencies = [
|
844 |
"spin 0.5.2",
|
845 |
]
|
846 |
|
847 |
[[package]]
|
848 |
name = "libc"
|
849 |
version = "0.2.147"
|
850 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
851 |
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
852 |
|
853 |
[[package]]
|
854 |
name = "libgit2-sys"
|
855 |
version = "0.15.2+1.6.4"
|
856 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
857 |
checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
|
858 |
dependencies = [
|
859 |
"cc",
|
860 |
"libc",
|
861 |
"libssh2-sys",
|
862 |
"libz-sys",
|
863 |
"openssl-sys",
|
864 |
"pkg-config",
|
865 |
]
|
866 |
|
867 |
[[package]]
|
868 |
name = "libm"
|
869 |
version = "0.2.7"
|
870 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
871 |
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
|
872 |
|
873 |
[[package]]
|
874 |
name = "libsqlite3-sys"
|
875 |
version = "0.26.0"
|
876 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
877 |
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
|
878 |
dependencies = [
|
879 |
"cc",
|
880 |
"pkg-config",
|
881 |
"vcpkg",
|
882 |
]
|
883 |
|
884 |
[[package]]
|
885 |
name = "libssh2-sys"
|
886 |
version = "0.3.0"
|
887 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
888 |
checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
|
889 |
dependencies = [
|
890 |
"cc",
|
891 |
"libc",
|
892 |
"libz-sys",
|
893 |
"openssl-sys",
|
894 |
"pkg-config",
|
895 |
"vcpkg",
|
896 |
]
|
897 |
|
898 |
[[package]]
|
899 |
name = "libz-sys"
|
900 |
version = "1.1.12"
|
901 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
902 |
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
|
903 |
dependencies = [
|
904 |
"cc",
|
905 |
"libc",
|
906 |
"pkg-config",
|
907 |
"vcpkg",
|
908 |
]
|
909 |
|
910 |
[[package]]
|
911 |
name = "linux-raw-sys"
|
912 |
version = "0.4.5"
|
913 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
914 |
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
915 |
|
916 |
[[package]]
|
917 |
name = "lock_api"
|
918 |
version = "0.4.10"
|
919 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
920 |
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
921 |
dependencies = [
|
922 |
"autocfg",
|
923 |
"scopeguard",
|
924 |
]
|
925 |
|
926 |
[[package]]
|
927 |
name = "log"
|
928 |
version = "0.4.20"
|
929 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
930 |
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
931 |
|
932 |
[[package]]
|
933 |
name = "md-5"
|
934 |
version = "0.10.5"
|
935 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
936 |
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
|
937 |
dependencies = [
|
938 |
"digest",
|
939 |
]
|
940 |
|
941 |
[[package]]
|
942 |
name = "memchr"
|
943 |
version = "2.6.0"
|
944 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
945 |
checksum = "76fc44e2588d5b436dbc3c6cf62aef290f90dab6235744a93dfe1cc18f451e2c"
|
946 |
|
947 |
[[package]]
|
948 |
name = "mime"
|
949 |
version = "0.3.17"
|
950 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
951 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
952 |
|
953 |
[[package]]
|
954 |
name = "minimal-lexical"
|
955 |
version = "0.2.1"
|
956 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
957 |
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
958 |
|
959 |
[[package]]
|
960 |
name = "miniz_oxide"
|
961 |
version = "0.7.1"
|
962 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
963 |
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
964 |
dependencies = [
|
965 |
"adler",
|
966 |
]
|
967 |
|
968 |
[[package]]
|
969 |
name = "mio"
|
970 |
version = "0.8.8"
|
971 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
972 |
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
973 |
dependencies = [
|
974 |
"libc",
|
975 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
976 |
"windows-sys",
|
977 |
]
|
978 |
|
979 |
[[package]]
|
980 |
name = "native-tls"
|
981 |
version = "0.2.11"
|
982 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
983 |
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
984 |
dependencies = [
|
985 |
"lazy_static",
|
986 |
"libc",
|
987 |
"log",
|
988 |
"openssl",
|
989 |
"openssl-probe",
|
990 |
"openssl-sys",
|
991 |
"schannel",
|
992 |
"security-framework",
|
993 |
"security-framework-sys",
|
994 |
"tempfile",
|
995 |
]
|
996 |
|
997 |
[[package]]
|
998 |
name = "nom"
|
999 |
version = "7.1.3"
|
1000 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1001 |
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
1002 |
dependencies = [
|
1003 |
"memchr",
|
1004 |
"minimal-lexical",
|
1005 |
]
|
1006 |
|
1007 |
[[package]]
|
1008 |
name = "nu-ansi-term"
|
1009 |
version = "0.46.0"
|
1010 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1011 |
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
1012 |
dependencies = [
|
1013 |
"overload",
|
1014 |
"winapi",
|
1015 |
]
|
1016 |
|
1017 |
[[package]]
|
1018 |
name = "num-bigint"
|
1019 |
version = "0.4.4"
|
1020 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1021 |
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
|
1022 |
dependencies = [
|
1023 |
"autocfg",
|
1024 |
"num-integer",
|
1025 |
"num-traits",
|
1026 |
]
|
1027 |
|
1028 |
[[package]]
|
1029 |
name = "num-bigint-dig"
|
1030 |
version = "0.8.4"
|
1031 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1032 |
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
|
1033 |
dependencies = [
|
1034 |
"byteorder",
|
1035 |
"lazy_static",
|
1036 |
"libm",
|
1037 |
"num-integer",
|
1038 |
"num-iter",
|
1039 |
"num-traits",
|
1040 |
"rand",
|
1041 |
"smallvec",
|
1042 |
"zeroize",
|
1043 |
]
|
1044 |
|
1045 |
[[package]]
|
1046 |
name = "num-integer"
|
1047 |
version = "0.1.45"
|
1048 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1049 |
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
1050 |
dependencies = [
|
1051 |
"autocfg",
|
1052 |
"num-traits",
|
1053 |
]
|
1054 |
|
1055 |
[[package]]
|
1056 |
name = "num-iter"
|
1057 |
version = "0.1.43"
|
1058 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1059 |
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
1060 |
dependencies = [
|
1061 |
"autocfg",
|
1062 |
"num-integer",
|
1063 |
"num-traits",
|
1064 |
]
|
1065 |
|
1066 |
[[package]]
|
1067 |
name = "num-traits"
|
1068 |
version = "0.2.16"
|
1069 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1070 |
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
1071 |
dependencies = [
|
1072 |
"autocfg",
|
1073 |
"libm",
|
1074 |
]
|
1075 |
|
1076 |
[[package]]
|
1077 |
name = "num_cpus"
|
1078 |
version = "1.16.0"
|
1079 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1080 |
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
1081 |
dependencies = [
|
1082 |
"hermit-abi",
|
1083 |
"libc",
|
1084 |
]
|
1085 |
|
1086 |
[[package]]
|
1087 |
name = "object"
|
1088 |
version = "0.32.0"
|
1089 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1090 |
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
|
1091 |
dependencies = [
|
1092 |
"memchr",
|
1093 |
]
|
1094 |
|
1095 |
[[package]]
|
1096 |
name = "once_cell"
|
1097 |
version = "1.18.0"
|
1098 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1099 |
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
1100 |
|
1101 |
[[package]]
|
1102 |
name = "openssl"
|
1103 |
version = "0.10.57"
|
1104 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1105 |
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
|
1106 |
dependencies = [
|
1107 |
"bitflags 2.4.0",
|
1108 |
"cfg-if",
|
1109 |
"foreign-types",
|
1110 |
"libc",
|
1111 |
"once_cell",
|
1112 |
"openssl-macros",
|
1113 |
"openssl-sys",
|
1114 |
]
|
1115 |
|
1116 |
[[package]]
|
1117 |
name = "openssl-macros"
|
1118 |
version = "0.1.1"
|
1119 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1120 |
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
1121 |
dependencies = [
|
1122 |
"proc-macro2",
|
1123 |
"quote",
|
1124 |
"syn 2.0.29",
|
1125 |
]
|
1126 |
|
1127 |
[[package]]
|
1128 |
name = "openssl-probe"
|
1129 |
version = "0.1.5"
|
1130 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1131 |
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
1132 |
|
1133 |
[[package]]
|
1134 |
name = "openssl-sys"
|
1135 |
version = "0.9.92"
|
1136 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1137 |
checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b"
|
1138 |
dependencies = [
|
1139 |
"cc",
|
1140 |
"libc",
|
1141 |
"pkg-config",
|
1142 |
"vcpkg",
|
1143 |
]
|
1144 |
|
1145 |
[[package]]
|
1146 |
name = "overload"
|
1147 |
version = "0.1.1"
|
1148 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1149 |
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
1150 |
|
1151 |
[[package]]
|
1152 |
name = "parking_lot"
|
1153 |
version = "0.12.1"
|
1154 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1155 |
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
1156 |
dependencies = [
|
1157 |
"lock_api",
|
1158 |
"parking_lot_core",
|
1159 |
]
|
1160 |
|
1161 |
[[package]]
|
1162 |
name = "parking_lot_core"
|
1163 |
version = "0.9.8"
|
1164 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1165 |
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
1166 |
dependencies = [
|
1167 |
"cfg-if",
|
1168 |
"libc",
|
1169 |
"redox_syscall",
|
1170 |
"smallvec",
|
1171 |
"windows-targets",
|
1172 |
]
|
1173 |
|
1174 |
[[package]]
|
1175 |
name = "paste"
|
1176 |
version = "1.0.14"
|
1177 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1178 |
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
1179 |
|
1180 |
[[package]]
|
1181 |
name = "pem"
|
1182 |
version = "1.1.1"
|
1183 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1184 |
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
|
1185 |
dependencies = [
|
1186 |
"base64 0.13.1",
|
1187 |
]
|
1188 |
|
1189 |
[[package]]
|
1190 |
name = "pem-rfc7468"
|
1191 |
version = "0.7.0"
|
1192 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1193 |
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
1194 |
dependencies = [
|
1195 |
"base64ct",
|
1196 |
]
|
1197 |
|
1198 |
[[package]]
|
1199 |
name = "percent-encoding"
|
1200 |
version = "2.3.0"
|
1201 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1202 |
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
1203 |
|
1204 |
[[package]]
|
1205 |
name = "pin-project"
|
1206 |
version = "1.1.3"
|
1207 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1208 |
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
1209 |
dependencies = [
|
1210 |
"pin-project-internal",
|
1211 |
]
|
1212 |
|
1213 |
[[package]]
|
1214 |
name = "pin-project-internal"
|
1215 |
version = "1.1.3"
|
1216 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1217 |
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
1218 |
dependencies = [
|
1219 |
"proc-macro2",
|
1220 |
"quote",
|
1221 |
"syn 2.0.29",
|
1222 |
]
|
1223 |
|
1224 |
[[package]]
|
1225 |
name = "pin-project-lite"
|
1226 |
version = "0.2.13"
|
1227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1228 |
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
1229 |
|
1230 |
[[package]]
|
1231 |
name = "pin-utils"
|
1232 |
version = "0.1.0"
|
1233 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1234 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
1235 |
|
1236 |
[[package]]
|
1237 |
name = "pkcs1"
|
1238 |
version = "0.7.5"
|
1239 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1240 |
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
|
1241 |
dependencies = [
|
1242 |
"der",
|
1243 |
"pkcs8",
|
1244 |
"spki",
|
1245 |
]
|
1246 |
|
1247 |
[[package]]
|
1248 |
name = "pkcs8"
|
1249 |
version = "0.10.2"
|
1250 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1251 |
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
1252 |
dependencies = [
|
1253 |
"der",
|
1254 |
"spki",
|
1255 |
]
|
1256 |
|
1257 |
[[package]]
|
1258 |
name = "pkg-config"
|
1259 |
version = "0.3.27"
|
1260 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1261 |
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
1262 |
|
1263 |
[[package]]
|
1264 |
name = "ppv-lite86"
|
1265 |
version = "0.2.17"
|
1266 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1267 |
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
1268 |
|
1269 |
[[package]]
|
1270 |
name = "proc-macro2"
|
1271 |
version = "1.0.66"
|
1272 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1273 |
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
1274 |
dependencies = [
|
1275 |
"unicode-ident",
|
1276 |
]
|
1277 |
|
1278 |
[[package]]
|
1279 |
name = "quote"
|
1280 |
version = "1.0.33"
|
1281 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1282 |
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
1283 |
dependencies = [
|
1284 |
"proc-macro2",
|
1285 |
]
|
1286 |
|
1287 |
[[package]]
|
1288 |
name = "rand"
|
1289 |
version = "0.8.5"
|
1290 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1291 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1292 |
dependencies = [
|
1293 |
"libc",
|
1294 |
"rand_chacha",
|
1295 |
"rand_core",
|
1296 |
]
|
1297 |
|
1298 |
[[package]]
|
1299 |
name = "rand_chacha"
|
1300 |
version = "0.3.1"
|
1301 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1302 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
1303 |
dependencies = [
|
1304 |
"ppv-lite86",
|
1305 |
"rand_core",
|
1306 |
]
|
1307 |
|
1308 |
[[package]]
|
1309 |
name = "rand_core"
|
1310 |
version = "0.6.4"
|
1311 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1312 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1313 |
dependencies = [
|
1314 |
"getrandom",
|
1315 |
]
|
1316 |
|
1317 |
[[package]]
|
1318 |
name = "redox_syscall"
|
1319 |
version = "0.3.5"
|
1320 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1321 |
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
1322 |
dependencies = [
|
1323 |
"bitflags 1.3.2",
|
1324 |
]
|
1325 |
|
1326 |
[[package]]
|
1327 |
name = "reqwest"
|
1328 |
version = "0.11.20"
|
1329 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1330 |
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
|
1331 |
dependencies = [
|
1332 |
"base64 0.21.3",
|
1333 |
"bytes",
|
1334 |
"encoding_rs",
|
1335 |
"futures-core",
|
1336 |
"futures-util",
|
1337 |
"h2",
|
1338 |
"http",
|
1339 |
"http-body",
|
1340 |
"hyper",
|
1341 |
"hyper-tls",
|
1342 |
"ipnet",
|
1343 |
"js-sys",
|
1344 |
"log",
|
1345 |
"mime",
|
1346 |
"native-tls",
|
1347 |
"once_cell",
|
1348 |
"percent-encoding",
|
1349 |
"pin-project-lite",
|
1350 |
"serde",
|
1351 |
"serde_json",
|
1352 |
"serde_urlencoded",
|
1353 |
"tokio",
|
1354 |
"tokio-native-tls",
|
1355 |
"tower-service",
|
1356 |
"url",
|
1357 |
"wasm-bindgen",
|
1358 |
"wasm-bindgen-futures",
|
1359 |
"web-sys",
|
1360 |
"winreg",
|
1361 |
]
|
1362 |
|
1363 |
[[package]]
|
1364 |
name = "ring"
|
1365 |
version = "0.16.20"
|
1366 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1367 |
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
1368 |
dependencies = [
|
1369 |
"cc",
|
1370 |
"libc",
|
1371 |
"once_cell",
|
1372 |
"spin 0.5.2",
|
1373 |
"untrusted",
|
1374 |
"web-sys",
|
1375 |
"winapi",
|
1376 |
]
|
1377 |
|
1378 |
[[package]]
|
1379 |
name = "rsa"
|
1380 |
version = "0.9.2"
|
1381 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1382 |
checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
|
1383 |
dependencies = [
|
1384 |
"byteorder",
|
1385 |
"const-oid",
|
1386 |
"digest",
|
1387 |
"num-bigint-dig",
|
1388 |
"num-integer",
|
1389 |
"num-iter",
|
1390 |
"num-traits",
|
1391 |
"pkcs1",
|
1392 |
"pkcs8",
|
1393 |
"rand_core",
|
1394 |
"sha2",
|
1395 |
"signature",
|
1396 |
"spki",
|
1397 |
"subtle",
|
1398 |
"zeroize",
|
1399 |
]
|
1400 |
|
1401 |
[[package]]
|
1402 |
name = "rustc-demangle"
|
1403 |
version = "0.1.23"
|
1404 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1405 |
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
1406 |
|
1407 |
[[package]]
|
1408 |
name = "rustix"
|
1409 |
version = "0.38.10"
|
1410 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1411 |
checksum = "ed6248e1caa625eb708e266e06159f135e8c26f2bb7ceb72dc4b2766d0340964"
|
1412 |
dependencies = [
|
1413 |
"bitflags 2.4.0",
|
1414 |
"errno",
|
1415 |
"libc",
|
1416 |
"linux-raw-sys",
|
1417 |
"windows-sys",
|
1418 |
]
|
1419 |
|
1420 |
[[package]]
|
1421 |
name = "ryu"
|
1422 |
version = "1.0.15"
|
1423 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1424 |
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
1425 |
|
1426 |
[[package]]
|
1427 |
name = "schannel"
|
1428 |
version = "0.1.22"
|
1429 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1430 |
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
|
1431 |
dependencies = [
|
1432 |
"windows-sys",
|
1433 |
]
|
1434 |
|
1435 |
[[package]]
|
1436 |
name = "scopeguard"
|
1437 |
version = "1.2.0"
|
1438 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1439 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1440 |
|
1441 |
[[package]]
|
1442 |
name = "security-framework"
|
1443 |
version = "2.9.2"
|
1444 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1445 |
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
1446 |
dependencies = [
|
1447 |
"bitflags 1.3.2",
|
1448 |
"core-foundation",
|
1449 |
"core-foundation-sys",
|
1450 |
"libc",
|
1451 |
"security-framework-sys",
|
1452 |
]
|
1453 |
|
1454 |
[[package]]
|
1455 |
name = "security-framework-sys"
|
1456 |
version = "2.9.1"
|
1457 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1458 |
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
1459 |
dependencies = [
|
1460 |
"core-foundation-sys",
|
1461 |
"libc",
|
1462 |
]
|
1463 |
|
1464 |
[[package]]
|
1465 |
name = "serde"
|
1466 |
version = "1.0.188"
|
1467 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1468 |
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
1469 |
dependencies = [
|
1470 |
"serde_derive",
|
1471 |
]
|
1472 |
|
1473 |
[[package]]
|
1474 |
name = "serde_derive"
|
1475 |
version = "1.0.188"
|
1476 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1477 |
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
1478 |
dependencies = [
|
1479 |
"proc-macro2",
|
1480 |
"quote",
|
1481 |
"syn 2.0.29",
|
1482 |
]
|
1483 |
|
1484 |
[[package]]
|
1485 |
name = "serde_json"
|
1486 |
version = "1.0.105"
|
1487 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1488 |
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
1489 |
dependencies = [
|
1490 |
"itoa",
|
1491 |
"ryu",
|
1492 |
"serde",
|
1493 |
]
|
1494 |
|
1495 |
[[package]]
|
1496 |
name = "serde_spanned"
|
1497 |
version = "0.6.3"
|
1498 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1499 |
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
|
1500 |
dependencies = [
|
1501 |
"serde",
|
1502 |
]
|
1503 |
|
1504 |
[[package]]
|
1505 |
name = "serde_urlencoded"
|
1506 |
version = "0.7.1"
|
1507 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1508 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
1509 |
dependencies = [
|
1510 |
"form_urlencoded",
|
1511 |
"itoa",
|
1512 |
"ryu",
|
1513 |
"serde",
|
1514 |
]
|
1515 |
|
1516 |
[[package]]
|
1517 |
name = "sha1"
|
1518 |
version = "0.10.5"
|
1519 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1520 |
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
1521 |
dependencies = [
|
1522 |
"cfg-if",
|
1523 |
"cpufeatures",
|
1524 |
"digest",
|
1525 |
]
|
1526 |
|
1527 |
[[package]]
|
1528 |
name = "sha2"
|
1529 |
version = "0.10.7"
|
1530 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1531 |
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
|
1532 |
dependencies = [
|
1533 |
"cfg-if",
|
1534 |
"cpufeatures",
|
1535 |
"digest",
|
1536 |
]
|
1537 |
|
1538 |
[[package]]
|
1539 |
name = "sharded-slab"
|
1540 |
version = "0.1.4"
|
1541 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1542 |
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
1543 |
dependencies = [
|
1544 |
"lazy_static",
|
1545 |
]
|
1546 |
|
1547 |
[[package]]
|
1548 |
name = "signal-hook-registry"
|
1549 |
version = "1.4.1"
|
1550 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1551 |
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
1552 |
dependencies = [
|
1553 |
"libc",
|
1554 |
]
|
1555 |
|
1556 |
[[package]]
|
1557 |
name = "signature"
|
1558 |
version = "2.1.0"
|
1559 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1560 |
checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
|
1561 |
dependencies = [
|
1562 |
"digest",
|
1563 |
"rand_core",
|
1564 |
]
|
1565 |
|
1566 |
[[package]]
|
1567 |
name = "simple_asn1"
|
1568 |
version = "0.6.2"
|
1569 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1570 |
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
|
1571 |
dependencies = [
|
1572 |
"num-bigint",
|
1573 |
"num-traits",
|
1574 |
"thiserror",
|
1575 |
"time 0.3.28",
|
1576 |
]
|
1577 |
|
1578 |
[[package]]
|
1579 |
name = "slab"
|
1580 |
version = "0.4.9"
|
1581 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1582 |
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
1583 |
dependencies = [
|
1584 |
"autocfg",
|
1585 |
]
|
1586 |
|
1587 |
[[package]]
|
1588 |
name = "smallvec"
|
1589 |
version = "1.11.0"
|
1590 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1591 |
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
1592 |
|
1593 |
[[package]]
|
1594 |
name = "socket2"
|
1595 |
version = "0.4.9"
|
1596 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1597 |
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
1598 |
dependencies = [
|
1599 |
"libc",
|
1600 |
"winapi",
|
1601 |
]
|
1602 |
|
1603 |
[[package]]
|
1604 |
name = "socket2"
|
1605 |
version = "0.5.3"
|
1606 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1607 |
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
|
1608 |
dependencies = [
|
1609 |
"libc",
|
1610 |
"windows-sys",
|
1611 |
]
|
1612 |
|
1613 |
[[package]]
|
1614 |
name = "spin"
|
1615 |
version = "0.5.2"
|
1616 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1617 |
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
1618 |
|
1619 |
[[package]]
|
1620 |
name = "spin"
|
1621 |
version = "0.9.8"
|
1622 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1623 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
1624 |
dependencies = [
|
1625 |
"lock_api",
|
1626 |
]
|
1627 |
|
1628 |
[[package]]
|
1629 |
name = "spki"
|
1630 |
version = "0.7.2"
|
1631 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1632 |
checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
|
1633 |
dependencies = [
|
1634 |
"base64ct",
|
1635 |
"der",
|
1636 |
]
|
1637 |
|
1638 |
[[package]]
|
1639 |
name = "sqlformat"
|
1640 |
version = "0.2.1"
|
1641 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1642 |
checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
|
1643 |
dependencies = [
|
1644 |
"itertools",
|
1645 |
"nom",
|
1646 |
"unicode_categories",
|
1647 |
]
|
1648 |
|
1649 |
[[package]]
|
1650 |
name = "sqlx"
|
1651 |
version = "0.7.1"
|
1652 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1653 |
checksum = "8e58421b6bc416714d5115a2ca953718f6c621a51b68e4f4922aea5a4391a721"
|
1654 |
dependencies = [
|
1655 |
"sqlx-core",
|
1656 |
"sqlx-macros",
|
1657 |
"sqlx-mysql",
|
1658 |
"sqlx-postgres",
|
1659 |
"sqlx-sqlite",
|
1660 |
]
|
1661 |
|
1662 |
[[package]]
|
1663 |
name = "sqlx-core"
|
1664 |
version = "0.7.1"
|
1665 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1666 |
checksum = "dd4cef4251aabbae751a3710927945901ee1d97ee96d757f6880ebb9a79bfd53"
|
1667 |
dependencies = [
|
1668 |
"ahash",
|
1669 |
"atoi",
|
1670 |
"byteorder",
|
1671 |
"bytes",
|
1672 |
"chrono",
|
1673 |
"crc",
|
1674 |
"crossbeam-queue",
|
1675 |
"dotenvy",
|
1676 |
"either",
|
1677 |
"event-listener",
|
1678 |
"futures-channel",
|
1679 |
"futures-core",
|
1680 |
"futures-intrusive",
|
1681 |
"futures-io",
|
1682 |
"futures-util",
|
1683 |
"hashlink",
|
1684 |
"hex",
|
1685 |
"indexmap 2.0.0",
|
1686 |
"log",
|
1687 |
"memchr",
|
1688 |
"native-tls",
|
1689 |
"once_cell",
|
1690 |
"paste",
|
1691 |
"percent-encoding",
|
1692 |
"serde",
|
1693 |
"serde_json",
|
1694 |
"sha2",
|
1695 |
"smallvec",
|
1696 |
"sqlformat",
|
1697 |
"thiserror",
|
1698 |
"tokio",
|
1699 |
"tokio-stream",
|
1700 |
"tracing",
|
1701 |
"url",
|
1702 |
]
|
1703 |
|
1704 |
[[package]]
|
1705 |
name = "sqlx-macros"
|
1706 |
version = "0.7.1"
|
1707 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1708 |
checksum = "208e3165167afd7f3881b16c1ef3f2af69fa75980897aac8874a0696516d12c2"
|
1709 |
dependencies = [
|
1710 |
"proc-macro2",
|
1711 |
"quote",
|
1712 |
"sqlx-core",
|
1713 |
"sqlx-macros-core",
|
1714 |
"syn 1.0.109",
|
1715 |
]
|
1716 |
|
1717 |
[[package]]
|
1718 |
name = "sqlx-macros-core"
|
1719 |
version = "0.7.1"
|
1720 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1721 |
checksum = "8a4a8336d278c62231d87f24e8a7a74898156e34c1c18942857be2acb29c7dfc"
|
1722 |
dependencies = [
|
1723 |
"dotenvy",
|
1724 |
"either",
|
1725 |
"heck",
|
1726 |
"hex",
|
1727 |
"once_cell",
|
1728 |
"proc-macro2",
|
1729 |
"quote",
|
1730 |
"serde",
|
1731 |
"serde_json",
|
1732 |
"sha2",
|
1733 |
"sqlx-core",
|
1734 |
"sqlx-mysql",
|
1735 |
"sqlx-postgres",
|
1736 |
"sqlx-sqlite",
|
1737 |
"syn 1.0.109",
|
1738 |
"tempfile",
|
1739 |
"tokio",
|
1740 |
"url",
|
1741 |
]
|
1742 |
|
1743 |
[[package]]
|
1744 |
name = "sqlx-mysql"
|
1745 |
version = "0.7.1"
|
1746 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1747 |
checksum = "8ca69bf415b93b60b80dc8fda3cb4ef52b2336614d8da2de5456cc942a110482"
|
1748 |
dependencies = [
|
1749 |
"atoi",
|
1750 |
"base64 0.21.3",
|
1751 |
"bitflags 2.4.0",
|
1752 |
"byteorder",
|
1753 |
"bytes",
|
1754 |
"chrono",
|
1755 |
"crc",
|
1756 |
"digest",
|
1757 |
"dotenvy",
|
1758 |
"either",
|
1759 |
"futures-channel",
|
1760 |
"futures-core",
|
1761 |
"futures-io",
|
1762 |
"futures-util",
|
1763 |
"generic-array",
|
1764 |
"hex",
|
1765 |
"hkdf",
|
1766 |
"hmac",
|
1767 |
"itoa",
|
1768 |
"log",
|
1769 |
"md-5",
|
1770 |
"memchr",
|
1771 |
"once_cell",
|
1772 |
"percent-encoding",
|
1773 |
"rand",
|
1774 |
"rsa",
|
1775 |
"serde",
|
1776 |
"sha1",
|
1777 |
"sha2",
|
1778 |
"smallvec",
|
1779 |
"sqlx-core",
|
1780 |
"stringprep",
|
1781 |
"thiserror",
|
1782 |
"tracing",
|
1783 |
"whoami",
|
1784 |
]
|
1785 |
|
1786 |
[[package]]
|
1787 |
name = "sqlx-postgres"
|
1788 |
version = "0.7.1"
|
1789 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1790 |
checksum = "a0db2df1b8731c3651e204629dd55e52adbae0462fa1bdcbed56a2302c18181e"
|
1791 |
dependencies = [
|
1792 |
"atoi",
|
1793 |
"base64 0.21.3",
|
1794 |
"bitflags 2.4.0",
|
1795 |
"byteorder",
|
1796 |
"chrono",
|
1797 |
"crc",
|
1798 |
"dotenvy",
|
1799 |
"etcetera",
|
1800 |
"futures-channel",
|
1801 |
"futures-core",
|
1802 |
"futures-io",
|
1803 |
"futures-util",
|
1804 |
"hex",
|
1805 |
"hkdf",
|
1806 |
"hmac",
|
1807 |
"home",
|
1808 |
"itoa",
|
1809 |
"log",
|
1810 |
"md-5",
|
1811 |
"memchr",
|
1812 |
"once_cell",
|
1813 |
"rand",
|
1814 |
"serde",
|
1815 |
"serde_json",
|
1816 |
"sha1",
|
1817 |
"sha2",
|
1818 |
"smallvec",
|
1819 |
"sqlx-core",
|
1820 |
"stringprep",
|
1821 |
"thiserror",
|
1822 |
"tracing",
|
1823 |
"whoami",
|
1824 |
]
|
1825 |
|
1826 |
[[package]]
|
1827 |
name = "sqlx-sqlite"
|
1828 |
version = "0.7.1"
|
1829 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1830 |
checksum = "be4c21bf34c7cae5b283efb3ac1bcc7670df7561124dc2f8bdc0b59be40f79a2"
|
1831 |
dependencies = [
|
1832 |
"atoi",
|
1833 |
"chrono",
|
1834 |
"flume",
|
1835 |
"futures-channel",
|
1836 |
"futures-core",
|
1837 |
"futures-executor",
|
1838 |
"futures-intrusive",
|
1839 |
"futures-util",
|
1840 |
"libsqlite3-sys",
|
1841 |
"log",
|
1842 |
"percent-encoding",
|
1843 |
"serde",
|
1844 |
"sqlx-core",
|
1845 |
"tracing",
|
1846 |
"url",
|
1847 |
]
|
1848 |
|
1849 |
[[package]]
|
1850 |
name = "stringprep"
|
1851 |
version = "0.1.3"
|
1852 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1853 |
checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da"
|
1854 |
dependencies = [
|
1855 |
"unicode-bidi",
|
1856 |
"unicode-normalization",
|
1857 |
]
|
1858 |
|
1859 |
[[package]]
|
1860 |
name = "subtle"
|
1861 |
version = "2.5.0"
|
1862 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1863 |
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
1864 |
|
1865 |
[[package]]
|
1866 |
name = "syn"
|
1867 |
version = "1.0.109"
|
1868 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1869 |
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
1870 |
dependencies = [
|
1871 |
"proc-macro2",
|
1872 |
"quote",
|
1873 |
"unicode-ident",
|
1874 |
]
|
1875 |
|
1876 |
[[package]]
|
1877 |
name = "syn"
|
1878 |
version = "2.0.29"
|
1879 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1880 |
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
1881 |
dependencies = [
|
1882 |
"proc-macro2",
|
1883 |
"quote",
|
1884 |
"unicode-ident",
|
1885 |
]
|
1886 |
|
1887 |
[[package]]
|
1888 |
name = "tempfile"
|
1889 |
version = "3.8.0"
|
1890 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1891 |
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
|
1892 |
dependencies = [
|
1893 |
"cfg-if",
|
1894 |
"fastrand",
|
1895 |
"redox_syscall",
|
1896 |
"rustix",
|
1897 |
"windows-sys",
|
1898 |
]
|
1899 |
|
1900 |
[[package]]
|
1901 |
name = "thiserror"
|
1902 |
version = "1.0.47"
|
1903 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1904 |
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
1905 |
dependencies = [
|
1906 |
"thiserror-impl",
|
1907 |
]
|
1908 |
|
1909 |
[[package]]
|
1910 |
name = "thiserror-impl"
|
1911 |
version = "1.0.47"
|
1912 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1913 |
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
1914 |
dependencies = [
|
1915 |
"proc-macro2",
|
1916 |
"quote",
|
1917 |
"syn 2.0.29",
|
1918 |
]
|
1919 |
|
1920 |
[[package]]
|
1921 |
name = "thread_local"
|
1922 |
version = "1.1.7"
|
1923 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1924 |
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
1925 |
dependencies = [
|
1926 |
"cfg-if",
|
1927 |
"once_cell",
|
1928 |
]
|
1929 |
|
1930 |
[[package]]
|
1931 |
name = "time"
|
1932 |
version = "0.1.45"
|
1933 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1934 |
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
1935 |
dependencies = [
|
1936 |
"libc",
|
1937 |
"wasi 0.10.0+wasi-snapshot-preview1",
|
1938 |
"winapi",
|
1939 |
]
|
1940 |
|
1941 |
[[package]]
|
1942 |
name = "time"
|
1943 |
version = "0.3.28"
|
1944 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1945 |
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
|
1946 |
dependencies = [
|
1947 |
"deranged",
|
1948 |
"itoa",
|
1949 |
"serde",
|
1950 |
"time-core",
|
1951 |
"time-macros",
|
1952 |
]
|
1953 |
|
1954 |
[[package]]
|
1955 |
name = "time-core"
|
1956 |
version = "0.1.1"
|
1957 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1958 |
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
1959 |
|
1960 |
[[package]]
|
1961 |
name = "time-macros"
|
1962 |
version = "0.2.14"
|
1963 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1964 |
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
|
1965 |
dependencies = [
|
1966 |
"time-core",
|
1967 |
]
|
1968 |
|
1969 |
[[package]]
|
1970 |
name = "tinyvec"
|
1971 |
version = "1.6.0"
|
1972 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1973 |
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
1974 |
dependencies = [
|
1975 |
"tinyvec_macros",
|
1976 |
]
|
1977 |
|
1978 |
[[package]]
|
1979 |
name = "tinyvec_macros"
|
1980 |
version = "0.1.1"
|
1981 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1982 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1983 |
|
1984 |
[[package]]
|
1985 |
name = "tokio"
|
1986 |
version = "1.32.0"
|
1987 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1988 |
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
|
1989 |
dependencies = [
|
1990 |
"backtrace",
|
1991 |
"bytes",
|
1992 |
"libc",
|
1993 |
"mio",
|
1994 |
"num_cpus",
|
1995 |
"parking_lot",
|
1996 |
"pin-project-lite",
|
1997 |
"signal-hook-registry",
|
1998 |
"socket2 0.5.3",
|
1999 |
"tokio-macros",
|
2000 |
"windows-sys",
|
2001 |
]
|
2002 |
|
2003 |
[[package]]
|
2004 |
name = "tokio-macros"
|
2005 |
version = "2.1.0"
|
2006 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2007 |
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2008 |
dependencies = [
|
2009 |
"proc-macro2",
|
2010 |
"quote",
|
2011 |
"syn 2.0.29",
|
2012 |
]
|
2013 |
|
2014 |
[[package]]
|
2015 |
name = "tokio-native-tls"
|
2016 |
version = "0.3.1"
|
2017 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018 |
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
2019 |
dependencies = [
|
2020 |
"native-tls",
|
2021 |
"tokio",
|
2022 |
]
|
2023 |
|
2024 |
[[package]]
|
2025 |
name = "tokio-stream"
|
2026 |
version = "0.1.14"
|
2027 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2028 |
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2029 |
dependencies = [
|
2030 |
"futures-core",
|
2031 |
"pin-project-lite",
|
2032 |
"tokio",
|
2033 |
]
|
2034 |
|
2035 |
[[package]]
|
2036 |
name = "tokio-tungstenite"
|
2037 |
version = "0.20.0"
|
2038 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2039 |
checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
|
2040 |
dependencies = [
|
2041 |
"futures-util",
|
2042 |
"log",
|
2043 |
"tokio",
|
2044 |
"tungstenite",
|
2045 |
]
|
2046 |
|
2047 |
[[package]]
|
2048 |
name = "tokio-util"
|
2049 |
version = "0.7.8"
|
2050 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2051 |
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2052 |
dependencies = [
|
2053 |
"bytes",
|
2054 |
"futures-core",
|
2055 |
"futures-sink",
|
2056 |
"pin-project-lite",
|
2057 |
"tokio",
|
2058 |
"tracing",
|
2059 |
]
|
2060 |
|
2061 |
[[package]]
|
2062 |
name = "toml"
|
2063 |
version = "0.7.6"
|
2064 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2065 |
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
|
2066 |
dependencies = [
|
2067 |
"serde",
|
2068 |
"serde_spanned",
|
2069 |
"toml_datetime",
|
2070 |
"toml_edit",
|
2071 |
]
|
2072 |
|
2073 |
[[package]]
|
2074 |
name = "toml_datetime"
|
2075 |
version = "0.6.3"
|
2076 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2077 |
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
|
2078 |
dependencies = [
|
2079 |
"serde",
|
2080 |
]
|
2081 |
|
2082 |
[[package]]
|
2083 |
name = "toml_edit"
|
2084 |
version = "0.19.14"
|
2085 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2086 |
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
|
2087 |
dependencies = [
|
2088 |
"indexmap 2.0.0",
|
2089 |
"serde",
|
2090 |
"serde_spanned",
|
2091 |
"toml_datetime",
|
2092 |
"winnow",
|
2093 |
]
|
2094 |
|
2095 |
[[package]]
|
2096 |
name = "tower-service"
|
2097 |
version = "0.3.2"
|
2098 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2099 |
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2100 |
|
2101 |
[[package]]
|
2102 |
name = "tracing"
|
2103 |
version = "0.1.37"
|
2104 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2105 |
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2106 |
dependencies = [
|
2107 |
"cfg-if",
|
2108 |
"log",
|
2109 |
"pin-project-lite",
|
2110 |
"tracing-attributes",
|
2111 |
"tracing-core",
|
2112 |
]
|
2113 |
|
2114 |
[[package]]
|
2115 |
name = "tracing-attributes"
|
2116 |
version = "0.1.26"
|
2117 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2118 |
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
|
2119 |
dependencies = [
|
2120 |
"proc-macro2",
|
2121 |
"quote",
|
2122 |
"syn 2.0.29",
|
2123 |
]
|
2124 |
|
2125 |
[[package]]
|
2126 |
name = "tracing-core"
|
2127 |
version = "0.1.31"
|
2128 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2129 |
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2130 |
dependencies = [
|
2131 |
"once_cell",
|
2132 |
"valuable",
|
2133 |
]
|
2134 |
|
2135 |
[[package]]
|
2136 |
name = "tracing-log"
|
2137 |
version = "0.1.3"
|
2138 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2139 |
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
2140 |
dependencies = [
|
2141 |
"lazy_static",
|
2142 |
"log",
|
2143 |
"tracing-core",
|
2144 |
]
|
2145 |
|
2146 |
[[package]]
|
2147 |
name = "tracing-subscriber"
|
2148 |
version = "0.3.17"
|
2149 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2150 |
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
|
2151 |
dependencies = [
|
2152 |
"nu-ansi-term",
|
2153 |
"sharded-slab",
|
2154 |
"smallvec",
|
2155 |
"thread_local",
|
2156 |
"tracing-core",
|
2157 |
"tracing-log",
|
2158 |
]
|
2159 |
|
2160 |
[[package]]
|
2161 |
name = "try-lock"
|
2162 |
version = "0.2.4"
|
2163 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2164 |
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2165 |
|
2166 |
[[package]]
|
2167 |
name = "tungstenite"
|
2168 |
version = "0.20.0"
|
2169 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2170 |
checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649"
|
2171 |
dependencies = [
|
2172 |
"byteorder",
|
2173 |
"bytes",
|
2174 |
"data-encoding",
|
2175 |
"http",
|
2176 |
"httparse",
|
2177 |
"log",
|
2178 |
"rand",
|
2179 |
"sha1",
|
2180 |
"thiserror",
|
2181 |
"url",
|
2182 |
"utf-8",
|
2183 |
]
|
2184 |
|
2185 |
[[package]]
|
2186 |
name = "typenum"
|
2187 |
version = "1.16.0"
|
2188 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2189 |
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2190 |
|
2191 |
[[package]]
|
2192 |
name = "unicode-bidi"
|
2193 |
version = "0.3.13"
|
2194 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2195 |
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2196 |
|
2197 |
[[package]]
|
2198 |
name = "unicode-ident"
|
2199 |
version = "1.0.11"
|
2200 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2201 |
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2202 |
|
2203 |
[[package]]
|
2204 |
name = "unicode-normalization"
|
2205 |
version = "0.1.22"
|
2206 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2207 |
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2208 |
dependencies = [
|
2209 |
"tinyvec",
|
2210 |
]
|
2211 |
|
2212 |
[[package]]
|
2213 |
name = "unicode-segmentation"
|
2214 |
version = "1.10.1"
|
2215 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2216 |
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2217 |
|
2218 |
[[package]]
|
2219 |
name = "unicode_categories"
|
2220 |
version = "0.1.1"
|
2221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2222 |
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
2223 |
|
2224 |
[[package]]
|
2225 |
name = "untrusted"
|
2226 |
version = "0.7.1"
|
2227 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2228 |
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2229 |
|
2230 |
[[package]]
|
2231 |
name = "url"
|
2232 |
version = "2.4.1"
|
2233 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2234 |
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2235 |
dependencies = [
|
2236 |
"form_urlencoded",
|
2237 |
"idna",
|
2238 |
"percent-encoding",
|
2239 |
]
|
2240 |
|
2241 |
[[package]]
|
2242 |
name = "utf-8"
|
2243 |
version = "0.7.6"
|
2244 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2245 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2246 |
|
2247 |
[[package]]
|
2248 |
name = "valuable"
|
2249 |
version = "0.1.0"
|
2250 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2251 |
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2252 |
|
2253 |
[[package]]
|
2254 |
name = "vcpkg"
|
2255 |
version = "0.2.15"
|
2256 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2257 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2258 |
|
2259 |
[[package]]
|
2260 |
name = "version_check"
|
2261 |
version = "0.9.4"
|
2262 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2263 |
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2264 |
|
2265 |
[[package]]
|
2266 |
name = "want"
|
2267 |
version = "0.3.1"
|
2268 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2269 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2270 |
dependencies = [
|
2271 |
"try-lock",
|
2272 |
]
|
2273 |
|
2274 |
[[package]]
|
2275 |
name = "wasi"
|
2276 |
version = "0.10.0+wasi-snapshot-preview1"
|
2277 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2278 |
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2279 |
|
2280 |
[[package]]
|
2281 |
name = "wasi"
|
2282 |
version = "0.11.0+wasi-snapshot-preview1"
|
2283 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2284 |
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2285 |
|
2286 |
[[package]]
|
2287 |
name = "wasm-bindgen"
|
2288 |
version = "0.2.87"
|
2289 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2290 |
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
|
2291 |
dependencies = [
|
2292 |
"cfg-if",
|
2293 |
"wasm-bindgen-macro",
|
2294 |
]
|
2295 |
|
2296 |
[[package]]
|
2297 |
name = "wasm-bindgen-backend"
|
2298 |
version = "0.2.87"
|
2299 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2300 |
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
|
2301 |
dependencies = [
|
2302 |
"bumpalo",
|
2303 |
"log",
|
2304 |
"once_cell",
|
2305 |
"proc-macro2",
|
2306 |
"quote",
|
2307 |
"syn 2.0.29",
|
2308 |
"wasm-bindgen-shared",
|
2309 |
]
|
2310 |
|
2311 |
[[package]]
|
2312 |
name = "wasm-bindgen-futures"
|
2313 |
version = "0.4.37"
|
2314 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2315 |
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
|
2316 |
dependencies = [
|
2317 |
"cfg-if",
|
2318 |
"js-sys",
|
2319 |
"wasm-bindgen",
|
2320 |
"web-sys",
|
2321 |
]
|
2322 |
|
2323 |
[[package]]
|
2324 |
name = "wasm-bindgen-macro"
|
2325 |
version = "0.2.87"
|
2326 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2327 |
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
|
2328 |
dependencies = [
|
2329 |
"quote",
|
2330 |
"wasm-bindgen-macro-support",
|
2331 |
]
|
2332 |
|
2333 |
[[package]]
|
2334 |
name = "wasm-bindgen-macro-support"
|
2335 |
version = "0.2.87"
|
2336 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2337 |
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
|
2338 |
dependencies = [
|
2339 |
"proc-macro2",
|
2340 |
"quote",
|
2341 |
"syn 2.0.29",
|
2342 |
"wasm-bindgen-backend",
|
2343 |
"wasm-bindgen-shared",
|
2344 |
]
|
2345 |
|
2346 |
[[package]]
|
2347 |
name = "wasm-bindgen-shared"
|
2348 |
version = "0.2.87"
|
2349 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2350 |
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
2351 |
|
2352 |
[[package]]
|
2353 |
name = "web-sys"
|
2354 |
version = "0.3.64"
|
2355 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2356 |
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
|
2357 |
dependencies = [
|
2358 |
"js-sys",
|
2359 |
"wasm-bindgen",
|
2360 |
]
|
2361 |
|
2362 |
[[package]]
|
2363 |
name = "whoami"
|
2364 |
version = "1.4.1"
|
2365 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2366 |
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
|
2367 |
|
2368 |
[[package]]
|
2369 |
name = "winapi"
|
2370 |
version = "0.3.9"
|
2371 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2372 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2373 |
dependencies = [
|
2374 |
"winapi-i686-pc-windows-gnu",
|
2375 |
"winapi-x86_64-pc-windows-gnu",
|
2376 |
]
|
2377 |
|
2378 |
[[package]]
|
2379 |
name = "winapi-i686-pc-windows-gnu"
|
2380 |
version = "0.4.0"
|
2381 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2382 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2383 |
|
2384 |
[[package]]
|
2385 |
name = "winapi-x86_64-pc-windows-gnu"
|
2386 |
version = "0.4.0"
|
2387 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2388 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2389 |
|
2390 |
[[package]]
|
2391 |
name = "windows"
|
2392 |
version = "0.48.0"
|
2393 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2394 |
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
|
2395 |
dependencies = [
|
2396 |
"windows-targets",
|
2397 |
]
|
2398 |
|
2399 |
[[package]]
|
2400 |
name = "windows-sys"
|
2401 |
version = "0.48.0"
|
2402 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2403 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2404 |
dependencies = [
|
2405 |
"windows-targets",
|
2406 |
]
|
2407 |
|
2408 |
[[package]]
|
2409 |
name = "windows-targets"
|
2410 |
version = "0.48.5"
|
2411 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2412 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2413 |
dependencies = [
|
2414 |
"windows_aarch64_gnullvm",
|
2415 |
"windows_aarch64_msvc",
|
2416 |
"windows_i686_gnu",
|
2417 |
"windows_i686_msvc",
|
2418 |
"windows_x86_64_gnu",
|
2419 |
"windows_x86_64_gnullvm",
|
2420 |
"windows_x86_64_msvc",
|
2421 |
]
|
2422 |
|
2423 |
[[package]]
|
2424 |
name = "windows_aarch64_gnullvm"
|
2425 |
version = "0.48.5"
|
2426 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2427 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2428 |
|
2429 |
[[package]]
|
2430 |
name = "windows_aarch64_msvc"
|
2431 |
version = "0.48.5"
|
2432 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2433 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2434 |
|
2435 |
[[package]]
|
2436 |
name = "windows_i686_gnu"
|
2437 |
version = "0.48.5"
|
2438 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2439 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2440 |
|
2441 |
[[package]]
|
2442 |
name = "windows_i686_msvc"
|
2443 |
version = "0.48.5"
|
2444 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2445 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2446 |
|
2447 |
[[package]]
|
2448 |
name = "windows_x86_64_gnu"
|
2449 |
version = "0.48.5"
|
2450 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2451 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2452 |
|
2453 |
[[package]]
|
2454 |
name = "windows_x86_64_gnullvm"
|
2455 |
version = "0.48.5"
|
2456 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2457 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2458 |
|
2459 |
[[package]]
|
2460 |
name = "windows_x86_64_msvc"
|
2461 |
version = "0.48.5"
|
2462 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2463 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2464 |
|
2465 |
[[package]]
|
2466 |
name = "winnow"
|
2467 |
version = "0.5.15"
|
2468 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2469 |
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
|
2470 |
dependencies = [
|
2471 |
"memchr",
|
2472 |
]
|
2473 |
|
2474 |
[[package]]
|
2475 |
name = "winreg"
|
2476 |
version = "0.50.0"
|
2477 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2478 |
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2479 |
dependencies = [
|
2480 |
"cfg-if",
|
2481 |
"windows-sys",
|
2482 |
]
|
2483 |
|
2484 |
[[package]]
|
2485 |
name = "zeroize"
|
2486 |
version = "1.6.0"
|
2487 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2488 |
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|