• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "0.7.20"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anyhow"
16version = "1.0.69"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
19
20[[package]]
21name = "assert-json-diff"
22version = "2.0.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
25dependencies = [
26 "serde",
27 "serde_json",
28]
29
30[[package]]
31name = "async-channel"
32version = "1.8.0"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
35dependencies = [
36 "concurrent-queue",
37 "event-listener",
38 "futures-core",
39]
40
41[[package]]
42name = "async-executor"
43version = "1.5.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
46dependencies = [
47 "async-lock",
48 "async-task",
49 "concurrent-queue",
50 "fastrand",
51 "futures-lite",
52 "slab",
53]
54
55[[package]]
56name = "async-global-executor"
57version = "2.3.1"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
60dependencies = [
61 "async-channel",
62 "async-executor",
63 "async-io",
64 "async-lock",
65 "blocking",
66 "futures-lite",
67 "once_cell",
68]
69
70[[package]]
71name = "async-io"
72version = "1.12.0"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
75dependencies = [
76 "async-lock",
77 "autocfg",
78 "concurrent-queue",
79 "futures-lite",
80 "libc",
81 "log",
82 "parking",
83 "polling",
84 "slab",
85 "socket2",
86 "waker-fn",
87 "windows-sys 0.42.0",
88]
89
90[[package]]
91name = "async-lock"
92version = "2.7.0"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
95dependencies = [
96 "event-listener",
97]
98
99[[package]]
100name = "async-object-pool"
101version = "0.1.4"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "aeb901c30ebc2fc4ab46395bbfbdba9542c16559d853645d75190c3056caf3bc"
104dependencies = [
105 "async-std",
106]
107
108[[package]]
109name = "async-process"
110version = "1.6.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4"
113dependencies = [
114 "async-io",
115 "async-lock",
116 "autocfg",
117 "blocking",
118 "cfg-if",
119 "event-listener",
120 "futures-lite",
121 "libc",
122 "signal-hook",
123 "windows-sys 0.42.0",
124]
125
126[[package]]
127name = "async-std"
128version = "1.12.0"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
131dependencies = [
132 "async-channel",
133 "async-global-executor",
134 "async-io",
135 "async-lock",
136 "async-process",
137 "crossbeam-utils",
138 "futures-channel",
139 "futures-core",
140 "futures-io",
141 "futures-lite",
142 "gloo-timers",
143 "kv-log-macro",
144 "log",
145 "memchr",
146 "once_cell",
147 "pin-project-lite",
148 "pin-utils",
149 "slab",
150 "wasm-bindgen-futures",
151]
152
153[[package]]
154name = "async-task"
155version = "4.3.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
158
159[[package]]
160name = "async-trait"
161version = "0.1.64"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
164dependencies = [
165 "proc-macro2",
166 "quote",
167 "syn",
168]
169
170[[package]]
171name = "atomic-waker"
172version = "1.1.0"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
175
176[[package]]
177name = "autocfg"
178version = "1.1.0"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
181
182[[package]]
183name = "base64"
184version = "0.13.1"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
187
188[[package]]
189name = "base64"
190version = "0.21.0"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
193
194[[package]]
195name = "bitflags"
196version = "1.3.2"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
199
200[[package]]
201name = "blocking"
202version = "1.3.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
205dependencies = [
206 "async-channel",
207 "async-lock",
208 "async-task",
209 "atomic-waker",
210 "fastrand",
211 "futures-lite",
212]
213
214[[package]]
215name = "bumpalo"
216version = "3.12.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
219
220[[package]]
221name = "bytes"
222version = "1.4.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
225
226[[package]]
227name = "castaway"
228version = "0.2.2"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
231dependencies = [
232 "rustversion",
233]
234
235[[package]]
236name = "cc"
237version = "1.0.79"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
240
241[[package]]
242name = "cfg-if"
243version = "1.0.0"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
246
247[[package]]
248name = "concurrent-queue"
249version = "2.1.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
252dependencies = [
253 "crossbeam-utils",
254]
255
256[[package]]
257name = "core-foundation"
258version = "0.9.3"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
261dependencies = [
262 "core-foundation-sys",
263 "libc",
264]
265
266[[package]]
267name = "core-foundation-sys"
268version = "0.8.3"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
271
272[[package]]
273name = "crossbeam-utils"
274version = "0.8.15"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
277dependencies = [
278 "cfg-if",
279]
280
281[[package]]
282name = "ctor"
283version = "0.1.26"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
286dependencies = [
287 "quote",
288 "syn",
289]
290
291[[package]]
292name = "curl"
293version = "0.4.44"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
296dependencies = [
297 "curl-sys",
298 "libc",
299 "schannel",
300 "socket2",
301 "winapi",
302]
303
304[[package]]
305name = "curl-sys"
306version = "0.4.60+curl-7.88.1"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f"
309dependencies = [
310 "cc",
311 "libc",
312 "libnghttp2-sys",
313 "libz-sys",
314 "pkg-config",
315 "rustls-ffi",
316 "vcpkg",
317 "winapi",
318]
319
320[[package]]
321name = "encoding_rs"
322version = "0.8.32"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
325dependencies = [
326 "cfg-if",
327]
328
329[[package]]
330name = "errno"
331version = "0.2.8"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
334dependencies = [
335 "errno-dragonfly",
336 "libc",
337 "winapi",
338]
339
340[[package]]
341name = "errno-dragonfly"
342version = "0.1.2"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
345dependencies = [
346 "cc",
347 "libc",
348]
349
350[[package]]
351name = "event-listener"
352version = "2.5.3"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
355
356[[package]]
357name = "fastrand"
358version = "1.9.0"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
361dependencies = [
362 "instant",
363]
364
365[[package]]
366name = "fnv"
367version = "1.0.7"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
370
371[[package]]
372name = "foreign-types"
373version = "0.3.2"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
376dependencies = [
377 "foreign-types-shared",
378]
379
380[[package]]
381name = "foreign-types-shared"
382version = "0.1.1"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
385
386[[package]]
387name = "form_urlencoded"
388version = "1.1.0"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
391dependencies = [
392 "percent-encoding",
393]
394
395[[package]]
396name = "futures-channel"
397version = "0.3.26"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
400dependencies = [
401 "futures-core",
402]
403
404[[package]]
405name = "futures-core"
406version = "0.3.26"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
409
410[[package]]
411name = "futures-io"
412version = "0.3.26"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
415
416[[package]]
417name = "futures-lite"
418version = "1.12.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
421dependencies = [
422 "fastrand",
423 "futures-core",
424 "futures-io",
425 "memchr",
426 "parking",
427 "pin-project-lite",
428 "waker-fn",
429]
430
431[[package]]
432name = "futures-macro"
433version = "0.3.26"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
436dependencies = [
437 "proc-macro2",
438 "quote",
439 "syn",
440]
441
442[[package]]
443name = "futures-sink"
444version = "0.3.26"
445source = "registry+https://github.com/rust-lang/crates.io-index"
446checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
447
448[[package]]
449name = "futures-task"
450version = "0.3.26"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
453
454[[package]]
455name = "futures-util"
456version = "0.3.26"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
459dependencies = [
460 "futures-core",
461 "futures-io",
462 "futures-macro",
463 "futures-task",
464 "memchr",
465 "pin-project-lite",
466 "pin-utils",
467 "slab",
468]
469
470[[package]]
471name = "gloo-timers"
472version = "0.2.6"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
475dependencies = [
476 "futures-channel",
477 "futures-core",
478 "js-sys",
479 "wasm-bindgen",
480]
481
482[[package]]
483name = "h2"
484version = "0.3.16"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
487dependencies = [
488 "bytes",
489 "fnv",
490 "futures-core",
491 "futures-sink",
492 "futures-util",
493 "http",
494 "indexmap",
495 "slab",
496 "tokio",
497 "tokio-util",
498 "tracing",
499]
500
501[[package]]
502name = "hashbrown"
503version = "0.12.3"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
506
507[[package]]
508name = "hermit-abi"
509version = "0.2.6"
510source = "registry+https://github.com/rust-lang/crates.io-index"
511checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
512dependencies = [
513 "libc",
514]
515
516[[package]]
517name = "http"
518version = "0.2.9"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
521dependencies = [
522 "bytes",
523 "fnv",
524 "itoa",
525]
526
527[[package]]
528name = "http-body"
529version = "0.4.5"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
532dependencies = [
533 "bytes",
534 "http",
535 "pin-project-lite",
536]
537
538[[package]]
539name = "httparse"
540version = "1.8.0"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
543
544[[package]]
545name = "httpdate"
546version = "1.0.2"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
549
550[[package]]
551name = "httpmock"
552version = "0.6.7"
553source = "git+https://github.com/alexliesenfeld/httpmock.git?rev=9ecf35255ee154986bc36d06473f1fa088586ad9#9ecf35255ee154986bc36d06473f1fa088586ad9"
554dependencies = [
555 "assert-json-diff",
556 "async-object-pool",
557 "async-trait",
558 "base64 0.13.1",
559 "crossbeam-utils",
560 "form_urlencoded",
561 "futures-util",
562 "hyper",
563 "isahc",
564 "lazy_static",
565 "levenshtein",
566 "log",
567 "regex",
568 "serde",
569 "serde_json",
570 "serde_regex",
571 "similar",
572 "tokio",
573 "url",
574]
575
576[[package]]
577name = "hyper"
578version = "0.14.24"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
581dependencies = [
582 "bytes",
583 "futures-channel",
584 "futures-core",
585 "futures-util",
586 "h2",
587 "http",
588 "http-body",
589 "httparse",
590 "httpdate",
591 "itoa",
592 "pin-project-lite",
593 "socket2",
594 "tokio",
595 "tower-service",
596 "tracing",
597 "want",
598]
599
600[[package]]
601name = "hyper-rustls"
602version = "0.23.2"
603source = "registry+https://github.com/rust-lang/crates.io-index"
604checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
605dependencies = [
606 "http",
607 "hyper",
608 "rustls",
609 "tokio",
610 "tokio-rustls",
611]
612
613[[package]]
614name = "hyper-tls"
615version = "0.5.0"
616source = "registry+https://github.com/rust-lang/crates.io-index"
617checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
618dependencies = [
619 "bytes",
620 "hyper",
621 "native-tls",
622 "tokio",
623 "tokio-native-tls",
624]
625
626[[package]]
627name = "idna"
628version = "0.3.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
631dependencies = [
632 "unicode-bidi",
633 "unicode-normalization",
634]
635
636[[package]]
637name = "indexmap"
638version = "1.9.2"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
641dependencies = [
642 "autocfg",
643 "hashbrown",
644]
645
646[[package]]
647name = "instant"
648version = "0.1.12"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
651dependencies = [
652 "cfg-if",
653]
654
655[[package]]
656name = "io-lifetimes"
657version = "1.0.5"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
660dependencies = [
661 "libc",
662 "windows-sys 0.45.0",
663]
664
665[[package]]
666name = "ipnet"
667version = "2.7.1"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
670
671[[package]]
672name = "isahc"
673version = "1.7.0"
674source = "git+https://github.com/sagebind/isahc.git?rev=096aff7b13f4ff5bb474fdc27bc30b297a2968f6#096aff7b13f4ff5bb474fdc27bc30b297a2968f6"
675dependencies = [
676 "async-channel",
677 "castaway",
678 "crossbeam-utils",
679 "curl",
680 "curl-sys",
681 "encoding_rs",
682 "event-listener",
683 "futures-io",
684 "futures-lite",
685 "http",
686 "log",
687 "mime",
688 "once_cell",
689 "polling",
690 "serde",
691 "serde_json",
692 "sluice",
693 "tracing",
694 "tracing-futures",
695 "url",
696 "waker-fn",
697]
698
699[[package]]
700name = "itoa"
701version = "1.0.5"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
704
705[[package]]
706name = "js-sys"
707version = "0.3.61"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
710dependencies = [
711 "wasm-bindgen",
712]
713
714[[package]]
715name = "kv-log-macro"
716version = "1.0.7"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
719dependencies = [
720 "log",
721]
722
723[[package]]
724name = "lazy_static"
725version = "1.4.0"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
728
729[[package]]
730name = "levenshtein"
731version = "1.0.5"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760"
734
735[[package]]
736name = "libc"
737version = "0.2.139"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
740
741[[package]]
742name = "libnghttp2-sys"
743version = "0.1.7+1.45.0"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
746dependencies = [
747 "cc",
748 "libc",
749]
750
751[[package]]
752name = "libz-sys"
753version = "1.1.8"
754source = "registry+https://github.com/rust-lang/crates.io-index"
755checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
756dependencies = [
757 "cc",
758 "libc",
759 "pkg-config",
760 "vcpkg",
761]
762
763[[package]]
764name = "linux-raw-sys"
765version = "0.1.4"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
768
769[[package]]
770name = "log"
771version = "0.4.17"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
774dependencies = [
775 "cfg-if",
776 "value-bag",
777]
778
779[[package]]
780name = "memchr"
781version = "2.5.0"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
784
785[[package]]
786name = "mime"
787version = "0.3.16"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
790
791[[package]]
792name = "mio"
793version = "0.8.6"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
796dependencies = [
797 "libc",
798 "log",
799 "wasi",
800 "windows-sys 0.45.0",
801]
802
803[[package]]
804name = "native-tls"
805version = "0.2.11"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
808dependencies = [
809 "lazy_static",
810 "libc",
811 "log",
812 "openssl",
813 "openssl-probe",
814 "openssl-sys",
815 "schannel",
816 "security-framework",
817 "security-framework-sys",
818 "tempfile",
819]
820
821[[package]]
822name = "num_cpus"
823version = "1.15.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
826dependencies = [
827 "hermit-abi",
828 "libc",
829]
830
831[[package]]
832name = "num_enum"
833version = "0.5.11"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
836dependencies = [
837 "num_enum_derive",
838]
839
840[[package]]
841name = "num_enum_derive"
842version = "0.5.11"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
845dependencies = [
846 "proc-macro-crate",
847 "proc-macro2",
848 "quote",
849 "syn",
850]
851
852[[package]]
853name = "once_cell"
854version = "1.17.1"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
857
858[[package]]
859name = "openssl"
860version = "0.10.45"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
863dependencies = [
864 "bitflags",
865 "cfg-if",
866 "foreign-types",
867 "libc",
868 "once_cell",
869 "openssl-macros",
870 "openssl-sys",
871]
872
873[[package]]
874name = "openssl-macros"
875version = "0.1.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
878dependencies = [
879 "proc-macro2",
880 "quote",
881 "syn",
882]
883
884[[package]]
885name = "openssl-probe"
886version = "0.1.5"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
889
890[[package]]
891name = "openssl-sys"
892version = "0.9.80"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
895dependencies = [
896 "autocfg",
897 "cc",
898 "libc",
899 "pkg-config",
900 "vcpkg",
901]
902
903[[package]]
904name = "parking"
905version = "2.0.0"
906source = "registry+https://github.com/rust-lang/crates.io-index"
907checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
908
909[[package]]
910name = "percent-encoding"
911version = "2.2.0"
912source = "registry+https://github.com/rust-lang/crates.io-index"
913checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
914
915[[package]]
916name = "pin-project"
917version = "1.0.12"
918source = "registry+https://github.com/rust-lang/crates.io-index"
919checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
920dependencies = [
921 "pin-project-internal",
922]
923
924[[package]]
925name = "pin-project-internal"
926version = "1.0.12"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
929dependencies = [
930 "proc-macro2",
931 "quote",
932 "syn",
933]
934
935[[package]]
936name = "pin-project-lite"
937version = "0.2.9"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
940
941[[package]]
942name = "pin-utils"
943version = "0.1.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
946
947[[package]]
948name = "pkg-config"
949version = "0.3.26"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
952
953[[package]]
954name = "pkg_a"
955version = "0.1.0"
956dependencies = [
957 "anyhow",
958 "httpmock",
959 "reqwest",
960]
961
962[[package]]
963name = "polling"
964version = "2.5.2"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
967dependencies = [
968 "autocfg",
969 "cfg-if",
970 "libc",
971 "log",
972 "wepoll-ffi",
973 "windows-sys 0.42.0",
974]
975
976[[package]]
977name = "proc-macro-crate"
978version = "1.3.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
981dependencies = [
982 "once_cell",
983 "toml_edit",
984]
985
986[[package]]
987name = "proc-macro2"
988version = "1.0.51"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
991dependencies = [
992 "unicode-ident",
993]
994
995[[package]]
996name = "quote"
997version = "1.0.23"
998source = "registry+https://github.com/rust-lang/crates.io-index"
999checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
1000dependencies = [
1001 "proc-macro2",
1002]
1003
1004[[package]]
1005name = "redox_syscall"
1006version = "0.2.16"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1009dependencies = [
1010 "bitflags",
1011]
1012
1013[[package]]
1014name = "regex"
1015version = "1.7.1"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
1018dependencies = [
1019 "aho-corasick",
1020 "memchr",
1021 "regex-syntax",
1022]
1023
1024[[package]]
1025name = "regex-syntax"
1026version = "0.6.28"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1029
1030[[package]]
1031name = "reqwest"
1032version = "0.11.14"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
1035dependencies = [
1036 "base64 0.21.0",
1037 "bytes",
1038 "encoding_rs",
1039 "futures-core",
1040 "futures-util",
1041 "h2",
1042 "http",
1043 "http-body",
1044 "hyper",
1045 "hyper-rustls",
1046 "hyper-tls",
1047 "ipnet",
1048 "js-sys",
1049 "log",
1050 "mime",
1051 "native-tls",
1052 "once_cell",
1053 "percent-encoding",
1054 "pin-project-lite",
1055 "rustls",
1056 "rustls-pemfile 1.0.2",
1057 "serde",
1058 "serde_json",
1059 "serde_urlencoded",
1060 "tokio",
1061 "tokio-native-tls",
1062 "tokio-rustls",
1063 "tower-service",
1064 "url",
1065 "wasm-bindgen",
1066 "wasm-bindgen-futures",
1067 "web-sys",
1068 "webpki-roots",
1069 "winreg",
1070]
1071
1072[[package]]
1073name = "ring"
1074version = "0.16.20"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1077dependencies = [
1078 "cc",
1079 "libc",
1080 "once_cell",
1081 "spin",
1082 "untrusted",
1083 "web-sys",
1084 "winapi",
1085]
1086
1087[[package]]
1088name = "rustix"
1089version = "0.36.8"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
1092dependencies = [
1093 "bitflags",
1094 "errno",
1095 "io-lifetimes",
1096 "libc",
1097 "linux-raw-sys",
1098 "windows-sys 0.45.0",
1099]
1100
1101[[package]]
1102name = "rustls"
1103version = "0.20.8"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
1106dependencies = [
1107 "log",
1108 "ring",
1109 "sct",
1110 "webpki",
1111]
1112
1113[[package]]
1114name = "rustls-ffi"
1115version = "0.8.2"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "9da52707cca59e6eef8a78f3ad8d04024254a168ed1b41eb4dfa9616eace781a"
1118dependencies = [
1119 "libc",
1120 "log",
1121 "num_enum",
1122 "rustls",
1123 "rustls-pemfile 0.2.1",
1124 "sct",
1125 "webpki",
1126]
1127
1128[[package]]
1129name = "rustls-pemfile"
1130version = "0.2.1"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
1133dependencies = [
1134 "base64 0.13.1",
1135]
1136
1137[[package]]
1138name = "rustls-pemfile"
1139version = "1.0.2"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
1142dependencies = [
1143 "base64 0.21.0",
1144]
1145
1146[[package]]
1147name = "rustversion"
1148version = "1.0.11"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
1151
1152[[package]]
1153name = "ryu"
1154version = "1.0.12"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1157
1158[[package]]
1159name = "schannel"
1160version = "0.1.21"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1163dependencies = [
1164 "windows-sys 0.42.0",
1165]
1166
1167[[package]]
1168name = "sct"
1169version = "0.7.0"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1172dependencies = [
1173 "ring",
1174 "untrusted",
1175]
1176
1177[[package]]
1178name = "security-framework"
1179version = "2.8.2"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1182dependencies = [
1183 "bitflags",
1184 "core-foundation",
1185 "core-foundation-sys",
1186 "libc",
1187 "security-framework-sys",
1188]
1189
1190[[package]]
1191name = "security-framework-sys"
1192version = "2.8.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1195dependencies = [
1196 "core-foundation-sys",
1197 "libc",
1198]
1199
1200[[package]]
1201name = "serde"
1202version = "1.0.152"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
1205dependencies = [
1206 "serde_derive",
1207]
1208
1209[[package]]
1210name = "serde_derive"
1211version = "1.0.152"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
1214dependencies = [
1215 "proc-macro2",
1216 "quote",
1217 "syn",
1218]
1219
1220[[package]]
1221name = "serde_json"
1222version = "1.0.93"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
1225dependencies = [
1226 "itoa",
1227 "ryu",
1228 "serde",
1229]
1230
1231[[package]]
1232name = "serde_regex"
1233version = "1.1.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
1236dependencies = [
1237 "regex",
1238 "serde",
1239]
1240
1241[[package]]
1242name = "serde_urlencoded"
1243version = "0.7.1"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1246dependencies = [
1247 "form_urlencoded",
1248 "itoa",
1249 "ryu",
1250 "serde",
1251]
1252
1253[[package]]
1254name = "signal-hook"
1255version = "0.3.15"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
1258dependencies = [
1259 "libc",
1260 "signal-hook-registry",
1261]
1262
1263[[package]]
1264name = "signal-hook-registry"
1265version = "1.4.1"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
1268dependencies = [
1269 "libc",
1270]
1271
1272[[package]]
1273name = "similar"
1274version = "2.2.1"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
1277
1278[[package]]
1279name = "slab"
1280version = "0.4.8"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1283dependencies = [
1284 "autocfg",
1285]
1286
1287[[package]]
1288name = "sluice"
1289version = "0.5.5"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
1292dependencies = [
1293 "async-channel",
1294 "futures-core",
1295 "futures-io",
1296]
1297
1298[[package]]
1299name = "socket2"
1300version = "0.4.9"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1303dependencies = [
1304 "libc",
1305 "winapi",
1306]
1307
1308[[package]]
1309name = "spin"
1310version = "0.5.2"
1311source = "registry+https://github.com/rust-lang/crates.io-index"
1312checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1313
1314[[package]]
1315name = "syn"
1316version = "1.0.109"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1319dependencies = [
1320 "proc-macro2",
1321 "quote",
1322 "unicode-ident",
1323]
1324
1325[[package]]
1326name = "tempfile"
1327version = "3.4.0"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
1330dependencies = [
1331 "cfg-if",
1332 "fastrand",
1333 "redox_syscall",
1334 "rustix",
1335 "windows-sys 0.42.0",
1336]
1337
1338[[package]]
1339name = "tinyvec"
1340version = "1.6.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1343dependencies = [
1344 "tinyvec_macros",
1345]
1346
1347[[package]]
1348name = "tinyvec_macros"
1349version = "0.1.1"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1352
1353[[package]]
1354name = "tokio"
1355version = "1.26.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
1358dependencies = [
1359 "autocfg",
1360 "bytes",
1361 "libc",
1362 "memchr",
1363 "mio",
1364 "num_cpus",
1365 "pin-project-lite",
1366 "signal-hook-registry",
1367 "socket2",
1368 "tokio-macros",
1369 "windows-sys 0.45.0",
1370]
1371
1372[[package]]
1373name = "tokio-macros"
1374version = "1.8.2"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
1377dependencies = [
1378 "proc-macro2",
1379 "quote",
1380 "syn",
1381]
1382
1383[[package]]
1384name = "tokio-native-tls"
1385version = "0.3.1"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1388dependencies = [
1389 "native-tls",
1390 "tokio",
1391]
1392
1393[[package]]
1394name = "tokio-rustls"
1395version = "0.23.4"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
1398dependencies = [
1399 "rustls",
1400 "tokio",
1401 "webpki",
1402]
1403
1404[[package]]
1405name = "tokio-util"
1406version = "0.7.7"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
1409dependencies = [
1410 "bytes",
1411 "futures-core",
1412 "futures-sink",
1413 "pin-project-lite",
1414 "tokio",
1415 "tracing",
1416]
1417
1418[[package]]
1419name = "toml_datetime"
1420version = "0.6.1"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
1423
1424[[package]]
1425name = "toml_edit"
1426version = "0.19.4"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
1429dependencies = [
1430 "indexmap",
1431 "toml_datetime",
1432 "winnow",
1433]
1434
1435[[package]]
1436name = "tower-service"
1437version = "0.3.2"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1440
1441[[package]]
1442name = "tracing"
1443version = "0.1.37"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1446dependencies = [
1447 "cfg-if",
1448 "log",
1449 "pin-project-lite",
1450 "tracing-attributes",
1451 "tracing-core",
1452]
1453
1454[[package]]
1455name = "tracing-attributes"
1456version = "0.1.23"
1457source = "registry+https://github.com/rust-lang/crates.io-index"
1458checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
1459dependencies = [
1460 "proc-macro2",
1461 "quote",
1462 "syn",
1463]
1464
1465[[package]]
1466name = "tracing-core"
1467version = "0.1.30"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1470dependencies = [
1471 "once_cell",
1472]
1473
1474[[package]]
1475name = "tracing-futures"
1476version = "0.2.5"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1479dependencies = [
1480 "pin-project",
1481 "tracing",
1482]
1483
1484[[package]]
1485name = "try-lock"
1486version = "0.2.4"
1487source = "registry+https://github.com/rust-lang/crates.io-index"
1488checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1489
1490[[package]]
1491name = "unicode-bidi"
1492version = "0.3.10"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
1495
1496[[package]]
1497name = "unicode-ident"
1498version = "1.0.6"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1501
1502[[package]]
1503name = "unicode-normalization"
1504version = "0.1.22"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1507dependencies = [
1508 "tinyvec",
1509]
1510
1511[[package]]
1512name = "untrusted"
1513version = "0.7.1"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
1516
1517[[package]]
1518name = "url"
1519version = "2.3.1"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1522dependencies = [
1523 "form_urlencoded",
1524 "idna",
1525 "percent-encoding",
1526]
1527
1528[[package]]
1529name = "value-bag"
1530version = "1.0.0-alpha.9"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
1533dependencies = [
1534 "ctor",
1535 "version_check",
1536]
1537
1538[[package]]
1539name = "vcpkg"
1540version = "0.2.15"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1543
1544[[package]]
1545name = "version_check"
1546version = "0.9.4"
1547source = "registry+https://github.com/rust-lang/crates.io-index"
1548checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1549
1550[[package]]
1551name = "waker-fn"
1552version = "1.1.0"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1555
1556[[package]]
1557name = "want"
1558version = "0.3.0"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1561dependencies = [
1562 "log",
1563 "try-lock",
1564]
1565
1566[[package]]
1567name = "wasi"
1568version = "0.11.0+wasi-snapshot-preview1"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1571
1572[[package]]
1573name = "wasm-bindgen"
1574version = "0.2.84"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
1577dependencies = [
1578 "cfg-if",
1579 "wasm-bindgen-macro",
1580]
1581
1582[[package]]
1583name = "wasm-bindgen-backend"
1584version = "0.2.84"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
1587dependencies = [
1588 "bumpalo",
1589 "log",
1590 "once_cell",
1591 "proc-macro2",
1592 "quote",
1593 "syn",
1594 "wasm-bindgen-shared",
1595]
1596
1597[[package]]
1598name = "wasm-bindgen-futures"
1599version = "0.4.34"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
1602dependencies = [
1603 "cfg-if",
1604 "js-sys",
1605 "wasm-bindgen",
1606 "web-sys",
1607]
1608
1609[[package]]
1610name = "wasm-bindgen-macro"
1611version = "0.2.84"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
1614dependencies = [
1615 "quote",
1616 "wasm-bindgen-macro-support",
1617]
1618
1619[[package]]
1620name = "wasm-bindgen-macro-support"
1621version = "0.2.84"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
1624dependencies = [
1625 "proc-macro2",
1626 "quote",
1627 "syn",
1628 "wasm-bindgen-backend",
1629 "wasm-bindgen-shared",
1630]
1631
1632[[package]]
1633name = "wasm-bindgen-shared"
1634version = "0.2.84"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
1637
1638[[package]]
1639name = "web-sys"
1640version = "0.3.61"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
1643dependencies = [
1644 "js-sys",
1645 "wasm-bindgen",
1646]
1647
1648[[package]]
1649name = "webpki"
1650version = "0.22.0"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
1653dependencies = [
1654 "ring",
1655 "untrusted",
1656]
1657
1658[[package]]
1659name = "webpki-roots"
1660version = "0.22.6"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
1663dependencies = [
1664 "webpki",
1665]
1666
1667[[package]]
1668name = "wepoll-ffi"
1669version = "0.1.2"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
1672dependencies = [
1673 "cc",
1674]
1675
1676[[package]]
1677name = "winapi"
1678version = "0.3.9"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1681dependencies = [
1682 "winapi-i686-pc-windows-gnu",
1683 "winapi-x86_64-pc-windows-gnu",
1684]
1685
1686[[package]]
1687name = "winapi-i686-pc-windows-gnu"
1688version = "0.4.0"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1691
1692[[package]]
1693name = "winapi-x86_64-pc-windows-gnu"
1694version = "0.4.0"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1697
1698[[package]]
1699name = "windows-sys"
1700version = "0.42.0"
1701source = "registry+https://github.com/rust-lang/crates.io-index"
1702checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1703dependencies = [
1704 "windows_aarch64_gnullvm",
1705 "windows_aarch64_msvc",
1706 "windows_i686_gnu",
1707 "windows_i686_msvc",
1708 "windows_x86_64_gnu",
1709 "windows_x86_64_gnullvm",
1710 "windows_x86_64_msvc",
1711]
1712
1713[[package]]
1714name = "windows-sys"
1715version = "0.45.0"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1718dependencies = [
1719 "windows-targets",
1720]
1721
1722[[package]]
1723name = "windows-targets"
1724version = "0.42.1"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
1727dependencies = [
1728 "windows_aarch64_gnullvm",
1729 "windows_aarch64_msvc",
1730 "windows_i686_gnu",
1731 "windows_i686_msvc",
1732 "windows_x86_64_gnu",
1733 "windows_x86_64_gnullvm",
1734 "windows_x86_64_msvc",
1735]
1736
1737[[package]]
1738name = "windows_aarch64_gnullvm"
1739version = "0.42.1"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
1742
1743[[package]]
1744name = "windows_aarch64_msvc"
1745version = "0.42.1"
1746source = "registry+https://github.com/rust-lang/crates.io-index"
1747checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
1748
1749[[package]]
1750name = "windows_i686_gnu"
1751version = "0.42.1"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
1754
1755[[package]]
1756name = "windows_i686_msvc"
1757version = "0.42.1"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
1760
1761[[package]]
1762name = "windows_x86_64_gnu"
1763version = "0.42.1"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
1766
1767[[package]]
1768name = "windows_x86_64_gnullvm"
1769version = "0.42.1"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
1772
1773[[package]]
1774name = "windows_x86_64_msvc"
1775version = "0.42.1"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1778
1779[[package]]
1780name = "winnow"
1781version = "0.3.3"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658"
1784dependencies = [
1785 "memchr",
1786]
1787
1788[[package]]
1789name = "winreg"
1790version = "0.10.1"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
1793dependencies = [
1794 "winapi",
1795]
1796