git.delta.rocks / jrsonnet / refs/commits / 7c29776aea25

difftreelog

ci crude migration to flake-parts

Yaroslav Bolyukin2024-06-02parent: #aac7f38.patch.diff
in: trunk

12 files changed

modifiedCargo.lockdiffbeforeafterboth
32source = "registry+https://github.com/rust-lang/crates.io-index"32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"33checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
34dependencies = [34dependencies = [
35 "bytes",
36 "crypto-common",35 "crypto-common",
37 "generic-array",36 "generic-array",
38]37]
209source = "registry+https://github.com/rust-lang/crates.io-index"208source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"209checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
211
212[[package]]
213name = "arrayref"
214version = "0.3.7"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
217210
218[[package]]211[[package]]
219name = "arrayvec"212name = "arrayvec"
220version = "0.7.4"213version = "0.7.4"
221source = "registry+https://github.com/rust-lang/crates.io-index"214source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"215checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
223
224[[package]]
225name = "asn1-rs"
226version = "0.5.2"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
229dependencies = [
230 "asn1-rs-derive 0.4.0",
231 "asn1-rs-impl 0.1.0",
232 "displaydoc",
233 "nom",
234 "num-traits",
235 "rusticata-macros",
236 "thiserror",
237 "time",
238]
239
240[[package]]
241name = "asn1-rs"
242version = "0.6.1"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d"
245dependencies = [
246 "asn1-rs-derive 0.5.0",
247 "asn1-rs-impl 0.2.0",
248 "displaydoc",
249 "nom",
250 "num-traits",
251 "rusticata-macros",
252 "thiserror",
253 "time",
254]
255
256[[package]]
257name = "asn1-rs-derive"
258version = "0.4.0"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
261dependencies = [
262 "proc-macro2",
263 "quote",
264 "syn 1.0.109",
265 "synstructure 0.12.6",
266]
267
268[[package]]
269name = "asn1-rs-derive"
270version = "0.5.0"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1"
273dependencies = [
274 "proc-macro2",
275 "quote",
276 "syn 2.0.66",
277 "synstructure 0.13.1",
278]
279
280[[package]]
281name = "asn1-rs-impl"
282version = "0.1.0"
283source = "registry+https://github.com/rust-lang/crates.io-index"
284checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
285dependencies = [
286 "proc-macro2",
287 "quote",
288 "syn 1.0.109",
289]
290
291[[package]]
292name = "asn1-rs-impl"
293version = "0.2.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
296dependencies = [
297 "proc-macro2",
298 "quote",
299 "syn 2.0.66",
300]
301216
302[[package]]217[[package]]
303name = "async-trait"218name = "async-trait"
310 "syn 2.0.66",225 "syn 2.0.66",
311]226]
312
313[[package]]
314name = "attohttpc"
315version = "0.24.1"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2"
318dependencies = [
319 "http 0.2.12",
320 "log",
321 "url",
322]
323227
324[[package]]228[[package]]
325name = "autocfg"229name = "autocfg"
326version = "1.3.0"230version = "1.3.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"231source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"232checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
329
330[[package]]
331name = "backoff"
332version = "0.4.0"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
335dependencies = [
336 "getrandom",
337 "instant",
338 "rand",
339]
340233
341[[package]]234[[package]]
342name = "backtrace"235name = "backtrace"
353 "rustc-demangle",246 "rustc-demangle",
354]247]
355
356[[package]]
357name = "base16ct"
358version = "0.2.0"
359source = "registry+https://github.com/rust-lang/crates.io-index"
360checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
361248
362[[package]]249[[package]]
363name = "base64"250name = "base64"
405 "tracing-indicatif",292 "tracing-indicatif",
406]293]
407
408[[package]]
409name = "bitflags"
410version = "1.3.2"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
413294
414[[package]]295[[package]]
415name = "bitflags"296name = "bitflags"
420 "serde",301 "serde",
421]302]
422
423[[package]]
424name = "bitvec"
425version = "1.0.1"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
428dependencies = [
429 "funty",
430 "radium",
431 "tap",
432 "wyz",
433]
434303
435[[package]]304[[package]]
436name = "block-buffer"305name = "block-buffer"
460 "cipher",329 "cipher",
461]330]
462
463[[package]]
464name = "bounded-integer"
465version = "0.5.7"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "78a6932c88f1d2c29533a3b8a5f5a2f84cc19c3339b431677c3160c5c2e6ca85"
468331
469[[package]]332[[package]]
470name = "bumpalo"333name = "bumpalo"
628source = "registry+https://github.com/rust-lang/crates.io-index"491source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"492checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
630
631[[package]]
632name = "cobs"
633version = "0.2.3"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
636493
637[[package]]494[[package]]
638name = "colorchoice"495name = "colorchoice"
639version = "1.0.1"496version = "1.0.1"
640source = "registry+https://github.com/rust-lang/crates.io-index"497source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"498checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
642
643[[package]]
644name = "concurrent-queue"
645version = "2.5.0"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
648dependencies = [
649 "crossbeam-utils",
650]
651499
652[[package]]500[[package]]
653name = "console"501name = "console"
668source = "registry+https://github.com/rust-lang/crates.io-index"516source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"517checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
670
671[[package]]
672name = "const_format"
673version = "0.2.32"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673"
676dependencies = [
677 "const_format_proc_macros",
678]
679
680[[package]]
681name = "const_format_proc_macros"
682version = "0.2.32"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500"
685dependencies = [
686 "proc-macro2",
687 "quote",
688 "unicode-xid",
689]
690
691[[package]]
692name = "constant_time_eq"
693version = "0.3.0"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
696518
697[[package]]519[[package]]
698name = "cookie-factory"520name = "cookie-factory"
703 "futures",525 "futures",
704]526]
705
706[[package]]
707name = "core-foundation"
708version = "0.9.4"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
711dependencies = [
712 "core-foundation-sys",
713 "libc",
714]
715527
716[[package]]528[[package]]
717name = "core-foundation-sys"529name = "core-foundation-sys"
734 "libc",546 "libc",
735]547]
736
737[[package]]
738name = "crc"
739version = "3.2.1"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
742dependencies = [
743 "crc-catalog",
744]
745
746[[package]]
747name = "crc-catalog"
748version = "2.4.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
751
752[[package]]
753name = "crossbeam-utils"
754version = "0.8.20"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
757548
758[[package]]549[[package]]
759name = "crossterm"550name = "crossterm"
760version = "0.27.0"551version = "0.27.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"552source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"553checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
763dependencies = [554dependencies = [
764 "bitflags 2.5.0",555 "bitflags",
765 "crossterm_winapi",556 "crossterm_winapi",
766 "filedescriptor",557 "filedescriptor",
767 "libc",558 "libc",
781 "winapi",572 "winapi",
782]573]
783
784[[package]]
785name = "crypto-bigint"
786version = "0.5.5"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
789dependencies = [
790 "generic-array",
791 "rand_core",
792 "subtle",
793 "zeroize",
794]
795574
796[[package]]575[[package]]
797name = "crypto-common"576name = "crypto-common"
804 "typenum",583 "typenum",
805]584]
806
807[[package]]
808name = "crypto_box"
809version = "0.9.1"
810source = "registry+https://github.com/rust-lang/crates.io-index"
811checksum = "16182b4f39a82ec8a6851155cc4c0cda3065bb1db33651726a29e1951de0f009"
812dependencies = [
813 "aead",
814 "chacha20",
815 "crypto_secretbox",
816 "curve25519-dalek",
817 "salsa20",
818 "serdect",
819 "subtle",
820 "zeroize",
821]
822
823[[package]]
824name = "crypto_secretbox"
825version = "0.1.1"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1"
828dependencies = [
829 "aead",
830 "chacha20",
831 "cipher",
832 "generic-array",
833 "poly1305",
834 "salsa20",
835 "subtle",
836 "zeroize",
837]
838585
839[[package]]586[[package]]
840name = "ctr"587name = "ctr"
886 "parking_lot_core",633 "parking_lot_core",
887]634]
888
889[[package]]
890name = "data-encoding"
891version = "2.6.0"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
894635
895[[package]]636[[package]]
896name = "der"637name = "der"
899checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"640checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
900dependencies = [641dependencies = [
901 "const-oid",642 "const-oid",
902 "der_derive",
903 "zeroize",643 "zeroize",
904]644]
905
906[[package]]
907name = "der-parser"
908version = "8.2.0"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
911dependencies = [
912 "asn1-rs 0.5.2",
913 "displaydoc",
914 "nom",
915 "num-bigint",
916 "num-traits",
917 "rusticata-macros",
918]
919
920[[package]]
921name = "der-parser"
922version = "9.0.0"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
925dependencies = [
926 "asn1-rs 0.6.1",
927 "displaydoc",
928 "nom",
929 "num-bigint",
930 "num-traits",
931 "rusticata-macros",
932]
933
934[[package]]
935name = "der_derive"
936version = "0.7.2"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049"
939dependencies = [
940 "proc-macro2",
941 "quote",
942 "syn 2.0.66",
943]
944645
945[[package]]646[[package]]
946name = "deranged"647name = "deranged"
952 "serde",653 "serde",
953]654]
954
955[[package]]
956name = "derive_more"
957version = "1.0.0-beta.6"
958source = "registry+https://github.com/rust-lang/crates.io-index"
959checksum = "f7abbfc297053be59290e3152f8cbcd52c8642e0728b69ee187d991d4c1af08d"
960dependencies = [
961 "derive_more-impl",
962]
963
964[[package]]
965name = "derive_more-impl"
966version = "1.0.0-beta.6"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "2bba3e9872d7c58ce7ef0fcf1844fcc3e23ef2a58377b50df35dd98e42a5726e"
969dependencies = [
970 "proc-macro2",
971 "quote",
972 "syn 2.0.66",
973 "unicode-xid",
974]
975655
976[[package]]656[[package]]
977name = "digest"657name = "digest"
996 "syn 2.0.66",676 "syn 2.0.66",
997]677]
998
999[[package]]
1000name = "dlopen2"
1001version = "0.5.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa"
1004dependencies = [
1005 "libc",
1006 "once_cell",
1007 "winapi",
1008]
1009
1010[[package]]
1011name = "dtoa"
1012version = "1.0.9"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
1015
1016[[package]]
1017name = "duct"
1018version = "0.13.7"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
1021dependencies = [
1022 "libc",
1023 "once_cell",
1024 "os_pipe",
1025 "shared_child",
1026]
1027
1028[[package]]
1029name = "ecdsa"
1030version = "0.16.9"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1033dependencies = [
1034 "der",
1035 "digest",
1036 "elliptic-curve",
1037 "rfc6979",
1038 "signature",
1039 "spki",
1040]
1041678
1042[[package]]679[[package]]
1043name = "ed25519"680name = "ed25519"
1046checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"683checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1047dependencies = [684dependencies = [
1048 "pkcs8",685 "pkcs8",
1049 "serde",
1050 "signature",686 "signature",
1051]687]
1052688
1071source = "registry+https://github.com/rust-lang/crates.io-index"707source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"708checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
1073
1074[[package]]
1075name = "elliptic-curve"
1076version = "0.13.8"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1079dependencies = [
1080 "base16ct",
1081 "crypto-bigint",
1082 "digest",
1083 "ff",
1084 "generic-array",
1085 "group",
1086 "pkcs8",
1087 "rand_core",
1088 "sec1",
1089 "subtle",
1090 "zeroize",
1091]
1092
1093[[package]]
1094name = "embedded-io"
1095version = "0.4.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1098709
1099[[package]]710[[package]]
1100name = "encode_unicode"711name = "encode_unicode"
1101version = "0.3.6"712version = "0.3.6"
1102source = "registry+https://github.com/rust-lang/crates.io-index"713source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"714checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
1104
1105[[package]]
1106name = "encoding_rs"
1107version = "0.8.34"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
1110dependencies = [
1111 "cfg-if",
1112]
1113
1114[[package]]
1115name = "enum-as-inner"
1116version = "0.6.0"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
1119dependencies = [
1120 "heck 0.4.1",
1121 "proc-macro2",
1122 "quote",
1123 "syn 2.0.66",
1124]
1125
1126[[package]]
1127name = "enumflags2"
1128version = "0.7.9"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
1131dependencies = [
1132 "enumflags2_derive",
1133]
1134
1135[[package]]
1136name = "enumflags2_derive"
1137version = "0.7.9"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
1140dependencies = [
1141 "proc-macro2",
1142 "quote",
1143 "syn 2.0.66",
1144]
1145715
1146[[package]]716[[package]]
1147name = "equivalent"717name = "equivalent"
1148version = "1.0.1"718version = "1.0.1"
1149source = "registry+https://github.com/rust-lang/crates.io-index"719source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"720checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1151
1152[[package]]
1153name = "erased-serde"
1154version = "0.3.31"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
1157dependencies = [
1158 "serde",
1159]
1160
1161[[package]]
1162name = "erased_set"
1163version = "0.7.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "76a5aa24577083f8190ad401e376b55887c7cd9083ae95d83ceec5d28ea78125"
1166721
1167[[package]]722[[package]]
1168name = "errno"723name = "errno"
1174 "windows-sys 0.52.0",729 "windows-sys 0.52.0",
1175]730]
1176
1177[[package]]
1178name = "event-listener"
1179version = "4.0.3"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
1182dependencies = [
1183 "concurrent-queue",
1184 "parking",
1185 "pin-project-lite",
1186]
1187
1188[[package]]
1189name = "fallible-iterator"
1190version = "0.3.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1193
1194[[package]]
1195name = "fastrand"
1196version = "1.9.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1199dependencies = [
1200 "instant",
1201]
1202731
1203[[package]]732[[package]]
1204name = "fastrand"733name = "fastrand"
1205version = "2.1.0"734version = "2.1.0"
1206source = "registry+https://github.com/rust-lang/crates.io-index"735source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"736checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
1208
1209[[package]]
1210name = "ff"
1211version = "0.13.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
1214dependencies = [
1215 "rand_core",
1216 "subtle",
1217]
1218737
1219[[package]]738[[package]]
1220name = "fiat-crypto"739name = "fiat-crypto"
1259 "crossterm",778 "crossterm",
1260 "fleet-shared",779 "fleet-shared",
1261 "futures",780 "futures",
1262 "hostname 0.4.0",781 "hostname",
1263 "human-repr",782 "human-repr",
1264 "indicatif",783 "indicatif",
1265 "itertools",784 "itertools",
1303 "anyhow",822 "anyhow",
1304 "clap",823 "clap",
1305 "fleet-shared",824 "fleet-shared",
1306 "nix 0.29.0",825 "nix",
1307 "serde",826 "serde",
1308 "serde_json",827 "serde_json",
1309 "tempfile",828 "tempfile",
1365 "thiserror",884 "thiserror",
1366]885]
1367
1368[[package]]
1369name = "flume"
1370version = "0.11.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
1373dependencies = [
1374 "futures-core",
1375 "futures-sink",
1376 "nanorand",
1377 "spin 0.9.8",
1378]
1379886
1380[[package]]887[[package]]
1381name = "fnv"888name = "fnv"
1382version = "1.0.7"889version = "1.0.7"
1383source = "registry+https://github.com/rust-lang/crates.io-index"890source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"891checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1385
1386[[package]]
1387name = "form_urlencoded"
1388version = "1.2.1"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1391dependencies = [
1392 "percent-encoding",
1393]
1394
1395[[package]]
1396name = "funty"
1397version = "2.0.0"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
1400892
1401[[package]]893[[package]]
1402name = "futures"894name = "futures"
1413 "futures-util",905 "futures-util",
1414]906]
1415
1416[[package]]
1417name = "futures-buffered"
1418version = "0.2.6"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "02dcae03ee5afa5ea17b1aebc793806b8ddfc6dc500e0b8e8e1eb30b9dad22c0"
1421dependencies = [
1422 "futures-core",
1423 "futures-util",
1424 "pin-project-lite",
1425]
1426907
1427[[package]]908[[package]]
1428name = "futures-channel"909name = "futures-channel"
1434 "futures-sink",915 "futures-sink",
1435]916]
1436
1437[[package]]
1438name = "futures-concurrency"
1439version = "7.6.0"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "51ee14e256b9143bfafbf2fddeede6f396650bacf95d06fc1b3f2b503df129a0"
1442dependencies = [
1443 "bitvec",
1444 "futures-core",
1445 "futures-lite 1.13.0",
1446 "pin-project",
1447 "slab",
1448 "smallvec",
1449]
1450917
1451[[package]]918[[package]]
1452name = "futures-core"919name = "futures-core"
1471source = "registry+https://github.com/rust-lang/crates.io-index"938source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"939checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
1473
1474[[package]]
1475name = "futures-lite"
1476version = "1.13.0"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1479dependencies = [
1480 "fastrand 1.9.0",
1481 "futures-core",
1482 "futures-io",
1483 "memchr",
1484 "parking",
1485 "pin-project-lite",
1486 "waker-fn",
1487]
1488
1489[[package]]
1490name = "futures-lite"
1491version = "2.3.0"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
1494dependencies = [
1495 "fastrand 2.1.0",
1496 "futures-core",
1497 "futures-io",
1498 "parking",
1499 "pin-project-lite",
1500]
1501940
1502[[package]]941[[package]]
1503name = "futures-macro"942name = "futures-macro"
1522source = "registry+https://github.com/rust-lang/crates.io-index"961source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"962checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
1524
1525[[package]]
1526name = "futures-timer"
1527version = "3.0.3"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1530963
1531[[package]]964[[package]]
1532name = "futures-util"965name = "futures-util"
1554dependencies = [987dependencies = [
1555 "typenum",988 "typenum",
1556 "version_check",989 "version_check",
1557 "zeroize",
1558]990]
1559991
1560[[package]]992[[package]]
1564checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"996checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1565dependencies = [997dependencies = [
1566 "cfg-if",998 "cfg-if",
1567 "js-sys",
1568 "libc",999 "libc",
1569 "wasi",1000 "wasi",
1570 "wasm-bindgen",
1571]1001]
15721002
1573[[package]]1003[[package]]
1586source = "registry+https://github.com/rust-lang/crates.io-index"1016source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"1017checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
1588
1589[[package]]
1590name = "glob"
1591version = "0.3.1"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1594
1595[[package]]
1596name = "governor"
1597version = "0.6.3"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
1600dependencies = [
1601 "cfg-if",
1602 "dashmap",
1603 "futures",
1604 "futures-timer",
1605 "no-std-compat",
1606 "nonzero_ext",
1607 "parking_lot",
1608 "portable-atomic",
1609 "quanta",
1610 "rand",
1611 "smallvec",
1612 "spinning_top",
1613]
1614
1615[[package]]
1616name = "group"
1617version = "0.13.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1620dependencies = [
1621 "ff",
1622 "rand_core",
1623 "subtle",
1624]
1625
1626[[package]]
1627name = "h2"
1628version = "0.3.26"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1631dependencies = [
1632 "bytes",
1633 "fnv",
1634 "futures-core",
1635 "futures-sink",
1636 "futures-util",
1637 "http 0.2.12",
1638 "indexmap",
1639 "slab",
1640 "tokio",
1641 "tokio-util",
1642 "tracing",
1643]
16441018
1645[[package]]1019[[package]]
1646name = "hashbrown"1020name = "hashbrown"
1672source = "registry+https://github.com/rust-lang/crates.io-index"1046source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"1047checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1674
1675[[package]]
1676name = "hex"
1677version = "0.4.3"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1680
1681[[package]]
1682name = "hickory-proto"
1683version = "0.24.1"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "07698b8420e2f0d6447a436ba999ec85d8fbf2a398bbd737b82cac4a2e96e512"
1686dependencies = [
1687 "async-trait",
1688 "cfg-if",
1689 "data-encoding",
1690 "enum-as-inner",
1691 "futures-channel",
1692 "futures-io",
1693 "futures-util",
1694 "idna 0.4.0",
1695 "ipnet",
1696 "once_cell",
1697 "rand",
1698 "thiserror",
1699 "tinyvec",
1700 "tokio",
1701 "tracing",
1702 "url",
1703]
1704
1705[[package]]
1706name = "hickory-resolver"
1707version = "0.24.1"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243"
1710dependencies = [
1711 "cfg-if",
1712 "futures-util",
1713 "hickory-proto",
1714 "ipconfig",
1715 "lru-cache",
1716 "once_cell",
1717 "parking_lot",
1718 "rand",
1719 "resolv-conf",
1720 "smallvec",
1721 "thiserror",
1722 "tokio",
1723 "tracing",
1724]
17251048
1726[[package]]1049[[package]]
1727name = "hkdf"1050name = "hkdf"
1741 "digest",1064 "digest",
1742]1065]
1743
1744[[package]]
1745name = "hmac-sha1"
1746version = "0.2.2"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "6b05da5b9e5d4720bfb691eebb2b9d42da3570745da71eac8a1f5bb7e59aab88"
1749dependencies = [
1750 "hmac",
1751 "sha1",
1752]
1753
1754[[package]]
1755name = "hmac-sha256"
1756version = "1.1.7"
1757source = "registry+https://github.com/rust-lang/crates.io-index"
1758checksum = "3688e69b38018fec1557254f64c8dc2cc8ec502890182f395dbb0aa997aa5735"
1759
1760[[package]]
1761name = "hostname"
1762version = "0.3.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
1765dependencies = [
1766 "libc",
1767 "match_cfg",
1768 "winapi",
1769]
17701066
1771[[package]]1067[[package]]
1772name = "hostname"1068name = "hostname"
1776dependencies = [1072dependencies = [
1777 "cfg-if",1073 "cfg-if",
1778 "libc",1074 "libc",
1779 "windows 0.52.0",1075 "windows",
1780]1076]
1781
1782[[package]]
1783name = "hostname-validator"
1784version = "1.1.1"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "f558a64ac9af88b5ba400d99b579451af0d39c6d360980045b91aac966d705e2"
1787
1788[[package]]
1789name = "http"
1790version = "0.2.12"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1793dependencies = [
1794 "bytes",
1795 "fnv",
1796 "itoa",
1797]
1798
1799[[package]]
1800name = "http"
1801version = "1.1.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
1804dependencies = [
1805 "bytes",
1806 "fnv",
1807 "itoa",
1808]
1809
1810[[package]]
1811name = "http-body"
1812version = "0.4.6"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1815dependencies = [
1816 "bytes",
1817 "http 0.2.12",
1818 "pin-project-lite",
1819]
1820
1821[[package]]
1822name = "http-body"
1823version = "1.0.0"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
1826dependencies = [
1827 "bytes",
1828 "http 1.1.0",
1829]
1830
1831[[package]]
1832name = "http-body-util"
1833version = "0.1.1"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
1836dependencies = [
1837 "bytes",
1838 "futures-core",
1839 "http 1.1.0",
1840 "http-body 1.0.0",
1841 "pin-project-lite",
1842]
1843
1844[[package]]
1845name = "httparse"
1846version = "1.8.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
1849
1850[[package]]
1851name = "httpdate"
1852version = "1.0.3"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
18551077
1856[[package]]1078[[package]]
1857name = "human-repr"1079name = "human-repr"
1858version = "1.1.0"1080version = "1.1.0"
1859source = "registry+https://github.com/rust-lang/crates.io-index"1081source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "f58b778a5761513caf593693f8951c97a5b610841e754788400f32102eefdff1"1082checksum = "f58b778a5761513caf593693f8951c97a5b610841e754788400f32102eefdff1"
1861
1862[[package]]
1863name = "hyper"
1864version = "0.14.28"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
1867dependencies = [
1868 "bytes",
1869 "futures-channel",
1870 "futures-core",
1871 "futures-util",
1872 "h2",
1873 "http 0.2.12",
1874 "http-body 0.4.6",
1875 "httparse",
1876 "httpdate",
1877 "itoa",
1878 "pin-project-lite",
1879 "socket2",
1880 "tokio",
1881 "tower-service",
1882 "tracing",
1883 "want",
1884]
1885
1886[[package]]
1887name = "hyper"
1888version = "1.3.1"
1889source = "registry+https://github.com/rust-lang/crates.io-index"
1890checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
1891dependencies = [
1892 "bytes",
1893 "futures-channel",
1894 "futures-util",
1895 "http 1.1.0",
1896 "http-body 1.0.0",
1897 "httparse",
1898 "httpdate",
1899 "itoa",
1900 "pin-project-lite",
1901 "smallvec",
1902 "tokio",
1903 "want",
1904]
1905
1906[[package]]
1907name = "hyper-rustls"
1908version = "0.24.2"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1911dependencies = [
1912 "futures-util",
1913 "http 0.2.12",
1914 "hyper 0.14.28",
1915 "rustls 0.21.12",
1916 "tokio",
1917 "tokio-rustls 0.24.1",
1918]
1919
1920[[package]]
1921name = "hyper-rustls"
1922version = "0.26.0"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
1925dependencies = [
1926 "futures-util",
1927 "http 1.1.0",
1928 "hyper 1.3.1",
1929 "hyper-util",
1930 "rustls 0.22.4",
1931 "rustls-pki-types",
1932 "tokio",
1933 "tokio-rustls 0.25.0",
1934 "tower-service",
1935]
1936
1937[[package]]
1938name = "hyper-util"
1939version = "0.1.5"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
1942dependencies = [
1943 "bytes",
1944 "futures-channel",
1945 "futures-util",
1946 "http 1.1.0",
1947 "http-body 1.0.0",
1948 "hyper 1.3.1",
1949 "pin-project-lite",
1950 "socket2",
1951 "tokio",
1952 "tower",
1953 "tower-service",
1954 "tracing",
1955]
19561083
1957[[package]]1084[[package]]
1958name = "i18n-config"1085name = "i18n-config"
2034 "iana-time-zone-haiku",1161 "iana-time-zone-haiku",
2035 "js-sys",1162 "js-sys",
2036 "wasm-bindgen",1163 "wasm-bindgen",
2037 "windows-core 0.52.0",1164 "windows-core",
2038]1165]
20391166
2040[[package]]1167[[package]]
2046 "cc",1173 "cc",
2047]1174]
2048
2049[[package]]
2050name = "idna"
2051version = "0.4.0"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2054dependencies = [
2055 "unicode-bidi",
2056 "unicode-normalization",
2057]
2058
2059[[package]]
2060name = "idna"
2061version = "0.5.0"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2064dependencies = [
2065 "unicode-bidi",
2066 "unicode-normalization",
2067]
2068
2069[[package]]
2070name = "igd-next"
2071version = "0.14.3"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4"
2074dependencies = [
2075 "async-trait",
2076 "attohttpc",
2077 "bytes",
2078 "futures",
2079 "http 0.2.12",
2080 "hyper 0.14.28",
2081 "log",
2082 "rand",
2083 "tokio",
2084 "url",
2085 "xmltree",
2086]
20871175
2088[[package]]1176[[package]]
2089name = "indexmap"1177name = "indexmap"
2153source = "registry+https://github.com/rust-lang/crates.io-index"1241source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "4b3f7cef34251886990511df1c61443aa928499d598a9473929ab5a90a527304"1242checksum = "4b3f7cef34251886990511df1c61443aa928499d598a9473929ab5a90a527304"
2155
2156[[package]]
2157name = "ipconfig"
2158version = "0.3.2"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2161dependencies = [
2162 "socket2",
2163 "widestring",
2164 "windows-sys 0.48.0",
2165 "winreg 0.50.0",
2166]
2167
2168[[package]]
2169name = "ipnet"
2170version = "2.9.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2173
2174[[package]]
2175name = "iroh-base"
2176version = "0.17.0"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "b1be0b442ed44d20905cf77c673169906c883e05c829e3fb303b131e925139fc"
2179dependencies = [
2180 "aead",
2181 "anyhow",
2182 "crypto_box",
2183 "data-encoding",
2184 "derive_more",
2185 "ed25519-dalek",
2186 "getrandom",
2187 "hex",
2188 "iroh-blake3",
2189 "once_cell",
2190 "postcard",
2191 "rand",
2192 "rand_core",
2193 "serde",
2194 "serde-error",
2195 "ssh-key",
2196 "thiserror",
2197 "ttl_cache",
2198 "url",
2199 "zeroize",
2200]
2201
2202[[package]]
2203name = "iroh-blake3"
2204version = "1.4.5"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "efbba31f40a650f58fa28dd585a8ca76d8ae3ba63aacab4c8269004a0c803930"
2207dependencies = [
2208 "arrayref",
2209 "arrayvec",
2210 "cc",
2211 "cfg-if",
2212 "constant_time_eq",
2213]
2214
2215[[package]]
2216name = "iroh-metrics"
2217version = "0.17.0"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "dd54b9cf342b2618efc8d3ff6cdcd083fa5a2cf6cc78bb473bd32e228eabb40e"
2220dependencies = [
2221 "anyhow",
2222 "erased_set",
2223 "http-body-util",
2224 "hyper 1.3.1",
2225 "hyper-util",
2226 "once_cell",
2227 "prometheus-client",
2228 "reqwest 0.12.4",
2229 "serde",
2230 "struct_iterable",
2231 "time",
2232 "tokio",
2233 "tracing",
2234]
2235
2236[[package]]
2237name = "iroh-net"
2238version = "0.17.0"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "4a744000e6c5704479eeb4751eb23b9b8e7e56a0fc484beb8831694fc93e378f"
2241dependencies = [
2242 "aead",
2243 "anyhow",
2244 "backoff",
2245 "base64 0.22.1",
2246 "bytes",
2247 "der",
2248 "derive_more",
2249 "duct",
2250 "flume",
2251 "futures-buffered",
2252 "futures-concurrency",
2253 "futures-lite 2.3.0",
2254 "futures-sink",
2255 "futures-util",
2256 "governor",
2257 "hex",
2258 "hickory-proto",
2259 "hickory-resolver",
2260 "hostname 0.3.1",
2261 "http 1.1.0",
2262 "http-body-util",
2263 "hyper 1.3.1",
2264 "hyper-util",
2265 "igd-next",
2266 "iroh-base",
2267 "iroh-metrics",
2268 "iroh-quinn",
2269 "iroh-quinn-proto",
2270 "iroh-quinn-udp",
2271 "libc",
2272 "netdev",
2273 "netlink-packet-core",
2274 "netlink-packet-route",
2275 "netlink-sys",
2276 "num_enum",
2277 "once_cell",
2278 "parking_lot",
2279 "pin-project",
2280 "pkarr",
2281 "postcard",
2282 "rand",
2283 "rand_core",
2284 "rcgen",
2285 "reqwest 0.12.4",
2286 "ring",
2287 "rtnetlink",
2288 "rustls 0.21.12",
2289 "rustls-webpki 0.101.7",
2290 "serde",
2291 "smallvec",
2292 "socket2",
2293 "strum",
2294 "stun-rs",
2295 "surge-ping",
2296 "thiserror",
2297 "time",
2298 "tokio",
2299 "tokio-rustls 0.24.1",
2300 "tokio-rustls-acme",
2301 "tokio-util",
2302 "tracing",
2303 "url",
2304 "watchable",
2305 "webpki-roots 0.25.4",
2306 "windows 0.51.1",
2307 "wmi",
2308 "x509-parser 0.15.1",
2309 "z32",
2310]
2311
2312[[package]]
2313name = "iroh-quinn"
2314version = "0.10.5"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "906875956feb75d3d41d708ddaffeb11fdb10cd05f23efbcb17600037e411779"
2317dependencies = [
2318 "bytes",
2319 "iroh-quinn-proto",
2320 "iroh-quinn-udp",
2321 "pin-project-lite",
2322 "rustc-hash",
2323 "rustls 0.21.12",
2324 "thiserror",
2325 "tokio",
2326 "tracing",
2327]
2328
2329[[package]]
2330name = "iroh-quinn-proto"
2331version = "0.10.8"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "c6bf92478805e67f2320459285496e1137edf5171411001a0d4d85f9bbafb792"
2334dependencies = [
2335 "bytes",
2336 "rand",
2337 "ring",
2338 "rustc-hash",
2339 "rustls 0.21.12",
2340 "rustls-native-certs",
2341 "slab",
2342 "thiserror",
2343 "tinyvec",
2344 "tracing",
2345]
2346
2347[[package]]
2348name = "iroh-quinn-udp"
2349version = "0.4.2"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "edc7915b3a31f08ee0bc02f73f4d61a5d5be146a1081ef7f70622a11627fd314"
2352dependencies = [
2353 "bytes",
2354 "libc",
2355 "socket2",
2356 "tracing",
2357 "windows-sys 0.48.0",
2358]
23591243
2360[[package]]1244[[package]]
2361name = "is-terminal"1245name = "is-terminal"
2410source = "registry+https://github.com/rust-lang/crates.io-index"1294source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"1295checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2412dependencies = [1296dependencies = [
2413 "spin 0.5.2",1297 "spin",
2414]1298]
24151299
2416[[package]]1300[[package]]
2463source = "registry+https://github.com/rust-lang/crates.io-index"1347source = "registry+https://github.com/rust-lang/crates.io-index"
2464checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"1348checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2465
2466[[package]]
2467name = "lru-cache"
2468version = "0.1.2"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2471dependencies = [
2472 "linked-hash-map",
2473]
2474
2475[[package]]
2476name = "match_cfg"
2477version = "0.1.0"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
24801349
2481[[package]]1350[[package]]
2482name = "matchers"1351name = "matchers"
2487 "regex-automata 0.1.10",1356 "regex-automata 0.1.10",
2488]1357]
2489
2490[[package]]
2491name = "md5"
2492version = "0.7.0"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
2495
2496[[package]]
2497name = "memalloc"
2498version = "0.1.0"
2499source = "registry+https://github.com/rust-lang/crates.io-index"
2500checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1"
25011358
2502[[package]]1359[[package]]
2503name = "memchr"1360name = "memchr"
2523 "libmimalloc-sys",1380 "libmimalloc-sys",
2524]1381]
2525
2526[[package]]
2527name = "mime"
2528version = "0.3.17"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
25311382
2532[[package]]1383[[package]]
2533name = "minimal-lexical"1384name = "minimal-lexical"
2556 "windows-sys 0.48.0",1407 "windows-sys 0.48.0",
2557]1408]
2558
2559[[package]]
2560name = "nanorand"
2561version = "0.7.0"
2562source = "registry+https://github.com/rust-lang/crates.io-index"
2563checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2564dependencies = [
2565 "getrandom",
2566]
2567
2568[[package]]
2569name = "netdev"
2570version = "0.25.0"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "fb353f5a5a852d5cc779c1c80bec0bd14a696ef832f3a761cb10091802c37109"
2573dependencies = [
2574 "dlopen2",
2575 "libc",
2576 "memalloc",
2577 "netlink-packet-core",
2578 "netlink-packet-route",
2579 "netlink-sys",
2580 "once_cell",
2581 "system-configuration 0.6.0",
2582 "windows 0.54.0",
2583]
2584
2585[[package]]
2586name = "netlink-packet-core"
2587version = "0.7.0"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4"
2590dependencies = [
2591 "anyhow",
2592 "byteorder",
2593 "netlink-packet-utils",
2594]
2595
2596[[package]]
2597name = "netlink-packet-route"
2598version = "0.17.1"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "053998cea5a306971f88580d0829e90f270f940befd7cf928da179d4187a5a66"
2601dependencies = [
2602 "anyhow",
2603 "bitflags 1.3.2",
2604 "byteorder",
2605 "libc",
2606 "netlink-packet-core",
2607 "netlink-packet-utils",
2608]
2609
2610[[package]]
2611name = "netlink-packet-utils"
2612version = "0.5.2"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
2615dependencies = [
2616 "anyhow",
2617 "byteorder",
2618 "paste",
2619 "thiserror",
2620]
2621
2622[[package]]
2623name = "netlink-proto"
2624version = "0.11.3"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "86b33524dc0968bfad349684447bfce6db937a9ac3332a1fe60c0c5a5ce63f21"
2627dependencies = [
2628 "bytes",
2629 "futures",
2630 "log",
2631 "netlink-packet-core",
2632 "netlink-sys",
2633 "thiserror",
2634 "tokio",
2635]
2636
2637[[package]]
2638name = "netlink-sys"
2639version = "0.8.6"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307"
2642dependencies = [
2643 "bytes",
2644 "futures",
2645 "libc",
2646 "log",
2647 "tokio",
2648]
2649
2650[[package]]
2651name = "nix"
2652version = "0.26.4"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2655dependencies = [
2656 "bitflags 1.3.2",
2657 "cfg-if",
2658 "libc",
2659]
26601409
2661[[package]]1410[[package]]
2662name = "nix"1411name = "nix"
2663version = "0.29.0"1412version = "0.29.0"
2664source = "registry+https://github.com/rust-lang/crates.io-index"1413source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"1414checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2666dependencies = [1415dependencies = [
2667 "bitflags 2.5.0",1416 "bitflags",
2668 "cfg-if",1417 "cfg-if",
2669 "cfg_aliases",1418 "cfg_aliases",
2670 "libc",1419 "libc",
2702 "thiserror",1451 "thiserror",
2703]1452]
2704
2705[[package]]
2706name = "no-std-compat"
2707version = "0.4.1"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
2710
2711[[package]]
2712name = "no-std-net"
2713version = "0.6.0"
2714source = "registry+https://github.com/rust-lang/crates.io-index"
2715checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
27161453
2717[[package]]1454[[package]]
2718name = "nom"1455name = "nom"
2724 "minimal-lexical",1461 "minimal-lexical",
2725]1462]
2726
2727[[package]]
2728name = "nonzero_ext"
2729version = "0.3.0"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
27321463
2733[[package]]1464[[package]]
2734name = "nu-ansi-term"1465name = "nu-ansi-term"
2740 "winapi",1471 "winapi",
2741]1472]
2742
2743[[package]]
2744name = "num-bigint"
2745version = "0.4.5"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
2748dependencies = [
2749 "num-integer",
2750 "num-traits",
2751]
27521473
2753[[package]]1474[[package]]
2754name = "num-bigint-dig"1475name = "num-bigint-dig"
2813 "libc",1534 "libc",
2814]1535]
2815
2816[[package]]
2817name = "num_enum"
2818version = "0.7.2"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
2821dependencies = [
2822 "num_enum_derive",
2823]
2824
2825[[package]]
2826name = "num_enum_derive"
2827version = "0.7.2"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
2830dependencies = [
2831 "proc-macro-crate",
2832 "proc-macro2",
2833 "quote",
2834 "syn 2.0.66",
2835]
28361536
2837[[package]]1537[[package]]
2838name = "number_prefix"1538name = "number_prefix"
2849 "memchr",1549 "memchr",
2850]1550]
2851
2852[[package]]
2853name = "oid-registry"
2854version = "0.6.1"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
2857dependencies = [
2858 "asn1-rs 0.5.2",
2859]
2860
2861[[package]]
2862name = "oid-registry"
2863version = "0.7.0"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d"
2866dependencies = [
2867 "asn1-rs 0.6.1",
2868]
28691551
2870[[package]]1552[[package]]
2871name = "once_cell"1553name = "once_cell"
2894 "tokio-pipe",1576 "tokio-pipe",
2895]1577]
2896
2897[[package]]
2898name = "openssl-probe"
2899version = "0.1.5"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2902
2903[[package]]
2904name = "os_pipe"
2905version = "1.1.5"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
2908dependencies = [
2909 "libc",
2910 "windows-sys 0.52.0",
2911]
29121578
2913[[package]]1579[[package]]
2914name = "overload"1580name = "overload"
2925 "supports-color",1591 "supports-color",
2926]1592]
2927
2928[[package]]
2929name = "p256"
2930version = "0.13.2"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2933dependencies = [
2934 "ecdsa",
2935 "elliptic-curve",
2936 "primeorder",
2937 "sha2",
2938]
2939
2940[[package]]
2941name = "p384"
2942version = "0.13.0"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
2945dependencies = [
2946 "ecdsa",
2947 "elliptic-curve",
2948 "primeorder",
2949 "sha2",
2950]
2951
2952[[package]]
2953name = "p521"
2954version = "0.13.3"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2"
2957dependencies = [
2958 "base16ct",
2959 "ecdsa",
2960 "elliptic-curve",
2961 "primeorder",
2962 "rand_core",
2963 "sha2",
2964]
29651593
2966[[package]]1594[[package]]
2967name = "papergrid"1595name = "papergrid"
2974 "unicode-width",1602 "unicode-width",
2975]1603]
2976
2977[[package]]
2978name = "parking"
2979version = "2.2.0"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
29821604
2983[[package]]1605[[package]]
2984name = "parking_lot"1606name = "parking_lot"
3003 "windows-targets 0.52.5",1625 "windows-targets 0.52.5",
3004]1626]
3005
3006[[package]]
3007name = "paste"
3008version = "1.0.15"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
30111627
3012[[package]]1628[[package]]
3013name = "pbkdf2"1629name = "pbkdf2"
3046source = "registry+https://github.com/rust-lang/crates.io-index"1662source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a"1663checksum = "e3aeb8f54c078314c2065ee649a7241f46b9d8e418e1a9581ba0546657d7aa3a"
3048
3049[[package]]
3050name = "pem"
3051version = "3.0.4"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
3054dependencies = [
3055 "base64 0.22.1",
3056 "serde",
3057]
3058
3059[[package]]
3060name = "pem-rfc7468"
3061version = "0.7.0"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3064dependencies = [
3065 "base64ct",
3066]
3067
3068[[package]]
3069name = "percent-encoding"
3070version = "2.3.1"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3073
3074[[package]]
3075name = "pest"
3076version = "2.7.10"
3077source = "registry+https://github.com/rust-lang/crates.io-index"
3078checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
3079dependencies = [
3080 "memchr",
3081 "thiserror",
3082 "ucd-trie",
3083]
3084
3085[[package]]
3086name = "pest_derive"
3087version = "2.7.10"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
3090dependencies = [
3091 "pest",
3092 "pest_generator",
3093]
3094
3095[[package]]
3096name = "pest_generator"
3097version = "2.7.10"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
3100dependencies = [
3101 "pest",
3102 "pest_meta",
3103 "proc-macro2",
3104 "quote",
3105 "syn 2.0.66",
3106]
3107
3108[[package]]
3109name = "pest_meta"
3110version = "2.7.10"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
3113dependencies = [
3114 "once_cell",
3115 "pest",
3116 "sha2",
3117]
31181664
3119[[package]]1665[[package]]
3120name = "pin-project"1666name = "pin-project"
3148source = "registry+https://github.com/rust-lang/crates.io-index"1694source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"1695checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3150
3151[[package]]
3152name = "pkarr"
3153version = "1.1.5"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "242ae92dfb9d2ba3aaa9caf4723e72043bc50729ad05a763771771ba03196ffb"
3156dependencies = [
3157 "bytes",
3158 "ed25519-dalek",
3159 "rand",
3160 "reqwest 0.11.27",
3161 "self_cell 1.0.4",
3162 "simple-dns",
3163 "thiserror",
3164 "url",
3165 "z32",
3166]
31671696
3168[[package]]1697[[package]]
3169name = "pkcs1"1698name = "pkcs1"
3192source = "registry+https://github.com/rust-lang/crates.io-index"1721source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"1722checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7"
3194
3195[[package]]
3196name = "pnet_base"
3197version = "0.34.0"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "fe4cf6fb3ab38b68d01ab2aea03ed3d1132b4868fa4e06285f29f16da01c5f4c"
3200dependencies = [
3201 "no-std-net",
3202]
3203
3204[[package]]
3205name = "pnet_macros"
3206version = "0.34.0"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "688b17499eee04a0408aca0aa5cba5fc86401d7216de8a63fdf7a4c227871804"
3209dependencies = [
3210 "proc-macro2",
3211 "quote",
3212 "regex",
3213 "syn 2.0.66",
3214]
3215
3216[[package]]
3217name = "pnet_macros_support"
3218version = "0.34.0"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "eea925b72f4bd37f8eab0f221bbe4c78b63498350c983ffa9dd4bcde7e030f56"
3221dependencies = [
3222 "pnet_base",
3223]
3224
3225[[package]]
3226name = "pnet_packet"
3227version = "0.34.0"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "a9a005825396b7fe7a38a8e288dbc342d5034dac80c15212436424fef8ea90ba"
3230dependencies = [
3231 "glob",
3232 "pnet_base",
3233 "pnet_macros",
3234 "pnet_macros_support",
3235]
32361723
3237[[package]]1724[[package]]
3238name = "poly1305"1725name = "poly1305"
3263source = "registry+https://github.com/rust-lang/crates.io-index"1750source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"1751checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
3265
3266[[package]]
3267name = "postcard"
3268version = "1.0.8"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
3271dependencies = [
3272 "cobs",
3273 "const_format",
3274 "embedded-io",
3275 "postcard-derive",
3276 "serde",
3277]
3278
3279[[package]]
3280name = "postcard-derive"
3281version = "0.1.1"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "fc4b01218787dd4420daf63875163a787a78294ad48a24e9f6fa8c6507759a79"
3284dependencies = [
3285 "proc-macro2",
3286 "quote",
3287 "syn 1.0.109",
3288]
32891752
3290[[package]]1753[[package]]
3291name = "powerfmt"1754name = "powerfmt"
3299source = "registry+https://github.com/rust-lang/crates.io-index"1762source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"1763checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
3301
3302[[package]]
3303name = "precis-core"
3304version = "0.1.9"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "d73e9dd26361c32e7cd13d1032bb01c4e26a23287274e8a4e2f228cf2c9ff77b"
3307dependencies = [
3308 "precis-tools",
3309 "ucd-parse",
3310 "unicode-normalization",
3311]
3312
3313[[package]]
3314name = "precis-profiles"
3315version = "0.1.10"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "bde4bd6624c60cb0abe2bea1dbdbb9085f629a853861e64df4abb099f8076ad4"
3318dependencies = [
3319 "lazy_static",
3320 "precis-core",
3321 "precis-tools",
3322 "unicode-normalization",
3323]
3324
3325[[package]]
3326name = "precis-tools"
3327version = "0.1.7"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "d07ecadec70b0f560f09abf815ae0ee1a940d38d2354c938ba7229ac7c9f5f52"
3330dependencies = [
3331 "lazy_static",
3332 "regex",
3333 "ucd-parse",
3334]
3335
3336[[package]]
3337name = "primeorder"
3338version = "0.13.6"
3339source = "registry+https://github.com/rust-lang/crates.io-index"
3340checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3341dependencies = [
3342 "elliptic-curve",
3343]
3344
3345[[package]]
3346name = "proc-macro-crate"
3347version = "3.1.0"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
3350dependencies = [
3351 "toml_edit 0.21.1",
3352]
33531764
3354[[package]]1765[[package]]
3355name = "proc-macro-error"1766name = "proc-macro-error"
3384 "unicode-ident",1795 "unicode-ident",
3385]1796]
3386
3387[[package]]
3388name = "prometheus-client"
3389version = "0.22.2"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa"
3392dependencies = [
3393 "dtoa",
3394 "itoa",
3395 "parking_lot",
3396 "prometheus-client-derive-encode",
3397]
3398
3399[[package]]
3400name = "prometheus-client-derive-encode"
3401version = "0.4.2"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8"
3404dependencies = [
3405 "proc-macro2",
3406 "quote",
3407 "syn 2.0.66",
3408]
3409
3410[[package]]
3411name = "quanta"
3412version = "0.12.3"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5"
3415dependencies = [
3416 "crossbeam-utils",
3417 "libc",
3418 "once_cell",
3419 "raw-cpuid",
3420 "wasi",
3421 "web-sys",
3422 "winapi",
3423]
3424
3425[[package]]
3426name = "quick-error"
3427version = "1.2.3"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
34301797
3431[[package]]1798[[package]]
3432name = "quote"1799name = "quote"
3437 "proc-macro2",1804 "proc-macro2",
3438]1805]
3439
3440[[package]]
3441name = "quoted-string-parser"
3442version = "0.1.0"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "0dc75379cdb451d001f1cb667a9f74e8b355e9df84cc5193513cbe62b96fc5e9"
3445dependencies = [
3446 "pest",
3447 "pest_derive",
3448]
34491806
3450[[package]]1807[[package]]
3451name = "r2d2"1808name = "r2d2"
3458 "scheduled-thread-pool",1815 "scheduled-thread-pool",
3459]1816]
3460
3461[[package]]
3462name = "radium"
3463version = "0.7.0"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
34661817
3467[[package]]1818[[package]]
3468name = "rand"1819name = "rand"
3494 "getrandom",1845 "getrandom",
3495]1846]
3496
3497[[package]]
3498name = "raw-cpuid"
3499version = "11.0.2"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd"
3502dependencies = [
3503 "bitflags 2.5.0",
3504]
3505
3506[[package]]
3507name = "rcgen"
3508version = "0.12.1"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1"
3511dependencies = [
3512 "pem",
3513 "ring",
3514 "time",
3515 "yasna",
3516]
35171847
3518[[package]]1848[[package]]
3519name = "redox_syscall"1849name = "redox_syscall"
3520version = "0.5.1"1850version = "0.5.1"
3521source = "registry+https://github.com/rust-lang/crates.io-index"1851source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"1852checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
3523dependencies = [1853dependencies = [
3524 "bitflags 2.5.0",1854 "bitflags",
3525]1855]
35261856
3527[[package]]1857[[package]]
3556 "regex-syntax 0.8.3",1886 "regex-syntax 0.8.3",
3557]1887]
3558
3559[[package]]
3560name = "regex-lite"
3561version = "0.1.5"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
35641888
3565[[package]]1889[[package]]
3566name = "regex-syntax"1890name = "regex-syntax"
3574source = "registry+https://github.com/rust-lang/crates.io-index"1898source = "registry+https://github.com/rust-lang/crates.io-index"
3575checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"1899checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
3576
3577[[package]]
3578name = "remowt-agent"
3579version = "0.1.0"
3580dependencies = [
3581 "iroh-net",
3582 "tracing",
3583]
35841900
3585[[package]]1901[[package]]
3586name = "remowt-fs"1902name = "remowt-fs"
3587version = "0.1.0"1903version = "0.1.0"
3588
3589[[package]]
3590name = "reqwest"
3591version = "0.11.27"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
3594dependencies = [
3595 "base64 0.21.7",
3596 "bytes",
3597 "encoding_rs",
3598 "futures-core",
3599 "futures-util",
3600 "h2",
3601 "http 0.2.12",
3602 "http-body 0.4.6",
3603 "hyper 0.14.28",
3604 "hyper-rustls 0.24.2",
3605 "ipnet",
3606 "js-sys",
3607 "log",
3608 "mime",
3609 "once_cell",
3610 "percent-encoding",
3611 "pin-project-lite",
3612 "rustls 0.21.12",
3613 "rustls-pemfile 1.0.4",
3614 "serde",
3615 "serde_json",
3616 "serde_urlencoded",
3617 "sync_wrapper",
3618 "system-configuration 0.5.1",
3619 "tokio",
3620 "tokio-rustls 0.24.1",
3621 "tower-service",
3622 "url",
3623 "wasm-bindgen",
3624 "wasm-bindgen-futures",
3625 "web-sys",
3626 "webpki-roots 0.25.4",
3627 "winreg 0.50.0",
3628]
3629
3630[[package]]
3631name = "reqwest"
3632version = "0.12.4"
3633source = "registry+https://github.com/rust-lang/crates.io-index"
3634checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
3635dependencies = [
3636 "base64 0.22.1",
3637 "bytes",
3638 "futures-core",
3639 "futures-util",
3640 "http 1.1.0",
3641 "http-body 1.0.0",
3642 "http-body-util",
3643 "hyper 1.3.1",
3644 "hyper-rustls 0.26.0",
3645 "hyper-util",
3646 "ipnet",
3647 "js-sys",
3648 "log",
3649 "mime",
3650 "once_cell",
3651 "percent-encoding",
3652 "pin-project-lite",
3653 "rustls 0.22.4",
3654 "rustls-pemfile 2.1.2",
3655 "rustls-pki-types",
3656 "serde",
3657 "serde_json",
3658 "serde_urlencoded",
3659 "sync_wrapper",
3660 "tokio",
3661 "tokio-rustls 0.25.0",
3662 "tower-service",
3663 "url",
3664 "wasm-bindgen",
3665 "wasm-bindgen-futures",
3666 "web-sys",
3667 "webpki-roots 0.26.1",
3668 "winreg 0.52.0",
3669]
3670
3671[[package]]
3672name = "resolv-conf"
3673version = "0.7.0"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
3676dependencies = [
3677 "hostname 0.3.1",
3678 "quick-error",
3679]
3680
3681[[package]]
3682name = "rfc6979"
3683version = "0.4.0"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3686dependencies = [
3687 "hmac",
3688 "subtle",
3689]
3690
3691[[package]]
3692name = "ring"
3693version = "0.17.8"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3696dependencies = [
3697 "cc",
3698 "cfg-if",
3699 "getrandom",
3700 "libc",
3701 "spin 0.9.8",
3702 "untrusted",
3703 "windows-sys 0.52.0",
3704]
37051904
3706[[package]]1905[[package]]
3707name = "rnix"1906name = "rnix"
3721checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"1920checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
3722dependencies = [1921dependencies = [
3723 "base64 0.21.7",1922 "base64 0.21.7",
3724 "bitflags 2.5.0",1923 "bitflags",
3725 "serde",1924 "serde",
3726 "serde_derive",1925 "serde_derive",
3727]1926]
3753 "pkcs1",1952 "pkcs1",
3754 "pkcs8",1953 "pkcs8",
3755 "rand_core",1954 "rand_core",
3756 "sha2",
3757 "signature",1955 "signature",
3758 "spki",1956 "spki",
3759 "subtle",1957 "subtle",
3760 "zeroize",1958 "zeroize",
3761]1959]
3762
3763[[package]]
3764name = "rtnetlink"
3765version = "0.13.1"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "7a552eb82d19f38c3beed3f786bd23aa434ceb9ac43ab44419ca6d67a7e186c0"
3768dependencies = [
3769 "futures",
3770 "log",
3771 "netlink-packet-core",
3772 "netlink-packet-route",
3773 "netlink-packet-utils",
3774 "netlink-proto",
3775 "netlink-sys",
3776 "nix 0.26.4",
3777 "thiserror",
3778 "tokio",
3779]
37801960
3781[[package]]1961[[package]]
3782name = "rust-embed"1962name = "rust-embed"
3833 "semver",2013 "semver",
3834]2014]
3835
3836[[package]]
3837name = "rusticata-macros"
3838version = "4.1.0"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
3841dependencies = [
3842 "nom",
3843]
38442015
3845[[package]]2016[[package]]
3846name = "rustix"2017name = "rustix"
3847version = "0.38.34"2018version = "0.38.34"
3848source = "registry+https://github.com/rust-lang/crates.io-index"2019source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"2020checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
3850dependencies = [2021dependencies = [
3851 "bitflags 2.5.0",2022 "bitflags",
3852 "errno",2023 "errno",
3853 "libc",2024 "libc",
3854 "linux-raw-sys",2025 "linux-raw-sys",
3855 "windows-sys 0.52.0",2026 "windows-sys 0.52.0",
3856]2027]
3857
3858[[package]]
3859name = "rustls"
3860version = "0.21.12"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
3863dependencies = [
3864 "log",
3865 "ring",
3866 "rustls-webpki 0.101.7",
3867 "sct",
3868]
3869
3870[[package]]
3871name = "rustls"
3872version = "0.22.4"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
3875dependencies = [
3876 "log",
3877 "ring",
3878 "rustls-pki-types",
3879 "rustls-webpki 0.102.4",
3880 "subtle",
3881 "zeroize",
3882]
3883
3884[[package]]
3885name = "rustls-native-certs"
3886version = "0.6.3"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
3889dependencies = [
3890 "openssl-probe",
3891 "rustls-pemfile 1.0.4",
3892 "schannel",
3893 "security-framework",
3894]
3895
3896[[package]]
3897name = "rustls-pemfile"
3898version = "1.0.4"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3901dependencies = [
3902 "base64 0.21.7",
3903]
3904
3905[[package]]
3906name = "rustls-pemfile"
3907version = "2.1.2"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
3910dependencies = [
3911 "base64 0.22.1",
3912 "rustls-pki-types",
3913]
3914
3915[[package]]
3916name = "rustls-pki-types"
3917version = "1.7.0"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
3920
3921[[package]]
3922name = "rustls-webpki"
3923version = "0.101.7"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
3926dependencies = [
3927 "ring",
3928 "untrusted",
3929]
3930
3931[[package]]
3932name = "rustls-webpki"
3933version = "0.102.4"
3934source = "registry+https://github.com/rust-lang/crates.io-index"
3935checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
3936dependencies = [
3937 "ring",
3938 "rustls-pki-types",
3939 "untrusted",
3940]
3941
3942[[package]]
3943name = "rustversion"
3944version = "1.0.17"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
39472028
3948[[package]]2029[[package]]
3949name = "ryu"2030name = "ryu"
3969 "winapi-util",2050 "winapi-util",
3970]2051]
3971
3972[[package]]
3973name = "schannel"
3974version = "0.1.23"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
3977dependencies = [
3978 "windows-sys 0.52.0",
3979]
39802052
3981[[package]]2053[[package]]
3982name = "scheduled-thread-pool"2054name = "scheduled-thread-pool"
4004 "sha2",2076 "sha2",
4005]2077]
4006
4007[[package]]
4008name = "sct"
4009version = "0.7.1"
4010source = "registry+https://github.com/rust-lang/crates.io-index"
4011checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
4012dependencies = [
4013 "ring",
4014 "untrusted",
4015]
4016
4017[[package]]
4018name = "sec1"
4019version = "0.7.3"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4022dependencies = [
4023 "base16ct",
4024 "der",
4025 "generic-array",
4026 "pkcs8",
4027 "subtle",
4028 "zeroize",
4029]
40302078
4031[[package]]2079[[package]]
4032name = "secrecy"2080name = "secrecy"
4037 "zeroize",2085 "zeroize",
4038]2086]
4039
4040[[package]]
4041name = "security-framework"
4042version = "2.11.0"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
4045dependencies = [
4046 "bitflags 2.5.0",
4047 "core-foundation",
4048 "core-foundation-sys",
4049 "libc",
4050 "security-framework-sys",
4051]
4052
4053[[package]]
4054name = "security-framework-sys"
4055version = "2.11.0"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
4058dependencies = [
4059 "core-foundation-sys",
4060 "libc",
4061]
40622087
4063[[package]]2088[[package]]
4064name = "self_cell"2089name = "self_cell"
4090 "serde_derive",2115 "serde_derive",
4091]2116]
4092
4093[[package]]
4094name = "serde-error"
4095version = "0.1.2"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "e988182713aeed6a619a88bca186f6d6407483485ffe44c869ee264f8eabd13f"
4098dependencies = [
4099 "serde",
4100]
41012117
4102[[package]]2118[[package]]
4103name = "serde-transcode"2119name = "serde-transcode"
4139 "serde",2155 "serde",
4140]2156]
4141
4142[[package]]
4143name = "serde_urlencoded"
4144version = "0.7.1"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4147dependencies = [
4148 "form_urlencoded",
4149 "itoa",
4150 "ryu",
4151 "serde",
4152]
4153
4154[[package]]
4155name = "serdect"
4156version = "0.2.0"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177"
4159dependencies = [
4160 "base16ct",
4161 "serde",
4162]
4163
4164[[package]]
4165name = "sha1"
4166version = "0.10.6"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4169dependencies = [
4170 "cfg-if",
4171 "cpufeatures",
4172 "digest",
4173]
41742157
4175[[package]]2158[[package]]
4176name = "sha2"2159name = "sha2"
4192 "lazy_static",2175 "lazy_static",
4193]2176]
4194
4195[[package]]
4196name = "shared_child"
4197version = "1.0.0"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
4200dependencies = [
4201 "libc",
4202 "winapi",
4203]
42042177
4205[[package]]2178[[package]]
4206name = "shell-escape"2179name = "shell-escape"
4254 "rand_core",2227 "rand_core",
4255]2228]
4256
4257[[package]]
4258name = "simple-dns"
4259version = "0.6.2"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "01607fe2e61894468c6dc0b26103abb073fb08b79a3d9e4b6d76a1a341549958"
4262dependencies = [
4263 "bitflags 2.5.0",
4264]
42652229
4266[[package]]2230[[package]]
4267name = "slab"2231name = "slab"
4303source = "registry+https://github.com/rust-lang/crates.io-index"2267source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"2268checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
4305
4306[[package]]
4307name = "spin"
4308version = "0.9.8"
4309source = "registry+https://github.com/rust-lang/crates.io-index"
4310checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4311dependencies = [
4312 "lock_api",
4313]
4314
4315[[package]]
4316name = "spinning_top"
4317version = "0.3.0"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
4320dependencies = [
4321 "lock_api",
4322]
43232269
4324[[package]]2270[[package]]
4325name = "spki"2271name = "spki"
4331 "der",2277 "der",
4332]2278]
4333
4334[[package]]
4335name = "ssh-cipher"
4336version = "0.2.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "caac132742f0d33c3af65bfcde7f6aa8f62f0e991d80db99149eb9d44708784f"
4339dependencies = [
4340 "cipher",
4341 "ssh-encoding",
4342]
4343
4344[[package]]
4345name = "ssh-encoding"
4346version = "0.2.0"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "eb9242b9ef4108a78e8cd1a2c98e193ef372437f8c22be363075233321dd4a15"
4349dependencies = [
4350 "base64ct",
4351 "pem-rfc7468",
4352 "sha2",
4353]
4354
4355[[package]]
4356name = "ssh-key"
4357version = "0.6.6"
4358source = "registry+https://github.com/rust-lang/crates.io-index"
4359checksum = "ca9b366a80cf18bb6406f4cf4d10aebfb46140a8c0c33f666a144c5c76ecbafc"
4360dependencies = [
4361 "ed25519-dalek",
4362 "p256",
4363 "p384",
4364 "p521",
4365 "rand_core",
4366 "rsa",
4367 "sec1",
4368 "sha2",
4369 "signature",
4370 "ssh-cipher",
4371 "ssh-encoding",
4372 "subtle",
4373 "zeroize",
4374]
43752279
4376[[package]]2280[[package]]
4377name = "strsim"2281name = "strsim"
4385source = "registry+https://github.com/rust-lang/crates.io-index"2289source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"2290checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4387
4388[[package]]
4389name = "struct_iterable"
4390version = "0.1.1"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "849a064c6470a650b72e41fa6c057879b68f804d113af92900f27574828e7712"
4393dependencies = [
4394 "struct_iterable_derive",
4395 "struct_iterable_internal",
4396]
4397
4398[[package]]
4399name = "struct_iterable_derive"
4400version = "0.1.0"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "8bb939ce88a43ea4e9d012f2f6b4cc789deb2db9d47bad697952a85d6978662c"
4403dependencies = [
4404 "erased-serde",
4405 "proc-macro2",
4406 "quote",
4407 "struct_iterable_internal",
4408 "syn 2.0.66",
4409]
4410
4411[[package]]
4412name = "struct_iterable_internal"
4413version = "0.1.1"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "e9426b2a0c03e6cc2ea8dbc0168dbbf943f88755e409fb91bcb8f6a268305f4a"
4416
4417[[package]]
4418name = "strum"
4419version = "0.26.2"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
4422dependencies = [
4423 "strum_macros",
4424]
4425
4426[[package]]
4427name = "strum_macros"
4428version = "0.26.3"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "f7993a8e3a9e88a00351486baae9522c91b123a088f76469e5bd5cc17198ea87"
4431dependencies = [
4432 "heck 0.5.0",
4433 "proc-macro2",
4434 "quote",
4435 "rustversion",
4436 "syn 2.0.66",
4437]
4438
4439[[package]]
4440name = "stun-rs"
4441version = "0.1.8"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "0adebf9fb8fba5c39ee34092b0383f247e4d1255b98fcffec94b4b797b85b677"
4444dependencies = [
4445 "base64 0.22.1",
4446 "bounded-integer",
4447 "byteorder",
4448 "crc",
4449 "enumflags2",
4450 "fallible-iterator",
4451 "hmac-sha1",
4452 "hmac-sha256",
4453 "hostname-validator",
4454 "lazy_static",
4455 "md5",
4456 "paste",
4457 "precis-core",
4458 "precis-profiles",
4459 "quoted-string-parser",
4460 "rand",
4461]
44622291
4463[[package]]2292[[package]]
4464name = "subtle"2293name = "subtle"
4476 "is_ci",2305 "is_ci",
4477]2306]
4478
4479[[package]]
4480name = "surge-ping"
4481version = "0.8.1"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "efbf95ce4c7c5b311d2ce3f088af2b93edef0f09727fa50fbe03c7a979afce77"
4484dependencies = [
4485 "hex",
4486 "parking_lot",
4487 "pnet_packet",
4488 "rand",
4489 "socket2",
4490 "thiserror",
4491 "tokio",
4492 "tracing",
4493]
44942307
4495[[package]]2308[[package]]
4496name = "syn"2309name = "syn"
4514 "unicode-ident",2327 "unicode-ident",
4515]2328]
4516
4517[[package]]
4518name = "sync_wrapper"
4519version = "0.1.2"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
4522
4523[[package]]
4524name = "synstructure"
4525version = "0.12.6"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
4528dependencies = [
4529 "proc-macro2",
4530 "quote",
4531 "syn 1.0.109",
4532 "unicode-xid",
4533]
4534
4535[[package]]
4536name = "synstructure"
4537version = "0.13.1"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
4540dependencies = [
4541 "proc-macro2",
4542 "quote",
4543 "syn 2.0.66",
4544]
4545
4546[[package]]
4547name = "system-configuration"
4548version = "0.5.1"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
4551dependencies = [
4552 "bitflags 1.3.2",
4553 "core-foundation",
4554 "system-configuration-sys 0.5.0",
4555]
4556
4557[[package]]
4558name = "system-configuration"
4559version = "0.6.0"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42"
4562dependencies = [
4563 "bitflags 2.5.0",
4564 "core-foundation",
4565 "system-configuration-sys 0.6.0",
4566]
4567
4568[[package]]
4569name = "system-configuration-sys"
4570version = "0.5.0"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
4573dependencies = [
4574 "core-foundation-sys",
4575 "libc",
4576]
4577
4578[[package]]
4579name = "system-configuration-sys"
4580version = "0.6.0"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4583dependencies = [
4584 "core-foundation-sys",
4585 "libc",
4586]
45872329
4588[[package]]2330[[package]]
4589name = "tabled"2331name = "tabled"
4609 "syn 1.0.109",2351 "syn 1.0.109",
4610]2352]
4611
4612[[package]]
4613name = "tap"
4614version = "1.0.1"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
46172353
4618[[package]]2354[[package]]
4619name = "tempfile"2355name = "tempfile"
4622checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"2358checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
4623dependencies = [2359dependencies = [
4624 "cfg-if",2360 "cfg-if",
4625 "fastrand 2.1.0",2361 "fastrand",
4626 "rustix",2362 "rustix",
4627 "windows-sys 0.52.0",2363 "windows-sys 0.52.0",
4628]2364]
4680checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"2416checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
4681dependencies = [2417dependencies = [
4682 "deranged",2418 "deranged",
4683 "itoa",
4684 "num-conv",2419 "num-conv",
4685 "powerfmt",2420 "powerfmt",
4686 "serde",2421 "serde",
4713 "displaydoc",2448 "displaydoc",
4714]2449]
4715
4716[[package]]
4717name = "tinyvec"
4718version = "1.6.0"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
4721dependencies = [
4722 "tinyvec_macros",
4723]
4724
4725[[package]]
4726name = "tinyvec_macros"
4727version = "0.1.1"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
47302450
4731[[package]]2451[[package]]
4732name = "tokio"2452name = "tokio"
4767 "tokio",2487 "tokio",
4768]2488]
4769
4770[[package]]
4771name = "tokio-rustls"
4772version = "0.24.1"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
4775dependencies = [
4776 "rustls 0.21.12",
4777 "tokio",
4778]
4779
4780[[package]]
4781name = "tokio-rustls"
4782version = "0.25.0"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
4785dependencies = [
4786 "rustls 0.22.4",
4787 "rustls-pki-types",
4788 "tokio",
4789]
4790
4791[[package]]
4792name = "tokio-rustls-acme"
4793version = "0.3.0"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "2ebc06d846f8367f24c3a8882328707d1a5e507ef4f40943723ddbe2c17b9f24"
4796dependencies = [
4797 "async-trait",
4798 "base64 0.21.7",
4799 "chrono",
4800 "futures",
4801 "log",
4802 "num-bigint",
4803 "pem",
4804 "proc-macro2",
4805 "rcgen",
4806 "reqwest 0.11.27",
4807 "ring",
4808 "rustls 0.21.12",
4809 "serde",
4810 "serde_json",
4811 "thiserror",
4812 "tokio",
4813 "tokio-rustls 0.24.1",
4814 "url",
4815 "webpki-roots 0.25.4",
4816 "x509-parser 0.16.0",
4817]
48182489
4819[[package]]2490[[package]]
4820name = "tokio-util"2491name = "tokio-util"
4847 "serde",2518 "serde",
4848 "serde_spanned",2519 "serde_spanned",
4849 "toml_datetime",2520 "toml_datetime",
4850 "toml_edit 0.22.13",2521 "toml_edit",
4851]2522]
48522523
4853[[package]]2524[[package]]
4859 "serde",2530 "serde",
4860]2531]
4861
4862[[package]]
4863name = "toml_edit"
4864version = "0.21.1"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
4867dependencies = [
4868 "indexmap",
4869 "toml_datetime",
4870 "winnow 0.5.40",
4871]
48722532
4873[[package]]2533[[package]]
4874name = "toml_edit"2534name = "toml_edit"
4880 "serde",2540 "serde",
4881 "serde_spanned",2541 "serde_spanned",
4882 "toml_datetime",2542 "toml_datetime",
4883 "winnow 0.6.9",2543 "winnow",
4884]2544]
4885
4886[[package]]
4887name = "tower"
4888version = "0.4.13"
4889source = "registry+https://github.com/rust-lang/crates.io-index"
4890checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
4891dependencies = [
4892 "futures-core",
4893 "futures-util",
4894 "pin-project",
4895 "pin-project-lite",
4896 "tokio",
4897 "tower-layer",
4898 "tower-service",
4899]
4900
4901[[package]]
4902name = "tower-layer"
4903version = "0.3.2"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
4906
4907[[package]]
4908name = "tower-service"
4909version = "0.3.2"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
49122545
4913[[package]]2546[[package]]
4914name = "tracing"2547name = "tracing"
4915version = "0.1.40"2548version = "0.1.40"
4916source = "registry+https://github.com/rust-lang/crates.io-index"2549source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"2550checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
4918dependencies = [2551dependencies = [
4919 "log",
4920 "pin-project-lite",2552 "pin-project-lite",
4921 "tracing-attributes",2553 "tracing-attributes",
4922 "tracing-core",2554 "tracing-core",
4984 "tracing-log",2616 "tracing-log",
4985]2617]
4986
4987[[package]]
4988name = "try-lock"
4989version = "0.2.5"
4990source = "registry+https://github.com/rust-lang/crates.io-index"
4991checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4992
4993[[package]]
4994name = "ttl_cache"
4995version = "0.5.1"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a"
4998dependencies = [
4999 "linked-hash-map",
5000]
50012618
5002[[package]]2619[[package]]
5003name = "type-map"2620name = "type-map"
5014source = "registry+https://github.com/rust-lang/crates.io-index"2631source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"2632checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
5016
5017[[package]]
5018name = "ucd-parse"
5019version = "0.1.13"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "c06ff81122fcbf4df4c1660b15f7e3336058e7aec14437c9f85c6b31a0f279b9"
5022dependencies = [
5023 "regex-lite",
5024]
5025
5026[[package]]
5027name = "ucd-trie"
5028version = "0.1.6"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
50312633
5032[[package]]2634[[package]]
5033name = "unic-langid"2635name = "unic-langid"
5057 "version_check",2659 "version_check",
5058]2660]
5059
5060[[package]]
5061name = "unicode-bidi"
5062version = "0.3.15"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
50652661
5066[[package]]2662[[package]]
5067name = "unicode-ident"2663name = "unicode-ident"
5068version = "1.0.12"2664version = "1.0.12"
5069source = "registry+https://github.com/rust-lang/crates.io-index"2665source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"2666checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
5071
5072[[package]]
5073name = "unicode-normalization"
5074version = "0.1.23"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
5077dependencies = [
5078 "tinyvec",
5079]
50802667
5081[[package]]2668[[package]]
5082name = "unicode-width"2669name = "unicode-width"
5083version = "0.1.12"2670version = "0.1.12"
5084source = "registry+https://github.com/rust-lang/crates.io-index"2671source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"2672checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
5086
5087[[package]]
5088name = "unicode-xid"
5089version = "0.2.4"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
50922673
5093[[package]]2674[[package]]
5094name = "unicode_categories"2675name = "unicode_categories"
5112 "subtle",2693 "subtle",
5113]2694]
5114
5115[[package]]
5116name = "untrusted"
5117version = "0.9.0"
5118source = "registry+https://github.com/rust-lang/crates.io-index"
5119checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5120
5121[[package]]
5122name = "url"
5123version = "2.5.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
5126dependencies = [
5127 "form_urlencoded",
5128 "idna 0.5.0",
5129 "percent-encoding",
5130 "serde",
5131]
51322695
5133[[package]]2696[[package]]
5134name = "utf8parse"2697name = "utf8parse"
5181 "quote",2744 "quote",
5182]2745]
5183
5184[[package]]
5185name = "waker-fn"
5186version = "1.2.0"
5187source = "registry+https://github.com/rust-lang/crates.io-index"
5188checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
51892746
5190[[package]]2747[[package]]
5191name = "walkdir"2748name = "walkdir"
5197 "winapi-util",2754 "winapi-util",
5198]2755]
5199
5200[[package]]
5201name = "want"
5202version = "0.3.1"
5203source = "registry+https://github.com/rust-lang/crates.io-index"
5204checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5205dependencies = [
5206 "try-lock",
5207]
52082756
5209[[package]]2757[[package]]
5210name = "wasi"2758name = "wasi"
5237 "wasm-bindgen-shared",2785 "wasm-bindgen-shared",
5238]2786]
5239
5240[[package]]
5241name = "wasm-bindgen-futures"
5242version = "0.4.42"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
5245dependencies = [
5246 "cfg-if",
5247 "js-sys",
5248 "wasm-bindgen",
5249 "web-sys",
5250]
52512787
5252[[package]]2788[[package]]
5253name = "wasm-bindgen-macro"2789name = "wasm-bindgen-macro"
5278source = "registry+https://github.com/rust-lang/crates.io-index"2814source = "registry+https://github.com/rust-lang/crates.io-index"
5279checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"2815checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
5280
5281[[package]]
5282name = "watchable"
5283version = "1.1.2"
5284source = "registry+https://github.com/rust-lang/crates.io-index"
5285checksum = "45b42a2f611916b5965120a9cde2b60f2db4454826dd9ad5e6f47c24a5b3b259"
5286dependencies = [
5287 "event-listener",
5288 "futures-util",
5289 "parking_lot",
5290 "thiserror",
5291]
5292
5293[[package]]
5294name = "web-sys"
5295version = "0.3.69"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
5298dependencies = [
5299 "js-sys",
5300 "wasm-bindgen",
5301]
5302
5303[[package]]
5304name = "webpki-roots"
5305version = "0.25.4"
5306source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
5308
5309[[package]]
5310name = "webpki-roots"
5311version = "0.26.1"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
5314dependencies = [
5315 "rustls-pki-types",
5316]
5317
5318[[package]]
5319name = "widestring"
5320version = "1.1.0"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
53232816
5324[[package]]2817[[package]]
5325name = "winapi"2818name = "winapi"
5352source = "registry+https://github.com/rust-lang/crates.io-index"2845source = "registry+https://github.com/rust-lang/crates.io-index"
5353checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"2846checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5354
5355[[package]]
5356name = "windows"
5357version = "0.51.1"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
5360dependencies = [
5361 "windows-core 0.51.1",
5362 "windows-targets 0.48.5",
5363]
53642847
5365[[package]]2848[[package]]
5366name = "windows"2849name = "windows"
5367version = "0.52.0"2850version = "0.52.0"
5368source = "registry+https://github.com/rust-lang/crates.io-index"2851source = "registry+https://github.com/rust-lang/crates.io-index"
5369checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"2852checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
5370dependencies = [2853dependencies = [
5371 "windows-core 0.52.0",2854 "windows-core",
5372 "windows-implement",
5373 "windows-interface",
5374 "windows-targets 0.52.5",2855 "windows-targets 0.52.5",
5375]2856]
5376
5377[[package]]
5378name = "windows"
5379version = "0.54.0"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
5382dependencies = [
5383 "windows-core 0.54.0",
5384 "windows-targets 0.52.5",
5385]
5386
5387[[package]]
5388name = "windows-core"
5389version = "0.51.1"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
5392dependencies = [
5393 "windows-targets 0.48.5",
5394]
53952857
5396[[package]]2858[[package]]
5397name = "windows-core"2859name = "windows-core"
5402 "windows-targets 0.52.5",2864 "windows-targets 0.52.5",
5403]2865]
5404
5405[[package]]
5406name = "windows-core"
5407version = "0.54.0"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
5410dependencies = [
5411 "windows-result",
5412 "windows-targets 0.52.5",
5413]
5414
5415[[package]]
5416name = "windows-implement"
5417version = "0.52.0"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
5420dependencies = [
5421 "proc-macro2",
5422 "quote",
5423 "syn 2.0.66",
5424]
5425
5426[[package]]
5427name = "windows-interface"
5428version = "0.52.0"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
5431dependencies = [
5432 "proc-macro2",
5433 "quote",
5434 "syn 2.0.66",
5435]
5436
5437[[package]]
5438name = "windows-result"
5439version = "0.1.1"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
5442dependencies = [
5443 "windows-targets 0.52.5",
5444]
54452866
5446[[package]]2867[[package]]
5447name = "windows-sys"2868name = "windows-sys"
5582source = "registry+https://github.com/rust-lang/crates.io-index"3003source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"3004checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
5584
5585[[package]]
5586name = "winnow"
5587version = "0.5.40"
5588source = "registry+https://github.com/rust-lang/crates.io-index"
5589checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
5590dependencies = [
5591 "memchr",
5592]
55933005
5594[[package]]3006[[package]]
5595name = "winnow"3007name = "winnow"
5600 "memchr",3012 "memchr",
5601]3013]
5602
5603[[package]]
5604name = "winreg"
5605version = "0.50.0"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
5608dependencies = [
5609 "cfg-if",
5610 "windows-sys 0.48.0",
5611]
5612
5613[[package]]
5614name = "winreg"
5615version = "0.52.0"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
5618dependencies = [
5619 "cfg-if",
5620 "windows-sys 0.48.0",
5621]
5622
5623[[package]]
5624name = "wmi"
5625version = "0.13.3"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "fc2f0a4062ca522aad4705a2948fd4061b3857537990202a8ddd5af21607f79a"
5628dependencies = [
5629 "chrono",
5630 "futures",
5631 "log",
5632 "serde",
5633 "thiserror",
5634 "windows 0.52.0",
5635]
5636
5637[[package]]
5638name = "wyz"
5639version = "0.5.1"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
5642dependencies = [
5643 "tap",
5644]
56453014
5646[[package]]3015[[package]]
5647name = "x25519-dalek"3016name = "x25519-dalek"
5655 "zeroize",3024 "zeroize",
5656]3025]
5657
5658[[package]]
5659name = "x509-parser"
5660version = "0.15.1"
5661source = "registry+https://github.com/rust-lang/crates.io-index"
5662checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da"
5663dependencies = [
5664 "asn1-rs 0.5.2",
5665 "data-encoding",
5666 "der-parser 8.2.0",
5667 "lazy_static",
5668 "nom",
5669 "oid-registry 0.6.1",
5670 "rusticata-macros",
5671 "thiserror",
5672 "time",
5673]
5674
5675[[package]]
5676name = "x509-parser"
5677version = "0.16.0"
5678source = "registry+https://github.com/rust-lang/crates.io-index"
5679checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
5680dependencies = [
5681 "asn1-rs 0.6.1",
5682 "data-encoding",
5683 "der-parser 9.0.0",
5684 "lazy_static",
5685 "nom",
5686 "oid-registry 0.7.0",
5687 "rusticata-macros",
5688 "thiserror",
5689 "time",
5690]
5691
5692[[package]]
5693name = "xml-rs"
5694version = "0.8.20"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
5697
5698[[package]]
5699name = "xmltree"
5700version = "0.10.3"
5701source = "registry+https://github.com/rust-lang/crates.io-index"
5702checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
5703dependencies = [
5704 "xml-rs",
5705]
5706
5707[[package]]
5708name = "yasna"
5709version = "0.5.2"
5710source = "registry+https://github.com/rust-lang/crates.io-index"
5711checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
5712dependencies = [
5713 "time",
5714]
5715
5716[[package]]
5717name = "z32"
5718version = "1.1.1"
5719source = "registry+https://github.com/rust-lang/crates.io-index"
5720checksum = "edb37266251c28b03d08162174a91c3a092e3bd4f476f8205ee1c507b78b7bdc"
57213026
5722[[package]]3027[[package]]
5723name = "z85"3028name = "z85"
deletedcmds/fleet/src/better_nix_eval.rsdiffbeforeafterboth
--- a/cmds/fleet/src/better_nix_eval.rs
+++ /dev/null
@@ -1,24 +0,0 @@
-//! Wrapper around nix repl, which allows to work on nix code, without relying on
-//! nix libexpr. I mean, nix libexpr is good, but until it has no C bindings, this is the royal PITA.
-
-use std::{
-	collections::HashMap,
-	ffi::{OsStr, OsString},
-	fmt::{self, Display},
-	path::PathBuf,
-	process::Stdio,
-	sync::{Arc, OnceLock},
-};
-
-use anyhow::{anyhow, bail, ensure, Context, Result};
-use better_command::{ClonableHandler, Handler, NixHandler, NoopHandler};
-use futures::StreamExt;
-use itertools::Itertools;
-use serde::{de::DeserializeOwned, Deserialize, Serialize};
-use tokio::{
-	io::AsyncWriteExt,
-	process::{ChildStderr, ChildStdin, ChildStdout, Command},
-	select,
-	sync::{mpsc, oneshot, Mutex},
-};
-use tracing::{debug, error, warn, Level};
modifiedcmds/fleet/src/main.rsdiffbeforeafterboth
--- a/cmds/fleet/src/main.rs
+++ b/cmds/fleet/src/main.rs
@@ -6,7 +6,6 @@
 pub(crate) mod host;
 pub(crate) mod keys;
 
-pub(crate) mod better_nix_eval;
 pub(crate) mod extra_args;
 
 mod fleetdata;
deletedcmds/remowt-agent/Cargo.tomldiffbeforeafterboth
--- a/cmds/remowt-agent/Cargo.toml
+++ /dev/null
@@ -1,10 +0,0 @@
-[package]
-name = "remowt-agent"
-version = "0.1.0"
-edition = "2021"
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
-[dependencies]
-iroh-net = "0.17.0"
-tracing.workspace = true
deletedcmds/remowt-agent/README.adocdiffbeforeafterboth
--- a/cmds/remowt-agent/README.adoc
+++ /dev/null
@@ -1,16 +0,0 @@
-= Remowt agent
-
-Working with remote machine programmatically is not always easy.
-
-Sure, you have ssh, sftp, and that kind of fancy stuff, but what about minimal distributions, routers?
-
-Well, sftp can be replaced with FISH... But what if remote machine isn't accessible over ssh at all? What if the only communication channel you have is uart?
-
-What if remote host has not enough tools to implement the functionality you need?
-
-Remowt is intended to solve this in a way similar to how some RAT toolkits (I.e metasploit) do - you inject minimal agent, setup some communication channel to it (stdio perhaps?), and then you deploy payloads on it, and the payloads perform the actual work.
-
-== Non-targets
-
-Minimal executable size:: As long as it transferred only once, it shouldn't be a problem to keep it a reasonable size.
-Be stealthy:: As it solves the problem almost the same way as metasploit, it is possible to use it as something bad, but this is not the remowt intended purpose, and never will be.
deletedcmds/remowt-agent/src/main.rsdiffbeforeafterboth
--- a/cmds/remowt-agent/src/main.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-fn main() {
-	println!("Hello, world!");
-}
modifiedcrates/nix-eval/Cargo.tomldiffbeforeafterboth
--- a/crates/nix-eval/Cargo.toml
+++ b/crates/nix-eval/Cargo.toml
@@ -2,6 +2,7 @@
 name = "nix-eval"
 edition = "2021"
 version.workspace = true
+build = "build.rs"
 
 [dependencies]
 better-command.workspace = true
@@ -16,3 +17,7 @@
 tokio-util = { version = "0.7.11", features = ["codec"] }
 tracing.workspace = true
 unindent = "0.2.3"
+
+# [build-dependencies]
+# bindgen = "0.69.4"
+# pkg-config = "0.3.30"
addedcrates/nix-eval/build.rsdiffbeforeafterboth
--- /dev/null
+++ b/crates/nix-eval/build.rs
@@ -0,0 +1,31 @@
+// use bindgen::callbacks::ParseCallbacks;
+// use std::path::PathBuf;
+//
+// #[derive(Debug)]
+// struct StripPrefix;
+// impl ParseCallbacks for StripPrefix {
+//     fn item_name(&self, name: &str) -> Option<String> {
+//         name.strip_prefix("nix_").map(ToOwned::to_owned)
+//     }
+// }
+
+
+fn main() {
+	//
+	// let mut libnix = bindgen::builder().header_contents("nix.h", "
+	// 	#define GC_THREADS
+	// 	#include <gc/gc.h>
+	// 	#include <nix_api_expr.h>
+	// 	#include <nix_api_store.h>
+	// 	#include <nix_api_util.h>
+	// 	#include <nix_api_value.h>
+	// ").parse_callbacks(Box::new(StripPrefix));
+	//
+	// for header in pkg_config::probe_library("nix-expr-c").expect("nix-expr-c").include_paths.into_iter().chain(pkg_config::probe_library("bdw-gc").expect("bdw-gc").include_paths.into_iter()) {
+	// 	libnix = libnix.clang_arg(format!("-I{}", header.to_str().expect("path is utf-8")));
+	// }
+	//
+	// let mut out = PathBuf::from(std::env::var("OUT_DIR").expect("OUT_DIR is set by cargo"));
+	// out.push("bindings.rs");
+	// libnix.generate().expect("generate bindings").write_to_file(out).expect("write bindings");
+}
modifiedcrates/nix-eval/src/lib.rsdiffbeforeafterboth
--- a/crates/nix-eval/src/lib.rs
+++ b/crates/nix-eval/src/lib.rs
@@ -17,6 +17,14 @@
 // Contains macros helpers
 #[doc(hidden)]
 pub mod macros;
+// #[allow(non_upper_case_globals, non_camel_case_types, non_snake_case)]
+// mod nix_raw {
+// 	include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
+// }
+
+// fn init() {
+// 	nix_raw::libutil_init();
+// }
 
 #[derive(Clone)]
 pub struct NixSession(pub(crate) Arc<tokio::sync::Mutex<PooledConnection<NixSessionPoolInner>>>);
modifiedflake.lockdiffbeforeafterboth
--- a/flake.lock
+++ b/flake.lock
@@ -20,6 +20,24 @@
         "type": "github"
       }
     },
+    "flake-parts": {
+      "inputs": {
+        "nixpkgs-lib": "nixpkgs-lib"
+      },
+      "locked": {
+        "lastModified": 1717285511,
+        "narHash": "sha256-iKzJcpdXih14qYVcZ9QC9XuZYnPc6T8YImb6dX166kw=",
+        "owner": "hercules-ci",
+        "repo": "flake-parts",
+        "rev": "2a55567fcf15b1b1c7ed712a2c6fadaec7412ea8",
+        "type": "github"
+      },
+      "original": {
+        "owner": "hercules-ci",
+        "repo": "flake-parts",
+        "type": "github"
+      }
+    },
     "flake-utils": {
       "inputs": {
         "systems": "systems"
@@ -54,18 +72,30 @@
         "type": "github"
       }
     },
+    "nixpkgs-lib": {
+      "locked": {
+        "lastModified": 1717284937,
+        "narHash": "sha256-lIbdfCsf8LMFloheeE6N31+BMIeixqyQWbSr2vk79EQ=",
+        "type": "tarball",
+        "url": "https://github.com/NixOS/nixpkgs/archive/eb9ceca17df2ea50a250b6b27f7bf6ab0186f198.tar.gz"
+      },
+      "original": {
+        "type": "tarball",
+        "url": "https://github.com/NixOS/nixpkgs/archive/eb9ceca17df2ea50a250b6b27f7bf6ab0186f198.tar.gz"
+      }
+    },
     "nixpkgs-stable-for-tests": {
       "locked": {
-        "lastModified": 1717159533,
-        "narHash": "sha256-oamiKNfr2MS6yH64rUn99mIZjc45nGJlj9eGth/3Xuw=",
+        "lastModified": 1717144377,
+        "narHash": "sha256-F/TKWETwB5RaR8owkPPi+SPJh83AQsm6KrQAlJ8v/uA=",
         "owner": "nixos",
         "repo": "nixpkgs",
-        "rev": "a62e6edd6d5e1fa0329b8653c801147986f8d446",
+        "rev": "805a384895c696f802a9bf5bf4720f37385df547",
         "type": "github"
       },
       "original": {
         "owner": "nixos",
-        "ref": "nixos-23.11",
+        "ref": "nixos-24.05",
         "repo": "nixpkgs",
         "type": "github"
       }
@@ -73,7 +103,7 @@
     "root": {
       "inputs": {
         "crane": "crane",
-        "flake-utils": "flake-utils",
+        "flake-parts": "flake-parts",
         "nixpkgs": "nixpkgs",
         "nixpkgs-stable-for-tests": "nixpkgs-stable-for-tests",
         "rust-overlay": "rust-overlay"
@@ -81,9 +111,7 @@
     },
     "rust-overlay": {
       "inputs": {
-        "flake-utils": [
-          "flake-utils"
-        ],
+        "flake-utils": "flake-utils",
         "nixpkgs": [
           "nixpkgs"
         ]
modifiedflake.nixdiffbeforeafterboth
--- a/flake.nix
+++ b/flake.nix
@@ -3,15 +3,14 @@
 
   inputs = {
     nixpkgs.url = "github:nixos/nixpkgs/master";
-    nixpkgs-stable-for-tests.url = "github:nixos/nixpkgs/nixos-23.11";
+    nixpkgs-stable-for-tests.url = "github:nixos/nixpkgs/nixos-24.05";
     rust-overlay = {
       url = "github:oxalica/rust-overlay";
       inputs = {
         nixpkgs.follows = "nixpkgs";
-        flake-utils.follows = "flake-utils";
       };
     };
-    flake-utils.url = "github:numtide/flake-utils";
+    flake-parts.url = "github:hercules-ci/flake-parts";
     crane = {
       url = "github:ipetkov/crane";
       inputs.nixpkgs.follows = "nixpkgs";
@@ -20,39 +19,74 @@
   outputs = {
     self,
     rust-overlay,
-    flake-utils,
+    flake-parts,
     nixpkgs,
     nixpkgs-stable-for-tests,
     crane,
   }:
-    with nixpkgs.lib;
-      {
+    flake-parts.lib.mkFlake {
+      # Not passing inputs through inputs for better visibility.
+      inputs = {};
+    } {
+      flake = {
         lib = import ./lib {
-          inherit flake-utils;
-          fleetPkgsForPkgs = pkgs: import ./pkgs {
-            inherit (pkgs) callPackage;
-            craneLib = crane.mkLib pkgs;
-          };
+          fleetPkgsForPkgs = pkgs:
+            import ./pkgs {
+              inherit (pkgs) callPackage;
+              craneLib = crane.mkLib pkgs;
+            };
         };
-      }
-      // flake-utils.lib.eachDefaultSystem (system: let
-        pkgs =
-          import nixpkgs
-          {
-            inherit system;
-            overlays = [(import rust-overlay)];
-          };
+      };
+      # Supported and tested list of deployment targets.
+      systems = ["x86_64-linux" "aarch64-linux" "armv7l-linux" "armv6l-linux"];
+      perSystem = {
+        config,
+        system,
+        ...
+      }: let
+        # Can also be built for darwin, through it is not usual to deploy nixos systems from macos machines.
+        # I have no hardware for such testing, thus only adding machines I actually have and use.
+        #
+        # It is not possible to deploy any host from armv6/armv7 hardware, and I don't think it even makes sense.
+        deployerSystems = ["aarch64-linux" "x86_64-linux"];
+        deployerSystem = builtins.elem system deployerSystems;
+        pkgs = import nixpkgs {
+          inherit system;
+          overlays = [(rust-overlay.overlays.default)];
+        };
+        lib = pkgs.lib;
         rust = pkgs.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml;
         craneLib = (crane.mkLib pkgs).overrideToolchain rust;
       in {
-        packages = let
+        # Reference fleet package should be built with nightly rust, specified in rust-toolchain.toml.
+        packages = lib.mkIf deployerSystem (let
           packages = import ./pkgs {
             inherit (pkgs) callPackage;
             inherit craneLib;
           };
         in
-          packages // {default = packages.fleet;};
+          packages // {default = packages.fleet;});
+        # TODO: It should be possible to move lib.mkIf to default attribute, instead of disabling the whole
+        # devShells block, yet nix flake check fails here, due to no default shell found. It is nix or flake-parts bug?
+        devShells = lib.mkIf deployerSystem {
+          default = craneLib.devShell {
+            packages = with pkgs; [
+              rust
+              alejandra
+              cargo-edit
+              cargo-udeps
+              cargo-fuzz
+              cargo-watch
+              cargo-outdated
 
+              pkg-config
+              openssl
+              bacon
+            ];
+          };
+        };
+        # fleet-install-secrets will not be built normally, because they are not ran directly by user most of the time.
+        # checks there build packages for default nixpkgs rustPlatform packages.
         checks = let
           packages = import ./pkgs {
             inherit (pkgs) callPackage;
@@ -74,21 +108,6 @@
           # `fleet` crate wants nightly rust, also little sense of supporting it on stable nixpkgs.
           (prefixAttrs "nixpkgs-" (removeAttrs packages ["fleet"]))
           // (prefixAttrs "nixpkgs-stable-" (removeAttrs packages-with-nixpkgs-stable ["fleet"]));
-
-        devShells.default = craneLib.devShell {
-          packages = with pkgs; [
-            alejandra
-            lld
-            cargo-edit
-            cargo-udeps
-            cargo-fuzz
-            cargo-watch
-            cargo-outdated
-
-            pkg-config
-            openssl
-            bacon
-          ];
-        };
-      });
+      };
+    };
 }
modifiedlib/default.nixdiffbeforeafterboth
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -1,5 +1,4 @@
 {
-  flake-utils,
   fleetPkgsForPkgs,
 }: {
   fleetConfiguration = {