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