cargo-codspeed: 2.3.1 -> 2.3.2
[NixPkgs.git] / pkgs / tools / wayland / aw-watcher-window-wayland / Cargo.lock
blobb1cc23695b307bb413523b7e3e5df8fa17f023fb
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "android_system_properties"
7 version = "0.1.5"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
10 dependencies = [
11  "libc",
14 [[package]]
15 name = "appdirs"
16 version = "0.2.0"
17 source = "registry+https://github.com/rust-lang/crates.io-index"
18 checksum = "d512b3e61196d27562dcc71446a58ba8a93d3bed2a03a87f96101b9a17f1d378"
19 dependencies = [
20  "ole32-sys",
21  "shell32-sys",
22  "winapi 0.2.8",
25 [[package]]
26 name = "autocfg"
27 version = "1.1.0"
28 source = "registry+https://github.com/rust-lang/crates.io-index"
29 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
31 [[package]]
32 name = "aw-client-rust"
33 version = "0.1.0"
34 source = "git+https://github.com/ActivityWatch/aw-server-rust.git#bd547add68b1028f018f25727799a48acb3188a2"
35 dependencies = [
36  "aw-models",
37  "chrono",
38  "gethostname 0.4.1",
39  "reqwest",
40  "serde",
41  "serde_json",
44 [[package]]
45 name = "aw-models"
46 version = "0.1.0"
47 source = "git+https://github.com/ActivityWatch/aw-server-rust.git#bd547add68b1028f018f25727799a48acb3188a2"
48 dependencies = [
49  "chrono",
50  "log",
51  "schemars",
52  "serde",
53  "serde_json",
56 [[package]]
57 name = "aw-watcher-window-wayland"
58 version = "0.1.0"
59 dependencies = [
60  "appdirs",
61  "aw-client-rust",
62  "chrono",
63  "file-lock",
64  "gethostname 0.2.3",
65  "getopts",
66  "lazy_static",
67  "mio 0.6.23",
68  "serde_json",
69  "smallvec",
70  "timerfd",
71  "wayland-client",
72  "wayland-commons",
73  "wayland-scanner",
74  "wayland-sys",
77 [[package]]
78 name = "base64"
79 version = "0.21.0"
80 source = "registry+https://github.com/rust-lang/crates.io-index"
81 checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
83 [[package]]
84 name = "bitflags"
85 version = "1.3.2"
86 source = "registry+https://github.com/rust-lang/crates.io-index"
87 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
89 [[package]]
90 name = "bumpalo"
91 version = "3.12.0"
92 source = "registry+https://github.com/rust-lang/crates.io-index"
93 checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
95 [[package]]
96 name = "bytes"
97 version = "1.4.0"
98 source = "registry+https://github.com/rust-lang/crates.io-index"
99 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
101 [[package]]
102 name = "cc"
103 version = "1.0.79"
104 source = "registry+https://github.com/rust-lang/crates.io-index"
105 checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
107 [[package]]
108 name = "cfg-if"
109 version = "0.1.10"
110 source = "registry+https://github.com/rust-lang/crates.io-index"
111 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
113 [[package]]
114 name = "cfg-if"
115 version = "1.0.0"
116 source = "registry+https://github.com/rust-lang/crates.io-index"
117 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
119 [[package]]
120 name = "chrono"
121 version = "0.4.23"
122 source = "registry+https://github.com/rust-lang/crates.io-index"
123 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
124 dependencies = [
125  "iana-time-zone",
126  "js-sys",
127  "num-integer",
128  "num-traits",
129  "serde",
130  "time",
131  "wasm-bindgen",
132  "winapi 0.3.9",
135 [[package]]
136 name = "codespan-reporting"
137 version = "0.11.1"
138 source = "registry+https://github.com/rust-lang/crates.io-index"
139 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
140 dependencies = [
141  "termcolor",
142  "unicode-width",
145 [[package]]
146 name = "core-foundation"
147 version = "0.9.3"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
150 dependencies = [
151  "core-foundation-sys",
152  "libc",
155 [[package]]
156 name = "core-foundation-sys"
157 version = "0.8.3"
158 source = "registry+https://github.com/rust-lang/crates.io-index"
159 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
161 [[package]]
162 name = "cxx"
163 version = "1.0.91"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
166 dependencies = [
167  "cc",
168  "cxxbridge-flags",
169  "cxxbridge-macro",
170  "link-cplusplus",
173 [[package]]
174 name = "cxx-build"
175 version = "1.0.91"
176 source = "registry+https://github.com/rust-lang/crates.io-index"
177 checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
178 dependencies = [
179  "cc",
180  "codespan-reporting",
181  "once_cell",
182  "proc-macro2",
183  "quote",
184  "scratch",
185  "syn",
188 [[package]]
189 name = "cxxbridge-flags"
190 version = "1.0.91"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
194 [[package]]
195 name = "cxxbridge-macro"
196 version = "1.0.91"
197 source = "registry+https://github.com/rust-lang/crates.io-index"
198 checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
199 dependencies = [
200  "proc-macro2",
201  "quote",
202  "syn",
205 [[package]]
206 name = "downcast-rs"
207 version = "1.2.0"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
211 [[package]]
212 name = "dyn-clone"
213 version = "1.0.10"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 checksum = "c9b0705efd4599c15a38151f4721f7bc388306f61084d3bfd50bd07fbca5cb60"
217 [[package]]
218 name = "encoding_rs"
219 version = "0.8.32"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
222 dependencies = [
223  "cfg-if 1.0.0",
226 [[package]]
227 name = "errno"
228 version = "0.2.8"
229 source = "registry+https://github.com/rust-lang/crates.io-index"
230 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
231 dependencies = [
232  "errno-dragonfly",
233  "libc",
234  "winapi 0.3.9",
237 [[package]]
238 name = "errno-dragonfly"
239 version = "0.1.2"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
242 dependencies = [
243  "cc",
244  "libc",
247 [[package]]
248 name = "fastrand"
249 version = "1.9.0"
250 source = "registry+https://github.com/rust-lang/crates.io-index"
251 checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
252 dependencies = [
253  "instant",
256 [[package]]
257 name = "file-lock"
258 version = "1.1.20"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
260 checksum = "b16486239b3741480cef090b6f9924faf5dd5481022c6f266a51fab1a92971a2"
261 dependencies = [
262  "gcc",
263  "libc",
264  "mktemp",
265  "nix 0.11.1",
268 [[package]]
269 name = "fnv"
270 version = "1.0.7"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
274 [[package]]
275 name = "foreign-types"
276 version = "0.3.2"
277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
279 dependencies = [
280  "foreign-types-shared",
283 [[package]]
284 name = "foreign-types-shared"
285 version = "0.1.1"
286 source = "registry+https://github.com/rust-lang/crates.io-index"
287 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
289 [[package]]
290 name = "form_urlencoded"
291 version = "1.1.0"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
294 dependencies = [
295  "percent-encoding",
298 [[package]]
299 name = "fuchsia-cprng"
300 version = "0.1.1"
301 source = "registry+https://github.com/rust-lang/crates.io-index"
302 checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
304 [[package]]
305 name = "fuchsia-zircon"
306 version = "0.3.3"
307 source = "registry+https://github.com/rust-lang/crates.io-index"
308 checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
309 dependencies = [
310  "bitflags",
311  "fuchsia-zircon-sys",
314 [[package]]
315 name = "fuchsia-zircon-sys"
316 version = "0.3.3"
317 source = "registry+https://github.com/rust-lang/crates.io-index"
318 checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
320 [[package]]
321 name = "futures-channel"
322 version = "0.3.26"
323 source = "registry+https://github.com/rust-lang/crates.io-index"
324 checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
325 dependencies = [
326  "futures-core",
329 [[package]]
330 name = "futures-core"
331 version = "0.3.26"
332 source = "registry+https://github.com/rust-lang/crates.io-index"
333 checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
335 [[package]]
336 name = "futures-io"
337 version = "0.3.26"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
339 checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
341 [[package]]
342 name = "futures-sink"
343 version = "0.3.26"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
347 [[package]]
348 name = "futures-task"
349 version = "0.3.26"
350 source = "registry+https://github.com/rust-lang/crates.io-index"
351 checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
353 [[package]]
354 name = "futures-util"
355 version = "0.3.26"
356 source = "registry+https://github.com/rust-lang/crates.io-index"
357 checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
358 dependencies = [
359  "futures-core",
360  "futures-io",
361  "futures-task",
362  "memchr",
363  "pin-project-lite",
364  "pin-utils",
365  "slab",
368 [[package]]
369 name = "gcc"
370 version = "0.3.55"
371 source = "registry+https://github.com/rust-lang/crates.io-index"
372 checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
374 [[package]]
375 name = "gethostname"
376 version = "0.2.3"
377 source = "registry+https://github.com/rust-lang/crates.io-index"
378 checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
379 dependencies = [
380  "libc",
381  "winapi 0.3.9",
384 [[package]]
385 name = "gethostname"
386 version = "0.4.1"
387 source = "registry+https://github.com/rust-lang/crates.io-index"
388 checksum = "8a329e22866dd78b35d2c639a4a23d7b950aeae300dfd79f4fb19f74055c2404"
389 dependencies = [
390  "libc",
391  "windows",
394 [[package]]
395 name = "getopts"
396 version = "0.2.21"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
399 dependencies = [
400  "unicode-width",
403 [[package]]
404 name = "h2"
405 version = "0.3.15"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
408 dependencies = [
409  "bytes",
410  "fnv",
411  "futures-core",
412  "futures-sink",
413  "futures-util",
414  "http",
415  "indexmap",
416  "slab",
417  "tokio",
418  "tokio-util",
419  "tracing",
422 [[package]]
423 name = "hashbrown"
424 version = "0.12.3"
425 source = "registry+https://github.com/rust-lang/crates.io-index"
426 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
428 [[package]]
429 name = "hermit-abi"
430 version = "0.2.6"
431 source = "registry+https://github.com/rust-lang/crates.io-index"
432 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
433 dependencies = [
434  "libc",
437 [[package]]
438 name = "http"
439 version = "0.2.9"
440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
442 dependencies = [
443  "bytes",
444  "fnv",
445  "itoa",
448 [[package]]
449 name = "http-body"
450 version = "0.4.5"
451 source = "registry+https://github.com/rust-lang/crates.io-index"
452 checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
453 dependencies = [
454  "bytes",
455  "http",
456  "pin-project-lite",
459 [[package]]
460 name = "httparse"
461 version = "1.8.0"
462 source = "registry+https://github.com/rust-lang/crates.io-index"
463 checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
465 [[package]]
466 name = "httpdate"
467 version = "1.0.2"
468 source = "registry+https://github.com/rust-lang/crates.io-index"
469 checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
471 [[package]]
472 name = "hyper"
473 version = "0.14.24"
474 source = "registry+https://github.com/rust-lang/crates.io-index"
475 checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
476 dependencies = [
477  "bytes",
478  "futures-channel",
479  "futures-core",
480  "futures-util",
481  "h2",
482  "http",
483  "http-body",
484  "httparse",
485  "httpdate",
486  "itoa",
487  "pin-project-lite",
488  "socket2",
489  "tokio",
490  "tower-service",
491  "tracing",
492  "want",
495 [[package]]
496 name = "hyper-tls"
497 version = "0.5.0"
498 source = "registry+https://github.com/rust-lang/crates.io-index"
499 checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
500 dependencies = [
501  "bytes",
502  "hyper",
503  "native-tls",
504  "tokio",
505  "tokio-native-tls",
508 [[package]]
509 name = "iana-time-zone"
510 version = "0.1.53"
511 source = "registry+https://github.com/rust-lang/crates.io-index"
512 checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
513 dependencies = [
514  "android_system_properties",
515  "core-foundation-sys",
516  "iana-time-zone-haiku",
517  "js-sys",
518  "wasm-bindgen",
519  "winapi 0.3.9",
522 [[package]]
523 name = "iana-time-zone-haiku"
524 version = "0.1.1"
525 source = "registry+https://github.com/rust-lang/crates.io-index"
526 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
527 dependencies = [
528  "cxx",
529  "cxx-build",
532 [[package]]
533 name = "idna"
534 version = "0.3.0"
535 source = "registry+https://github.com/rust-lang/crates.io-index"
536 checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
537 dependencies = [
538  "unicode-bidi",
539  "unicode-normalization",
542 [[package]]
543 name = "indexmap"
544 version = "1.9.2"
545 source = "registry+https://github.com/rust-lang/crates.io-index"
546 checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
547 dependencies = [
548  "autocfg",
549  "hashbrown",
552 [[package]]
553 name = "instant"
554 version = "0.1.12"
555 source = "registry+https://github.com/rust-lang/crates.io-index"
556 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
557 dependencies = [
558  "cfg-if 1.0.0",
561 [[package]]
562 name = "io-lifetimes"
563 version = "1.0.5"
564 source = "registry+https://github.com/rust-lang/crates.io-index"
565 checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
566 dependencies = [
567  "libc",
568  "windows-sys 0.45.0",
571 [[package]]
572 name = "iovec"
573 version = "0.1.4"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
576 dependencies = [
577  "libc",
580 [[package]]
581 name = "ipnet"
582 version = "2.7.1"
583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
586 [[package]]
587 name = "itoa"
588 version = "1.0.5"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
592 [[package]]
593 name = "js-sys"
594 version = "0.3.61"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
597 dependencies = [
598  "wasm-bindgen",
601 [[package]]
602 name = "kernel32-sys"
603 version = "0.2.2"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
605 checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
606 dependencies = [
607  "winapi 0.2.8",
608  "winapi-build",
611 [[package]]
612 name = "lazy_static"
613 version = "1.4.0"
614 source = "registry+https://github.com/rust-lang/crates.io-index"
615 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
617 [[package]]
618 name = "libc"
619 version = "0.2.139"
620 source = "registry+https://github.com/rust-lang/crates.io-index"
621 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
623 [[package]]
624 name = "link-cplusplus"
625 version = "1.0.8"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
627 checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
628 dependencies = [
629  "cc",
632 [[package]]
633 name = "linux-raw-sys"
634 version = "0.1.4"
635 source = "registry+https://github.com/rust-lang/crates.io-index"
636 checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
638 [[package]]
639 name = "log"
640 version = "0.4.17"
641 source = "registry+https://github.com/rust-lang/crates.io-index"
642 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
643 dependencies = [
644  "cfg-if 1.0.0",
647 [[package]]
648 name = "maybe-uninit"
649 version = "2.0.0"
650 source = "registry+https://github.com/rust-lang/crates.io-index"
651 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
653 [[package]]
654 name = "memchr"
655 version = "2.5.0"
656 source = "registry+https://github.com/rust-lang/crates.io-index"
657 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
659 [[package]]
660 name = "mime"
661 version = "0.3.16"
662 source = "registry+https://github.com/rust-lang/crates.io-index"
663 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
665 [[package]]
666 name = "mio"
667 version = "0.6.23"
668 source = "registry+https://github.com/rust-lang/crates.io-index"
669 checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
670 dependencies = [
671  "cfg-if 0.1.10",
672  "fuchsia-zircon",
673  "fuchsia-zircon-sys",
674  "iovec",
675  "kernel32-sys",
676  "libc",
677  "log",
678  "miow",
679  "net2",
680  "slab",
681  "winapi 0.2.8",
684 [[package]]
685 name = "mio"
686 version = "0.8.6"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
689 dependencies = [
690  "libc",
691  "log",
692  "wasi 0.11.0+wasi-snapshot-preview1",
693  "windows-sys 0.45.0",
696 [[package]]
697 name = "miow"
698 version = "0.2.2"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
701 dependencies = [
702  "kernel32-sys",
703  "net2",
704  "winapi 0.2.8",
705  "ws2_32-sys",
708 [[package]]
709 name = "mktemp"
710 version = "0.3.1"
711 source = "registry+https://github.com/rust-lang/crates.io-index"
712 checksum = "77001ceb9eed65439f3dc2a2543f9ba1417d912686bf224a7738d0966e6dcd69"
713 dependencies = [
714  "uuid",
717 [[package]]
718 name = "native-tls"
719 version = "0.2.11"
720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
722 dependencies = [
723  "lazy_static",
724  "libc",
725  "log",
726  "openssl",
727  "openssl-probe",
728  "openssl-sys",
729  "schannel",
730  "security-framework",
731  "security-framework-sys",
732  "tempfile",
735 [[package]]
736 name = "net2"
737 version = "0.2.38"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
740 dependencies = [
741  "cfg-if 0.1.10",
742  "libc",
743  "winapi 0.3.9",
746 [[package]]
747 name = "nix"
748 version = "0.11.1"
749 source = "registry+https://github.com/rust-lang/crates.io-index"
750 checksum = "becb657d662f1cd2ef38c7ad480ec6b8cf9e96b27adb543e594f9cf0f2e6065c"
751 dependencies = [
752  "bitflags",
753  "cc",
754  "cfg-if 0.1.10",
755  "libc",
756  "void",
759 [[package]]
760 name = "nix"
761 version = "0.15.0"
762 source = "registry+https://github.com/rust-lang/crates.io-index"
763 checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
764 dependencies = [
765  "bitflags",
766  "cc",
767  "cfg-if 0.1.10",
768  "libc",
769  "void",
772 [[package]]
773 name = "num-integer"
774 version = "0.1.45"
775 source = "registry+https://github.com/rust-lang/crates.io-index"
776 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
777 dependencies = [
778  "autocfg",
779  "num-traits",
782 [[package]]
783 name = "num-traits"
784 version = "0.2.15"
785 source = "registry+https://github.com/rust-lang/crates.io-index"
786 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
787 dependencies = [
788  "autocfg",
791 [[package]]
792 name = "num_cpus"
793 version = "1.15.0"
794 source = "registry+https://github.com/rust-lang/crates.io-index"
795 checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
796 dependencies = [
797  "hermit-abi",
798  "libc",
801 [[package]]
802 name = "ole32-sys"
803 version = "0.2.0"
804 source = "registry+https://github.com/rust-lang/crates.io-index"
805 checksum = "5d2c49021782e5233cd243168edfa8037574afed4eba4bbaf538b3d8d1789d8c"
806 dependencies = [
807  "winapi 0.2.8",
808  "winapi-build",
811 [[package]]
812 name = "once_cell"
813 version = "1.17.1"
814 source = "registry+https://github.com/rust-lang/crates.io-index"
815 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
817 [[package]]
818 name = "openssl"
819 version = "0.10.48"
820 source = "registry+https://github.com/rust-lang/crates.io-index"
821 checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
822 dependencies = [
823  "bitflags",
824  "cfg-if 1.0.0",
825  "foreign-types",
826  "libc",
827  "once_cell",
828  "openssl-macros",
829  "openssl-sys",
832 [[package]]
833 name = "openssl-macros"
834 version = "0.1.0"
835 source = "registry+https://github.com/rust-lang/crates.io-index"
836 checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
837 dependencies = [
838  "proc-macro2",
839  "quote",
840  "syn",
843 [[package]]
844 name = "openssl-probe"
845 version = "0.1.5"
846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
849 [[package]]
850 name = "openssl-sys"
851 version = "0.9.83"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
854 dependencies = [
855  "autocfg",
856  "cc",
857  "libc",
858  "pkg-config",
859  "vcpkg",
862 [[package]]
863 name = "percent-encoding"
864 version = "2.2.0"
865 source = "registry+https://github.com/rust-lang/crates.io-index"
866 checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
868 [[package]]
869 name = "pin-project-lite"
870 version = "0.2.9"
871 source = "registry+https://github.com/rust-lang/crates.io-index"
872 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
874 [[package]]
875 name = "pin-utils"
876 version = "0.1.0"
877 source = "registry+https://github.com/rust-lang/crates.io-index"
878 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
880 [[package]]
881 name = "pkg-config"
882 version = "0.3.26"
883 source = "registry+https://github.com/rust-lang/crates.io-index"
884 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
886 [[package]]
887 name = "proc-macro2"
888 version = "1.0.51"
889 source = "registry+https://github.com/rust-lang/crates.io-index"
890 checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
891 dependencies = [
892  "unicode-ident",
895 [[package]]
896 name = "quote"
897 version = "1.0.23"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
899 checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
900 dependencies = [
901  "proc-macro2",
904 [[package]]
905 name = "rand"
906 version = "0.3.23"
907 source = "registry+https://github.com/rust-lang/crates.io-index"
908 checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
909 dependencies = [
910  "libc",
911  "rand 0.4.6",
914 [[package]]
915 name = "rand"
916 version = "0.4.6"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
919 dependencies = [
920  "fuchsia-cprng",
921  "libc",
922  "rand_core 0.3.1",
923  "rdrand",
924  "winapi 0.3.9",
927 [[package]]
928 name = "rand_core"
929 version = "0.3.1"
930 source = "registry+https://github.com/rust-lang/crates.io-index"
931 checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
932 dependencies = [
933  "rand_core 0.4.2",
936 [[package]]
937 name = "rand_core"
938 version = "0.4.2"
939 source = "registry+https://github.com/rust-lang/crates.io-index"
940 checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
942 [[package]]
943 name = "rdrand"
944 version = "0.4.0"
945 source = "registry+https://github.com/rust-lang/crates.io-index"
946 checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
947 dependencies = [
948  "rand_core 0.3.1",
951 [[package]]
952 name = "redox_syscall"
953 version = "0.2.16"
954 source = "registry+https://github.com/rust-lang/crates.io-index"
955 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
956 dependencies = [
957  "bitflags",
960 [[package]]
961 name = "reqwest"
962 version = "0.11.14"
963 source = "registry+https://github.com/rust-lang/crates.io-index"
964 checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
965 dependencies = [
966  "base64",
967  "bytes",
968  "encoding_rs",
969  "futures-core",
970  "futures-util",
971  "h2",
972  "http",
973  "http-body",
974  "hyper",
975  "hyper-tls",
976  "ipnet",
977  "js-sys",
978  "log",
979  "mime",
980  "native-tls",
981  "once_cell",
982  "percent-encoding",
983  "pin-project-lite",
984  "serde",
985  "serde_json",
986  "serde_urlencoded",
987  "tokio",
988  "tokio-native-tls",
989  "tower-service",
990  "url",
991  "wasm-bindgen",
992  "wasm-bindgen-futures",
993  "web-sys",
994  "winreg",
997 [[package]]
998 name = "rustc-serialize"
999 version = "0.3.24"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
1003 [[package]]
1004 name = "rustix"
1005 version = "0.36.8"
1006 source = "registry+https://github.com/rust-lang/crates.io-index"
1007 checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
1008 dependencies = [
1009  "bitflags",
1010  "errno",
1011  "io-lifetimes",
1012  "libc",
1013  "linux-raw-sys",
1014  "windows-sys 0.45.0",
1017 [[package]]
1018 name = "ryu"
1019 version = "1.0.12"
1020 source = "registry+https://github.com/rust-lang/crates.io-index"
1021 checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
1023 [[package]]
1024 name = "schannel"
1025 version = "0.1.21"
1026 source = "registry+https://github.com/rust-lang/crates.io-index"
1027 checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1028 dependencies = [
1029  "windows-sys 0.42.0",
1032 [[package]]
1033 name = "schemars"
1034 version = "0.8.12"
1035 source = "registry+https://github.com/rust-lang/crates.io-index"
1036 checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
1037 dependencies = [
1038  "chrono",
1039  "dyn-clone",
1040  "schemars_derive",
1041  "serde",
1042  "serde_json",
1045 [[package]]
1046 name = "schemars_derive"
1047 version = "0.8.12"
1048 source = "registry+https://github.com/rust-lang/crates.io-index"
1049 checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
1050 dependencies = [
1051  "proc-macro2",
1052  "quote",
1053  "serde_derive_internals",
1054  "syn",
1057 [[package]]
1058 name = "scratch"
1059 version = "1.0.3"
1060 source = "registry+https://github.com/rust-lang/crates.io-index"
1061 checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
1063 [[package]]
1064 name = "security-framework"
1065 version = "2.8.2"
1066 source = "registry+https://github.com/rust-lang/crates.io-index"
1067 checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1068 dependencies = [
1069  "bitflags",
1070  "core-foundation",
1071  "core-foundation-sys",
1072  "libc",
1073  "security-framework-sys",
1076 [[package]]
1077 name = "security-framework-sys"
1078 version = "2.8.0"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1080 checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1081 dependencies = [
1082  "core-foundation-sys",
1083  "libc",
1086 [[package]]
1087 name = "serde"
1088 version = "1.0.152"
1089 source = "registry+https://github.com/rust-lang/crates.io-index"
1090 checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
1091 dependencies = [
1092  "serde_derive",
1095 [[package]]
1096 name = "serde_derive"
1097 version = "1.0.152"
1098 source = "registry+https://github.com/rust-lang/crates.io-index"
1099 checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
1100 dependencies = [
1101  "proc-macro2",
1102  "quote",
1103  "syn",
1106 [[package]]
1107 name = "serde_derive_internals"
1108 version = "0.26.0"
1109 source = "registry+https://github.com/rust-lang/crates.io-index"
1110 checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
1111 dependencies = [
1112  "proc-macro2",
1113  "quote",
1114  "syn",
1117 [[package]]
1118 name = "serde_json"
1119 version = "1.0.93"
1120 source = "registry+https://github.com/rust-lang/crates.io-index"
1121 checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
1122 dependencies = [
1123  "itoa",
1124  "ryu",
1125  "serde",
1128 [[package]]
1129 name = "serde_urlencoded"
1130 version = "0.7.1"
1131 source = "registry+https://github.com/rust-lang/crates.io-index"
1132 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1133 dependencies = [
1134  "form_urlencoded",
1135  "itoa",
1136  "ryu",
1137  "serde",
1140 [[package]]
1141 name = "shell32-sys"
1142 version = "0.1.2"
1143 source = "registry+https://github.com/rust-lang/crates.io-index"
1144 checksum = "9ee04b46101f57121c9da2b151988283b6beb79b34f5bb29a58ee48cb695122c"
1145 dependencies = [
1146  "winapi 0.2.8",
1147  "winapi-build",
1150 [[package]]
1151 name = "slab"
1152 version = "0.4.8"
1153 source = "registry+https://github.com/rust-lang/crates.io-index"
1154 checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1155 dependencies = [
1156  "autocfg",
1159 [[package]]
1160 name = "smallvec"
1161 version = "0.6.14"
1162 source = "registry+https://github.com/rust-lang/crates.io-index"
1163 checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
1164 dependencies = [
1165  "maybe-uninit",
1168 [[package]]
1169 name = "socket2"
1170 version = "0.4.7"
1171 source = "registry+https://github.com/rust-lang/crates.io-index"
1172 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
1173 dependencies = [
1174  "libc",
1175  "winapi 0.3.9",
1178 [[package]]
1179 name = "spin"
1180 version = "0.5.2"
1181 source = "registry+https://github.com/rust-lang/crates.io-index"
1182 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1184 [[package]]
1185 name = "syn"
1186 version = "1.0.109"
1187 source = "registry+https://github.com/rust-lang/crates.io-index"
1188 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1189 dependencies = [
1190  "proc-macro2",
1191  "quote",
1192  "unicode-ident",
1195 [[package]]
1196 name = "tempfile"
1197 version = "3.4.0"
1198 source = "registry+https://github.com/rust-lang/crates.io-index"
1199 checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
1200 dependencies = [
1201  "cfg-if 1.0.0",
1202  "fastrand",
1203  "redox_syscall",
1204  "rustix",
1205  "windows-sys 0.42.0",
1208 [[package]]
1209 name = "termcolor"
1210 version = "1.2.0"
1211 source = "registry+https://github.com/rust-lang/crates.io-index"
1212 checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1213 dependencies = [
1214  "winapi-util",
1217 [[package]]
1218 name = "time"
1219 version = "0.1.45"
1220 source = "registry+https://github.com/rust-lang/crates.io-index"
1221 checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
1222 dependencies = [
1223  "libc",
1224  "wasi 0.10.0+wasi-snapshot-preview1",
1225  "winapi 0.3.9",
1228 [[package]]
1229 name = "timerfd"
1230 version = "1.4.0"
1231 source = "registry+https://github.com/rust-lang/crates.io-index"
1232 checksum = "0664936efa25f2bbe03ca25b62c50f5f492abec07e59d6dcf45131014b33483f"
1233 dependencies = [
1234  "rustix",
1237 [[package]]
1238 name = "tinyvec"
1239 version = "1.6.0"
1240 source = "registry+https://github.com/rust-lang/crates.io-index"
1241 checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1242 dependencies = [
1243  "tinyvec_macros",
1246 [[package]]
1247 name = "tinyvec_macros"
1248 version = "0.1.1"
1249 source = "registry+https://github.com/rust-lang/crates.io-index"
1250 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1252 [[package]]
1253 name = "tokio"
1254 version = "1.25.0"
1255 source = "registry+https://github.com/rust-lang/crates.io-index"
1256 checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
1257 dependencies = [
1258  "autocfg",
1259  "bytes",
1260  "libc",
1261  "memchr",
1262  "mio 0.8.6",
1263  "num_cpus",
1264  "pin-project-lite",
1265  "socket2",
1266  "windows-sys 0.42.0",
1269 [[package]]
1270 name = "tokio-native-tls"
1271 version = "0.3.1"
1272 source = "registry+https://github.com/rust-lang/crates.io-index"
1273 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
1274 dependencies = [
1275  "native-tls",
1276  "tokio",
1279 [[package]]
1280 name = "tokio-util"
1281 version = "0.7.7"
1282 source = "registry+https://github.com/rust-lang/crates.io-index"
1283 checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
1284 dependencies = [
1285  "bytes",
1286  "futures-core",
1287  "futures-sink",
1288  "pin-project-lite",
1289  "tokio",
1290  "tracing",
1293 [[package]]
1294 name = "tower-service"
1295 version = "0.3.2"
1296 source = "registry+https://github.com/rust-lang/crates.io-index"
1297 checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
1299 [[package]]
1300 name = "tracing"
1301 version = "0.1.37"
1302 source = "registry+https://github.com/rust-lang/crates.io-index"
1303 checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1304 dependencies = [
1305  "cfg-if 1.0.0",
1306  "pin-project-lite",
1307  "tracing-core",
1310 [[package]]
1311 name = "tracing-core"
1312 version = "0.1.30"
1313 source = "registry+https://github.com/rust-lang/crates.io-index"
1314 checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1315 dependencies = [
1316  "once_cell",
1319 [[package]]
1320 name = "try-lock"
1321 version = "0.2.4"
1322 source = "registry+https://github.com/rust-lang/crates.io-index"
1323 checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
1325 [[package]]
1326 name = "unicode-bidi"
1327 version = "0.3.10"
1328 source = "registry+https://github.com/rust-lang/crates.io-index"
1329 checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
1331 [[package]]
1332 name = "unicode-ident"
1333 version = "1.0.6"
1334 source = "registry+https://github.com/rust-lang/crates.io-index"
1335 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
1337 [[package]]
1338 name = "unicode-normalization"
1339 version = "0.1.22"
1340 source = "registry+https://github.com/rust-lang/crates.io-index"
1341 checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
1342 dependencies = [
1343  "tinyvec",
1346 [[package]]
1347 name = "unicode-width"
1348 version = "0.1.10"
1349 source = "registry+https://github.com/rust-lang/crates.io-index"
1350 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1352 [[package]]
1353 name = "url"
1354 version = "2.3.1"
1355 source = "registry+https://github.com/rust-lang/crates.io-index"
1356 checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
1357 dependencies = [
1358  "form_urlencoded",
1359  "idna",
1360  "percent-encoding",
1363 [[package]]
1364 name = "uuid"
1365 version = "0.1.18"
1366 source = "registry+https://github.com/rust-lang/crates.io-index"
1367 checksum = "78c590b5bd79ed10aad8fb75f078a59d8db445af6c743e55c4a53227fc01c13f"
1368 dependencies = [
1369  "rand 0.3.23",
1370  "rustc-serialize",
1373 [[package]]
1374 name = "vcpkg"
1375 version = "0.2.15"
1376 source = "registry+https://github.com/rust-lang/crates.io-index"
1377 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1379 [[package]]
1380 name = "void"
1381 version = "1.0.2"
1382 source = "registry+https://github.com/rust-lang/crates.io-index"
1383 checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
1385 [[package]]
1386 name = "want"
1387 version = "0.3.0"
1388 source = "registry+https://github.com/rust-lang/crates.io-index"
1389 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1390 dependencies = [
1391  "log",
1392  "try-lock",
1395 [[package]]
1396 name = "wasi"
1397 version = "0.10.0+wasi-snapshot-preview1"
1398 source = "registry+https://github.com/rust-lang/crates.io-index"
1399 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1401 [[package]]
1402 name = "wasi"
1403 version = "0.11.0+wasi-snapshot-preview1"
1404 source = "registry+https://github.com/rust-lang/crates.io-index"
1405 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1407 [[package]]
1408 name = "wasm-bindgen"
1409 version = "0.2.84"
1410 source = "registry+https://github.com/rust-lang/crates.io-index"
1411 checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
1412 dependencies = [
1413  "cfg-if 1.0.0",
1414  "wasm-bindgen-macro",
1417 [[package]]
1418 name = "wasm-bindgen-backend"
1419 version = "0.2.84"
1420 source = "registry+https://github.com/rust-lang/crates.io-index"
1421 checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
1422 dependencies = [
1423  "bumpalo",
1424  "log",
1425  "once_cell",
1426  "proc-macro2",
1427  "quote",
1428  "syn",
1429  "wasm-bindgen-shared",
1432 [[package]]
1433 name = "wasm-bindgen-futures"
1434 version = "0.4.34"
1435 source = "registry+https://github.com/rust-lang/crates.io-index"
1436 checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
1437 dependencies = [
1438  "cfg-if 1.0.0",
1439  "js-sys",
1440  "wasm-bindgen",
1441  "web-sys",
1444 [[package]]
1445 name = "wasm-bindgen-macro"
1446 version = "0.2.84"
1447 source = "registry+https://github.com/rust-lang/crates.io-index"
1448 checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
1449 dependencies = [
1450  "quote",
1451  "wasm-bindgen-macro-support",
1454 [[package]]
1455 name = "wasm-bindgen-macro-support"
1456 version = "0.2.84"
1457 source = "registry+https://github.com/rust-lang/crates.io-index"
1458 checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
1459 dependencies = [
1460  "proc-macro2",
1461  "quote",
1462  "syn",
1463  "wasm-bindgen-backend",
1464  "wasm-bindgen-shared",
1467 [[package]]
1468 name = "wasm-bindgen-shared"
1469 version = "0.2.84"
1470 source = "registry+https://github.com/rust-lang/crates.io-index"
1471 checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
1473 [[package]]
1474 name = "wayland-client"
1475 version = "0.24.1"
1476 source = "registry+https://github.com/rust-lang/crates.io-index"
1477 checksum = "9bcc929c26d59a655b0d2cd337299326acc1f6e3d4434c3ae2d6c78d32290ca4"
1478 dependencies = [
1479  "bitflags",
1480  "downcast-rs",
1481  "libc",
1482  "nix 0.15.0",
1483  "wayland-commons",
1484  "wayland-scanner",
1485  "wayland-sys",
1488 [[package]]
1489 name = "wayland-commons"
1490 version = "0.24.1"
1491 source = "registry+https://github.com/rust-lang/crates.io-index"
1492 checksum = "539cdd0c296802332d763ff663739a7f83bdf67b3df58e99fe0215e96a495142"
1493 dependencies = [
1494  "nix 0.15.0",
1495  "smallvec",
1496  "spin",
1497  "wayland-sys",
1500 [[package]]
1501 name = "wayland-scanner"
1502 version = "0.24.1"
1503 source = "registry+https://github.com/rust-lang/crates.io-index"
1504 checksum = "43ea5ea1a117137d72c0c197431d198d69783b5e8ca996b0583c98e10b44d426"
1505 dependencies = [
1506  "proc-macro2",
1507  "quote",
1508  "xml-rs",
1511 [[package]]
1512 name = "wayland-sys"
1513 version = "0.24.1"
1514 source = "registry+https://github.com/rust-lang/crates.io-index"
1515 checksum = "537500923d50be11d95a63c4cb538145e4c82edf61296b7debc1f94a1a6514ed"
1517 [[package]]
1518 name = "web-sys"
1519 version = "0.3.61"
1520 source = "registry+https://github.com/rust-lang/crates.io-index"
1521 checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
1522 dependencies = [
1523  "js-sys",
1524  "wasm-bindgen",
1527 [[package]]
1528 name = "winapi"
1529 version = "0.2.8"
1530 source = "registry+https://github.com/rust-lang/crates.io-index"
1531 checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1533 [[package]]
1534 name = "winapi"
1535 version = "0.3.9"
1536 source = "registry+https://github.com/rust-lang/crates.io-index"
1537 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1538 dependencies = [
1539  "winapi-i686-pc-windows-gnu",
1540  "winapi-x86_64-pc-windows-gnu",
1543 [[package]]
1544 name = "winapi-build"
1545 version = "0.1.1"
1546 source = "registry+https://github.com/rust-lang/crates.io-index"
1547 checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1549 [[package]]
1550 name = "winapi-i686-pc-windows-gnu"
1551 version = "0.4.0"
1552 source = "registry+https://github.com/rust-lang/crates.io-index"
1553 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1555 [[package]]
1556 name = "winapi-util"
1557 version = "0.1.5"
1558 source = "registry+https://github.com/rust-lang/crates.io-index"
1559 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1560 dependencies = [
1561  "winapi 0.3.9",
1564 [[package]]
1565 name = "winapi-x86_64-pc-windows-gnu"
1566 version = "0.4.0"
1567 source = "registry+https://github.com/rust-lang/crates.io-index"
1568 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1570 [[package]]
1571 name = "windows"
1572 version = "0.43.0"
1573 source = "registry+https://github.com/rust-lang/crates.io-index"
1574 checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
1575 dependencies = [
1576  "windows_aarch64_gnullvm",
1577  "windows_aarch64_msvc",
1578  "windows_i686_gnu",
1579  "windows_i686_msvc",
1580  "windows_x86_64_gnu",
1581  "windows_x86_64_gnullvm",
1582  "windows_x86_64_msvc",
1585 [[package]]
1586 name = "windows-sys"
1587 version = "0.42.0"
1588 source = "registry+https://github.com/rust-lang/crates.io-index"
1589 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
1590 dependencies = [
1591  "windows_aarch64_gnullvm",
1592  "windows_aarch64_msvc",
1593  "windows_i686_gnu",
1594  "windows_i686_msvc",
1595  "windows_x86_64_gnu",
1596  "windows_x86_64_gnullvm",
1597  "windows_x86_64_msvc",
1600 [[package]]
1601 name = "windows-sys"
1602 version = "0.45.0"
1603 source = "registry+https://github.com/rust-lang/crates.io-index"
1604 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1605 dependencies = [
1606  "windows-targets",
1609 [[package]]
1610 name = "windows-targets"
1611 version = "0.42.1"
1612 source = "registry+https://github.com/rust-lang/crates.io-index"
1613 checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
1614 dependencies = [
1615  "windows_aarch64_gnullvm",
1616  "windows_aarch64_msvc",
1617  "windows_i686_gnu",
1618  "windows_i686_msvc",
1619  "windows_x86_64_gnu",
1620  "windows_x86_64_gnullvm",
1621  "windows_x86_64_msvc",
1624 [[package]]
1625 name = "windows_aarch64_gnullvm"
1626 version = "0.42.1"
1627 source = "registry+https://github.com/rust-lang/crates.io-index"
1628 checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
1630 [[package]]
1631 name = "windows_aarch64_msvc"
1632 version = "0.42.1"
1633 source = "registry+https://github.com/rust-lang/crates.io-index"
1634 checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
1636 [[package]]
1637 name = "windows_i686_gnu"
1638 version = "0.42.1"
1639 source = "registry+https://github.com/rust-lang/crates.io-index"
1640 checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
1642 [[package]]
1643 name = "windows_i686_msvc"
1644 version = "0.42.1"
1645 source = "registry+https://github.com/rust-lang/crates.io-index"
1646 checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
1648 [[package]]
1649 name = "windows_x86_64_gnu"
1650 version = "0.42.1"
1651 source = "registry+https://github.com/rust-lang/crates.io-index"
1652 checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
1654 [[package]]
1655 name = "windows_x86_64_gnullvm"
1656 version = "0.42.1"
1657 source = "registry+https://github.com/rust-lang/crates.io-index"
1658 checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
1660 [[package]]
1661 name = "windows_x86_64_msvc"
1662 version = "0.42.1"
1663 source = "registry+https://github.com/rust-lang/crates.io-index"
1664 checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
1666 [[package]]
1667 name = "winreg"
1668 version = "0.10.1"
1669 source = "registry+https://github.com/rust-lang/crates.io-index"
1670 checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
1671 dependencies = [
1672  "winapi 0.3.9",
1675 [[package]]
1676 name = "ws2_32-sys"
1677 version = "0.2.1"
1678 source = "registry+https://github.com/rust-lang/crates.io-index"
1679 checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1680 dependencies = [
1681  "winapi 0.2.8",
1682  "winapi-build",
1685 [[package]]
1686 name = "xml-rs"
1687 version = "0.8.4"
1688 source = "registry+https://github.com/rust-lang/crates.io-index"
1689 checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"