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 = "aho-corasick"
13version = "0.7.20"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "aho-corasick"
22version = "1.0.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "android_system_properties"
31version = "0.1.5"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
34dependencies = [
35 "libc",
36]
37
38[[package]]
39name = "ansi_term"
40version = "0.12.1"
41source = "registry+https://github.com/rust-lang/crates.io-index"
42checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
43dependencies = [
44 "winapi 0.3.9",
45]
46
47[[package]]
48name = "anyhow"
49version = "1.0.71"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
52
53[[package]]
54name = "arrayvec"
55version = "0.5.2"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
58
59[[package]]
60name = "askama"
61version = "0.10.5"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134"
64dependencies = [
65 "askama_derive",
66 "askama_escape",
67 "askama_shared",
68]
69
70[[package]]
71name = "askama_derive"
72version = "0.10.5"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522"
75dependencies = [
76 "askama_shared",
77 "proc-macro2",
78 "syn 1.0.109",
79]
80
81[[package]]
82name = "askama_escape"
83version = "0.10.3"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
86
87[[package]]
88name = "askama_shared"
89version = "0.11.2"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "7d6083ccb191711e9c2b80b22ee24a8381a18524444914c746d4239e21d1afaf"
92dependencies = [
93 "askama_escape",
94 "humansize",
95 "nom",
96 "num-traits",
97 "percent-encoding",
98 "proc-macro2",
99 "quote",
100 "serde",
101 "syn 1.0.109",
102 "toml",
103]
104
105[[package]]
106name = "atty"
107version = "0.2.14"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
110dependencies = [
111 "hermit-abi 0.1.19",
112 "libc",
113 "winapi 0.3.9",
114]
115
116[[package]]
117name = "autocfg"
118version = "1.1.0"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
121
122[[package]]
123name = "base64"
124version = "0.13.1"
125source = "registry+https://github.com/rust-lang/crates.io-index"
126checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
127
128[[package]]
129name = "bitflags"
130version = "1.3.2"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
133
134[[package]]
135name = "bitmaps"
136version = "2.1.0"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
139dependencies = [
140 "typenum",
141]
142
143[[package]]
144name = "bitvec"
145version = "0.19.6"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
148dependencies = [
149 "funty",
150 "radium",
151 "tap",
152 "wyz",
153]
154
155[[package]]
156name = "bstr"
157version = "1.4.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
160dependencies = [
161 "memchr",
162 "serde",
163]
164
165[[package]]
166name = "bumpalo"
167version = "3.12.2"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
170
171[[package]]
172name = "bytes"
173version = "0.5.6"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
176
177[[package]]
178name = "bytes"
179version = "1.4.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
182
183[[package]]
184name = "bytesize"
185version = "1.2.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5"
188
189[[package]]
190name = "camino"
191version = "1.1.4"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
194
195[[package]]
196name = "cargo"
197version = "0.51.0"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "bb7d89cbdcbeada632f64aa9f692e265852b0eb6ccdf3b1814716cc62101eeb6"
200dependencies = [
201 "anyhow",
202 "atty",
203 "bytesize",
204 "cargo-platform",
205 "clap",
206 "core-foundation",
207 "crates-io",
208 "crossbeam-utils",
209 "crypto-hash",
210 "curl",
211 "curl-sys",
212 "env_logger",
213 "filetime",
214 "flate2",
215 "fwdansi",
216 "git2",
217 "git2-curl",
218 "glob",
219 "hex 0.4.3",
220 "home",
221 "humantime",
222 "ignore",
223 "im-rc",
224 "jobserver",
225 "lazy_static",
226 "lazycell",
227 "libc",
228 "libgit2-sys",
229 "log",
230 "memchr",
231 "miow 0.3.7",
232 "num_cpus",
233 "opener",
234 "percent-encoding",
235 "rustc-workspace-hack",
236 "rustfix",
237 "same-file",
238 "semver 0.10.0",
239 "serde",
240 "serde_ignored",
241 "serde_json",
242 "shell-escape",
243 "strip-ansi-escapes",
244 "tar",
245 "tempfile",
246 "termcolor",
247 "toml",
248 "unicode-width",
249 "unicode-xid",
250 "url",
251 "walkdir",
252 "winapi 0.3.9",
253]
254
255[[package]]
256name = "cargo-dephell"
257version = "0.5.1"
258dependencies = [
259 "askama",
260 "base64",
261 "camino",
262 "cargo",
263 "cargo_metadata",
264 "chrono",
265 "clap",
266 "glob",
267 "guppy",
268 "ignore",
269 "loc",
270 "regex",
271 "reqwest",
272 "serde",
273 "serde_json",
274 "tempdir",
275]
276
277[[package]]
278name = "cargo-platform"
279version = "0.1.2"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
282dependencies = [
283 "serde",
284]
285
286[[package]]
287name = "cargo_metadata"
288version = "0.12.3"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f"
291dependencies = [
292 "cargo-platform",
293 "semver 0.11.0",
294 "semver-parser 0.10.2",
295 "serde",
296 "serde_json",
297]
298
299[[package]]
300name = "cc"
301version = "1.0.79"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
304dependencies = [
305 "jobserver",
306]
307
308[[package]]
309name = "cfg-expr"
310version = "0.7.4"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "30aa9e2ffbb838c6b451db14f3cd8e63ed622bf859f9956bc93845a10fafc26a"
313dependencies = [
314 "smallvec 1.10.0",
315]
316
317[[package]]
318name = "cfg-if"
319version = "0.1.10"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
322
323[[package]]
324name = "cfg-if"
325version = "1.0.0"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
328
329[[package]]
330name = "chrono"
331version = "0.4.24"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
334dependencies = [
335 "iana-time-zone",
336 "js-sys",
337 "num-integer",
338 "num-traits",
339 "time",
340 "wasm-bindgen",
341 "winapi 0.3.9",
342]
343
344[[package]]
345name = "clap"
346version = "2.34.0"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
349dependencies = [
350 "ansi_term",
351 "atty",
352 "bitflags",
353 "strsim",
354 "textwrap",
355 "unicode-width",
356 "vec_map",
357]
358
359[[package]]
360name = "commoncrypto"
361version = "0.2.0"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
364dependencies = [
365 "commoncrypto-sys",
366]
367
368[[package]]
369name = "commoncrypto-sys"
370version = "0.2.0"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
373dependencies = [
374 "libc",
375]
376
377[[package]]
378name = "core-foundation"
379version = "0.9.3"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
382dependencies = [
383 "core-foundation-sys",
384 "libc",
385]
386
387[[package]]
388name = "core-foundation-sys"
389version = "0.8.4"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
392
393[[package]]
394name = "crates-io"
395version = "0.31.1"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "09f977948a46e9edf93eb3dc2d7a8dd4ce3105d36de63300befed37cdf051d4a"
398dependencies = [
399 "anyhow",
400 "curl",
401 "percent-encoding",
402 "serde",
403 "serde_derive",
404 "serde_json",
405 "url",
406]
407
408[[package]]
409name = "crc32fast"
410version = "1.3.2"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
413dependencies = [
414 "cfg-if 1.0.0",
415]
416
417[[package]]
418name = "crossbeam-utils"
419version = "0.8.15"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
422dependencies = [
423 "cfg-if 1.0.0",
424]
425
426[[package]]
427name = "crypto-hash"
428version = "0.3.4"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "8a77162240fd97248d19a564a565eb563a3f592b386e4136fb300909e67dddca"
431dependencies = [
432 "commoncrypto",
433 "hex 0.3.2",
434 "openssl",
435 "winapi 0.3.9",
436]
437
438[[package]]
439name = "curl"
440version = "0.4.44"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
443dependencies = [
444 "curl-sys",
445 "libc",
446 "openssl-probe",
447 "openssl-sys",
448 "schannel",
449 "socket2 0.4.9",
450 "winapi 0.3.9",
451]
452
453[[package]]
454name = "curl-sys"
455version = "0.4.61+curl-8.0.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
458dependencies = [
459 "cc",
460 "libc",
461 "libnghttp2-sys",
462 "libz-sys",
463 "openssl-sys",
464 "pkg-config",
465 "vcpkg",
466 "winapi 0.3.9",
467]
468
469[[package]]
470name = "deque"
471version = "0.3.2"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "a694dae478589798d752c7125542f8a5ae8b6e59476172baf2eed67357bdfa27"
474
475[[package]]
476name = "edit-distance"
477version = "2.1.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
480
481[[package]]
482name = "either"
483version = "1.8.1"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
486
487[[package]]
488name = "encoding_rs"
489version = "0.8.32"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
492dependencies = [
493 "cfg-if 1.0.0",
494]
495
496[[package]]
497name = "env_logger"
498version = "0.8.4"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
501dependencies = [
502 "atty",
503 "humantime",
504 "log",
505 "regex",
506 "termcolor",
507]
508
509[[package]]
510name = "errno"
511version = "0.3.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
514dependencies = [
515 "errno-dragonfly",
516 "libc",
517 "windows-sys 0.48.0",
518]
519
520[[package]]
521name = "errno-dragonfly"
522version = "0.1.2"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
525dependencies = [
526 "cc",
527 "libc",
528]
529
530[[package]]
531name = "fastrand"
532version = "1.9.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
535dependencies = [
536 "instant",
537]
538
539[[package]]
540name = "filetime"
541version = "0.2.21"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
544dependencies = [
545 "cfg-if 1.0.0",
546 "libc",
547 "redox_syscall 0.2.16",
548 "windows-sys 0.48.0",
549]
550
551[[package]]
552name = "fixedbitset"
553version = "0.2.0"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
556
557[[package]]
558name = "flate2"
559version = "1.0.26"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
562dependencies = [
563 "crc32fast",
564 "libz-sys",
565 "miniz_oxide",
566]
567
568[[package]]
569name = "fnv"
570version = "1.0.7"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
573
574[[package]]
575name = "foreign-types"
576version = "0.3.2"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
579dependencies = [
580 "foreign-types-shared",
581]
582
583[[package]]
584name = "foreign-types-shared"
585version = "0.1.1"
586source = "registry+https://github.com/rust-lang/crates.io-index"
587checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
588
589[[package]]
590name = "form_urlencoded"
591version = "1.1.0"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
594dependencies = [
595 "percent-encoding",
596]
597
598[[package]]
599name = "fuchsia-cprng"
600version = "0.1.1"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
603
604[[package]]
605name = "fuchsia-zircon"
606version = "0.3.3"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
609dependencies = [
610 "bitflags",
611 "fuchsia-zircon-sys",
612]
613
614[[package]]
615name = "fuchsia-zircon-sys"
616version = "0.3.3"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
619
620[[package]]
621name = "funty"
622version = "1.1.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
625
626[[package]]
627name = "futures-channel"
628version = "0.3.28"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
631dependencies = [
632 "futures-core",
633]
634
635[[package]]
636name = "futures-core"
637version = "0.3.28"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
640
641[[package]]
642name = "futures-io"
643version = "0.3.28"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
646
647[[package]]
648name = "futures-sink"
649version = "0.3.28"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
652
653[[package]]
654name = "futures-task"
655version = "0.3.28"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
658
659[[package]]
660name = "futures-util"
661version = "0.3.28"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
664dependencies = [
665 "futures-core",
666 "futures-io",
667 "futures-task",
668 "memchr",
669 "pin-project-lite 0.2.9",
670 "pin-utils",
671 "slab",
672]
673
674[[package]]
675name = "fwdansi"
676version = "1.1.0"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
679dependencies = [
680 "memchr",
681 "termcolor",
682]
683
684[[package]]
685name = "git2"
686version = "0.13.25"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
689dependencies = [
690 "bitflags",
691 "libc",
692 "libgit2-sys",
693 "log",
694 "openssl-probe",
695 "openssl-sys",
696 "url",
697]
698
699[[package]]
700name = "git2-curl"
701version = "0.14.1"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "883539cb0ea94bab3f8371a98cd8e937bbe9ee7c044499184aa4c17deb643a50"
704dependencies = [
705 "curl",
706 "git2",
707 "log",
708 "url",
709]
710
711[[package]]
712name = "glob"
713version = "0.3.1"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
716
717[[package]]
718name = "globset"
719version = "0.4.10"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
722dependencies = [
723 "aho-corasick 0.7.20",
724 "bstr",
725 "fnv",
726 "log",
727 "regex",
728]
729
730[[package]]
731name = "guppy"
732version = "0.8.0"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "ec4cbddce827d660864974dc3dc62a1c810e813d17e518cc5830716b977cd110"
735dependencies = [
736 "camino",
737 "cargo_metadata",
738 "fixedbitset",
739 "indexmap",
740 "itertools",
741 "nested",
742 "once_cell",
743 "pathdiff",
744 "petgraph",
745 "semver 0.11.0",
746 "serde",
747 "serde_json",
748 "supercow",
749 "target-spec",
750]
751
752[[package]]
753name = "h2"
754version = "0.2.7"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
757dependencies = [
758 "bytes 0.5.6",
759 "fnv",
760 "futures-core",
761 "futures-sink",
762 "futures-util",
763 "http",
764 "indexmap",
765 "slab",
766 "tokio",
767 "tokio-util",
768 "tracing",
769 "tracing-futures",
770]
771
772[[package]]
773name = "hashbrown"
774version = "0.12.3"
775source = "registry+https://github.com/rust-lang/crates.io-index"
776checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
777
778[[package]]
779name = "hermit-abi"
780version = "0.1.19"
781source = "registry+https://github.com/rust-lang/crates.io-index"
782checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
783dependencies = [
784 "libc",
785]
786
787[[package]]
788name = "hermit-abi"
789version = "0.2.6"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
792dependencies = [
793 "libc",
794]
795
796[[package]]
797name = "hermit-abi"
798version = "0.3.1"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
801
802[[package]]
803name = "hex"
804version = "0.3.2"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
807
808[[package]]
809name = "hex"
810version = "0.4.3"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
813
814[[package]]
815name = "home"
816version = "0.5.5"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
819dependencies = [
820 "windows-sys 0.48.0",
821]
822
823[[package]]
824name = "http"
825version = "0.2.9"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
828dependencies = [
829 "bytes 1.4.0",
830 "fnv",
831 "itoa 1.0.6",
832]
833
834[[package]]
835name = "http-body"
836version = "0.3.1"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
839dependencies = [
840 "bytes 0.5.6",
841 "http",
842]
843
844[[package]]
845name = "httparse"
846version = "1.8.0"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
849
850[[package]]
851name = "httpdate"
852version = "0.3.2"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
855
856[[package]]
857name = "humansize"
858version = "1.1.1"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026"
861
862[[package]]
863name = "humantime"
864version = "2.1.0"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
867
868[[package]]
869name = "hyper"
870version = "0.13.10"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
873dependencies = [
874 "bytes 0.5.6",
875 "futures-channel",
876 "futures-core",
877 "futures-util",
878 "h2",
879 "http",
880 "http-body",
881 "httparse",
882 "httpdate",
883 "itoa 0.4.8",
884 "pin-project",
885 "socket2 0.3.19",
886 "tokio",
887 "tower-service",
888 "tracing",
889 "want",
890]
891
892[[package]]
893name = "hyper-tls"
894version = "0.4.3"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
897dependencies = [
898 "bytes 0.5.6",
899 "hyper",
900 "native-tls",
901 "tokio",
902 "tokio-tls",
903]
904
905[[package]]
906name = "iana-time-zone"
907version = "0.1.56"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
910dependencies = [
911 "android_system_properties",
912 "core-foundation-sys",
913 "iana-time-zone-haiku",
914 "js-sys",
915 "wasm-bindgen",
916 "windows",
917]
918
919[[package]]
920name = "iana-time-zone-haiku"
921version = "0.1.2"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
924dependencies = [
925 "cc",
926]
927
928[[package]]
929name = "idna"
930version = "0.3.0"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
933dependencies = [
934 "unicode-bidi",
935 "unicode-normalization",
936]
937
938[[package]]
939name = "ignore"
940version = "0.4.20"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
943dependencies = [
944 "globset",
945 "lazy_static",
946 "log",
947 "memchr",
948 "regex",
949 "same-file",
950 "thread_local",
951 "walkdir",
952 "winapi-util",
953]
954
955[[package]]
956name = "im-rc"
957version = "15.1.0"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
960dependencies = [
961 "bitmaps",
962 "rand_core 0.6.4",
963 "rand_xoshiro",
964 "sized-chunks",
965 "typenum",
966 "version_check",
967]
968
969[[package]]
970name = "indexmap"
971version = "1.9.3"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
974dependencies = [
975 "autocfg",
976 "hashbrown",
977]
978
979[[package]]
980name = "instant"
981version = "0.1.12"
982source = "registry+https://github.com/rust-lang/crates.io-index"
983checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
984dependencies = [
985 "cfg-if 1.0.0",
986]
987
988[[package]]
989name = "io-lifetimes"
990version = "1.0.10"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
993dependencies = [
994 "hermit-abi 0.3.1",
995 "libc",
996 "windows-sys 0.48.0",
997]
998
999[[package]]
1000name = "iovec"
1001version = "0.1.4"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
1004dependencies = [
1005 "libc",
1006]
1007
1008[[package]]
1009name = "ipnet"
1010version = "2.7.2"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
1013
1014[[package]]
1015name = "itertools"
1016version = "0.10.5"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1019dependencies = [
1020 "either",
1021]
1022
1023[[package]]
1024name = "itoa"
1025version = "0.4.8"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
1028
1029[[package]]
1030name = "itoa"
1031version = "1.0.6"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1034
1035[[package]]
1036name = "jobserver"
1037version = "0.1.26"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
1040dependencies = [
1041 "libc",
1042]
1043
1044[[package]]
1045name = "js-sys"
1046version = "0.3.62"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
1049dependencies = [
1050 "wasm-bindgen",
1051]
1052
1053[[package]]
1054name = "kernel32-sys"
1055version = "0.2.2"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
1058dependencies = [
1059 "winapi 0.2.8",
1060 "winapi-build",
1061]
1062
1063[[package]]
1064name = "lazy_static"
1065version = "1.4.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1068
1069[[package]]
1070name = "lazycell"
1071version = "1.3.0"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1074
1075[[package]]
1076name = "lexical-core"
1077version = "0.7.6"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
1080dependencies = [
1081 "arrayvec",
1082 "bitflags",
1083 "cfg-if 1.0.0",
1084 "ryu",
1085 "static_assertions",
1086]
1087
1088[[package]]
1089name = "libc"
1090version = "0.2.144"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
1093
1094[[package]]
1095name = "libgit2-sys"
1096version = "0.12.26+1.3.0"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
1099dependencies = [
1100 "cc",
1101 "libc",
1102 "libssh2-sys",
1103 "libz-sys",
1104 "openssl-sys",
1105 "pkg-config",
1106]
1107
1108[[package]]
1109name = "libnghttp2-sys"
1110version = "0.1.7+1.45.0"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
1113dependencies = [
1114 "cc",
1115 "libc",
1116]
1117
1118[[package]]
1119name = "libssh2-sys"
1120version = "0.2.23"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
1123dependencies = [
1124 "cc",
1125 "libc",
1126 "libz-sys",
1127 "openssl-sys",
1128 "pkg-config",
1129 "vcpkg",
1130]
1131
1132[[package]]
1133name = "libz-sys"
1134version = "1.1.9"
1135source = "registry+https://github.com/rust-lang/crates.io-index"
1136checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
1137dependencies = [
1138 "cc",
1139 "libc",
1140 "pkg-config",
1141 "vcpkg",
1142]
1143
1144[[package]]
1145name = "linux-raw-sys"
1146version = "0.3.7"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
1149
1150[[package]]
1151name = "loc"
1152version = "0.5.0"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "19667875e98831e0135a1eb4e7ddc775b09dd317809e34e0d0fc8172443c85e3"
1155dependencies = [
1156 "clap",
1157 "deque",
1158 "edit-distance",
1159 "ignore",
1160 "memchr",
1161 "num_cpus",
1162 "regex",
1163 "smallvec 0.6.14",
1164]
1165
1166[[package]]
1167name = "log"
1168version = "0.4.17"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1171dependencies = [
1172 "cfg-if 1.0.0",
1173]
1174
1175[[package]]
1176name = "maybe-uninit"
1177version = "2.0.0"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1180
1181[[package]]
1182name = "memchr"
1183version = "2.5.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1186
1187[[package]]
1188name = "mime"
1189version = "0.3.17"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1192
1193[[package]]
1194name = "mime_guess"
1195version = "2.0.4"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
1198dependencies = [
1199 "mime",
1200 "unicase",
1201]
1202
1203[[package]]
1204name = "miniz_oxide"
1205version = "0.7.1"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1208dependencies = [
1209 "adler",
1210]
1211
1212[[package]]
1213name = "mio"
1214version = "0.6.23"
1215source = "registry+https://github.com/rust-lang/crates.io-index"
1216checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
1217dependencies = [
1218 "cfg-if 0.1.10",
1219 "fuchsia-zircon",
1220 "fuchsia-zircon-sys",
1221 "iovec",
1222 "kernel32-sys",
1223 "libc",
1224 "log",
1225 "miow 0.2.2",
1226 "net2",
1227 "slab",
1228 "winapi 0.2.8",
1229]
1230
1231[[package]]
1232name = "miow"
1233version = "0.2.2"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
1236dependencies = [
1237 "kernel32-sys",
1238 "net2",
1239 "winapi 0.2.8",
1240 "ws2_32-sys",
1241]
1242
1243[[package]]
1244name = "miow"
1245version = "0.3.7"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
1248dependencies = [
1249 "winapi 0.3.9",
1250]
1251
1252[[package]]
1253name = "native-tls"
1254version = "0.2.11"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1257dependencies = [
1258 "lazy_static",
1259 "libc",
1260 "log",
1261 "openssl",
1262 "openssl-probe",
1263 "openssl-sys",
1264 "schannel",
1265 "security-framework",
1266 "security-framework-sys",
1267 "tempfile",
1268]
1269
1270[[package]]
1271name = "nested"
1272version = "0.1.1"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "ca2b420f638f07fe83056b55ea190bb815f609ec5a35e7017884a10f78839c9e"
1275
1276[[package]]
1277name = "net2"
1278version = "0.2.38"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
1281dependencies = [
1282 "cfg-if 0.1.10",
1283 "libc",
1284 "winapi 0.3.9",
1285]
1286
1287[[package]]
1288name = "nom"
1289version = "6.1.2"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
1292dependencies = [
1293 "bitvec",
1294 "funty",
1295 "lexical-core",
1296 "memchr",
1297 "version_check",
1298]
1299
1300[[package]]
1301name = "num-integer"
1302version = "0.1.45"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
1305dependencies = [
1306 "autocfg",
1307 "num-traits",
1308]
1309
1310[[package]]
1311name = "num-traits"
1312version = "0.2.15"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1315dependencies = [
1316 "autocfg",
1317]
1318
1319[[package]]
1320name = "num_cpus"
1321version = "1.15.0"
1322source = "registry+https://github.com/rust-lang/crates.io-index"
1323checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1324dependencies = [
1325 "hermit-abi 0.2.6",
1326 "libc",
1327]
1328
1329[[package]]
1330name = "once_cell"
1331version = "1.17.1"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1334
1335[[package]]
1336name = "opener"
1337version = "0.4.1"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "13117407ca9d0caf3a0e74f97b490a7e64c0ae3aa90a8b7085544d0c37b6f3ae"
1340dependencies = [
1341 "winapi 0.3.9",
1342]
1343
1344[[package]]
1345name = "openssl"
1346version = "0.10.52"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
1349dependencies = [
1350 "bitflags",
1351 "cfg-if 1.0.0",
1352 "foreign-types",
1353 "libc",
1354 "once_cell",
1355 "openssl-macros",
1356 "openssl-sys",
1357]
1358
1359[[package]]
1360name = "openssl-macros"
1361version = "0.1.1"
1362source = "registry+https://github.com/rust-lang/crates.io-index"
1363checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1364dependencies = [
1365 "proc-macro2",
1366 "quote",
1367 "syn 2.0.15",
1368]
1369
1370[[package]]
1371name = "openssl-probe"
1372version = "0.1.5"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1375
1376[[package]]
1377name = "openssl-sys"
1378version = "0.9.87"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
1381dependencies = [
1382 "cc",
1383 "libc",
1384 "pkg-config",
1385 "vcpkg",
1386]
1387
1388[[package]]
1389name = "pathdiff"
1390version = "0.2.1"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1393
1394[[package]]
1395name = "percent-encoding"
1396version = "2.2.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1399
1400[[package]]
1401name = "pest"
1402version = "2.6.0"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
1405dependencies = [
1406 "thiserror",
1407 "ucd-trie",
1408]
1409
1410[[package]]
1411name = "petgraph"
1412version = "0.5.1"
1413source = "registry+https://github.com/rust-lang/crates.io-index"
1414checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
1415dependencies = [
1416 "fixedbitset",
1417 "indexmap",
1418]
1419
1420[[package]]
1421name = "pin-project"
1422version = "1.0.12"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
1425dependencies = [
1426 "pin-project-internal",
1427]
1428
1429[[package]]
1430name = "pin-project-internal"
1431version = "1.0.12"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
1434dependencies = [
1435 "proc-macro2",
1436 "quote",
1437 "syn 1.0.109",
1438]
1439
1440[[package]]
1441name = "pin-project-lite"
1442version = "0.1.12"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
1445
1446[[package]]
1447name = "pin-project-lite"
1448version = "0.2.9"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
1451
1452[[package]]
1453name = "pin-utils"
1454version = "0.1.0"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1457
1458[[package]]
1459name = "pkg-config"
1460version = "0.3.27"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1463
1464[[package]]
1465name = "proc-macro2"
1466version = "1.0.56"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
1469dependencies = [
1470 "unicode-ident",
1471]
1472
1473[[package]]
1474name = "quote"
1475version = "1.0.27"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
1478dependencies = [
1479 "proc-macro2",
1480]
1481
1482[[package]]
1483name = "radium"
1484version = "0.5.3"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
1487
1488[[package]]
1489name = "rand"
1490version = "0.4.6"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1493dependencies = [
1494 "fuchsia-cprng",
1495 "libc",
1496 "rand_core 0.3.1",
1497 "rdrand",
1498 "winapi 0.3.9",
1499]
1500
1501[[package]]
1502name = "rand_core"
1503version = "0.3.1"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1506dependencies = [
1507 "rand_core 0.4.2",
1508]
1509
1510[[package]]
1511name = "rand_core"
1512version = "0.4.2"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1515
1516[[package]]
1517name = "rand_core"
1518version = "0.6.4"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1521
1522[[package]]
1523name = "rand_xoshiro"
1524version = "0.6.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
1527dependencies = [
1528 "rand_core 0.6.4",
1529]
1530
1531[[package]]
1532name = "rdrand"
1533version = "0.4.0"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1536dependencies = [
1537 "rand_core 0.3.1",
1538]
1539
1540[[package]]
1541name = "redox_syscall"
1542version = "0.2.16"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1545dependencies = [
1546 "bitflags",
1547]
1548
1549[[package]]
1550name = "redox_syscall"
1551version = "0.3.5"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1554dependencies = [
1555 "bitflags",
1556]
1557
1558[[package]]
1559name = "regex"
1560version = "1.8.1"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
1563dependencies = [
1564 "aho-corasick 1.0.1",
1565 "memchr",
1566 "regex-syntax",
1567]
1568
1569[[package]]
1570name = "regex-syntax"
1571version = "0.7.1"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
1574
1575[[package]]
1576name = "remove_dir_all"
1577version = "0.5.3"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1580dependencies = [
1581 "winapi 0.3.9",
1582]
1583
1584[[package]]
1585name = "reqwest"
1586version = "0.10.10"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
1589dependencies = [
1590 "base64",
1591 "bytes 0.5.6",
1592 "encoding_rs",
1593 "futures-core",
1594 "futures-util",
1595 "http",
1596 "http-body",
1597 "hyper",
1598 "hyper-tls",
1599 "ipnet",
1600 "js-sys",
1601 "lazy_static",
1602 "log",
1603 "mime",
1604 "mime_guess",
1605 "native-tls",
1606 "percent-encoding",
1607 "pin-project-lite 0.2.9",
1608 "serde",
1609 "serde_json",
1610 "serde_urlencoded",
1611 "tokio",
1612 "tokio-tls",
1613 "url",
1614 "wasm-bindgen",
1615 "wasm-bindgen-futures",
1616 "web-sys",
1617 "winreg",
1618]
1619
1620[[package]]
1621name = "rustc-workspace-hack"
1622version = "1.0.0"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
1625
1626[[package]]
1627name = "rustfix"
1628version = "0.5.1"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "f2c50b74badcddeb8f7652fa8323ce440b95286f8e4b64ebfd871c609672704e"
1631dependencies = [
1632 "anyhow",
1633 "log",
1634 "serde",
1635 "serde_json",
1636]
1637
1638[[package]]
1639name = "rustix"
1640version = "0.37.19"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1643dependencies = [
1644 "bitflags",
1645 "errno",
1646 "io-lifetimes",
1647 "libc",
1648 "linux-raw-sys",
1649 "windows-sys 0.48.0",
1650]
1651
1652[[package]]
1653name = "ryu"
1654version = "1.0.13"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1657
1658[[package]]
1659name = "same-file"
1660version = "1.0.6"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1663dependencies = [
1664 "winapi-util",
1665]
1666
1667[[package]]
1668name = "schannel"
1669version = "0.1.21"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1672dependencies = [
1673 "windows-sys 0.42.0",
1674]
1675
1676[[package]]
1677name = "security-framework"
1678version = "2.8.2"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1681dependencies = [
1682 "bitflags",
1683 "core-foundation",
1684 "core-foundation-sys",
1685 "libc",
1686 "security-framework-sys",
1687]
1688
1689[[package]]
1690name = "security-framework-sys"
1691version = "2.8.0"
1692source = "registry+https://github.com/rust-lang/crates.io-index"
1693checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1694dependencies = [
1695 "core-foundation-sys",
1696 "libc",
1697]
1698
1699[[package]]
1700name = "semver"
1701version = "0.10.0"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "394cec28fa623e00903caf7ba4fa6fb9a0e260280bb8cdbbba029611108a0190"
1704dependencies = [
1705 "semver-parser 0.7.0",
1706 "serde",
1707]
1708
1709[[package]]
1710name = "semver"
1711version = "0.11.0"
1712source = "registry+https://github.com/rust-lang/crates.io-index"
1713checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
1714dependencies = [
1715 "semver-parser 0.10.2",
1716 "serde",
1717]
1718
1719[[package]]
1720name = "semver-parser"
1721version = "0.7.0"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1724
1725[[package]]
1726name = "semver-parser"
1727version = "0.10.2"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
1730dependencies = [
1731 "pest",
1732]
1733
1734[[package]]
1735name = "serde"
1736version = "1.0.163"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1739dependencies = [
1740 "serde_derive",
1741]
1742
1743[[package]]
1744name = "serde_derive"
1745version = "1.0.163"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1748dependencies = [
1749 "proc-macro2",
1750 "quote",
1751 "syn 2.0.15",
1752]
1753
1754[[package]]
1755name = "serde_ignored"
1756version = "0.1.7"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "94eb4a4087ba8bdf14a9208ac44fddbf55c01a6195f7edfc511ddaff6cae45a6"
1759dependencies = [
1760 "serde",
1761]
1762
1763[[package]]
1764name = "serde_json"
1765version = "1.0.96"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1768dependencies = [
1769 "itoa 1.0.6",
1770 "ryu",
1771 "serde",
1772]
1773
1774[[package]]
1775name = "serde_urlencoded"
1776version = "0.7.1"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1779dependencies = [
1780 "form_urlencoded",
1781 "itoa 1.0.6",
1782 "ryu",
1783 "serde",
1784]
1785
1786[[package]]
1787name = "shell-escape"
1788version = "0.1.5"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
1791
1792[[package]]
1793name = "sized-chunks"
1794version = "0.6.5"
1795source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
1797dependencies = [
1798 "bitmaps",
1799 "typenum",
1800]
1801
1802[[package]]
1803name = "slab"
1804version = "0.4.8"
1805source = "registry+https://github.com/rust-lang/crates.io-index"
1806checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1807dependencies = [
1808 "autocfg",
1809]
1810
1811[[package]]
1812name = "smallvec"
1813version = "0.6.14"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1816dependencies = [
1817 "maybe-uninit",
1818]
1819
1820[[package]]
1821name = "smallvec"
1822version = "1.10.0"
1823source = "registry+https://github.com/rust-lang/crates.io-index"
1824checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
1825
1826[[package]]
1827name = "socket2"
1828version = "0.3.19"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1831dependencies = [
1832 "cfg-if 1.0.0",
1833 "libc",
1834 "winapi 0.3.9",
1835]
1836
1837[[package]]
1838name = "socket2"
1839version = "0.4.9"
1840source = "registry+https://github.com/rust-lang/crates.io-index"
1841checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1842dependencies = [
1843 "libc",
1844 "winapi 0.3.9",
1845]
1846
1847[[package]]
1848name = "static_assertions"
1849version = "1.1.0"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1852
1853[[package]]
1854name = "strip-ansi-escapes"
1855version = "0.1.1"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
1858dependencies = [
1859 "vte",
1860]
1861
1862[[package]]
1863name = "strsim"
1864version = "0.8.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1867
1868[[package]]
1869name = "supercow"
1870version = "0.1.0"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "171758edb47aa306a78dfa4ab9aeb5167405bd4e3dc2b64e88f6a84bbe98bd63"
1873
1874[[package]]
1875name = "syn"
1876version = "1.0.109"
1877source = "registry+https://github.com/rust-lang/crates.io-index"
1878checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1879dependencies = [
1880 "proc-macro2",
1881 "quote",
1882 "unicode-ident",
1883]
1884
1885[[package]]
1886name = "syn"
1887version = "2.0.15"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
1890dependencies = [
1891 "proc-macro2",
1892 "quote",
1893 "unicode-ident",
1894]
1895
1896[[package]]
1897name = "tap"
1898version = "1.0.1"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1901
1902[[package]]
1903name = "tar"
1904version = "0.4.38"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
1907dependencies = [
1908 "filetime",
1909 "libc",
1910]
1911
1912[[package]]
1913name = "target-spec"
1914version = "0.7.0"
1915source = "registry+https://github.com/rust-lang/crates.io-index"
1916checksum = "ac395241acf0f3d224dd2b07b334994adf6f37c904d1826867332ab8c6ddedbf"
1917dependencies = [
1918 "cfg-expr",
1919]
1920
1921[[package]]
1922name = "tempdir"
1923version = "0.3.7"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1926dependencies = [
1927 "rand",
1928 "remove_dir_all",
1929]
1930
1931[[package]]
1932name = "tempfile"
1933version = "3.5.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
1936dependencies = [
1937 "cfg-if 1.0.0",
1938 "fastrand",
1939 "redox_syscall 0.3.5",
1940 "rustix",
1941 "windows-sys 0.45.0",
1942]
1943
1944[[package]]
1945name = "termcolor"
1946version = "1.2.0"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1949dependencies = [
1950 "winapi-util",
1951]
1952
1953[[package]]
1954name = "textwrap"
1955version = "0.11.0"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1958dependencies = [
1959 "unicode-width",
1960]
1961
1962[[package]]
1963name = "thiserror"
1964version = "1.0.40"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1967dependencies = [
1968 "thiserror-impl",
1969]
1970
1971[[package]]
1972name = "thiserror-impl"
1973version = "1.0.40"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1976dependencies = [
1977 "proc-macro2",
1978 "quote",
1979 "syn 2.0.15",
1980]
1981
1982[[package]]
1983name = "thread_local"
1984version = "1.1.7"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1987dependencies = [
1988 "cfg-if 1.0.0",
1989 "once_cell",
1990]
1991
1992[[package]]
1993name = "time"
1994version = "0.1.45"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1997dependencies = [
1998 "libc",
1999 "wasi",
2000 "winapi 0.3.9",
2001]
2002
2003[[package]]
2004name = "tinyvec"
2005version = "1.6.0"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2008dependencies = [
2009 "tinyvec_macros",
2010]
2011
2012[[package]]
2013name = "tinyvec_macros"
2014version = "0.1.1"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2017
2018[[package]]
2019name = "tokio"
2020version = "0.2.25"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2023dependencies = [
2024 "bytes 0.5.6",
2025 "fnv",
2026 "futures-core",
2027 "iovec",
2028 "lazy_static",
2029 "memchr",
2030 "mio",
2031 "num_cpus",
2032 "pin-project-lite 0.1.12",
2033 "slab",
2034]
2035
2036[[package]]
2037name = "tokio-tls"
2038version = "0.3.1"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
2041dependencies = [
2042 "native-tls",
2043 "tokio",
2044]
2045
2046[[package]]
2047name = "tokio-util"
2048version = "0.3.1"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2051dependencies = [
2052 "bytes 0.5.6",
2053 "futures-core",
2054 "futures-sink",
2055 "log",
2056 "pin-project-lite 0.1.12",
2057 "tokio",
2058]
2059
2060[[package]]
2061name = "toml"
2062version = "0.5.11"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2065dependencies = [
2066 "serde",
2067]
2068
2069[[package]]
2070name = "tower-service"
2071version = "0.3.2"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2074
2075[[package]]
2076name = "tracing"
2077version = "0.1.37"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2080dependencies = [
2081 "cfg-if 1.0.0",
2082 "log",
2083 "pin-project-lite 0.2.9",
2084 "tracing-core",
2085]
2086
2087[[package]]
2088name = "tracing-core"
2089version = "0.1.31"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2092dependencies = [
2093 "once_cell",
2094]
2095
2096[[package]]
2097name = "tracing-futures"
2098version = "0.2.5"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2101dependencies = [
2102 "pin-project",
2103 "tracing",
2104]
2105
2106[[package]]
2107name = "try-lock"
2108version = "0.2.4"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2111
2112[[package]]
2113name = "typenum"
2114version = "1.16.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2117
2118[[package]]
2119name = "ucd-trie"
2120version = "0.1.5"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2123
2124[[package]]
2125name = "unicase"
2126version = "2.6.0"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2129dependencies = [
2130 "version_check",
2131]
2132
2133[[package]]
2134name = "unicode-bidi"
2135version = "0.3.13"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2138
2139[[package]]
2140name = "unicode-ident"
2141version = "1.0.8"
2142source = "registry+https://github.com/rust-lang/crates.io-index"
2143checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2144
2145[[package]]
2146name = "unicode-normalization"
2147version = "0.1.22"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2150dependencies = [
2151 "tinyvec",
2152]
2153
2154[[package]]
2155name = "unicode-width"
2156version = "0.1.10"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2159
2160[[package]]
2161name = "unicode-xid"
2162version = "0.2.4"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2165
2166[[package]]
2167name = "url"
2168version = "2.3.1"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2171dependencies = [
2172 "form_urlencoded",
2173 "idna",
2174 "percent-encoding",
2175]
2176
2177[[package]]
2178name = "utf8parse"
2179version = "0.2.1"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2182
2183[[package]]
2184name = "vcpkg"
2185version = "0.2.15"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2188
2189[[package]]
2190name = "vec_map"
2191version = "0.8.2"
2192source = "registry+https://github.com/rust-lang/crates.io-index"
2193checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2194
2195[[package]]
2196name = "version_check"
2197version = "0.9.4"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2200
2201[[package]]
2202name = "vte"
2203version = "0.10.1"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
2206dependencies = [
2207 "arrayvec",
2208 "utf8parse",
2209 "vte_generate_state_changes",
2210]
2211
2212[[package]]
2213name = "vte_generate_state_changes"
2214version = "0.1.1"
2215source = "registry+https://github.com/rust-lang/crates.io-index"
2216checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
2217dependencies = [
2218 "proc-macro2",
2219 "quote",
2220]
2221
2222[[package]]
2223name = "walkdir"
2224version = "2.3.3"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2227dependencies = [
2228 "same-file",
2229 "winapi-util",
2230]
2231
2232[[package]]
2233name = "want"
2234version = "0.3.0"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2237dependencies = [
2238 "log",
2239 "try-lock",
2240]
2241
2242[[package]]
2243name = "wasi"
2244version = "0.10.0+wasi-snapshot-preview1"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2247
2248[[package]]
2249name = "wasm-bindgen"
2250version = "0.2.85"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
2253dependencies = [
2254 "cfg-if 1.0.0",
2255 "serde",
2256 "serde_json",
2257 "wasm-bindgen-macro",
2258]
2259
2260[[package]]
2261name = "wasm-bindgen-backend"
2262version = "0.2.85"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
2265dependencies = [
2266 "bumpalo",
2267 "log",
2268 "once_cell",
2269 "proc-macro2",
2270 "quote",
2271 "syn 2.0.15",
2272 "wasm-bindgen-shared",
2273]
2274
2275[[package]]
2276name = "wasm-bindgen-futures"
2277version = "0.4.35"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
2280dependencies = [
2281 "cfg-if 1.0.0",
2282 "js-sys",
2283 "wasm-bindgen",
2284 "web-sys",
2285]
2286
2287[[package]]
2288name = "wasm-bindgen-macro"
2289version = "0.2.85"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
2292dependencies = [
2293 "quote",
2294 "wasm-bindgen-macro-support",
2295]
2296
2297[[package]]
2298name = "wasm-bindgen-macro-support"
2299version = "0.2.85"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
2302dependencies = [
2303 "proc-macro2",
2304 "quote",
2305 "syn 2.0.15",
2306 "wasm-bindgen-backend",
2307 "wasm-bindgen-shared",
2308]
2309
2310[[package]]
2311name = "wasm-bindgen-shared"
2312version = "0.2.85"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
2315
2316[[package]]
2317name = "web-sys"
2318version = "0.3.62"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
2321dependencies = [
2322 "js-sys",
2323 "wasm-bindgen",
2324]
2325
2326[[package]]
2327name = "winapi"
2328version = "0.2.8"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2331
2332[[package]]
2333name = "winapi"
2334version = "0.3.9"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2337dependencies = [
2338 "winapi-i686-pc-windows-gnu",
2339 "winapi-x86_64-pc-windows-gnu",
2340]
2341
2342[[package]]
2343name = "winapi-build"
2344version = "0.1.1"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2347
2348[[package]]
2349name = "winapi-i686-pc-windows-gnu"
2350version = "0.4.0"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2353
2354[[package]]
2355name = "winapi-util"
2356version = "0.1.5"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2359dependencies = [
2360 "winapi 0.3.9",
2361]
2362
2363[[package]]
2364name = "winapi-x86_64-pc-windows-gnu"
2365version = "0.4.0"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2368
2369[[package]]
2370name = "windows"
2371version = "0.48.0"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2374dependencies = [
2375 "windows-targets 0.48.0",
2376]
2377
2378[[package]]
2379name = "windows-sys"
2380version = "0.42.0"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2383dependencies = [
2384 "windows_aarch64_gnullvm 0.42.2",
2385 "windows_aarch64_msvc 0.42.2",
2386 "windows_i686_gnu 0.42.2",
2387 "windows_i686_msvc 0.42.2",
2388 "windows_x86_64_gnu 0.42.2",
2389 "windows_x86_64_gnullvm 0.42.2",
2390 "windows_x86_64_msvc 0.42.2",
2391]
2392
2393[[package]]
2394name = "windows-sys"
2395version = "0.45.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2398dependencies = [
2399 "windows-targets 0.42.2",
2400]
2401
2402[[package]]
2403name = "windows-sys"
2404version = "0.48.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2407dependencies = [
2408 "windows-targets 0.48.0",
2409]
2410
2411[[package]]
2412name = "windows-targets"
2413version = "0.42.2"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2416dependencies = [
2417 "windows_aarch64_gnullvm 0.42.2",
2418 "windows_aarch64_msvc 0.42.2",
2419 "windows_i686_gnu 0.42.2",
2420 "windows_i686_msvc 0.42.2",
2421 "windows_x86_64_gnu 0.42.2",
2422 "windows_x86_64_gnullvm 0.42.2",
2423 "windows_x86_64_msvc 0.42.2",
2424]
2425
2426[[package]]
2427name = "windows-targets"
2428version = "0.48.0"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2431dependencies = [
2432 "windows_aarch64_gnullvm 0.48.0",
2433 "windows_aarch64_msvc 0.48.0",
2434 "windows_i686_gnu 0.48.0",
2435 "windows_i686_msvc 0.48.0",
2436 "windows_x86_64_gnu 0.48.0",
2437 "windows_x86_64_gnullvm 0.48.0",
2438 "windows_x86_64_msvc 0.48.0",
2439]
2440
2441[[package]]
2442name = "windows_aarch64_gnullvm"
2443version = "0.42.2"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2446
2447[[package]]
2448name = "windows_aarch64_gnullvm"
2449version = "0.48.0"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2452
2453[[package]]
2454name = "windows_aarch64_msvc"
2455version = "0.42.2"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2458
2459[[package]]
2460name = "windows_aarch64_msvc"
2461version = "0.48.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2464
2465[[package]]
2466name = "windows_i686_gnu"
2467version = "0.42.2"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2470
2471[[package]]
2472name = "windows_i686_gnu"
2473version = "0.48.0"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2476
2477[[package]]
2478name = "windows_i686_msvc"
2479version = "0.42.2"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2482
2483[[package]]
2484name = "windows_i686_msvc"
2485version = "0.48.0"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2488
2489[[package]]
2490name = "windows_x86_64_gnu"
2491version = "0.42.2"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2494
2495[[package]]
2496name = "windows_x86_64_gnu"
2497version = "0.48.0"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2500
2501[[package]]
2502name = "windows_x86_64_gnullvm"
2503version = "0.42.2"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2506
2507[[package]]
2508name = "windows_x86_64_gnullvm"
2509version = "0.48.0"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2512
2513[[package]]
2514name = "windows_x86_64_msvc"
2515version = "0.42.2"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2518
2519[[package]]
2520name = "windows_x86_64_msvc"
2521version = "0.48.0"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2524
2525[[package]]
2526name = "winreg"
2527version = "0.7.0"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2530dependencies = [
2531 "winapi 0.3.9",
2532]
2533
2534[[package]]
2535name = "ws2_32-sys"
2536version = "0.2.1"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2539dependencies = [
2540 "winapi 0.2.8",
2541 "winapi-build",
2542]
2543
2544[[package]]
2545name = "wyz"
2546version = "0.2.0"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"