• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anes"
16version = "0.1.6"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
19
20[[package]]
21name = "anstyle"
22version = "1.0.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
25
26[[package]]
27name = "autocfg"
28version = "1.1.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
31
32[[package]]
33name = "base64"
34version = "0.22.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
37
38[[package]]
39name = "bitflags"
40version = "1.3.2"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
43
44[[package]]
45name = "bitflags"
46version = "2.3.3"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
49
50[[package]]
51name = "block-buffer"
52version = "0.10.4"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
55dependencies = [
56 "generic-array",
57]
58
59[[package]]
60name = "bumpalo"
61version = "3.13.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
64
65[[package]]
66name = "byteorder"
67version = "1.4.3"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
70
71[[package]]
72name = "bytes"
73version = "1.4.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
76
77[[package]]
78name = "cast"
79version = "0.3.0"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
82
83[[package]]
84name = "cc"
85version = "1.0.98"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
88
89[[package]]
90name = "cfg-if"
91version = "1.0.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
94
95[[package]]
96name = "ciborium"
97version = "0.2.1"
98source = "registry+https://github.com/rust-lang/crates.io-index"
99checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
100dependencies = [
101 "ciborium-io",
102 "ciborium-ll",
103 "serde",
104]
105
106[[package]]
107name = "ciborium-io"
108version = "0.2.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
111
112[[package]]
113name = "ciborium-ll"
114version = "0.2.1"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
117dependencies = [
118 "ciborium-io",
119 "half",
120]
121
122[[package]]
123name = "clap"
124version = "4.3.19"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
127dependencies = [
128 "clap_builder",
129]
130
131[[package]]
132name = "clap_builder"
133version = "4.3.19"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
136dependencies = [
137 "anstyle",
138 "clap_lex",
139]
140
141[[package]]
142name = "clap_lex"
143version = "0.5.0"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
146
147[[package]]
148name = "core-foundation"
149version = "0.9.3"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
152dependencies = [
153 "core-foundation-sys",
154 "libc",
155]
156
157[[package]]
158name = "core-foundation-sys"
159version = "0.8.4"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
162
163[[package]]
164name = "cpufeatures"
165version = "0.2.9"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
168dependencies = [
169 "libc",
170]
171
172[[package]]
173name = "criterion"
174version = "0.5.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
177dependencies = [
178 "anes",
179 "cast",
180 "ciborium",
181 "clap",
182 "criterion-plot",
183 "is-terminal",
184 "itertools",
185 "num-traits",
186 "once_cell",
187 "oorandom",
188 "plotters",
189 "rayon",
190 "regex",
191 "serde",
192 "serde_derive",
193 "serde_json",
194 "tinytemplate",
195 "walkdir",
196]
197
198[[package]]
199name = "criterion-plot"
200version = "0.5.0"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
203dependencies = [
204 "cast",
205 "itertools",
206]
207
208[[package]]
209name = "crossbeam-channel"
210version = "0.5.8"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
213dependencies = [
214 "cfg-if",
215 "crossbeam-utils",
216]
217
218[[package]]
219name = "crossbeam-deque"
220version = "0.8.3"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
223dependencies = [
224 "cfg-if",
225 "crossbeam-epoch",
226 "crossbeam-utils",
227]
228
229[[package]]
230name = "crossbeam-epoch"
231version = "0.9.15"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
234dependencies = [
235 "autocfg",
236 "cfg-if",
237 "crossbeam-utils",
238 "memoffset",
239 "scopeguard",
240]
241
242[[package]]
243name = "crossbeam-utils"
244version = "0.8.16"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
247dependencies = [
248 "cfg-if",
249]
250
251[[package]]
252name = "crypto-common"
253version = "0.1.6"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
256dependencies = [
257 "generic-array",
258 "typenum",
259]
260
261[[package]]
262name = "data-encoding"
263version = "2.4.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
266
267[[package]]
268name = "digest"
269version = "0.10.7"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
272dependencies = [
273 "block-buffer",
274 "crypto-common",
275]
276
277[[package]]
278name = "either"
279version = "1.9.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
282
283[[package]]
284name = "env_logger"
285version = "0.10.0"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
288dependencies = [
289 "humantime",
290 "is-terminal",
291 "log",
292 "regex",
293 "termcolor",
294]
295
296[[package]]
297name = "errno"
298version = "0.3.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
301dependencies = [
302 "errno-dragonfly",
303 "libc",
304 "windows-sys 0.48.0",
305]
306
307[[package]]
308name = "errno-dragonfly"
309version = "0.1.2"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
312dependencies = [
313 "cc",
314 "libc",
315]
316
317[[package]]
318name = "fastrand"
319version = "2.0.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
322
323[[package]]
324name = "fnv"
325version = "1.0.7"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
328
329[[package]]
330name = "foreign-types"
331version = "0.3.2"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
334dependencies = [
335 "foreign-types-shared",
336]
337
338[[package]]
339name = "foreign-types-shared"
340version = "0.1.1"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
343
344[[package]]
345name = "form_urlencoded"
346version = "1.2.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
349dependencies = [
350 "percent-encoding",
351]
352
353[[package]]
354name = "generic-array"
355version = "0.14.7"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
358dependencies = [
359 "typenum",
360 "version_check",
361]
362
363[[package]]
364name = "getrandom"
365version = "0.2.10"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
368dependencies = [
369 "cfg-if",
370 "libc",
371 "wasi",
372]
373
374[[package]]
375name = "half"
376version = "1.8.2"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
379
380[[package]]
381name = "hermit-abi"
382version = "0.3.2"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
385
386[[package]]
387name = "http"
388version = "1.1.0"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
391dependencies = [
392 "bytes",
393 "fnv",
394 "itoa",
395]
396
397[[package]]
398name = "httparse"
399version = "1.8.0"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
402
403[[package]]
404name = "humantime"
405version = "2.1.0"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
408
409[[package]]
410name = "idna"
411version = "0.4.0"
412source = "registry+https://github.com/rust-lang/crates.io-index"
413checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
414dependencies = [
415 "unicode-bidi",
416 "unicode-normalization",
417]
418
419[[package]]
420name = "input_buffer"
421version = "0.5.0"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "acee673b88a760f5d1f7b2677a90ab797878282ca36ebd0ed8d560361bee9810"
424dependencies = [
425 "bytes",
426]
427
428[[package]]
429name = "is-terminal"
430version = "0.4.9"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
433dependencies = [
434 "hermit-abi",
435 "rustix",
436 "windows-sys 0.48.0",
437]
438
439[[package]]
440name = "itertools"
441version = "0.10.5"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
444dependencies = [
445 "either",
446]
447
448[[package]]
449name = "itoa"
450version = "1.0.9"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
453
454[[package]]
455name = "js-sys"
456version = "0.3.64"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
459dependencies = [
460 "wasm-bindgen",
461]
462
463[[package]]
464name = "lazy_static"
465version = "1.4.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
468
469[[package]]
470name = "libc"
471version = "0.2.155"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
474
475[[package]]
476name = "linux-raw-sys"
477version = "0.4.3"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
480
481[[package]]
482name = "log"
483version = "0.4.19"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
486
487[[package]]
488name = "memchr"
489version = "2.5.0"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
492
493[[package]]
494name = "memoffset"
495version = "0.9.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
498dependencies = [
499 "autocfg",
500]
501
502[[package]]
503name = "native-tls"
504version = "0.2.11"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
507dependencies = [
508 "lazy_static",
509 "libc",
510 "log",
511 "openssl",
512 "openssl-probe",
513 "openssl-sys",
514 "schannel",
515 "security-framework",
516 "security-framework-sys",
517 "tempfile",
518]
519
520[[package]]
521name = "num-traits"
522version = "0.2.16"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
525dependencies = [
526 "autocfg",
527]
528
529[[package]]
530name = "num_cpus"
531version = "1.16.0"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
534dependencies = [
535 "hermit-abi",
536 "libc",
537]
538
539[[package]]
540name = "once_cell"
541version = "1.18.0"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
544
545[[package]]
546name = "oorandom"
547version = "11.1.3"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
550
551[[package]]
552name = "openssl"
553version = "0.10.55"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d"
556dependencies = [
557 "bitflags 1.3.2",
558 "cfg-if",
559 "foreign-types",
560 "libc",
561 "once_cell",
562 "openssl-macros",
563 "openssl-sys",
564]
565
566[[package]]
567name = "openssl-macros"
568version = "0.1.1"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
571dependencies = [
572 "proc-macro2",
573 "quote",
574 "syn",
575]
576
577[[package]]
578name = "openssl-probe"
579version = "0.1.5"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
582
583[[package]]
584name = "openssl-src"
585version = "111.26.0+1.1.1u"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37"
588dependencies = [
589 "cc",
590]
591
592[[package]]
593name = "openssl-sys"
594version = "0.9.90"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6"
597dependencies = [
598 "cc",
599 "libc",
600 "openssl-src",
601 "pkg-config",
602 "vcpkg",
603]
604
605[[package]]
606name = "percent-encoding"
607version = "2.3.0"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
610
611[[package]]
612name = "pkg-config"
613version = "0.3.27"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
616
617[[package]]
618name = "plotters"
619version = "0.3.5"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
622dependencies = [
623 "num-traits",
624 "plotters-backend",
625 "plotters-svg",
626 "wasm-bindgen",
627 "web-sys",
628]
629
630[[package]]
631name = "plotters-backend"
632version = "0.3.5"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
635
636[[package]]
637name = "plotters-svg"
638version = "0.3.5"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
641dependencies = [
642 "plotters-backend",
643]
644
645[[package]]
646name = "ppv-lite86"
647version = "0.2.17"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
650
651[[package]]
652name = "proc-macro2"
653version = "1.0.66"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
656dependencies = [
657 "unicode-ident",
658]
659
660[[package]]
661name = "quote"
662version = "1.0.31"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0"
665dependencies = [
666 "proc-macro2",
667]
668
669[[package]]
670name = "rand"
671version = "0.8.5"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
674dependencies = [
675 "libc",
676 "rand_chacha",
677 "rand_core",
678]
679
680[[package]]
681name = "rand_chacha"
682version = "0.3.1"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
685dependencies = [
686 "ppv-lite86",
687 "rand_core",
688]
689
690[[package]]
691name = "rand_core"
692version = "0.6.4"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
695dependencies = [
696 "getrandom",
697]
698
699[[package]]
700name = "rayon"
701version = "1.7.0"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
704dependencies = [
705 "either",
706 "rayon-core",
707]
708
709[[package]]
710name = "rayon-core"
711version = "1.11.0"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
714dependencies = [
715 "crossbeam-channel",
716 "crossbeam-deque",
717 "crossbeam-utils",
718 "num_cpus",
719]
720
721[[package]]
722name = "redox_syscall"
723version = "0.3.5"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
726dependencies = [
727 "bitflags 1.3.2",
728]
729
730[[package]]
731name = "regex"
732version = "1.9.1"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
735dependencies = [
736 "aho-corasick",
737 "memchr",
738 "regex-automata",
739 "regex-syntax",
740]
741
742[[package]]
743name = "regex-automata"
744version = "0.3.3"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
747dependencies = [
748 "aho-corasick",
749 "memchr",
750 "regex-syntax",
751]
752
753[[package]]
754name = "regex-syntax"
755version = "0.7.4"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
758
759[[package]]
760name = "ring"
761version = "0.17.8"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
764dependencies = [
765 "cc",
766 "cfg-if",
767 "getrandom",
768 "libc",
769 "spin",
770 "untrusted",
771 "windows-sys 0.52.0",
772]
773
774[[package]]
775name = "rustix"
776version = "0.38.4"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
779dependencies = [
780 "bitflags 2.3.3",
781 "errno",
782 "libc",
783 "linux-raw-sys",
784 "windows-sys 0.48.0",
785]
786
787[[package]]
788name = "rustls"
789version = "0.23.8"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740"
792dependencies = [
793 "once_cell",
794 "rustls-pki-types",
795 "rustls-webpki",
796 "subtle",
797 "zeroize",
798]
799
800[[package]]
801name = "rustls-native-certs"
802version = "0.7.0"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
805dependencies = [
806 "openssl-probe",
807 "rustls-pemfile",
808 "rustls-pki-types",
809 "schannel",
810 "security-framework",
811]
812
813[[package]]
814name = "rustls-pemfile"
815version = "2.1.2"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
818dependencies = [
819 "base64",
820 "rustls-pki-types",
821]
822
823[[package]]
824name = "rustls-pki-types"
825version = "1.7.0"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
828
829[[package]]
830name = "rustls-webpki"
831version = "0.102.4"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
834dependencies = [
835 "ring",
836 "rustls-pki-types",
837 "untrusted",
838]
839
840[[package]]
841name = "ryu"
842version = "1.0.15"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
845
846[[package]]
847name = "same-file"
848version = "1.0.6"
849source = "registry+https://github.com/rust-lang/crates.io-index"
850checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
851dependencies = [
852 "winapi-util",
853]
854
855[[package]]
856name = "schannel"
857version = "0.1.22"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
860dependencies = [
861 "windows-sys 0.48.0",
862]
863
864[[package]]
865name = "scopeguard"
866version = "1.2.0"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
869
870[[package]]
871name = "security-framework"
872version = "2.9.2"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
875dependencies = [
876 "bitflags 1.3.2",
877 "core-foundation",
878 "core-foundation-sys",
879 "libc",
880 "security-framework-sys",
881]
882
883[[package]]
884name = "security-framework-sys"
885version = "2.9.1"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
888dependencies = [
889 "core-foundation-sys",
890 "libc",
891]
892
893[[package]]
894name = "serde"
895version = "1.0.174"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "3b88756493a5bd5e5395d53baa70b194b05764ab85b59e43e4b8f4e1192fa9b1"
898dependencies = [
899 "serde_derive",
900]
901
902[[package]]
903name = "serde_derive"
904version = "1.0.174"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "6e5c3a298c7f978e53536f95a63bdc4c4a64550582f31a0359a9afda6aede62e"
907dependencies = [
908 "proc-macro2",
909 "quote",
910 "syn",
911]
912
913[[package]]
914name = "serde_json"
915version = "1.0.103"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b"
918dependencies = [
919 "itoa",
920 "ryu",
921 "serde",
922]
923
924[[package]]
925name = "sha1"
926version = "0.10.5"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
929dependencies = [
930 "cfg-if",
931 "cpufeatures",
932 "digest",
933]
934
935[[package]]
936name = "socket2"
937version = "0.5.7"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
940dependencies = [
941 "libc",
942 "windows-sys 0.52.0",
943]
944
945[[package]]
946name = "spin"
947version = "0.9.8"
948source = "registry+https://github.com/rust-lang/crates.io-index"
949checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
950
951[[package]]
952name = "subtle"
953version = "2.5.0"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
956
957[[package]]
958name = "syn"
959version = "2.0.27"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
962dependencies = [
963 "proc-macro2",
964 "quote",
965 "unicode-ident",
966]
967
968[[package]]
969name = "tempfile"
970version = "3.7.0"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
973dependencies = [
974 "cfg-if",
975 "fastrand",
976 "redox_syscall",
977 "rustix",
978 "windows-sys 0.48.0",
979]
980
981[[package]]
982name = "termcolor"
983version = "1.2.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
986dependencies = [
987 "winapi-util",
988]
989
990[[package]]
991name = "thiserror"
992version = "1.0.44"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
995dependencies = [
996 "thiserror-impl",
997]
998
999[[package]]
1000name = "thiserror-impl"
1001version = "1.0.44"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
1004dependencies = [
1005 "proc-macro2",
1006 "quote",
1007 "syn",
1008]
1009
1010[[package]]
1011name = "tinytemplate"
1012version = "1.2.1"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1015dependencies = [
1016 "serde",
1017 "serde_json",
1018]
1019
1020[[package]]
1021name = "tinyvec"
1022version = "1.6.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1025dependencies = [
1026 "tinyvec_macros",
1027]
1028
1029[[package]]
1030name = "tinyvec_macros"
1031version = "0.1.1"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1034
1035[[package]]
1036name = "tungstenite"
1037version = "0.24.0"
1038dependencies = [
1039 "byteorder",
1040 "bytes",
1041 "criterion",
1042 "data-encoding",
1043 "env_logger",
1044 "http",
1045 "httparse",
1046 "input_buffer",
1047 "log",
1048 "native-tls",
1049 "rand",
1050 "rustls",
1051 "rustls-native-certs",
1052 "rustls-pki-types",
1053 "sha1",
1054 "socket2",
1055 "thiserror",
1056 "url",
1057 "utf-8",
1058 "webpki-roots",
1059]
1060
1061[[package]]
1062name = "typenum"
1063version = "1.16.0"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1066
1067[[package]]
1068name = "unicode-bidi"
1069version = "0.3.13"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1072
1073[[package]]
1074name = "unicode-ident"
1075version = "1.0.11"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
1078
1079[[package]]
1080name = "unicode-normalization"
1081version = "0.1.22"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1084dependencies = [
1085 "tinyvec",
1086]
1087
1088[[package]]
1089name = "untrusted"
1090version = "0.9.0"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1093
1094[[package]]
1095name = "url"
1096version = "2.4.0"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
1099dependencies = [
1100 "form_urlencoded",
1101 "idna",
1102 "percent-encoding",
1103]
1104
1105[[package]]
1106name = "utf-8"
1107version = "0.7.6"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1110
1111[[package]]
1112name = "vcpkg"
1113version = "0.2.15"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1116
1117[[package]]
1118name = "version_check"
1119version = "0.9.4"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1122
1123[[package]]
1124name = "walkdir"
1125version = "2.3.3"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
1128dependencies = [
1129 "same-file",
1130 "winapi-util",
1131]
1132
1133[[package]]
1134name = "wasi"
1135version = "0.11.0+wasi-snapshot-preview1"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1138
1139[[package]]
1140name = "wasm-bindgen"
1141version = "0.2.87"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
1144dependencies = [
1145 "cfg-if",
1146 "wasm-bindgen-macro",
1147]
1148
1149[[package]]
1150name = "wasm-bindgen-backend"
1151version = "0.2.87"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
1154dependencies = [
1155 "bumpalo",
1156 "log",
1157 "once_cell",
1158 "proc-macro2",
1159 "quote",
1160 "syn",
1161 "wasm-bindgen-shared",
1162]
1163
1164[[package]]
1165name = "wasm-bindgen-macro"
1166version = "0.2.87"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
1169dependencies = [
1170 "quote",
1171 "wasm-bindgen-macro-support",
1172]
1173
1174[[package]]
1175name = "wasm-bindgen-macro-support"
1176version = "0.2.87"
1177source = "registry+https://github.com/rust-lang/crates.io-index"
1178checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
1179dependencies = [
1180 "proc-macro2",
1181 "quote",
1182 "syn",
1183 "wasm-bindgen-backend",
1184 "wasm-bindgen-shared",
1185]
1186
1187[[package]]
1188name = "wasm-bindgen-shared"
1189version = "0.2.87"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
1192
1193[[package]]
1194name = "web-sys"
1195version = "0.3.64"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
1198dependencies = [
1199 "js-sys",
1200 "wasm-bindgen",
1201]
1202
1203[[package]]
1204name = "webpki-roots"
1205version = "0.26.1"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
1208dependencies = [
1209 "rustls-pki-types",
1210]
1211
1212[[package]]
1213name = "winapi"
1214version = "0.3.9"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1217dependencies = [
1218 "winapi-i686-pc-windows-gnu",
1219 "winapi-x86_64-pc-windows-gnu",
1220]
1221
1222[[package]]
1223name = "winapi-i686-pc-windows-gnu"
1224version = "0.4.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1227
1228[[package]]
1229name = "winapi-util"
1230version = "0.1.5"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1233dependencies = [
1234 "winapi",
1235]
1236
1237[[package]]
1238name = "winapi-x86_64-pc-windows-gnu"
1239version = "0.4.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1242
1243[[package]]
1244name = "windows-sys"
1245version = "0.48.0"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1248dependencies = [
1249 "windows-targets 0.48.1",
1250]
1251
1252[[package]]
1253name = "windows-sys"
1254version = "0.52.0"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1257dependencies = [
1258 "windows-targets 0.52.5",
1259]
1260
1261[[package]]
1262name = "windows-targets"
1263version = "0.48.1"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1266dependencies = [
1267 "windows_aarch64_gnullvm 0.48.0",
1268 "windows_aarch64_msvc 0.48.0",
1269 "windows_i686_gnu 0.48.0",
1270 "windows_i686_msvc 0.48.0",
1271 "windows_x86_64_gnu 0.48.0",
1272 "windows_x86_64_gnullvm 0.48.0",
1273 "windows_x86_64_msvc 0.48.0",
1274]
1275
1276[[package]]
1277name = "windows-targets"
1278version = "0.52.5"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
1281dependencies = [
1282 "windows_aarch64_gnullvm 0.52.5",
1283 "windows_aarch64_msvc 0.52.5",
1284 "windows_i686_gnu 0.52.5",
1285 "windows_i686_gnullvm",
1286 "windows_i686_msvc 0.52.5",
1287 "windows_x86_64_gnu 0.52.5",
1288 "windows_x86_64_gnullvm 0.52.5",
1289 "windows_x86_64_msvc 0.52.5",
1290]
1291
1292[[package]]
1293name = "windows_aarch64_gnullvm"
1294version = "0.48.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1297
1298[[package]]
1299name = "windows_aarch64_gnullvm"
1300version = "0.52.5"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
1303
1304[[package]]
1305name = "windows_aarch64_msvc"
1306version = "0.48.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1309
1310[[package]]
1311name = "windows_aarch64_msvc"
1312version = "0.52.5"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
1315
1316[[package]]
1317name = "windows_i686_gnu"
1318version = "0.48.0"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1321
1322[[package]]
1323name = "windows_i686_gnu"
1324version = "0.52.5"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
1327
1328[[package]]
1329name = "windows_i686_gnullvm"
1330version = "0.52.5"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
1333
1334[[package]]
1335name = "windows_i686_msvc"
1336version = "0.48.0"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1339
1340[[package]]
1341name = "windows_i686_msvc"
1342version = "0.52.5"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
1345
1346[[package]]
1347name = "windows_x86_64_gnu"
1348version = "0.48.0"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1351
1352[[package]]
1353name = "windows_x86_64_gnu"
1354version = "0.52.5"
1355source = "registry+https://github.com/rust-lang/crates.io-index"
1356checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
1357
1358[[package]]
1359name = "windows_x86_64_gnullvm"
1360version = "0.48.0"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1363
1364[[package]]
1365name = "windows_x86_64_gnullvm"
1366version = "0.52.5"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
1369
1370[[package]]
1371name = "windows_x86_64_msvc"
1372version = "0.48.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
1375
1376[[package]]
1377name = "windows_x86_64_msvc"
1378version = "0.52.5"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
1381
1382[[package]]
1383name = "zeroize"
1384version = "1.8.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
1387