1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "android_system_properties"
13version = "0.1.5"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
16dependencies = [
17 "libc",
18]
19
20[[package]]
21name = "attohttpc"
22version = "0.25.0"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "7e57d6e7a84f33ff3316e97af3180fe7f86597a6a60161c0be70c0e45f382620"
25dependencies = [
26 "flate2",
27 "http",
28 "log",
29 "rustls",
30 "url",
31 "webpki",
32 "webpki-roots",
33]
34
35[[package]]
36name = "autocfg"
37version = "1.1.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
40
41[[package]]
42name = "bitflags"
43version = "1.3.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
46
47[[package]]
48name = "built"
49version = "0.5.2"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "5b9c056b9ed43aee5e064b683aa1ec783e19c6acec7559e3ae931b7490472fbe"
52dependencies = [
53 "cargo-lock",
54 "chrono",
55]
56
57[[package]]
58name = "bumpalo"
59version = "3.12.2"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
62
63[[package]]
64name = "byteorder"
65version = "1.4.3"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
68
69[[package]]
70name = "bytes"
71version = "1.4.0"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
74
75[[package]]
76name = "cargo-lock"
77version = "8.0.3"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "031718ddb8f78aa5def78a09e90defe30151d1f6c672f937af4dd916429ed996"
80dependencies = [
81 "semver",
82 "serde",
83 "toml",
84 "url",
85]
86
87[[package]]
88name = "cc"
89version = "1.0.79"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
92
93[[package]]
94name = "cfg-if"
95version = "1.0.0"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
98
99[[package]]
100name = "chrono"
101version = "0.4.24"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
104dependencies = [
105 "iana-time-zone",
106 "num-integer",
107 "num-traits",
108 "winapi",
109]
110
111[[package]]
112name = "convert_case"
113version = "0.4.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
116
117[[package]]
118name = "core-foundation-sys"
119version = "0.8.4"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
122
123[[package]]
124name = "crc32fast"
125version = "1.3.2"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
128dependencies = [
129 "cfg-if",
130]
131
132[[package]]
133name = "crossbeam-channel"
134version = "0.5.8"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
137dependencies = [
138 "cfg-if",
139 "crossbeam-utils",
140]
141
142[[package]]
143name = "crossbeam-deque"
144version = "0.8.3"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
147dependencies = [
148 "cfg-if",
149 "crossbeam-epoch",
150 "crossbeam-utils",
151]
152
153[[package]]
154name = "crossbeam-epoch"
155version = "0.9.14"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
158dependencies = [
159 "autocfg",
160 "cfg-if",
161 "crossbeam-utils",
162 "memoffset",
163 "scopeguard",
164]
165
166[[package]]
167name = "crossbeam-utils"
168version = "0.8.15"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
171dependencies = [
172 "cfg-if",
173]
174
175[[package]]
176name = "css-inline"
177version = "0.8.5"
178dependencies = [
179 "attohttpc",
180 "cssparser 0.29.6",
181 "indexmap",
182 "kuchiki",
183 "memchr",
184 "smallvec",
185 "url",
186]
187
188[[package]]
189name = "css-inline-python"
190version = "0.8.7"
191dependencies = [
192 "built",
193 "css-inline",
194 "pyo3",
195 "pyo3-built",
196 "rayon",
197 "url",
198]
199
200[[package]]
201name = "cssparser"
202version = "0.27.2"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
205dependencies = [
206 "cssparser-macros",
207 "dtoa-short",
208 "itoa 0.4.8",
209 "matches",
210 "phf 0.8.0",
211 "proc-macro2",
212 "quote",
213 "smallvec",
214 "syn 1.0.109",
215]
216
217[[package]]
218name = "cssparser"
219version = "0.29.6"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
222dependencies = [
223 "cssparser-macros",
224 "dtoa-short",
225 "itoa 1.0.6",
226 "matches",
227 "phf 0.10.1",
228 "proc-macro2",
229 "quote",
230 "smallvec",
231 "syn 1.0.109",
232]
233
234[[package]]
235name = "cssparser-macros"
236version = "0.6.0"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
239dependencies = [
240 "quote",
241 "syn 1.0.109",
242]
243
244[[package]]
245name = "derive_more"
246version = "0.99.17"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
249dependencies = [
250 "convert_case",
251 "proc-macro2",
252 "quote",
253 "rustc_version",
254 "syn 1.0.109",
255]
256
257[[package]]
258name = "dtoa"
259version = "0.4.8"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
262
263[[package]]
264name = "dtoa-short"
265version = "0.3.3"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
268dependencies = [
269 "dtoa",
270]
271
272[[package]]
273name = "either"
274version = "1.8.1"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
277
278[[package]]
279name = "flate2"
280version = "1.0.26"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
283dependencies = [
284 "crc32fast",
285 "miniz_oxide",
286]
287
288[[package]]
289name = "fnv"
290version = "1.0.7"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
293
294[[package]]
295name = "form_urlencoded"
296version = "1.1.0"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
299dependencies = [
300 "percent-encoding",
301]
302
303[[package]]
304name = "futf"
305version = "0.1.5"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
308dependencies = [
309 "mac",
310 "new_debug_unreachable",
311]
312
313[[package]]
314name = "fxhash"
315version = "0.2.1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
318dependencies = [
319 "byteorder",
320]
321
322[[package]]
323name = "getrandom"
324version = "0.1.16"
325source = "registry+https://github.com/rust-lang/crates.io-index"
326checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
327dependencies = [
328 "cfg-if",
329 "libc",
330 "wasi 0.9.0+wasi-snapshot-preview1",
331]
332
333[[package]]
334name = "getrandom"
335version = "0.2.9"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
338dependencies = [
339 "cfg-if",
340 "libc",
341 "wasi 0.11.0+wasi-snapshot-preview1",
342]
343
344[[package]]
345name = "hashbrown"
346version = "0.12.3"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
349
350[[package]]
351name = "hermit-abi"
352version = "0.2.6"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
355dependencies = [
356 "libc",
357]
358
359[[package]]
360name = "html5ever"
361version = "0.25.2"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
364dependencies = [
365 "log",
366 "mac",
367 "markup5ever",
368 "proc-macro2",
369 "quote",
370 "syn 1.0.109",
371]
372
373[[package]]
374name = "http"
375version = "0.2.9"
376source = "registry+https://github.com/rust-lang/crates.io-index"
377checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
378dependencies = [
379 "bytes",
380 "fnv",
381 "itoa 1.0.6",
382]
383
384[[package]]
385name = "iana-time-zone"
386version = "0.1.56"
387source = "registry+https://github.com/rust-lang/crates.io-index"
388checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
389dependencies = [
390 "android_system_properties",
391 "core-foundation-sys",
392 "iana-time-zone-haiku",
393 "js-sys",
394 "wasm-bindgen",
395 "windows",
396]
397
398[[package]]
399name = "iana-time-zone-haiku"
400version = "0.1.2"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
403dependencies = [
404 "cc",
405]
406
407[[package]]
408name = "idna"
409version = "0.3.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
412dependencies = [
413 "unicode-bidi",
414 "unicode-normalization",
415]
416
417[[package]]
418name = "indexmap"
419version = "1.9.3"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
422dependencies = [
423 "autocfg",
424 "hashbrown",
425]
426
427[[package]]
428name = "indoc"
429version = "1.0.9"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
432
433[[package]]
434name = "itoa"
435version = "0.4.8"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
438
439[[package]]
440name = "itoa"
441version = "1.0.6"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
444
445[[package]]
446name = "js-sys"
447version = "0.3.62"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
450dependencies = [
451 "wasm-bindgen",
452]
453
454[[package]]
455name = "kuchiki"
456version = "0.8.1"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "1ea8e9c6e031377cff82ee3001dc8026cdf431ed4e2e6b51f98ab8c73484a358"
459dependencies = [
460 "cssparser 0.27.2",
461 "html5ever",
462 "matches",
463 "selectors",
464]
465
466[[package]]
467name = "libc"
468version = "0.2.144"
469source = "registry+https://github.com/rust-lang/crates.io-index"
470checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
471
472[[package]]
473name = "lock_api"
474version = "0.4.9"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
477dependencies = [
478 "autocfg",
479 "scopeguard",
480]
481
482[[package]]
483name = "log"
484version = "0.4.17"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
487dependencies = [
488 "cfg-if",
489]
490
491[[package]]
492name = "mac"
493version = "0.1.1"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
496
497[[package]]
498name = "markup5ever"
499version = "0.10.1"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
502dependencies = [
503 "log",
504 "phf 0.8.0",
505 "phf_codegen",
506 "string_cache",
507 "string_cache_codegen",
508 "tendril",
509]
510
511[[package]]
512name = "matches"
513version = "0.1.10"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
516
517[[package]]
518name = "memchr"
519version = "2.5.0"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
522
523[[package]]
524name = "memoffset"
525version = "0.8.0"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
528dependencies = [
529 "autocfg",
530]
531
532[[package]]
533name = "miniz_oxide"
534version = "0.7.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
537dependencies = [
538 "adler",
539]
540
541[[package]]
542name = "new_debug_unreachable"
543version = "1.0.4"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
546
547[[package]]
548name = "nodrop"
549version = "0.1.14"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
552
553[[package]]
554name = "num-integer"
555version = "0.1.45"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
558dependencies = [
559 "autocfg",
560 "num-traits",
561]
562
563[[package]]
564name = "num-traits"
565version = "0.2.15"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
568dependencies = [
569 "autocfg",
570]
571
572[[package]]
573name = "num_cpus"
574version = "1.15.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
577dependencies = [
578 "hermit-abi",
579 "libc",
580]
581
582[[package]]
583name = "once_cell"
584version = "1.17.1"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
587
588[[package]]
589name = "parking_lot"
590version = "0.12.1"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
593dependencies = [
594 "lock_api",
595 "parking_lot_core",
596]
597
598[[package]]
599name = "parking_lot_core"
600version = "0.9.7"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
603dependencies = [
604 "cfg-if",
605 "libc",
606 "redox_syscall",
607 "smallvec",
608 "windows-sys",
609]
610
611[[package]]
612name = "percent-encoding"
613version = "2.2.0"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
616
617[[package]]
618name = "phf"
619version = "0.8.0"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
622dependencies = [
623 "phf_macros 0.8.0",
624 "phf_shared 0.8.0",
625 "proc-macro-hack",
626]
627
628[[package]]
629name = "phf"
630version = "0.10.1"
631source = "registry+https://github.com/rust-lang/crates.io-index"
632checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
633dependencies = [
634 "phf_macros 0.10.0",
635 "phf_shared 0.10.0",
636 "proc-macro-hack",
637]
638
639[[package]]
640name = "phf_codegen"
641version = "0.8.0"
642source = "registry+https://github.com/rust-lang/crates.io-index"
643checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
644dependencies = [
645 "phf_generator 0.8.0",
646 "phf_shared 0.8.0",
647]
648
649[[package]]
650name = "phf_generator"
651version = "0.8.0"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
654dependencies = [
655 "phf_shared 0.8.0",
656 "rand 0.7.3",
657]
658
659[[package]]
660name = "phf_generator"
661version = "0.10.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
664dependencies = [
665 "phf_shared 0.10.0",
666 "rand 0.8.5",
667]
668
669[[package]]
670name = "phf_macros"
671version = "0.8.0"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
674dependencies = [
675 "phf_generator 0.8.0",
676 "phf_shared 0.8.0",
677 "proc-macro-hack",
678 "proc-macro2",
679 "quote",
680 "syn 1.0.109",
681]
682
683[[package]]
684name = "phf_macros"
685version = "0.10.0"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
688dependencies = [
689 "phf_generator 0.10.0",
690 "phf_shared 0.10.0",
691 "proc-macro-hack",
692 "proc-macro2",
693 "quote",
694 "syn 1.0.109",
695]
696
697[[package]]
698name = "phf_shared"
699version = "0.8.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
702dependencies = [
703 "siphasher",
704]
705
706[[package]]
707name = "phf_shared"
708version = "0.10.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
711dependencies = [
712 "siphasher",
713]
714
715[[package]]
716name = "ppv-lite86"
717version = "0.2.17"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
720
721[[package]]
722name = "precomputed-hash"
723version = "0.1.1"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
726
727[[package]]
728name = "proc-macro-hack"
729version = "0.5.20+deprecated"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
732
733[[package]]
734name = "proc-macro2"
735version = "1.0.57"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "c4ec6d5fe0b140acb27c9a0444118cf55bfbb4e0b259739429abb4521dd67c16"
738dependencies = [
739 "unicode-ident",
740]
741
742[[package]]
743name = "pyo3"
744version = "0.18.3"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109"
747dependencies = [
748 "cfg-if",
749 "indoc",
750 "libc",
751 "memoffset",
752 "parking_lot",
753 "pyo3-build-config",
754 "pyo3-ffi",
755 "pyo3-macros",
756 "unindent",
757]
758
759[[package]]
760name = "pyo3-build-config"
761version = "0.18.3"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3"
764dependencies = [
765 "once_cell",
766 "target-lexicon",
767]
768
769[[package]]
770name = "pyo3-built"
771version = "0.4.7"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "be6d574e0f8cab2cdd1eeeb640cbf845c974519fa9e9b62fa9c08ecece0ca5de"
774
775[[package]]
776name = "pyo3-ffi"
777version = "0.18.3"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c"
780dependencies = [
781 "libc",
782 "pyo3-build-config",
783]
784
785[[package]]
786name = "pyo3-macros"
787version = "0.18.3"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d"
790dependencies = [
791 "proc-macro2",
792 "pyo3-macros-backend",
793 "quote",
794 "syn 1.0.109",
795]
796
797[[package]]
798name = "pyo3-macros-backend"
799version = "0.18.3"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918"
802dependencies = [
803 "proc-macro2",
804 "quote",
805 "syn 1.0.109",
806]
807
808[[package]]
809name = "quote"
810version = "1.0.27"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
813dependencies = [
814 "proc-macro2",
815]
816
817[[package]]
818name = "rand"
819version = "0.7.3"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
822dependencies = [
823 "getrandom 0.1.16",
824 "libc",
825 "rand_chacha 0.2.2",
826 "rand_core 0.5.1",
827 "rand_hc",
828 "rand_pcg",
829]
830
831[[package]]
832name = "rand"
833version = "0.8.5"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
836dependencies = [
837 "libc",
838 "rand_chacha 0.3.1",
839 "rand_core 0.6.4",
840]
841
842[[package]]
843name = "rand_chacha"
844version = "0.2.2"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
847dependencies = [
848 "ppv-lite86",
849 "rand_core 0.5.1",
850]
851
852[[package]]
853name = "rand_chacha"
854version = "0.3.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
857dependencies = [
858 "ppv-lite86",
859 "rand_core 0.6.4",
860]
861
862[[package]]
863name = "rand_core"
864version = "0.5.1"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
867dependencies = [
868 "getrandom 0.1.16",
869]
870
871[[package]]
872name = "rand_core"
873version = "0.6.4"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
876dependencies = [
877 "getrandom 0.2.9",
878]
879
880[[package]]
881name = "rand_hc"
882version = "0.2.0"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
885dependencies = [
886 "rand_core 0.5.1",
887]
888
889[[package]]
890name = "rand_pcg"
891version = "0.2.1"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
894dependencies = [
895 "rand_core 0.5.1",
896]
897
898[[package]]
899name = "rayon"
900version = "1.7.0"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
903dependencies = [
904 "either",
905 "rayon-core",
906]
907
908[[package]]
909name = "rayon-core"
910version = "1.11.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
913dependencies = [
914 "crossbeam-channel",
915 "crossbeam-deque",
916 "crossbeam-utils",
917 "num_cpus",
918]
919
920[[package]]
921name = "redox_syscall"
922version = "0.2.16"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
925dependencies = [
926 "bitflags",
927]
928
929[[package]]
930name = "ring"
931version = "0.16.20"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
934dependencies = [
935 "cc",
936 "libc",
937 "once_cell",
938 "spin",
939 "untrusted",
940 "web-sys",
941 "winapi",
942]
943
944[[package]]
945name = "rustc_version"
946version = "0.4.0"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
949dependencies = [
950 "semver",
951]
952
953[[package]]
954name = "rustls"
955version = "0.21.1"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e"
958dependencies = [
959 "log",
960 "ring",
961 "rustls-webpki",
962 "sct",
963]
964
965[[package]]
966name = "rustls-webpki"
967version = "0.100.1"
968source = "registry+https://github.com/rust-lang/crates.io-index"
969checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
970dependencies = [
971 "ring",
972 "untrusted",
973]
974
975[[package]]
976name = "scopeguard"
977version = "1.1.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
980
981[[package]]
982name = "sct"
983version = "0.7.0"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
986dependencies = [
987 "ring",
988 "untrusted",
989]
990
991[[package]]
992name = "selectors"
993version = "0.22.0"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
996dependencies = [
997 "bitflags",
998 "cssparser 0.27.2",
999 "derive_more",
1000 "fxhash",
1001 "log",
1002 "matches",
1003 "phf 0.8.0",
1004 "phf_codegen",
1005 "precomputed-hash",
1006 "servo_arc",
1007 "smallvec",
1008 "thin-slice",
1009]
1010
1011[[package]]
1012name = "semver"
1013version = "1.0.17"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1016dependencies = [
1017 "serde",
1018]
1019
1020[[package]]
1021name = "serde"
1022version = "1.0.163"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1025dependencies = [
1026 "serde_derive",
1027]
1028
1029[[package]]
1030name = "serde_derive"
1031version = "1.0.163"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1034dependencies = [
1035 "proc-macro2",
1036 "quote",
1037 "syn 2.0.16",
1038]
1039
1040[[package]]
1041name = "servo_arc"
1042version = "0.1.1"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
1045dependencies = [
1046 "nodrop",
1047 "stable_deref_trait",
1048]
1049
1050[[package]]
1051name = "siphasher"
1052version = "0.3.10"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
1055
1056[[package]]
1057name = "smallvec"
1058version = "1.10.0"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1061
1062[[package]]
1063name = "spin"
1064version = "0.5.2"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1067
1068[[package]]
1069name = "stable_deref_trait"
1070version = "1.2.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1073
1074[[package]]
1075name = "string_cache"
1076version = "0.8.7"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
1079dependencies = [
1080 "new_debug_unreachable",
1081 "once_cell",
1082 "parking_lot",
1083 "phf_shared 0.10.0",
1084 "precomputed-hash",
1085 "serde",
1086]
1087
1088[[package]]
1089name = "string_cache_codegen"
1090version = "0.5.2"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
1093dependencies = [
1094 "phf_generator 0.10.0",
1095 "phf_shared 0.10.0",
1096 "proc-macro2",
1097 "quote",
1098]
1099
1100[[package]]
1101name = "syn"
1102version = "1.0.109"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1105dependencies = [
1106 "proc-macro2",
1107 "quote",
1108 "unicode-ident",
1109]
1110
1111[[package]]
1112name = "syn"
1113version = "2.0.16"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
1116dependencies = [
1117 "proc-macro2",
1118 "quote",
1119 "unicode-ident",
1120]
1121
1122[[package]]
1123name = "target-lexicon"
1124version = "0.12.7"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
1127
1128[[package]]
1129name = "tendril"
1130version = "0.4.3"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
1133dependencies = [
1134 "futf",
1135 "mac",
1136 "utf-8",
1137]
1138
1139[[package]]
1140name = "thin-slice"
1141version = "0.1.1"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
1144
1145[[package]]
1146name = "tinyvec"
1147version = "1.6.0"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1150dependencies = [
1151 "tinyvec_macros",
1152]
1153
1154[[package]]
1155name = "tinyvec_macros"
1156version = "0.1.1"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1159
1160[[package]]
1161name = "toml"
1162version = "0.5.11"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
1165dependencies = [
1166 "serde",
1167]
1168
1169[[package]]
1170name = "unicode-bidi"
1171version = "0.3.13"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1174
1175[[package]]
1176name = "unicode-ident"
1177version = "1.0.8"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1180
1181[[package]]
1182name = "unicode-normalization"
1183version = "0.1.22"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1186dependencies = [
1187 "tinyvec",
1188]
1189
1190[[package]]
1191name = "unindent"
1192version = "0.1.11"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
1195
1196[[package]]
1197name = "untrusted"
1198version = "0.7.1"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1201
1202[[package]]
1203name = "url"
1204version = "2.3.1"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1207dependencies = [
1208 "form_urlencoded",
1209 "idna",
1210 "percent-encoding",
1211]
1212
1213[[package]]
1214name = "utf-8"
1215version = "0.7.6"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
1218
1219[[package]]
1220name = "wasi"
1221version = "0.9.0+wasi-snapshot-preview1"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1224
1225[[package]]
1226name = "wasi"
1227version = "0.11.0+wasi-snapshot-preview1"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1230
1231[[package]]
1232name = "wasm-bindgen"
1233version = "0.2.85"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
1236dependencies = [
1237 "cfg-if",
1238 "wasm-bindgen-macro",
1239]
1240
1241[[package]]
1242name = "wasm-bindgen-backend"
1243version = "0.2.85"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
1246dependencies = [
1247 "bumpalo",
1248 "log",
1249 "once_cell",
1250 "proc-macro2",
1251 "quote",
1252 "syn 2.0.16",
1253 "wasm-bindgen-shared",
1254]
1255
1256[[package]]
1257name = "wasm-bindgen-macro"
1258version = "0.2.85"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
1261dependencies = [
1262 "quote",
1263 "wasm-bindgen-macro-support",
1264]
1265
1266[[package]]
1267name = "wasm-bindgen-macro-support"
1268version = "0.2.85"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
1271dependencies = [
1272 "proc-macro2",
1273 "quote",
1274 "syn 2.0.16",
1275 "wasm-bindgen-backend",
1276 "wasm-bindgen-shared",
1277]
1278
1279[[package]]
1280name = "wasm-bindgen-shared"
1281version = "0.2.85"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
1284
1285[[package]]
1286name = "web-sys"
1287version = "0.3.62"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
1290dependencies = [
1291 "js-sys",
1292 "wasm-bindgen",
1293]
1294
1295[[package]]
1296name = "webpki"
1297version = "0.22.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
1300dependencies = [
1301 "ring",
1302 "untrusted",
1303]
1304
1305[[package]]
1306name = "webpki-roots"
1307version = "0.23.0"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "aa54963694b65584e170cf5dc46aeb4dcaa5584e652ff5f3952e56d66aff0125"
1310dependencies = [
1311 "rustls-webpki",
1312]
1313
1314[[package]]
1315name = "winapi"
1316version = "0.3.9"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1319dependencies = [
1320 "winapi-i686-pc-windows-gnu",
1321 "winapi-x86_64-pc-windows-gnu",
1322]
1323
1324[[package]]
1325name = "winapi-i686-pc-windows-gnu"
1326version = "0.4.0"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1329
1330[[package]]
1331name = "winapi-x86_64-pc-windows-gnu"
1332version = "0.4.0"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1335
1336[[package]]
1337name = "windows"
1338version = "0.48.0"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
1341dependencies = [
1342 "windows-targets 0.48.0",
1343]
1344
1345[[package]]
1346name = "windows-sys"
1347version = "0.45.0"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1350dependencies = [
1351 "windows-targets 0.42.2",
1352]
1353
1354[[package]]
1355name = "windows-targets"
1356version = "0.42.2"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1359dependencies = [
1360 "windows_aarch64_gnullvm 0.42.2",
1361 "windows_aarch64_msvc 0.42.2",
1362 "windows_i686_gnu 0.42.2",
1363 "windows_i686_msvc 0.42.2",
1364 "windows_x86_64_gnu 0.42.2",
1365 "windows_x86_64_gnullvm 0.42.2",
1366 "windows_x86_64_msvc 0.42.2",
1367]
1368
1369[[package]]
1370name = "windows-targets"
1371version = "0.48.0"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
1374dependencies = [
1375 "windows_aarch64_gnullvm 0.48.0",
1376 "windows_aarch64_msvc 0.48.0",
1377 "windows_i686_gnu 0.48.0",
1378 "windows_i686_msvc 0.48.0",
1379 "windows_x86_64_gnu 0.48.0",
1380 "windows_x86_64_gnullvm 0.48.0",
1381 "windows_x86_64_msvc 0.48.0",
1382]
1383
1384[[package]]
1385name = "windows_aarch64_gnullvm"
1386version = "0.42.2"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1389
1390[[package]]
1391name = "windows_aarch64_gnullvm"
1392version = "0.48.0"
1393source = "registry+https://github.com/rust-lang/crates.io-index"
1394checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1395
1396[[package]]
1397name = "windows_aarch64_msvc"
1398version = "0.42.2"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1401
1402[[package]]
1403name = "windows_aarch64_msvc"
1404version = "0.48.0"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1407
1408[[package]]
1409name = "windows_i686_gnu"
1410version = "0.42.2"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1413
1414[[package]]
1415name = "windows_i686_gnu"
1416version = "0.48.0"
1417source = "registry+https://github.com/rust-lang/crates.io-index"
1418checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1419
1420[[package]]
1421name = "windows_i686_msvc"
1422version = "0.42.2"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1425
1426[[package]]
1427name = "windows_i686_msvc"
1428version = "0.48.0"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1431
1432[[package]]
1433name = "windows_x86_64_gnu"
1434version = "0.42.2"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1437
1438[[package]]
1439name = "windows_x86_64_gnu"
1440version = "0.48.0"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1443
1444[[package]]
1445name = "windows_x86_64_gnullvm"
1446version = "0.42.2"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1449
1450[[package]]
1451name = "windows_x86_64_gnullvm"
1452version = "0.48.0"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1455
1456[[package]]
1457name = "windows_x86_64_msvc"
1458version = "0.42.2"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1461
1462[[package]]
1463name = "windows_x86_64_msvc"
1464version = "0.48.0"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"