diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 254 |
1 files changed, 239 insertions, 15 deletions
@@ -18,12 +18,39 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
19 | 19 | ||
20 | [[package]] | 20 | [[package]] |
21 | name = "aho-corasick" | ||
22 | version = "1.1.3" | ||
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
24 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" | ||
25 | dependencies = [ | ||
26 | "memchr", | ||
27 | ] | ||
28 | |||
29 | [[package]] | ||
21 | name = "anyhow" | 30 | name = "anyhow" |
22 | version = "1.0.86" | 31 | version = "1.0.86" |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" | 33 | checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" |
25 | 34 | ||
26 | [[package]] | 35 | [[package]] |
36 | name = "arps" | ||
37 | version = "0.1.0" | ||
38 | dependencies = [ | ||
39 | "anyhow", | ||
40 | "color-eyre", | ||
41 | "config", | ||
42 | "gethostname", | ||
43 | "serde", | ||
44 | "serde_json", | ||
45 | "thiserror", | ||
46 | "toml", | ||
47 | "tracing", | ||
48 | "tracing-appender", | ||
49 | "tracing-subscriber", | ||
50 | "uuid", | ||
51 | ] | ||
52 | |||
53 | [[package]] | ||
27 | name = "async-trait" | 54 | name = "async-trait" |
28 | version = "0.1.82" | 55 | version = "0.1.82" |
29 | source = "registry+https://github.com/rust-lang/crates.io-index" | 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -174,6 +201,21 @@ dependencies = [ | |||
174 | ] | 201 | ] |
175 | 202 | ||
176 | [[package]] | 203 | [[package]] |
204 | name = "crossbeam-channel" | ||
205 | version = "0.5.13" | ||
206 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
207 | checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" | ||
208 | dependencies = [ | ||
209 | "crossbeam-utils", | ||
210 | ] | ||
211 | |||
212 | [[package]] | ||
213 | name = "crossbeam-utils" | ||
214 | version = "0.8.20" | ||
215 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
216 | checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" | ||
217 | |||
218 | [[package]] | ||
177 | name = "crunchy" | 219 | name = "crunchy" |
178 | version = "0.2.2" | 220 | version = "0.2.2" |
179 | source = "registry+https://github.com/rust-lang/crates.io-index" | 221 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -190,6 +232,15 @@ dependencies = [ | |||
190 | ] | 232 | ] |
191 | 233 | ||
192 | [[package]] | 234 | [[package]] |
235 | name = "deranged" | ||
236 | version = "0.3.11" | ||
237 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
238 | checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" | ||
239 | dependencies = [ | ||
240 | "powerfmt", | ||
241 | ] | ||
242 | |||
243 | [[package]] | ||
193 | name = "digest" | 244 | name = "digest" |
194 | version = "0.10.7" | 245 | version = "0.10.7" |
195 | source = "registry+https://github.com/rust-lang/crates.io-index" | 246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -235,21 +286,6 @@ dependencies = [ | |||
235 | ] | 286 | ] |
236 | 287 | ||
237 | [[package]] | 288 | [[package]] |
238 | name = "fxbaup" | ||
239 | version = "0.1.0" | ||
240 | dependencies = [ | ||
241 | "anyhow", | ||
242 | "color-eyre", | ||
243 | "config", | ||
244 | "gethostname", | ||
245 | "serde", | ||
246 | "serde_json", | ||
247 | "thiserror", | ||
248 | "toml", | ||
249 | "uuid", | ||
250 | ] | ||
251 | |||
252 | [[package]] | ||
253 | name = "generic-array" | 289 | name = "generic-array" |
254 | version = "0.14.7" | 290 | version = "0.14.7" |
255 | source = "registry+https://github.com/rust-lang/crates.io-index" | 291 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -356,6 +392,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
356 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" | 392 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
357 | 393 | ||
358 | [[package]] | 394 | [[package]] |
395 | name = "log" | ||
396 | version = "0.4.22" | ||
397 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
398 | checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" | ||
399 | |||
400 | [[package]] | ||
401 | name = "matchers" | ||
402 | version = "0.1.0" | ||
403 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
404 | checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" | ||
405 | dependencies = [ | ||
406 | "regex-automata 0.1.10", | ||
407 | ] | ||
408 | |||
409 | [[package]] | ||
359 | name = "memchr" | 410 | name = "memchr" |
360 | version = "2.7.4" | 411 | version = "2.7.4" |
361 | source = "registry+https://github.com/rust-lang/crates.io-index" | 412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -387,6 +438,22 @@ dependencies = [ | |||
387 | ] | 438 | ] |
388 | 439 | ||
389 | [[package]] | 440 | [[package]] |
441 | name = "nu-ansi-term" | ||
442 | version = "0.46.0" | ||
443 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
444 | checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" | ||
445 | dependencies = [ | ||
446 | "overload", | ||
447 | "winapi", | ||
448 | ] | ||
449 | |||
450 | [[package]] | ||
451 | name = "num-conv" | ||
452 | version = "0.1.0" | ||
453 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
454 | checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" | ||
455 | |||
456 | [[package]] | ||
390 | name = "object" | 457 | name = "object" |
391 | version = "0.32.2" | 458 | version = "0.32.2" |
392 | source = "registry+https://github.com/rust-lang/crates.io-index" | 459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -412,6 +479,12 @@ dependencies = [ | |||
412 | ] | 479 | ] |
413 | 480 | ||
414 | [[package]] | 481 | [[package]] |
482 | name = "overload" | ||
483 | version = "0.1.1" | ||
484 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
485 | checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" | ||
486 | |||
487 | [[package]] | ||
415 | name = "owo-colors" | 488 | name = "owo-colors" |
416 | version = "3.5.0" | 489 | version = "3.5.0" |
417 | source = "registry+https://github.com/rust-lang/crates.io-index" | 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -475,6 +548,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
475 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" | 548 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
476 | 549 | ||
477 | [[package]] | 550 | [[package]] |
551 | name = "powerfmt" | ||
552 | version = "0.2.0" | ||
553 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
554 | checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" | ||
555 | |||
556 | [[package]] | ||
478 | name = "proc-macro2" | 557 | name = "proc-macro2" |
479 | version = "1.0.86" | 558 | version = "1.0.86" |
480 | source = "registry+https://github.com/rust-lang/crates.io-index" | 559 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -493,6 +572,50 @@ dependencies = [ | |||
493 | ] | 572 | ] |
494 | 573 | ||
495 | [[package]] | 574 | [[package]] |
575 | name = "regex" | ||
576 | version = "1.10.6" | ||
577 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
578 | checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" | ||
579 | dependencies = [ | ||
580 | "aho-corasick", | ||
581 | "memchr", | ||
582 | "regex-automata 0.4.7", | ||
583 | "regex-syntax 0.8.4", | ||
584 | ] | ||
585 | |||
586 | [[package]] | ||
587 | name = "regex-automata" | ||
588 | version = "0.1.10" | ||
589 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
590 | checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" | ||
591 | dependencies = [ | ||
592 | "regex-syntax 0.6.29", | ||
593 | ] | ||
594 | |||
595 | [[package]] | ||
596 | name = "regex-automata" | ||
597 | version = "0.4.7" | ||
598 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
599 | checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" | ||
600 | dependencies = [ | ||
601 | "aho-corasick", | ||
602 | "memchr", | ||
603 | "regex-syntax 0.8.4", | ||
604 | ] | ||
605 | |||
606 | [[package]] | ||
607 | name = "regex-syntax" | ||
608 | version = "0.6.29" | ||
609 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
610 | checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" | ||
611 | |||
612 | [[package]] | ||
613 | name = "regex-syntax" | ||
614 | version = "0.8.4" | ||
615 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
616 | checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" | ||
617 | |||
618 | [[package]] | ||
496 | name = "ron" | 619 | name = "ron" |
497 | version = "0.8.1" | 620 | version = "0.8.1" |
498 | source = "registry+https://github.com/rust-lang/crates.io-index" | 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -607,6 +730,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
607 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" | 730 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
608 | 731 | ||
609 | [[package]] | 732 | [[package]] |
733 | name = "smallvec" | ||
734 | version = "1.13.2" | ||
735 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
736 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" | ||
737 | |||
738 | [[package]] | ||
610 | name = "syn" | 739 | name = "syn" |
611 | version = "2.0.77" | 740 | version = "2.0.77" |
612 | source = "registry+https://github.com/rust-lang/crates.io-index" | 741 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -648,6 +777,37 @@ dependencies = [ | |||
648 | ] | 777 | ] |
649 | 778 | ||
650 | [[package]] | 779 | [[package]] |
780 | name = "time" | ||
781 | version = "0.3.36" | ||
782 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
783 | checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" | ||
784 | dependencies = [ | ||
785 | "deranged", | ||
786 | "itoa", | ||
787 | "num-conv", | ||
788 | "powerfmt", | ||
789 | "serde", | ||
790 | "time-core", | ||
791 | "time-macros", | ||
792 | ] | ||
793 | |||
794 | [[package]] | ||
795 | name = "time-core" | ||
796 | version = "0.1.2" | ||
797 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
798 | checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" | ||
799 | |||
800 | [[package]] | ||
801 | name = "time-macros" | ||
802 | version = "0.2.18" | ||
803 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
804 | checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" | ||
805 | dependencies = [ | ||
806 | "num-conv", | ||
807 | "time-core", | ||
808 | ] | ||
809 | |||
810 | [[package]] | ||
651 | name = "tiny-keccak" | 811 | name = "tiny-keccak" |
652 | version = "2.0.2" | 812 | version = "2.0.2" |
653 | source = "registry+https://github.com/rust-lang/crates.io-index" | 813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -697,10 +857,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
697 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" | 857 | checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
698 | dependencies = [ | 858 | dependencies = [ |
699 | "pin-project-lite", | 859 | "pin-project-lite", |
860 | "tracing-attributes", | ||
700 | "tracing-core", | 861 | "tracing-core", |
701 | ] | 862 | ] |
702 | 863 | ||
703 | [[package]] | 864 | [[package]] |
865 | name = "tracing-appender" | ||
866 | version = "0.2.3" | ||
867 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
868 | checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" | ||
869 | dependencies = [ | ||
870 | "crossbeam-channel", | ||
871 | "thiserror", | ||
872 | "time", | ||
873 | "tracing-subscriber", | ||
874 | ] | ||
875 | |||
876 | [[package]] | ||
877 | name = "tracing-attributes" | ||
878 | version = "0.1.27" | ||
879 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
880 | checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" | ||
881 | dependencies = [ | ||
882 | "proc-macro2", | ||
883 | "quote", | ||
884 | "syn", | ||
885 | ] | ||
886 | |||
887 | [[package]] | ||
704 | name = "tracing-core" | 888 | name = "tracing-core" |
705 | version = "0.1.32" | 889 | version = "0.1.32" |
706 | source = "registry+https://github.com/rust-lang/crates.io-index" | 890 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -721,14 +905,32 @@ dependencies = [ | |||
721 | ] | 905 | ] |
722 | 906 | ||
723 | [[package]] | 907 | [[package]] |
908 | name = "tracing-log" | ||
909 | version = "0.2.0" | ||
910 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
911 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" | ||
912 | dependencies = [ | ||
913 | "log", | ||
914 | "once_cell", | ||
915 | "tracing-core", | ||
916 | ] | ||
917 | |||
918 | [[package]] | ||
724 | name = "tracing-subscriber" | 919 | name = "tracing-subscriber" |
725 | version = "0.3.18" | 920 | version = "0.3.18" |
726 | source = "registry+https://github.com/rust-lang/crates.io-index" | 921 | source = "registry+https://github.com/rust-lang/crates.io-index" |
727 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" | 922 | checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
728 | dependencies = [ | 923 | dependencies = [ |
924 | "matchers", | ||
925 | "nu-ansi-term", | ||
926 | "once_cell", | ||
927 | "regex", | ||
729 | "sharded-slab", | 928 | "sharded-slab", |
929 | "smallvec", | ||
730 | "thread_local", | 930 | "thread_local", |
931 | "tracing", | ||
731 | "tracing-core", | 932 | "tracing-core", |
933 | "tracing-log", | ||
732 | ] | 934 | ] |
733 | 935 | ||
734 | [[package]] | 936 | [[package]] |
@@ -783,6 +985,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
783 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | 985 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
784 | 986 | ||
785 | [[package]] | 987 | [[package]] |
988 | name = "winapi" | ||
989 | version = "0.3.9" | ||
990 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
991 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
992 | dependencies = [ | ||
993 | "winapi-i686-pc-windows-gnu", | ||
994 | "winapi-x86_64-pc-windows-gnu", | ||
995 | ] | ||
996 | |||
997 | [[package]] | ||
998 | name = "winapi-i686-pc-windows-gnu" | ||
999 | version = "0.4.0" | ||
1000 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1001 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
1002 | |||
1003 | [[package]] | ||
1004 | name = "winapi-x86_64-pc-windows-gnu" | ||
1005 | version = "0.4.0" | ||
1006 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1007 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
1008 | |||
1009 | [[package]] | ||
786 | name = "windows-sys" | 1010 | name = "windows-sys" |
787 | version = "0.52.0" | 1011 | version = "0.52.0" |
788 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1012 | source = "registry+https://github.com/rust-lang/crates.io-index" |