upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 06:17:55 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 06:17:55 +0000
commit001ca45e385c05b0eaa36d9879e051853aaff107 (patch)
tree603fb85d2563db5b7c418e9fd143d479bd09676e /grasp-audit/Cargo.lock
parentd428baf30feec295870fadda2d335d1e7f89507b (diff)
created POC grasp-auditor
Diffstat (limited to 'grasp-audit/Cargo.lock')
-rw-r--r--grasp-audit/Cargo.lock2747
1 files changed, 2747 insertions, 0 deletions
diff --git a/grasp-audit/Cargo.lock b/grasp-audit/Cargo.lock
new file mode 100644
index 0000000..cffa543
--- /dev/null
+++ b/grasp-audit/Cargo.lock
@@ -0,0 +1,2747 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aead"
7version = "0.5.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
10dependencies = [
11 "crypto-common",
12 "generic-array",
13]
14
15[[package]]
16name = "aes"
17version = "0.8.4"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
20dependencies = [
21 "cfg-if",
22 "cipher",
23 "cpufeatures",
24]
25
26[[package]]
27name = "aho-corasick"
28version = "1.1.4"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
31dependencies = [
32 "memchr",
33]
34
35[[package]]
36name = "allocator-api2"
37version = "0.2.21"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "anstream"
52version = "0.6.21"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
55dependencies = [
56 "anstyle",
57 "anstyle-parse",
58 "anstyle-query",
59 "anstyle-wincon",
60 "colorchoice",
61 "is_terminal_polyfill",
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle"
67version = "1.0.13"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
70
71[[package]]
72name = "anstyle-parse"
73version = "0.2.7"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
76dependencies = [
77 "utf8parse",
78]
79
80[[package]]
81name = "anstyle-query"
82version = "1.1.4"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
85dependencies = [
86 "windows-sys 0.60.2",
87]
88
89[[package]]
90name = "anstyle-wincon"
91version = "3.0.10"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
94dependencies = [
95 "anstyle",
96 "once_cell_polyfill",
97 "windows-sys 0.60.2",
98]
99
100[[package]]
101name = "anyhow"
102version = "1.0.100"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
105
106[[package]]
107name = "arrayvec"
108version = "0.7.6"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
111
112[[package]]
113name = "async-stream"
114version = "0.3.6"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
117dependencies = [
118 "async-stream-impl",
119 "futures-core",
120 "pin-project-lite",
121]
122
123[[package]]
124name = "async-stream-impl"
125version = "0.3.6"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
128dependencies = [
129 "proc-macro2",
130 "quote",
131 "syn",
132]
133
134[[package]]
135name = "async-trait"
136version = "0.1.89"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
139dependencies = [
140 "proc-macro2",
141 "quote",
142 "syn",
143]
144
145[[package]]
146name = "async-utility"
147version = "0.2.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "a349201d80b4aa18d17a34a182bdd7f8ddf845e9e57d2ea130a12e10ef1e3a47"
150dependencies = [
151 "futures-util",
152 "gloo-timers",
153 "tokio",
154 "wasm-bindgen-futures",
155]
156
157[[package]]
158name = "async-wsocket"
159version = "0.9.0"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "5c0984bead67f20366bc8dd46018dfbe189b67eeefb0e5b86b9eade18d7c3c3b"
162dependencies = [
163 "async-utility",
164 "futures",
165 "futures-util",
166 "js-sys",
167 "thiserror 1.0.69",
168 "tokio",
169 "tokio-rustls",
170 "tokio-socks",
171 "tokio-tungstenite",
172 "url",
173 "wasm-bindgen",
174 "web-sys",
175]
176
177[[package]]
178name = "atomic-destructor"
179version = "0.2.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "7d919cb60ba95c87ba42777e9e246c4e8d658057299b437b7512531ce0a09a23"
182dependencies = [
183 "tracing",
184]
185
186[[package]]
187name = "atomic-waker"
188version = "1.1.2"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
191
192[[package]]
193name = "autocfg"
194version = "1.5.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
197
198[[package]]
199name = "base58ck"
200version = "0.1.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f"
203dependencies = [
204 "bitcoin-internals 0.3.0",
205 "bitcoin_hashes 0.14.0",
206]
207
208[[package]]
209name = "base64"
210version = "0.22.1"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
213
214[[package]]
215name = "base64ct"
216version = "1.8.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
219
220[[package]]
221name = "bech32"
222version = "0.11.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
225
226[[package]]
227name = "bip39"
228version = "2.2.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054"
231dependencies = [
232 "bitcoin_hashes 0.13.0",
233 "serde",
234 "unicode-normalization",
235]
236
237[[package]]
238name = "bitcoin"
239version = "0.32.7"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "0fda569d741b895131a88ee5589a467e73e9c4718e958ac9308e4f7dc44b6945"
242dependencies = [
243 "base58ck",
244 "bech32",
245 "bitcoin-internals 0.3.0",
246 "bitcoin-io",
247 "bitcoin-units",
248 "bitcoin_hashes 0.14.0",
249 "hex-conservative 0.2.1",
250 "hex_lit",
251 "secp256k1",
252 "serde",
253]
254
255[[package]]
256name = "bitcoin-internals"
257version = "0.2.0"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb"
260
261[[package]]
262name = "bitcoin-internals"
263version = "0.3.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "30bdbe14aa07b06e6cfeffc529a1f099e5fbe249524f8125358604df99a4bed2"
266dependencies = [
267 "serde",
268]
269
270[[package]]
271name = "bitcoin-io"
272version = "0.1.3"
273source = "registry+https://github.com/rust-lang/crates.io-index"
274checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
275
276[[package]]
277name = "bitcoin-units"
278version = "0.1.2"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2"
281dependencies = [
282 "bitcoin-internals 0.3.0",
283 "serde",
284]
285
286[[package]]
287name = "bitcoin_hashes"
288version = "0.13.0"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b"
291dependencies = [
292 "bitcoin-internals 0.2.0",
293 "hex-conservative 0.1.2",
294]
295
296[[package]]
297name = "bitcoin_hashes"
298version = "0.14.0"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
301dependencies = [
302 "bitcoin-io",
303 "hex-conservative 0.2.1",
304 "serde",
305]
306
307[[package]]
308name = "bitflags"
309version = "2.10.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
312
313[[package]]
314name = "block-buffer"
315version = "0.10.4"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
318dependencies = [
319 "generic-array",
320]
321
322[[package]]
323name = "block-padding"
324version = "0.3.3"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
327dependencies = [
328 "generic-array",
329]
330
331[[package]]
332name = "bumpalo"
333version = "3.19.0"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
336
337[[package]]
338name = "byteorder"
339version = "1.5.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
342
343[[package]]
344name = "bytes"
345version = "1.10.1"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
348
349[[package]]
350name = "cbc"
351version = "0.1.2"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
354dependencies = [
355 "cipher",
356]
357
358[[package]]
359name = "cc"
360version = "1.2.44"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3"
363dependencies = [
364 "find-msvc-tools",
365 "shlex",
366]
367
368[[package]]
369name = "cfg-if"
370version = "1.0.4"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
373
374[[package]]
375name = "cfg_aliases"
376version = "0.2.1"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
379
380[[package]]
381name = "chacha20"
382version = "0.9.1"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
385dependencies = [
386 "cfg-if",
387 "cipher",
388 "cpufeatures",
389]
390
391[[package]]
392name = "chacha20poly1305"
393version = "0.10.1"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
396dependencies = [
397 "aead",
398 "chacha20",
399 "cipher",
400 "poly1305",
401 "zeroize",
402]
403
404[[package]]
405name = "chrono"
406version = "0.4.42"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
409dependencies = [
410 "iana-time-zone",
411 "js-sys",
412 "num-traits",
413 "wasm-bindgen",
414 "windows-link",
415]
416
417[[package]]
418name = "cipher"
419version = "0.4.4"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
422dependencies = [
423 "crypto-common",
424 "inout",
425 "zeroize",
426]
427
428[[package]]
429name = "clap"
430version = "4.5.51"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
433dependencies = [
434 "clap_builder",
435 "clap_derive",
436]
437
438[[package]]
439name = "clap_builder"
440version = "4.5.51"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
443dependencies = [
444 "anstream",
445 "anstyle",
446 "clap_lex",
447 "strsim",
448]
449
450[[package]]
451name = "clap_derive"
452version = "4.5.49"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
455dependencies = [
456 "heck",
457 "proc-macro2",
458 "quote",
459 "syn",
460]
461
462[[package]]
463name = "clap_lex"
464version = "0.7.6"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
467
468[[package]]
469name = "colorchoice"
470version = "1.0.4"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
473
474[[package]]
475name = "core-foundation-sys"
476version = "0.8.7"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
479
480[[package]]
481name = "cpufeatures"
482version = "0.2.17"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
485dependencies = [
486 "libc",
487]
488
489[[package]]
490name = "crypto-common"
491version = "0.1.6"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
494dependencies = [
495 "generic-array",
496 "rand_core 0.6.4",
497 "typenum",
498]
499
500[[package]]
501name = "data-encoding"
502version = "2.9.0"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
505
506[[package]]
507name = "digest"
508version = "0.10.7"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
511dependencies = [
512 "block-buffer",
513 "crypto-common",
514 "subtle",
515]
516
517[[package]]
518name = "displaydoc"
519version = "0.2.5"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
522dependencies = [
523 "proc-macro2",
524 "quote",
525 "syn",
526]
527
528[[package]]
529name = "either"
530version = "1.15.0"
531source = "registry+https://github.com/rust-lang/crates.io-index"
532checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
533
534[[package]]
535name = "equivalent"
536version = "1.0.2"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
539
540[[package]]
541name = "find-msvc-tools"
542version = "0.1.4"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
545
546[[package]]
547name = "fnv"
548version = "1.0.7"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
551
552[[package]]
553name = "foldhash"
554version = "0.1.5"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
557
558[[package]]
559name = "form_urlencoded"
560version = "1.2.2"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
563dependencies = [
564 "percent-encoding",
565]
566
567[[package]]
568name = "futures"
569version = "0.3.31"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
572dependencies = [
573 "futures-channel",
574 "futures-core",
575 "futures-executor",
576 "futures-io",
577 "futures-sink",
578 "futures-task",
579 "futures-util",
580]
581
582[[package]]
583name = "futures-channel"
584version = "0.3.31"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
587dependencies = [
588 "futures-core",
589 "futures-sink",
590]
591
592[[package]]
593name = "futures-core"
594version = "0.3.31"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
597
598[[package]]
599name = "futures-executor"
600version = "0.3.31"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
603dependencies = [
604 "futures-core",
605 "futures-task",
606 "futures-util",
607]
608
609[[package]]
610name = "futures-io"
611version = "0.3.31"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
614
615[[package]]
616name = "futures-macro"
617version = "0.3.31"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
620dependencies = [
621 "proc-macro2",
622 "quote",
623 "syn",
624]
625
626[[package]]
627name = "futures-sink"
628version = "0.3.31"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
631
632[[package]]
633name = "futures-task"
634version = "0.3.31"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
637
638[[package]]
639name = "futures-util"
640version = "0.3.31"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
643dependencies = [
644 "futures-channel",
645 "futures-core",
646 "futures-io",
647 "futures-macro",
648 "futures-sink",
649 "futures-task",
650 "memchr",
651 "pin-project-lite",
652 "pin-utils",
653 "slab",
654]
655
656[[package]]
657name = "generic-array"
658version = "0.14.9"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
661dependencies = [
662 "typenum",
663 "version_check",
664]
665
666[[package]]
667name = "getrandom"
668version = "0.2.16"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
671dependencies = [
672 "cfg-if",
673 "js-sys",
674 "libc",
675 "wasi",
676 "wasm-bindgen",
677]
678
679[[package]]
680name = "getrandom"
681version = "0.3.4"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
684dependencies = [
685 "cfg-if",
686 "js-sys",
687 "libc",
688 "r-efi",
689 "wasip2",
690 "wasm-bindgen",
691]
692
693[[package]]
694name = "gloo-timers"
695version = "0.2.6"
696source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
698dependencies = [
699 "futures-channel",
700 "futures-core",
701 "js-sys",
702 "wasm-bindgen",
703]
704
705[[package]]
706name = "grasp-audit"
707version = "0.1.0"
708dependencies = [
709 "anyhow",
710 "chrono",
711 "clap",
712 "futures",
713 "nostr-sdk",
714 "serde",
715 "serde_json",
716 "thiserror 1.0.69",
717 "tokio",
718 "tokio-test",
719 "tracing",
720 "tracing-subscriber",
721 "uuid",
722]
723
724[[package]]
725name = "hashbrown"
726version = "0.15.5"
727source = "registry+https://github.com/rust-lang/crates.io-index"
728checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
729dependencies = [
730 "allocator-api2",
731 "equivalent",
732 "foldhash",
733]
734
735[[package]]
736name = "hashbrown"
737version = "0.16.0"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
740
741[[package]]
742name = "heck"
743version = "0.5.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
746
747[[package]]
748name = "hex-conservative"
749version = "0.1.2"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20"
752
753[[package]]
754name = "hex-conservative"
755version = "0.2.1"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
758dependencies = [
759 "arrayvec",
760]
761
762[[package]]
763name = "hex_lit"
764version = "0.1.1"
765source = "registry+https://github.com/rust-lang/crates.io-index"
766checksum = "3011d1213f159867b13cfd6ac92d2cd5f1345762c63be3554e84092d85a50bbd"
767
768[[package]]
769name = "hmac"
770version = "0.12.1"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
773dependencies = [
774 "digest",
775]
776
777[[package]]
778name = "http"
779version = "1.3.1"
780source = "registry+https://github.com/rust-lang/crates.io-index"
781checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
782dependencies = [
783 "bytes",
784 "fnv",
785 "itoa",
786]
787
788[[package]]
789name = "http-body"
790version = "1.0.1"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
793dependencies = [
794 "bytes",
795 "http",
796]
797
798[[package]]
799name = "http-body-util"
800version = "0.1.3"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
803dependencies = [
804 "bytes",
805 "futures-core",
806 "http",
807 "http-body",
808 "pin-project-lite",
809]
810
811[[package]]
812name = "httparse"
813version = "1.10.1"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
816
817[[package]]
818name = "hyper"
819version = "1.7.0"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
822dependencies = [
823 "atomic-waker",
824 "bytes",
825 "futures-channel",
826 "futures-core",
827 "http",
828 "http-body",
829 "httparse",
830 "itoa",
831 "pin-project-lite",
832 "pin-utils",
833 "smallvec",
834 "tokio",
835 "want",
836]
837
838[[package]]
839name = "hyper-rustls"
840version = "0.27.7"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
843dependencies = [
844 "http",
845 "hyper",
846 "hyper-util",
847 "rustls",
848 "rustls-pki-types",
849 "tokio",
850 "tokio-rustls",
851 "tower-service",
852 "webpki-roots 1.0.4",
853]
854
855[[package]]
856name = "hyper-util"
857version = "0.1.17"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
860dependencies = [
861 "base64",
862 "bytes",
863 "futures-channel",
864 "futures-core",
865 "futures-util",
866 "http",
867 "http-body",
868 "hyper",
869 "ipnet",
870 "libc",
871 "percent-encoding",
872 "pin-project-lite",
873 "socket2",
874 "tokio",
875 "tower-service",
876 "tracing",
877]
878
879[[package]]
880name = "iana-time-zone"
881version = "0.1.64"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
884dependencies = [
885 "android_system_properties",
886 "core-foundation-sys",
887 "iana-time-zone-haiku",
888 "js-sys",
889 "log",
890 "wasm-bindgen",
891 "windows-core",
892]
893
894[[package]]
895name = "iana-time-zone-haiku"
896version = "0.1.2"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
899dependencies = [
900 "cc",
901]
902
903[[package]]
904name = "icu_collections"
905version = "2.1.1"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
908dependencies = [
909 "displaydoc",
910 "potential_utf",
911 "yoke",
912 "zerofrom",
913 "zerovec",
914]
915
916[[package]]
917name = "icu_locale_core"
918version = "2.1.1"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
921dependencies = [
922 "displaydoc",
923 "litemap",
924 "tinystr",
925 "writeable",
926 "zerovec",
927]
928
929[[package]]
930name = "icu_normalizer"
931version = "2.1.1"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
934dependencies = [
935 "icu_collections",
936 "icu_normalizer_data",
937 "icu_properties",
938 "icu_provider",
939 "smallvec",
940 "zerovec",
941]
942
943[[package]]
944name = "icu_normalizer_data"
945version = "2.1.1"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
948
949[[package]]
950name = "icu_properties"
951version = "2.1.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
954dependencies = [
955 "icu_collections",
956 "icu_locale_core",
957 "icu_properties_data",
958 "icu_provider",
959 "zerotrie",
960 "zerovec",
961]
962
963[[package]]
964name = "icu_properties_data"
965version = "2.1.1"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
968
969[[package]]
970name = "icu_provider"
971version = "2.1.1"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
974dependencies = [
975 "displaydoc",
976 "icu_locale_core",
977 "writeable",
978 "yoke",
979 "zerofrom",
980 "zerotrie",
981 "zerovec",
982]
983
984[[package]]
985name = "idna"
986version = "1.1.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
989dependencies = [
990 "idna_adapter",
991 "smallvec",
992 "utf8_iter",
993]
994
995[[package]]
996name = "idna_adapter"
997version = "1.2.1"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1000dependencies = [
1001 "icu_normalizer",
1002 "icu_properties",
1003]
1004
1005[[package]]
1006name = "indexmap"
1007version = "2.12.0"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
1010dependencies = [
1011 "equivalent",
1012 "hashbrown 0.16.0",
1013]
1014
1015[[package]]
1016name = "inout"
1017version = "0.1.4"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
1020dependencies = [
1021 "block-padding",
1022 "generic-array",
1023]
1024
1025[[package]]
1026name = "instant"
1027version = "0.1.13"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1030dependencies = [
1031 "cfg-if",
1032 "js-sys",
1033 "wasm-bindgen",
1034 "web-sys",
1035]
1036
1037[[package]]
1038name = "ipnet"
1039version = "2.11.0"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1042
1043[[package]]
1044name = "iri-string"
1045version = "0.7.8"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1048dependencies = [
1049 "memchr",
1050 "serde",
1051]
1052
1053[[package]]
1054name = "is_terminal_polyfill"
1055version = "1.70.2"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1058
1059[[package]]
1060name = "itoa"
1061version = "1.0.15"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1064
1065[[package]]
1066name = "js-sys"
1067version = "0.3.82"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
1070dependencies = [
1071 "once_cell",
1072 "wasm-bindgen",
1073]
1074
1075[[package]]
1076name = "lazy_static"
1077version = "1.5.0"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1080
1081[[package]]
1082name = "libc"
1083version = "0.2.177"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
1086
1087[[package]]
1088name = "litemap"
1089version = "0.8.1"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1092
1093[[package]]
1094name = "lnurl-pay"
1095version = "0.6.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "536e7c782167a2d48346ca0b2677fad19eaef20f19a4ab868e4d5b96ca879def"
1098dependencies = [
1099 "bech32",
1100 "reqwest",
1101 "serde",
1102 "serde_json",
1103]
1104
1105[[package]]
1106name = "lock_api"
1107version = "0.4.14"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1110dependencies = [
1111 "scopeguard",
1112]
1113
1114[[package]]
1115name = "log"
1116version = "0.4.28"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1119
1120[[package]]
1121name = "lru"
1122version = "0.12.5"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1125dependencies = [
1126 "hashbrown 0.15.5",
1127]
1128
1129[[package]]
1130name = "lru-slab"
1131version = "0.1.2"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1134
1135[[package]]
1136name = "matchers"
1137version = "0.2.0"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1140dependencies = [
1141 "regex-automata",
1142]
1143
1144[[package]]
1145name = "memchr"
1146version = "2.7.6"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1149
1150[[package]]
1151name = "mio"
1152version = "1.1.0"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
1155dependencies = [
1156 "libc",
1157 "wasi",
1158 "windows-sys 0.61.2",
1159]
1160
1161[[package]]
1162name = "negentropy"
1163version = "0.3.1"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "e664971378a3987224f7a0e10059782035e89899ae403718ee07de85bec42afe"
1166
1167[[package]]
1168name = "negentropy"
1169version = "0.4.3"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932"
1172
1173[[package]]
1174name = "nostr"
1175version = "0.35.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "56db234b2e07901e372f34e9463f91590579cd8e6dbd34ed2ccc7e461e4ba639"
1178dependencies = [
1179 "aes",
1180 "base64",
1181 "bech32",
1182 "bip39",
1183 "bitcoin",
1184 "cbc",
1185 "chacha20",
1186 "chacha20poly1305",
1187 "getrandom 0.2.16",
1188 "instant",
1189 "js-sys",
1190 "negentropy 0.3.1",
1191 "negentropy 0.4.3",
1192 "once_cell",
1193 "reqwest",
1194 "scrypt",
1195 "serde",
1196 "serde_json",
1197 "unicode-normalization",
1198 "url",
1199 "wasm-bindgen",
1200 "wasm-bindgen-futures",
1201 "web-sys",
1202]
1203
1204[[package]]
1205name = "nostr-database"
1206version = "0.35.0"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "50de8cc5e77e7dafa7e2e0d0d67187ef19e191dcd1a68efffd3e05152d91b3c3"
1209dependencies = [
1210 "async-trait",
1211 "lru",
1212 "nostr",
1213 "thiserror 1.0.69",
1214 "tokio",
1215 "tracing",
1216]
1217
1218[[package]]
1219name = "nostr-relay-pool"
1220version = "0.35.0"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "800b9ca169902977366f8243ec645b1fa4a128ab621331796d4a26bd7bc22a88"
1223dependencies = [
1224 "async-utility",
1225 "async-wsocket",
1226 "atomic-destructor",
1227 "negentropy 0.3.1",
1228 "negentropy 0.4.3",
1229 "nostr",
1230 "nostr-database",
1231 "thiserror 1.0.69",
1232 "tokio",
1233 "tokio-stream",
1234 "tracing",
1235]
1236
1237[[package]]
1238name = "nostr-sdk"
1239version = "0.35.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "d93036bf4c1e35145ca2cd6ee4cb7bb9c74f41cbca9cc4caff1e87b5e192f253"
1242dependencies = [
1243 "async-utility",
1244 "atomic-destructor",
1245 "lnurl-pay",
1246 "nostr",
1247 "nostr-database",
1248 "nostr-relay-pool",
1249 "nostr-signer",
1250 "nostr-zapper",
1251 "nwc",
1252 "thiserror 1.0.69",
1253 "tokio",
1254 "tracing",
1255]
1256
1257[[package]]
1258name = "nostr-signer"
1259version = "0.35.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "c1e132975a677a1c97a7695ef1161291dc06517a588b6e17e3aa05d3fb4056a0"
1262dependencies = [
1263 "async-utility",
1264 "nostr",
1265 "nostr-relay-pool",
1266 "thiserror 1.0.69",
1267 "tokio",
1268 "tracing",
1269]
1270
1271[[package]]
1272name = "nostr-zapper"
1273version = "0.35.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "b60e7a3ecc9881ca418e772a6fc4410920653a9f0bf9457b6ddd732d2a3f64f1"
1276dependencies = [
1277 "async-trait",
1278 "nostr",
1279 "thiserror 1.0.69",
1280]
1281
1282[[package]]
1283name = "nu-ansi-term"
1284version = "0.50.3"
1285source = "registry+https://github.com/rust-lang/crates.io-index"
1286checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1287dependencies = [
1288 "windows-sys 0.61.2",
1289]
1290
1291[[package]]
1292name = "num-traits"
1293version = "0.2.19"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1296dependencies = [
1297 "autocfg",
1298]
1299
1300[[package]]
1301name = "nwc"
1302version = "0.35.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "2e962f52732a6d91c1e76d4de3f1daa186e77a849e98e5abe53ca7fe9796d04e"
1305dependencies = [
1306 "async-utility",
1307 "nostr",
1308 "nostr-relay-pool",
1309 "nostr-zapper",
1310 "thiserror 1.0.69",
1311 "tracing",
1312]
1313
1314[[package]]
1315name = "once_cell"
1316version = "1.21.3"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1319
1320[[package]]
1321name = "once_cell_polyfill"
1322version = "1.70.2"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1325
1326[[package]]
1327name = "opaque-debug"
1328version = "0.3.1"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
1331
1332[[package]]
1333name = "parking_lot"
1334version = "0.12.5"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1337dependencies = [
1338 "lock_api",
1339 "parking_lot_core",
1340]
1341
1342[[package]]
1343name = "parking_lot_core"
1344version = "0.9.12"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1347dependencies = [
1348 "cfg-if",
1349 "libc",
1350 "redox_syscall",
1351 "smallvec",
1352 "windows-link",
1353]
1354
1355[[package]]
1356name = "password-hash"
1357version = "0.5.0"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
1360dependencies = [
1361 "base64ct",
1362 "rand_core 0.6.4",
1363 "subtle",
1364]
1365
1366[[package]]
1367name = "pbkdf2"
1368version = "0.12.2"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
1371dependencies = [
1372 "digest",
1373 "hmac",
1374]
1375
1376[[package]]
1377name = "percent-encoding"
1378version = "2.3.2"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1381
1382[[package]]
1383name = "pin-project-lite"
1384version = "0.2.16"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1387
1388[[package]]
1389name = "pin-utils"
1390version = "0.1.0"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1393
1394[[package]]
1395name = "poly1305"
1396version = "0.8.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
1399dependencies = [
1400 "cpufeatures",
1401 "opaque-debug",
1402 "universal-hash",
1403]
1404
1405[[package]]
1406name = "potential_utf"
1407version = "0.1.4"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
1410dependencies = [
1411 "zerovec",
1412]
1413
1414[[package]]
1415name = "ppv-lite86"
1416version = "0.2.21"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1419dependencies = [
1420 "zerocopy",
1421]
1422
1423[[package]]
1424name = "proc-macro2"
1425version = "1.0.103"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
1428dependencies = [
1429 "unicode-ident",
1430]
1431
1432[[package]]
1433name = "quinn"
1434version = "0.11.9"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
1437dependencies = [
1438 "bytes",
1439 "cfg_aliases",
1440 "pin-project-lite",
1441 "quinn-proto",
1442 "quinn-udp",
1443 "rustc-hash",
1444 "rustls",
1445 "socket2",
1446 "thiserror 2.0.17",
1447 "tokio",
1448 "tracing",
1449 "web-time",
1450]
1451
1452[[package]]
1453name = "quinn-proto"
1454version = "0.11.13"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
1457dependencies = [
1458 "bytes",
1459 "getrandom 0.3.4",
1460 "lru-slab",
1461 "rand 0.9.2",
1462 "ring",
1463 "rustc-hash",
1464 "rustls",
1465 "rustls-pki-types",
1466 "slab",
1467 "thiserror 2.0.17",
1468 "tinyvec",
1469 "tracing",
1470 "web-time",
1471]
1472
1473[[package]]
1474name = "quinn-udp"
1475version = "0.5.14"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
1478dependencies = [
1479 "cfg_aliases",
1480 "libc",
1481 "once_cell",
1482 "socket2",
1483 "tracing",
1484 "windows-sys 0.60.2",
1485]
1486
1487[[package]]
1488name = "quote"
1489version = "1.0.41"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
1492dependencies = [
1493 "proc-macro2",
1494]
1495
1496[[package]]
1497name = "r-efi"
1498version = "5.3.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1501
1502[[package]]
1503name = "rand"
1504version = "0.8.5"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
1507dependencies = [
1508 "libc",
1509 "rand_chacha 0.3.1",
1510 "rand_core 0.6.4",
1511]
1512
1513[[package]]
1514name = "rand"
1515version = "0.9.2"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1518dependencies = [
1519 "rand_chacha 0.9.0",
1520 "rand_core 0.9.3",
1521]
1522
1523[[package]]
1524name = "rand_chacha"
1525version = "0.3.1"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
1528dependencies = [
1529 "ppv-lite86",
1530 "rand_core 0.6.4",
1531]
1532
1533[[package]]
1534name = "rand_chacha"
1535version = "0.9.0"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1538dependencies = [
1539 "ppv-lite86",
1540 "rand_core 0.9.3",
1541]
1542
1543[[package]]
1544name = "rand_core"
1545version = "0.6.4"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1548dependencies = [
1549 "getrandom 0.2.16",
1550]
1551
1552[[package]]
1553name = "rand_core"
1554version = "0.9.3"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1557dependencies = [
1558 "getrandom 0.3.4",
1559]
1560
1561[[package]]
1562name = "redox_syscall"
1563version = "0.5.18"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1566dependencies = [
1567 "bitflags",
1568]
1569
1570[[package]]
1571name = "regex-automata"
1572version = "0.4.13"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1575dependencies = [
1576 "aho-corasick",
1577 "memchr",
1578 "regex-syntax",
1579]
1580
1581[[package]]
1582name = "regex-syntax"
1583version = "0.8.8"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1586
1587[[package]]
1588name = "reqwest"
1589version = "0.12.24"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
1592dependencies = [
1593 "base64",
1594 "bytes",
1595 "futures-core",
1596 "http",
1597 "http-body",
1598 "http-body-util",
1599 "hyper",
1600 "hyper-rustls",
1601 "hyper-util",
1602 "js-sys",
1603 "log",
1604 "percent-encoding",
1605 "pin-project-lite",
1606 "quinn",
1607 "rustls",
1608 "rustls-pki-types",
1609 "serde",
1610 "serde_json",
1611 "serde_urlencoded",
1612 "sync_wrapper",
1613 "tokio",
1614 "tokio-rustls",
1615 "tower",
1616 "tower-http",
1617 "tower-service",
1618 "url",
1619 "wasm-bindgen",
1620 "wasm-bindgen-futures",
1621 "web-sys",
1622 "webpki-roots 1.0.4",
1623]
1624
1625[[package]]
1626name = "ring"
1627version = "0.17.14"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1630dependencies = [
1631 "cc",
1632 "cfg-if",
1633 "getrandom 0.2.16",
1634 "libc",
1635 "untrusted",
1636 "windows-sys 0.52.0",
1637]
1638
1639[[package]]
1640name = "rustc-hash"
1641version = "2.1.1"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1644
1645[[package]]
1646name = "rustls"
1647version = "0.23.34"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
1650dependencies = [
1651 "once_cell",
1652 "ring",
1653 "rustls-pki-types",
1654 "rustls-webpki",
1655 "subtle",
1656 "zeroize",
1657]
1658
1659[[package]]
1660name = "rustls-pki-types"
1661version = "1.13.0"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
1664dependencies = [
1665 "web-time",
1666 "zeroize",
1667]
1668
1669[[package]]
1670name = "rustls-webpki"
1671version = "0.103.8"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
1674dependencies = [
1675 "ring",
1676 "rustls-pki-types",
1677 "untrusted",
1678]
1679
1680[[package]]
1681name = "rustversion"
1682version = "1.0.22"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1685
1686[[package]]
1687name = "ryu"
1688version = "1.0.20"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1691
1692[[package]]
1693name = "salsa20"
1694version = "0.10.2"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
1697dependencies = [
1698 "cipher",
1699]
1700
1701[[package]]
1702name = "scopeguard"
1703version = "1.2.0"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1706
1707[[package]]
1708name = "scrypt"
1709version = "0.11.0"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
1712dependencies = [
1713 "password-hash",
1714 "pbkdf2",
1715 "salsa20",
1716 "sha2",
1717]
1718
1719[[package]]
1720name = "secp256k1"
1721version = "0.29.1"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
1724dependencies = [
1725 "bitcoin_hashes 0.14.0",
1726 "rand 0.8.5",
1727 "secp256k1-sys",
1728 "serde",
1729]
1730
1731[[package]]
1732name = "secp256k1-sys"
1733version = "0.10.1"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
1736dependencies = [
1737 "cc",
1738]
1739
1740[[package]]
1741name = "serde"
1742version = "1.0.228"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1745dependencies = [
1746 "serde_core",
1747 "serde_derive",
1748]
1749
1750[[package]]
1751name = "serde_core"
1752version = "1.0.228"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1755dependencies = [
1756 "serde_derive",
1757]
1758
1759[[package]]
1760name = "serde_derive"
1761version = "1.0.228"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1764dependencies = [
1765 "proc-macro2",
1766 "quote",
1767 "syn",
1768]
1769
1770[[package]]
1771name = "serde_json"
1772version = "1.0.145"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1775dependencies = [
1776 "indexmap",
1777 "itoa",
1778 "memchr",
1779 "ryu",
1780 "serde",
1781 "serde_core",
1782]
1783
1784[[package]]
1785name = "serde_urlencoded"
1786version = "0.7.1"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1789dependencies = [
1790 "form_urlencoded",
1791 "itoa",
1792 "ryu",
1793 "serde",
1794]
1795
1796[[package]]
1797name = "sha1"
1798version = "0.10.6"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1801dependencies = [
1802 "cfg-if",
1803 "cpufeatures",
1804 "digest",
1805]
1806
1807[[package]]
1808name = "sha2"
1809version = "0.10.9"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1812dependencies = [
1813 "cfg-if",
1814 "cpufeatures",
1815 "digest",
1816]
1817
1818[[package]]
1819name = "sharded-slab"
1820version = "0.1.7"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1823dependencies = [
1824 "lazy_static",
1825]
1826
1827[[package]]
1828name = "shlex"
1829version = "1.3.0"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1832
1833[[package]]
1834name = "signal-hook-registry"
1835version = "1.4.6"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
1838dependencies = [
1839 "libc",
1840]
1841
1842[[package]]
1843name = "slab"
1844version = "0.4.11"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1847
1848[[package]]
1849name = "smallvec"
1850version = "1.15.1"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1853
1854[[package]]
1855name = "socket2"
1856version = "0.6.1"
1857source = "registry+https://github.com/rust-lang/crates.io-index"
1858checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
1859dependencies = [
1860 "libc",
1861 "windows-sys 0.60.2",
1862]
1863
1864[[package]]
1865name = "stable_deref_trait"
1866version = "1.2.1"
1867source = "registry+https://github.com/rust-lang/crates.io-index"
1868checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1869
1870[[package]]
1871name = "strsim"
1872version = "0.11.1"
1873source = "registry+https://github.com/rust-lang/crates.io-index"
1874checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1875
1876[[package]]
1877name = "subtle"
1878version = "2.6.1"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1881
1882[[package]]
1883name = "syn"
1884version = "2.0.108"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
1887dependencies = [
1888 "proc-macro2",
1889 "quote",
1890 "unicode-ident",
1891]
1892
1893[[package]]
1894name = "sync_wrapper"
1895version = "1.0.2"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1898dependencies = [
1899 "futures-core",
1900]
1901
1902[[package]]
1903name = "synstructure"
1904version = "0.13.2"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1907dependencies = [
1908 "proc-macro2",
1909 "quote",
1910 "syn",
1911]
1912
1913[[package]]
1914name = "thiserror"
1915version = "1.0.69"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1918dependencies = [
1919 "thiserror-impl 1.0.69",
1920]
1921
1922[[package]]
1923name = "thiserror"
1924version = "2.0.17"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
1927dependencies = [
1928 "thiserror-impl 2.0.17",
1929]
1930
1931[[package]]
1932name = "thiserror-impl"
1933version = "1.0.69"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1936dependencies = [
1937 "proc-macro2",
1938 "quote",
1939 "syn",
1940]
1941
1942[[package]]
1943name = "thiserror-impl"
1944version = "2.0.17"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
1947dependencies = [
1948 "proc-macro2",
1949 "quote",
1950 "syn",
1951]
1952
1953[[package]]
1954name = "thread_local"
1955version = "1.1.9"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1958dependencies = [
1959 "cfg-if",
1960]
1961
1962[[package]]
1963name = "tinystr"
1964version = "0.8.2"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
1967dependencies = [
1968 "displaydoc",
1969 "zerovec",
1970]
1971
1972[[package]]
1973name = "tinyvec"
1974version = "1.10.0"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
1977dependencies = [
1978 "tinyvec_macros",
1979]
1980
1981[[package]]
1982name = "tinyvec_macros"
1983version = "0.1.1"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1986
1987[[package]]
1988name = "tokio"
1989version = "1.48.0"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
1992dependencies = [
1993 "bytes",
1994 "libc",
1995 "mio",
1996 "parking_lot",
1997 "pin-project-lite",
1998 "signal-hook-registry",
1999 "socket2",
2000 "tokio-macros",
2001 "windows-sys 0.61.2",
2002]
2003
2004[[package]]
2005name = "tokio-macros"
2006version = "2.6.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
2009dependencies = [
2010 "proc-macro2",
2011 "quote",
2012 "syn",
2013]
2014
2015[[package]]
2016name = "tokio-rustls"
2017version = "0.26.4"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2020dependencies = [
2021 "rustls",
2022 "tokio",
2023]
2024
2025[[package]]
2026name = "tokio-socks"
2027version = "0.5.2"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
2030dependencies = [
2031 "either",
2032 "futures-util",
2033 "thiserror 1.0.69",
2034 "tokio",
2035]
2036
2037[[package]]
2038name = "tokio-stream"
2039version = "0.1.17"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2042dependencies = [
2043 "futures-core",
2044 "pin-project-lite",
2045 "tokio",
2046]
2047
2048[[package]]
2049name = "tokio-test"
2050version = "0.4.4"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
2053dependencies = [
2054 "async-stream",
2055 "bytes",
2056 "futures-core",
2057 "tokio",
2058 "tokio-stream",
2059]
2060
2061[[package]]
2062name = "tokio-tungstenite"
2063version = "0.24.0"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2066dependencies = [
2067 "futures-util",
2068 "log",
2069 "rustls",
2070 "rustls-pki-types",
2071 "tokio",
2072 "tokio-rustls",
2073 "tungstenite",
2074 "webpki-roots 0.26.11",
2075]
2076
2077[[package]]
2078name = "tower"
2079version = "0.5.2"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2082dependencies = [
2083 "futures-core",
2084 "futures-util",
2085 "pin-project-lite",
2086 "sync_wrapper",
2087 "tokio",
2088 "tower-layer",
2089 "tower-service",
2090]
2091
2092[[package]]
2093name = "tower-http"
2094version = "0.6.6"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2097dependencies = [
2098 "bitflags",
2099 "bytes",
2100 "futures-util",
2101 "http",
2102 "http-body",
2103 "iri-string",
2104 "pin-project-lite",
2105 "tower",
2106 "tower-layer",
2107 "tower-service",
2108]
2109
2110[[package]]
2111name = "tower-layer"
2112version = "0.3.3"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2115
2116[[package]]
2117name = "tower-service"
2118version = "0.3.3"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2121
2122[[package]]
2123name = "tracing"
2124version = "0.1.41"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2127dependencies = [
2128 "pin-project-lite",
2129 "tracing-attributes",
2130 "tracing-core",
2131]
2132
2133[[package]]
2134name = "tracing-attributes"
2135version = "0.1.30"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
2138dependencies = [
2139 "proc-macro2",
2140 "quote",
2141 "syn",
2142]
2143
2144[[package]]
2145name = "tracing-core"
2146version = "0.1.34"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2149dependencies = [
2150 "once_cell",
2151 "valuable",
2152]
2153
2154[[package]]
2155name = "tracing-log"
2156version = "0.2.0"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2159dependencies = [
2160 "log",
2161 "once_cell",
2162 "tracing-core",
2163]
2164
2165[[package]]
2166name = "tracing-subscriber"
2167version = "0.3.20"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
2170dependencies = [
2171 "matchers",
2172 "nu-ansi-term",
2173 "once_cell",
2174 "regex-automata",
2175 "sharded-slab",
2176 "smallvec",
2177 "thread_local",
2178 "tracing",
2179 "tracing-core",
2180 "tracing-log",
2181]
2182
2183[[package]]
2184name = "try-lock"
2185version = "0.2.5"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2188
2189[[package]]
2190name = "tungstenite"
2191version = "0.24.0"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
2194dependencies = [
2195 "byteorder",
2196 "bytes",
2197 "data-encoding",
2198 "http",
2199 "httparse",
2200 "log",
2201 "rand 0.8.5",
2202 "rustls",
2203 "rustls-pki-types",
2204 "sha1",
2205 "thiserror 1.0.69",
2206 "utf-8",
2207]
2208
2209[[package]]
2210name = "typenum"
2211version = "1.19.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2214
2215[[package]]
2216name = "unicode-ident"
2217version = "1.0.22"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2220
2221[[package]]
2222name = "unicode-normalization"
2223version = "0.1.25"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
2226dependencies = [
2227 "tinyvec",
2228]
2229
2230[[package]]
2231name = "universal-hash"
2232version = "0.5.1"
2233source = "registry+https://github.com/rust-lang/crates.io-index"
2234checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
2235dependencies = [
2236 "crypto-common",
2237 "subtle",
2238]
2239
2240[[package]]
2241name = "untrusted"
2242version = "0.9.0"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2245
2246[[package]]
2247name = "url"
2248version = "2.5.7"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
2251dependencies = [
2252 "form_urlencoded",
2253 "idna",
2254 "percent-encoding",
2255 "serde",
2256]
2257
2258[[package]]
2259name = "utf-8"
2260version = "0.7.6"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2263
2264[[package]]
2265name = "utf8_iter"
2266version = "1.0.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2269
2270[[package]]
2271name = "utf8parse"
2272version = "0.2.2"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2275
2276[[package]]
2277name = "uuid"
2278version = "1.18.1"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
2281dependencies = [
2282 "getrandom 0.3.4",
2283 "js-sys",
2284 "wasm-bindgen",
2285]
2286
2287[[package]]
2288name = "valuable"
2289version = "0.1.1"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2292
2293[[package]]
2294name = "version_check"
2295version = "0.9.5"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2298
2299[[package]]
2300name = "want"
2301version = "0.3.1"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2304dependencies = [
2305 "try-lock",
2306]
2307
2308[[package]]
2309name = "wasi"
2310version = "0.11.1+wasi-snapshot-preview1"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2313
2314[[package]]
2315name = "wasip2"
2316version = "1.0.1+wasi-0.2.4"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
2319dependencies = [
2320 "wit-bindgen",
2321]
2322
2323[[package]]
2324name = "wasm-bindgen"
2325version = "0.2.105"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
2328dependencies = [
2329 "cfg-if",
2330 "once_cell",
2331 "rustversion",
2332 "wasm-bindgen-macro",
2333 "wasm-bindgen-shared",
2334]
2335
2336[[package]]
2337name = "wasm-bindgen-futures"
2338version = "0.4.55"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
2341dependencies = [
2342 "cfg-if",
2343 "js-sys",
2344 "once_cell",
2345 "wasm-bindgen",
2346 "web-sys",
2347]
2348
2349[[package]]
2350name = "wasm-bindgen-macro"
2351version = "0.2.105"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
2354dependencies = [
2355 "quote",
2356 "wasm-bindgen-macro-support",
2357]
2358
2359[[package]]
2360name = "wasm-bindgen-macro-support"
2361version = "0.2.105"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
2364dependencies = [
2365 "bumpalo",
2366 "proc-macro2",
2367 "quote",
2368 "syn",
2369 "wasm-bindgen-shared",
2370]
2371
2372[[package]]
2373name = "wasm-bindgen-shared"
2374version = "0.2.105"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
2377dependencies = [
2378 "unicode-ident",
2379]
2380
2381[[package]]
2382name = "web-sys"
2383version = "0.3.82"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
2386dependencies = [
2387 "js-sys",
2388 "wasm-bindgen",
2389]
2390
2391[[package]]
2392name = "web-time"
2393version = "1.1.0"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2396dependencies = [
2397 "js-sys",
2398 "wasm-bindgen",
2399]
2400
2401[[package]]
2402name = "webpki-roots"
2403version = "0.26.11"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
2406dependencies = [
2407 "webpki-roots 1.0.4",
2408]
2409
2410[[package]]
2411name = "webpki-roots"
2412version = "1.0.4"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
2415dependencies = [
2416 "rustls-pki-types",
2417]
2418
2419[[package]]
2420name = "windows-core"
2421version = "0.62.2"
2422source = "registry+https://github.com/rust-lang/crates.io-index"
2423checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
2424dependencies = [
2425 "windows-implement",
2426 "windows-interface",
2427 "windows-link",
2428 "windows-result",
2429 "windows-strings",
2430]
2431
2432[[package]]
2433name = "windows-implement"
2434version = "0.60.2"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
2437dependencies = [
2438 "proc-macro2",
2439 "quote",
2440 "syn",
2441]
2442
2443[[package]]
2444name = "windows-interface"
2445version = "0.59.3"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
2448dependencies = [
2449 "proc-macro2",
2450 "quote",
2451 "syn",
2452]
2453
2454[[package]]
2455name = "windows-link"
2456version = "0.2.1"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2459
2460[[package]]
2461name = "windows-result"
2462version = "0.4.1"
2463source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2465dependencies = [
2466 "windows-link",
2467]
2468
2469[[package]]
2470name = "windows-strings"
2471version = "0.5.1"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
2474dependencies = [
2475 "windows-link",
2476]
2477
2478[[package]]
2479name = "windows-sys"
2480version = "0.52.0"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2483dependencies = [
2484 "windows-targets 0.52.6",
2485]
2486
2487[[package]]
2488name = "windows-sys"
2489version = "0.60.2"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2492dependencies = [
2493 "windows-targets 0.53.5",
2494]
2495
2496[[package]]
2497name = "windows-sys"
2498version = "0.61.2"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2501dependencies = [
2502 "windows-link",
2503]
2504
2505[[package]]
2506name = "windows-targets"
2507version = "0.52.6"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2510dependencies = [
2511 "windows_aarch64_gnullvm 0.52.6",
2512 "windows_aarch64_msvc 0.52.6",
2513 "windows_i686_gnu 0.52.6",
2514 "windows_i686_gnullvm 0.52.6",
2515 "windows_i686_msvc 0.52.6",
2516 "windows_x86_64_gnu 0.52.6",
2517 "windows_x86_64_gnullvm 0.52.6",
2518 "windows_x86_64_msvc 0.52.6",
2519]
2520
2521[[package]]
2522name = "windows-targets"
2523version = "0.53.5"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2526dependencies = [
2527 "windows-link",
2528 "windows_aarch64_gnullvm 0.53.1",
2529 "windows_aarch64_msvc 0.53.1",
2530 "windows_i686_gnu 0.53.1",
2531 "windows_i686_gnullvm 0.53.1",
2532 "windows_i686_msvc 0.53.1",
2533 "windows_x86_64_gnu 0.53.1",
2534 "windows_x86_64_gnullvm 0.53.1",
2535 "windows_x86_64_msvc 0.53.1",
2536]
2537
2538[[package]]
2539name = "windows_aarch64_gnullvm"
2540version = "0.52.6"
2541source = "registry+https://github.com/rust-lang/crates.io-index"
2542checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2543
2544[[package]]
2545name = "windows_aarch64_gnullvm"
2546version = "0.53.1"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2549
2550[[package]]
2551name = "windows_aarch64_msvc"
2552version = "0.52.6"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2555
2556[[package]]
2557name = "windows_aarch64_msvc"
2558version = "0.53.1"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2561
2562[[package]]
2563name = "windows_i686_gnu"
2564version = "0.52.6"
2565source = "registry+https://github.com/rust-lang/crates.io-index"
2566checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2567
2568[[package]]
2569name = "windows_i686_gnu"
2570version = "0.53.1"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2573
2574[[package]]
2575name = "windows_i686_gnullvm"
2576version = "0.52.6"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2579
2580[[package]]
2581name = "windows_i686_gnullvm"
2582version = "0.53.1"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2585
2586[[package]]
2587name = "windows_i686_msvc"
2588version = "0.52.6"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2591
2592[[package]]
2593name = "windows_i686_msvc"
2594version = "0.53.1"
2595source = "registry+https://github.com/rust-lang/crates.io-index"
2596checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2597
2598[[package]]
2599name = "windows_x86_64_gnu"
2600version = "0.52.6"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2603
2604[[package]]
2605name = "windows_x86_64_gnu"
2606version = "0.53.1"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2609
2610[[package]]
2611name = "windows_x86_64_gnullvm"
2612version = "0.52.6"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2615
2616[[package]]
2617name = "windows_x86_64_gnullvm"
2618version = "0.53.1"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2621
2622[[package]]
2623name = "windows_x86_64_msvc"
2624version = "0.52.6"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2627
2628[[package]]
2629name = "windows_x86_64_msvc"
2630version = "0.53.1"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2633
2634[[package]]
2635name = "wit-bindgen"
2636version = "0.46.0"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2639
2640[[package]]
2641name = "writeable"
2642version = "0.6.2"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
2645
2646[[package]]
2647name = "yoke"
2648version = "0.8.1"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
2651dependencies = [
2652 "stable_deref_trait",
2653 "yoke-derive",
2654 "zerofrom",
2655]
2656
2657[[package]]
2658name = "yoke-derive"
2659version = "0.8.1"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
2662dependencies = [
2663 "proc-macro2",
2664 "quote",
2665 "syn",
2666 "synstructure",
2667]
2668
2669[[package]]
2670name = "zerocopy"
2671version = "0.8.27"
2672source = "registry+https://github.com/rust-lang/crates.io-index"
2673checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
2674dependencies = [
2675 "zerocopy-derive",
2676]
2677
2678[[package]]
2679name = "zerocopy-derive"
2680version = "0.8.27"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
2683dependencies = [
2684 "proc-macro2",
2685 "quote",
2686 "syn",
2687]
2688
2689[[package]]
2690name = "zerofrom"
2691version = "0.1.6"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
2694dependencies = [
2695 "zerofrom-derive",
2696]
2697
2698[[package]]
2699name = "zerofrom-derive"
2700version = "0.1.6"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
2703dependencies = [
2704 "proc-macro2",
2705 "quote",
2706 "syn",
2707 "synstructure",
2708]
2709
2710[[package]]
2711name = "zeroize"
2712version = "1.8.2"
2713source = "registry+https://github.com/rust-lang/crates.io-index"
2714checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
2715
2716[[package]]
2717name = "zerotrie"
2718version = "0.2.3"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
2721dependencies = [
2722 "displaydoc",
2723 "yoke",
2724 "zerofrom",
2725]
2726
2727[[package]]
2728name = "zerovec"
2729version = "0.11.5"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2732dependencies = [
2733 "yoke",
2734 "zerofrom",
2735 "zerovec-derive",
2736]
2737
2738[[package]]
2739name = "zerovec-derive"
2740version = "0.11.2"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
2743dependencies = [
2744 "proc-macro2",
2745 "quote",
2746 "syn",
2747]