biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / applications / editors / neovim / gnvim / Cargo.lock
blob8b1a0a24364c86e03aa6965300185d59a44c5897
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
5 [[package]]
6 name = "ahash"
7 version = "0.7.6"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
10 dependencies = [
11  "getrandom",
12  "once_cell",
13  "version_check",
16 [[package]]
17 name = "anyhow"
18 version = "1.0.70"
19 source = "registry+https://github.com/rust-lang/crates.io-index"
20 checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
22 [[package]]
23 name = "async-trait"
24 version = "0.1.68"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
27 dependencies = [
28  "proc-macro2",
29  "quote",
30  "syn 2.0.10",
33 [[package]]
34 name = "atty"
35 version = "0.2.14"
36 source = "registry+https://github.com/rust-lang/crates.io-index"
37 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
38 dependencies = [
39  "hermit-abi 0.1.19",
40  "libc",
41  "winapi",
44 [[package]]
45 name = "autocfg"
46 version = "1.1.0"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
50 [[package]]
51 name = "bitflags"
52 version = "1.3.2"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
56 [[package]]
57 name = "byteorder"
58 version = "1.4.3"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
62 [[package]]
63 name = "bytes"
64 version = "1.4.0"
65 source = "registry+https://github.com/rust-lang/crates.io-index"
66 checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
68 [[package]]
69 name = "cairo-rs"
70 version = "0.17.0"
71 source = "registry+https://github.com/rust-lang/crates.io-index"
72 checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871"
73 dependencies = [
74  "bitflags",
75  "cairo-sys-rs",
76  "glib",
77  "libc",
78  "once_cell",
79  "thiserror",
82 [[package]]
83 name = "cairo-sys-rs"
84 version = "0.17.0"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e"
87 dependencies = [
88  "glib-sys",
89  "libc",
90  "system-deps",
93 [[package]]
94 name = "cfg-expr"
95 version = "0.14.0"
96 source = "registry+https://github.com/rust-lang/crates.io-index"
97 checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
98 dependencies = [
99  "smallvec",
102 [[package]]
103 name = "cfg-if"
104 version = "1.0.0"
105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
108 [[package]]
109 name = "clap"
110 version = "3.2.23"
111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
113 dependencies = [
114  "atty",
115  "bitflags",
116  "clap_derive",
117  "clap_lex",
118  "indexmap",
119  "once_cell",
120  "strsim",
121  "termcolor",
122  "textwrap",
125 [[package]]
126 name = "clap_derive"
127 version = "3.2.18"
128 source = "registry+https://github.com/rust-lang/crates.io-index"
129 checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
130 dependencies = [
131  "heck",
132  "proc-macro-error",
133  "proc-macro2",
134  "quote",
135  "syn 1.0.109",
138 [[package]]
139 name = "clap_lex"
140 version = "0.2.4"
141 source = "registry+https://github.com/rust-lang/crates.io-index"
142 checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
143 dependencies = [
144  "os_str_bytes",
147 [[package]]
148 name = "field-offset"
149 version = "0.3.5"
150 source = "registry+https://github.com/rust-lang/crates.io-index"
151 checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
152 dependencies = [
153  "memoffset",
154  "rustc_version",
157 [[package]]
158 name = "futures"
159 version = "0.3.27"
160 source = "registry+https://github.com/rust-lang/crates.io-index"
161 checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
162 dependencies = [
163  "futures-channel",
164  "futures-core",
165  "futures-executor",
166  "futures-io",
167  "futures-sink",
168  "futures-task",
169  "futures-util",
172 [[package]]
173 name = "futures-channel"
174 version = "0.3.27"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
176 checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
177 dependencies = [
178  "futures-core",
179  "futures-sink",
182 [[package]]
183 name = "futures-core"
184 version = "0.3.27"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
188 [[package]]
189 name = "futures-executor"
190 version = "0.3.27"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
193 dependencies = [
194  "futures-core",
195  "futures-task",
196  "futures-util",
199 [[package]]
200 name = "futures-io"
201 version = "0.3.27"
202 source = "registry+https://github.com/rust-lang/crates.io-index"
203 checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
205 [[package]]
206 name = "futures-macro"
207 version = "0.3.27"
208 source = "registry+https://github.com/rust-lang/crates.io-index"
209 checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
210 dependencies = [
211  "proc-macro2",
212  "quote",
213  "syn 1.0.109",
216 [[package]]
217 name = "futures-sink"
218 version = "0.3.27"
219 source = "registry+https://github.com/rust-lang/crates.io-index"
220 checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
222 [[package]]
223 name = "futures-task"
224 version = "0.3.27"
225 source = "registry+https://github.com/rust-lang/crates.io-index"
226 checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
228 [[package]]
229 name = "futures-util"
230 version = "0.3.27"
231 source = "registry+https://github.com/rust-lang/crates.io-index"
232 checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
233 dependencies = [
234  "futures-channel",
235  "futures-core",
236  "futures-io",
237  "futures-macro",
238  "futures-sink",
239  "futures-task",
240  "memchr",
241  "pin-project-lite",
242  "pin-utils",
243  "slab",
246 [[package]]
247 name = "gdk-pixbuf"
248 version = "0.17.0"
249 source = "registry+https://github.com/rust-lang/crates.io-index"
250 checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf"
251 dependencies = [
252  "bitflags",
253  "gdk-pixbuf-sys",
254  "gio",
255  "glib",
256  "libc",
257  "once_cell",
260 [[package]]
261 name = "gdk-pixbuf-sys"
262 version = "0.17.0"
263 source = "registry+https://github.com/rust-lang/crates.io-index"
264 checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b"
265 dependencies = [
266  "gio-sys",
267  "glib-sys",
268  "gobject-sys",
269  "libc",
270  "system-deps",
273 [[package]]
274 name = "gdk4"
275 version = "0.6.3"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff"
278 dependencies = [
279  "bitflags",
280  "cairo-rs",
281  "gdk-pixbuf",
282  "gdk4-sys",
283  "gio",
284  "glib",
285  "libc",
286  "pango",
289 [[package]]
290 name = "gdk4-sys"
291 version = "0.6.3"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64"
294 dependencies = [
295  "cairo-sys-rs",
296  "gdk-pixbuf-sys",
297  "gio-sys",
298  "glib-sys",
299  "gobject-sys",
300  "libc",
301  "pango-sys",
302  "pkg-config",
303  "system-deps",
306 [[package]]
307 name = "getrandom"
308 version = "0.2.8"
309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
311 dependencies = [
312  "cfg-if",
313  "libc",
314  "wasi",
317 [[package]]
318 name = "gio"
319 version = "0.17.4"
320 source = "registry+https://github.com/rust-lang/crates.io-index"
321 checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125"
322 dependencies = [
323  "bitflags",
324  "futures-channel",
325  "futures-core",
326  "futures-io",
327  "futures-util",
328  "gio-sys",
329  "glib",
330  "libc",
331  "once_cell",
332  "pin-project-lite",
333  "smallvec",
334  "thiserror",
337 [[package]]
338 name = "gio-compat"
339 version = "0.1.0"
340 dependencies = [
341  "futures",
342  "gio",
345 [[package]]
346 name = "gio-sys"
347 version = "0.17.4"
348 source = "registry+https://github.com/rust-lang/crates.io-index"
349 checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5"
350 dependencies = [
351  "glib-sys",
352  "gobject-sys",
353  "libc",
354  "system-deps",
355  "winapi",
358 [[package]]
359 name = "glib"
360 version = "0.17.5"
361 source = "registry+https://github.com/rust-lang/crates.io-index"
362 checksum = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773"
363 dependencies = [
364  "bitflags",
365  "futures-channel",
366  "futures-core",
367  "futures-executor",
368  "futures-task",
369  "futures-util",
370  "gio-sys",
371  "glib-macros",
372  "glib-sys",
373  "gobject-sys",
374  "libc",
375  "log",
376  "memchr",
377  "once_cell",
378  "smallvec",
379  "thiserror",
382 [[package]]
383 name = "glib-build-tools"
384 version = "0.17.0"
385 source = "registry+https://github.com/rust-lang/crates.io-index"
386 checksum = "8f8480c9ba9cc06aa8d5baf446037f8dc237bee127e9b62080c4db7e293d8ea0"
388 [[package]]
389 name = "glib-macros"
390 version = "0.17.6"
391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 checksum = "32e73a9790e243f6d55d8e302426419f6084a1de7a84cd07f7268300408a19de"
393 dependencies = [
394  "anyhow",
395  "heck",
396  "proc-macro-crate",
397  "proc-macro-error",
398  "proc-macro2",
399  "quote",
400  "syn 1.0.109",
403 [[package]]
404 name = "glib-sys"
405 version = "0.17.4"
406 source = "registry+https://github.com/rust-lang/crates.io-index"
407 checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5"
408 dependencies = [
409  "libc",
410  "system-deps",
413 [[package]]
414 name = "gnvim"
415 version = "0.3.1"
416 dependencies = [
417  "atty",
418  "cfg-if",
419  "clap",
420  "futures",
421  "gio-compat",
422  "glib",
423  "glib-build-tools",
424  "gtk4",
425  "libc",
426  "nvim-rs",
427  "once_cell",
428  "pango",
429  "rmpv",
432 [[package]]
433 name = "gobject-sys"
434 version = "0.17.4"
435 source = "registry+https://github.com/rust-lang/crates.io-index"
436 checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0"
437 dependencies = [
438  "glib-sys",
439  "libc",
440  "system-deps",
443 [[package]]
444 name = "graphene-rs"
445 version = "0.17.1"
446 source = "registry+https://github.com/rust-lang/crates.io-index"
447 checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256"
448 dependencies = [
449  "glib",
450  "graphene-sys",
451  "libc",
454 [[package]]
455 name = "graphene-sys"
456 version = "0.17.0"
457 source = "registry+https://github.com/rust-lang/crates.io-index"
458 checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9"
459 dependencies = [
460  "glib-sys",
461  "libc",
462  "pkg-config",
463  "system-deps",
466 [[package]]
467 name = "gsk4"
468 version = "0.6.3"
469 source = "registry+https://github.com/rust-lang/crates.io-index"
470 checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c"
471 dependencies = [
472  "bitflags",
473  "cairo-rs",
474  "gdk4",
475  "glib",
476  "graphene-rs",
477  "gsk4-sys",
478  "libc",
479  "pango",
482 [[package]]
483 name = "gsk4-sys"
484 version = "0.6.3"
485 source = "registry+https://github.com/rust-lang/crates.io-index"
486 checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0"
487 dependencies = [
488  "cairo-sys-rs",
489  "gdk4-sys",
490  "glib-sys",
491  "gobject-sys",
492  "graphene-sys",
493  "libc",
494  "pango-sys",
495  "system-deps",
498 [[package]]
499 name = "gtk4"
500 version = "0.6.4"
501 source = "registry+https://github.com/rust-lang/crates.io-index"
502 checksum = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed"
503 dependencies = [
504  "bitflags",
505  "cairo-rs",
506  "field-offset",
507  "futures-channel",
508  "gdk-pixbuf",
509  "gdk4",
510  "gio",
511  "glib",
512  "graphene-rs",
513  "gsk4",
514  "gtk4-macros",
515  "gtk4-sys",
516  "libc",
517  "once_cell",
518  "pango",
521 [[package]]
522 name = "gtk4-macros"
523 version = "0.6.5"
524 source = "registry+https://github.com/rust-lang/crates.io-index"
525 checksum = "f041a797fb098bfb06e432c61738133604bfa3af57f13f1da3b9d46271422ef0"
526 dependencies = [
527  "anyhow",
528  "proc-macro-crate",
529  "proc-macro-error",
530  "proc-macro2",
531  "quote",
532  "syn 1.0.109",
535 [[package]]
536 name = "gtk4-sys"
537 version = "0.6.3"
538 source = "registry+https://github.com/rust-lang/crates.io-index"
539 checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f"
540 dependencies = [
541  "cairo-sys-rs",
542  "gdk-pixbuf-sys",
543  "gdk4-sys",
544  "gio-sys",
545  "glib-sys",
546  "gobject-sys",
547  "graphene-sys",
548  "gsk4-sys",
549  "libc",
550  "pango-sys",
551  "system-deps",
554 [[package]]
555 name = "hashbrown"
556 version = "0.12.3"
557 source = "registry+https://github.com/rust-lang/crates.io-index"
558 checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
559 dependencies = [
560  "ahash",
563 [[package]]
564 name = "heck"
565 version = "0.4.1"
566 source = "registry+https://github.com/rust-lang/crates.io-index"
567 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
569 [[package]]
570 name = "hermit-abi"
571 version = "0.1.19"
572 source = "registry+https://github.com/rust-lang/crates.io-index"
573 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
574 dependencies = [
575  "libc",
578 [[package]]
579 name = "hermit-abi"
580 version = "0.2.6"
581 source = "registry+https://github.com/rust-lang/crates.io-index"
582 checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
583 dependencies = [
584  "libc",
587 [[package]]
588 name = "indexmap"
589 version = "1.9.3"
590 source = "registry+https://github.com/rust-lang/crates.io-index"
591 checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
592 dependencies = [
593  "autocfg",
594  "hashbrown",
597 [[package]]
598 name = "libc"
599 version = "0.2.140"
600 source = "registry+https://github.com/rust-lang/crates.io-index"
601 checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
603 [[package]]
604 name = "lock_api"
605 version = "0.4.9"
606 source = "registry+https://github.com/rust-lang/crates.io-index"
607 checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
608 dependencies = [
609  "autocfg",
610  "scopeguard",
613 [[package]]
614 name = "log"
615 version = "0.4.17"
616 source = "registry+https://github.com/rust-lang/crates.io-index"
617 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
618 dependencies = [
619  "cfg-if",
622 [[package]]
623 name = "memchr"
624 version = "2.5.0"
625 source = "registry+https://github.com/rust-lang/crates.io-index"
626 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
628 [[package]]
629 name = "memoffset"
630 version = "0.8.0"
631 source = "registry+https://github.com/rust-lang/crates.io-index"
632 checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
633 dependencies = [
634  "autocfg",
637 [[package]]
638 name = "mio"
639 version = "0.8.6"
640 source = "registry+https://github.com/rust-lang/crates.io-index"
641 checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
642 dependencies = [
643  "libc",
644  "log",
645  "wasi",
646  "windows-sys",
649 [[package]]
650 name = "num-traits"
651 version = "0.2.15"
652 source = "registry+https://github.com/rust-lang/crates.io-index"
653 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
654 dependencies = [
655  "autocfg",
658 [[package]]
659 name = "num_cpus"
660 version = "1.15.0"
661 source = "registry+https://github.com/rust-lang/crates.io-index"
662 checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
663 dependencies = [
664  "hermit-abi 0.2.6",
665  "libc",
668 [[package]]
669 name = "nvim-rs"
670 version = "0.1.0"
671 dependencies = [
672  "async-trait",
673  "futures",
674  "proc-macro2",
675  "quote",
676  "rmp-serde",
677  "rmpv",
678  "serde",
679  "syn 1.0.109",
680  "tokio",
681  "tokio-util",
684 [[package]]
685 name = "once_cell"
686 version = "1.17.1"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
690 [[package]]
691 name = "os_str_bytes"
692 version = "6.5.0"
693 source = "registry+https://github.com/rust-lang/crates.io-index"
694 checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
696 [[package]]
697 name = "pango"
698 version = "0.17.4"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
700 checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37"
701 dependencies = [
702  "bitflags",
703  "gio",
704  "glib",
705  "libc",
706  "once_cell",
707  "pango-sys",
710 [[package]]
711 name = "pango-sys"
712 version = "0.17.0"
713 source = "registry+https://github.com/rust-lang/crates.io-index"
714 checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8"
715 dependencies = [
716  "glib-sys",
717  "gobject-sys",
718  "libc",
719  "system-deps",
722 [[package]]
723 name = "parking_lot"
724 version = "0.12.1"
725 source = "registry+https://github.com/rust-lang/crates.io-index"
726 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
727 dependencies = [
728  "lock_api",
729  "parking_lot_core",
732 [[package]]
733 name = "parking_lot_core"
734 version = "0.9.7"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
736 checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
737 dependencies = [
738  "cfg-if",
739  "libc",
740  "redox_syscall",
741  "smallvec",
742  "windows-sys",
745 [[package]]
746 name = "paste"
747 version = "1.0.12"
748 source = "registry+https://github.com/rust-lang/crates.io-index"
749 checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
751 [[package]]
752 name = "pin-project-lite"
753 version = "0.2.9"
754 source = "registry+https://github.com/rust-lang/crates.io-index"
755 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
757 [[package]]
758 name = "pin-utils"
759 version = "0.1.0"
760 source = "registry+https://github.com/rust-lang/crates.io-index"
761 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
763 [[package]]
764 name = "pkg-config"
765 version = "0.3.26"
766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
769 [[package]]
770 name = "proc-macro-crate"
771 version = "1.3.1"
772 source = "registry+https://github.com/rust-lang/crates.io-index"
773 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
774 dependencies = [
775  "once_cell",
776  "toml_edit",
779 [[package]]
780 name = "proc-macro-error"
781 version = "1.0.4"
782 source = "registry+https://github.com/rust-lang/crates.io-index"
783 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
784 dependencies = [
785  "proc-macro-error-attr",
786  "proc-macro2",
787  "quote",
788  "syn 1.0.109",
789  "version_check",
792 [[package]]
793 name = "proc-macro-error-attr"
794 version = "1.0.4"
795 source = "registry+https://github.com/rust-lang/crates.io-index"
796 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
797 dependencies = [
798  "proc-macro2",
799  "quote",
800  "version_check",
803 [[package]]
804 name = "proc-macro2"
805 version = "1.0.53"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
808 dependencies = [
809  "unicode-ident",
812 [[package]]
813 name = "quote"
814 version = "1.0.26"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
817 dependencies = [
818  "proc-macro2",
821 [[package]]
822 name = "redox_syscall"
823 version = "0.2.16"
824 source = "registry+https://github.com/rust-lang/crates.io-index"
825 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
826 dependencies = [
827  "bitflags",
830 [[package]]
831 name = "rmp"
832 version = "0.8.11"
833 source = "registry+https://github.com/rust-lang/crates.io-index"
834 checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
835 dependencies = [
836  "byteorder",
837  "num-traits",
838  "paste",
841 [[package]]
842 name = "rmp-serde"
843 version = "1.1.1"
844 source = "registry+https://github.com/rust-lang/crates.io-index"
845 checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
846 dependencies = [
847  "byteorder",
848  "rmp",
849  "serde",
852 [[package]]
853 name = "rmpv"
854 version = "1.0.0"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
857 dependencies = [
858  "num-traits",
859  "rmp",
860  "serde",
861  "serde_bytes",
864 [[package]]
865 name = "rustc_version"
866 version = "0.4.0"
867 source = "registry+https://github.com/rust-lang/crates.io-index"
868 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
869 dependencies = [
870  "semver",
873 [[package]]
874 name = "scopeguard"
875 version = "1.1.0"
876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
879 [[package]]
880 name = "semver"
881 version = "1.0.17"
882 source = "registry+https://github.com/rust-lang/crates.io-index"
883 checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
885 [[package]]
886 name = "serde"
887 version = "1.0.158"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
890 dependencies = [
891  "serde_derive",
894 [[package]]
895 name = "serde_bytes"
896 version = "0.11.9"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
899 dependencies = [
900  "serde",
903 [[package]]
904 name = "serde_derive"
905 version = "1.0.158"
906 source = "registry+https://github.com/rust-lang/crates.io-index"
907 checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
908 dependencies = [
909  "proc-macro2",
910  "quote",
911  "syn 2.0.10",
914 [[package]]
915 name = "serde_spanned"
916 version = "0.6.1"
917 source = "registry+https://github.com/rust-lang/crates.io-index"
918 checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
919 dependencies = [
920  "serde",
923 [[package]]
924 name = "signal-hook-registry"
925 version = "1.4.1"
926 source = "registry+https://github.com/rust-lang/crates.io-index"
927 checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
928 dependencies = [
929  "libc",
932 [[package]]
933 name = "slab"
934 version = "0.4.8"
935 source = "registry+https://github.com/rust-lang/crates.io-index"
936 checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
937 dependencies = [
938  "autocfg",
941 [[package]]
942 name = "smallvec"
943 version = "1.10.0"
944 source = "registry+https://github.com/rust-lang/crates.io-index"
945 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
947 [[package]]
948 name = "socket2"
949 version = "0.4.9"
950 source = "registry+https://github.com/rust-lang/crates.io-index"
951 checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
952 dependencies = [
953  "libc",
954  "winapi",
957 [[package]]
958 name = "strsim"
959 version = "0.10.0"
960 source = "registry+https://github.com/rust-lang/crates.io-index"
961 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
963 [[package]]
964 name = "syn"
965 version = "1.0.109"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
968 dependencies = [
969  "proc-macro2",
970  "quote",
971  "unicode-ident",
974 [[package]]
975 name = "syn"
976 version = "2.0.10"
977 source = "registry+https://github.com/rust-lang/crates.io-index"
978 checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40"
979 dependencies = [
980  "proc-macro2",
981  "quote",
982  "unicode-ident",
985 [[package]]
986 name = "system-deps"
987 version = "6.0.4"
988 source = "registry+https://github.com/rust-lang/crates.io-index"
989 checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
990 dependencies = [
991  "cfg-expr",
992  "heck",
993  "pkg-config",
994  "toml",
995  "version-compare",
998 [[package]]
999 name = "termcolor"
1000 version = "1.2.0"
1001 source = "registry+https://github.com/rust-lang/crates.io-index"
1002 checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1003 dependencies = [
1004  "winapi-util",
1007 [[package]]
1008 name = "textwrap"
1009 version = "0.16.0"
1010 source = "registry+https://github.com/rust-lang/crates.io-index"
1011 checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1013 [[package]]
1014 name = "thiserror"
1015 version = "1.0.40"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1017 checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1018 dependencies = [
1019  "thiserror-impl",
1022 [[package]]
1023 name = "thiserror-impl"
1024 version = "1.0.40"
1025 source = "registry+https://github.com/rust-lang/crates.io-index"
1026 checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1027 dependencies = [
1028  "proc-macro2",
1029  "quote",
1030  "syn 2.0.10",
1033 [[package]]
1034 name = "tokio"
1035 version = "1.26.0"
1036 source = "registry+https://github.com/rust-lang/crates.io-index"
1037 checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
1038 dependencies = [
1039  "autocfg",
1040  "bytes",
1041  "libc",
1042  "memchr",
1043  "mio",
1044  "num_cpus",
1045  "parking_lot",
1046  "pin-project-lite",
1047  "signal-hook-registry",
1048  "socket2",
1049  "tokio-macros",
1050  "windows-sys",
1053 [[package]]
1054 name = "tokio-macros"
1055 version = "1.8.2"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1057 checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
1058 dependencies = [
1059  "proc-macro2",
1060  "quote",
1061  "syn 1.0.109",
1064 [[package]]
1065 name = "tokio-util"
1066 version = "0.7.7"
1067 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
1069 dependencies = [
1070  "bytes",
1071  "futures-core",
1072  "futures-io",
1073  "futures-sink",
1074  "futures-util",
1075  "hashbrown",
1076  "pin-project-lite",
1077  "slab",
1078  "tokio",
1079  "tracing",
1082 [[package]]
1083 name = "toml"
1084 version = "0.7.3"
1085 source = "registry+https://github.com/rust-lang/crates.io-index"
1086 checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
1087 dependencies = [
1088  "serde",
1089  "serde_spanned",
1090  "toml_datetime",
1091  "toml_edit",
1094 [[package]]
1095 name = "toml_datetime"
1096 version = "0.6.1"
1097 source = "registry+https://github.com/rust-lang/crates.io-index"
1098 checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
1099 dependencies = [
1100  "serde",
1103 [[package]]
1104 name = "toml_edit"
1105 version = "0.19.8"
1106 source = "registry+https://github.com/rust-lang/crates.io-index"
1107 checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
1108 dependencies = [
1109  "indexmap",
1110  "serde",
1111  "serde_spanned",
1112  "toml_datetime",
1113  "winnow",
1116 [[package]]
1117 name = "tracing"
1118 version = "0.1.37"
1119 source = "registry+https://github.com/rust-lang/crates.io-index"
1120 checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
1121 dependencies = [
1122  "cfg-if",
1123  "pin-project-lite",
1124  "tracing-core",
1127 [[package]]
1128 name = "tracing-core"
1129 version = "0.1.30"
1130 source = "registry+https://github.com/rust-lang/crates.io-index"
1131 checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
1132 dependencies = [
1133  "once_cell",
1136 [[package]]
1137 name = "unicode-ident"
1138 version = "1.0.8"
1139 source = "registry+https://github.com/rust-lang/crates.io-index"
1140 checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1142 [[package]]
1143 name = "version-compare"
1144 version = "0.1.1"
1145 source = "registry+https://github.com/rust-lang/crates.io-index"
1146 checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
1148 [[package]]
1149 name = "version_check"
1150 version = "0.9.4"
1151 source = "registry+https://github.com/rust-lang/crates.io-index"
1152 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1154 [[package]]
1155 name = "wasi"
1156 version = "0.11.0+wasi-snapshot-preview1"
1157 source = "registry+https://github.com/rust-lang/crates.io-index"
1158 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1160 [[package]]
1161 name = "winapi"
1162 version = "0.3.9"
1163 source = "registry+https://github.com/rust-lang/crates.io-index"
1164 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1165 dependencies = [
1166  "winapi-i686-pc-windows-gnu",
1167  "winapi-x86_64-pc-windows-gnu",
1170 [[package]]
1171 name = "winapi-i686-pc-windows-gnu"
1172 version = "0.4.0"
1173 source = "registry+https://github.com/rust-lang/crates.io-index"
1174 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1176 [[package]]
1177 name = "winapi-util"
1178 version = "0.1.5"
1179 source = "registry+https://github.com/rust-lang/crates.io-index"
1180 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1181 dependencies = [
1182  "winapi",
1185 [[package]]
1186 name = "winapi-x86_64-pc-windows-gnu"
1187 version = "0.4.0"
1188 source = "registry+https://github.com/rust-lang/crates.io-index"
1189 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1191 [[package]]
1192 name = "windows-sys"
1193 version = "0.45.0"
1194 source = "registry+https://github.com/rust-lang/crates.io-index"
1195 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1196 dependencies = [
1197  "windows-targets",
1200 [[package]]
1201 name = "windows-targets"
1202 version = "0.42.2"
1203 source = "registry+https://github.com/rust-lang/crates.io-index"
1204 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1205 dependencies = [
1206  "windows_aarch64_gnullvm",
1207  "windows_aarch64_msvc",
1208  "windows_i686_gnu",
1209  "windows_i686_msvc",
1210  "windows_x86_64_gnu",
1211  "windows_x86_64_gnullvm",
1212  "windows_x86_64_msvc",
1215 [[package]]
1216 name = "windows_aarch64_gnullvm"
1217 version = "0.42.2"
1218 source = "registry+https://github.com/rust-lang/crates.io-index"
1219 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1221 [[package]]
1222 name = "windows_aarch64_msvc"
1223 version = "0.42.2"
1224 source = "registry+https://github.com/rust-lang/crates.io-index"
1225 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1227 [[package]]
1228 name = "windows_i686_gnu"
1229 version = "0.42.2"
1230 source = "registry+https://github.com/rust-lang/crates.io-index"
1231 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1233 [[package]]
1234 name = "windows_i686_msvc"
1235 version = "0.42.2"
1236 source = "registry+https://github.com/rust-lang/crates.io-index"
1237 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1239 [[package]]
1240 name = "windows_x86_64_gnu"
1241 version = "0.42.2"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1245 [[package]]
1246 name = "windows_x86_64_gnullvm"
1247 version = "0.42.2"
1248 source = "registry+https://github.com/rust-lang/crates.io-index"
1249 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1251 [[package]]
1252 name = "windows_x86_64_msvc"
1253 version = "0.42.2"
1254 source = "registry+https://github.com/rust-lang/crates.io-index"
1255 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1257 [[package]]
1258 name = "winnow"
1259 version = "0.4.1"
1260 source = "registry+https://github.com/rust-lang/crates.io-index"
1261 checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
1262 dependencies = [
1263  "memchr",