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