owmods-cli: 0.10.0 -> 0.11.2

+284 -233
+244 -231
pkgs/applications/misc/owmods-cli/Cargo.lock
··· 4 5 [[package]] 6 name = "addr2line" 7 - version = "0.20.0" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" 10 dependencies = [ 11 "gimli", 12 ] ··· 19 20 [[package]] 21 name = "aho-corasick" 22 - version = "1.0.2" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" 25 dependencies = [ 26 "memchr", 27 ] ··· 58 59 [[package]] 60 name = "anstream" 61 - version = "0.3.2" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 64 dependencies = [ 65 "anstyle", 66 "anstyle-parse", 67 "anstyle-query", 68 "anstyle-wincon", 69 "colorchoice", 70 - "is-terminal", 71 "utf8parse", 72 ] 73 74 [[package]] 75 name = "anstyle" 76 - version = "1.0.1" 77 source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" 79 80 [[package]] 81 name = "anstyle-parse" ··· 97 98 [[package]] 99 name = "anstyle-wincon" 100 - version = "1.0.1" 101 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 103 dependencies = [ 104 "anstyle", 105 "windows-sys 0.48.0", ··· 107 108 [[package]] 109 name = "anyhow" 110 - version = "1.0.72" 111 source = "registry+https://github.com/rust-lang/crates.io-index" 112 - checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" 113 114 [[package]] 115 name = "async-stream" ··· 130 dependencies = [ 131 "proc-macro2", 132 "quote", 133 - "syn 2.0.27", 134 ] 135 136 [[package]] ··· 165 166 [[package]] 167 name = "backtrace" 168 - version = "0.3.68" 169 source = "registry+https://github.com/rust-lang/crates.io-index" 170 - checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" 171 dependencies = [ 172 "addr2line", 173 "cc", ··· 186 187 [[package]] 188 name = "base64" 189 - version = "0.21.2" 190 source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" 192 193 [[package]] 194 name = "bincode" ··· 207 208 [[package]] 209 name = "bitflags" 210 - version = "2.3.3" 211 source = "registry+https://github.com/rust-lang/crates.io-index" 212 - checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" 213 214 [[package]] 215 name = "block" ··· 254 checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 255 dependencies = [ 256 "memchr", 257 - "regex-automata 0.3.3", 258 "serde", 259 ] 260 ··· 321 322 [[package]] 323 name = "cc" 324 - version = "1.0.79" 325 source = "registry+https://github.com/rust-lang/crates.io-index" 326 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 327 dependencies = [ 328 "jobserver", 329 ] 330 331 [[package]] ··· 356 357 [[package]] 358 name = "cfg-expr" 359 - version = "0.15.3" 360 source = "registry+https://github.com/rust-lang/crates.io-index" 361 - checksum = "215c0072ecc28f92eeb0eea38ba63ddfcb65c2828c46311d646f1a3ff5f9841c" 362 dependencies = [ 363 "smallvec", 364 "target-lexicon", ··· 387 388 [[package]] 389 name = "clap" 390 - version = "4.3.19" 391 source = "registry+https://github.com/rust-lang/crates.io-index" 392 - checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d" 393 dependencies = [ 394 "clap_builder", 395 "clap_derive", ··· 398 399 [[package]] 400 name = "clap_builder" 401 - version = "4.3.19" 402 source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1" 404 dependencies = [ 405 "anstream", 406 "anstyle", ··· 410 411 [[package]] 412 name = "clap_complete" 413 - version = "4.3.2" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "5fc443334c81a804575546c5a8a79b4913b50e28d69232903604cada1de817ce" 416 dependencies = [ 417 "clap", 418 ] 419 420 [[package]] 421 name = "clap_derive" 422 - version = "4.3.12" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 - checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" 425 dependencies = [ 426 "heck 0.4.1", 427 "proc-macro2", 428 "quote", 429 - "syn 2.0.27", 430 ] 431 432 [[package]] 433 name = "clap_lex" 434 - version = "0.5.0" 435 source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 437 438 [[package]] 439 name = "clap_mangen" 440 - version = "0.2.12" 441 source = "registry+https://github.com/rust-lang/crates.io-index" 442 - checksum = "8f2e32b579dae093c2424a8b7e2bea09c89da01e1ce5065eb2f0a6f1cc15cc1f" 443 dependencies = [ 444 "clap", 445 "roff", ··· 639 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 640 dependencies = [ 641 "quote", 642 - "syn 2.0.27", 643 ] 644 645 [[package]] ··· 673 "proc-macro2", 674 "quote", 675 "strsim", 676 - "syn 2.0.27", 677 ] 678 679 [[package]] ··· 684 dependencies = [ 685 "darling_core", 686 "quote", 687 - "syn 2.0.27", 688 ] 689 690 [[package]] ··· 815 816 [[package]] 817 name = "encoding_rs" 818 - version = "0.8.32" 819 source = "registry+https://github.com/rust-lang/crates.io-index" 820 - checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 821 dependencies = [ 822 "cfg-if", 823 ] ··· 830 831 [[package]] 832 name = "errno" 833 - version = "0.3.1" 834 source = "registry+https://github.com/rust-lang/crates.io-index" 835 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 836 dependencies = [ 837 "errno-dragonfly", 838 "libc", ··· 876 877 [[package]] 878 name = "filetime" 879 - version = "0.2.21" 880 source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 882 dependencies = [ 883 "cfg-if", 884 "libc", 885 - "redox_syscall 0.2.16", 886 "windows-sys 0.48.0", 887 ] 888 889 [[package]] 890 name = "flate2" 891 - version = "1.0.26" 892 source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 894 dependencies = [ 895 "crc32fast", 896 "miniz_oxide", ··· 992 dependencies = [ 993 "proc-macro2", 994 "quote", 995 - "syn 2.0.27", 996 ] 997 998 [[package]] ··· 1167 1168 [[package]] 1169 name = "gimli" 1170 - version = "0.27.3" 1171 source = "registry+https://github.com/rust-lang/crates.io-index" 1172 - checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" 1173 1174 [[package]] 1175 name = "gio" ··· 1254 1255 [[package]] 1256 name = "globset" 1257 - version = "0.4.12" 1258 source = "registry+https://github.com/rust-lang/crates.io-index" 1259 - checksum = "aca8bbd8e0707c1887a8bbb7e6b40e228f251ff5d62c8220a4a7a53c73aff006" 1260 dependencies = [ 1261 "aho-corasick", 1262 "bstr", ··· 1333 1334 [[package]] 1335 name = "h2" 1336 - version = "0.3.20" 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1338 - checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049" 1339 dependencies = [ 1340 "bytes", 1341 "fnv", ··· 1439 1440 [[package]] 1441 name = "httpdate" 1442 - version = "1.0.2" 1443 source = "registry+https://github.com/rust-lang/crates.io-index" 1444 - checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 1445 1446 [[package]] 1447 name = "hyper" ··· 1460 "httpdate", 1461 "itoa 1.0.9", 1462 "pin-project-lite", 1463 - "socket2", 1464 "tokio", 1465 "tower-service", 1466 "tracing", ··· 1562 1563 [[package]] 1564 name = "image" 1565 - version = "0.24.6" 1566 source = "registry+https://github.com/rust-lang/crates.io-index" 1567 - checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 1568 dependencies = [ 1569 "bytemuck", 1570 "byteorder", ··· 1592 dependencies = [ 1593 "equivalent", 1594 "hashbrown 0.14.0", 1595 ] 1596 1597 [[package]] 1598 name = "indicatif" 1599 - version = "0.17.5" 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 - checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" 1602 dependencies = [ 1603 "console", 1604 "instant", ··· 1763 1764 [[package]] 1765 name = "kqueue" 1766 - version = "1.0.7" 1767 source = "registry+https://github.com/rust-lang/crates.io-index" 1768 - checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 1769 dependencies = [ 1770 "kqueue-sys", 1771 "libc", ··· 1773 1774 [[package]] 1775 name = "kqueue-sys" 1776 - version = "1.0.3" 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1778 - checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 1779 dependencies = [ 1780 "bitflags 1.3.2", 1781 "libc", ··· 1816 1817 [[package]] 1818 name = "linux-raw-sys" 1819 - version = "0.4.3" 1820 source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" 1822 1823 [[package]] 1824 name = "lock_api" ··· 1832 1833 [[package]] 1834 name = "log" 1835 - version = "0.4.19" 1836 source = "registry+https://github.com/rust-lang/crates.io-index" 1837 - checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" 1838 dependencies = [ 1839 "serde", 1840 ] ··· 2016 2017 [[package]] 2018 name = "notify" 2019 - version = "6.0.1" 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 2021 - checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51" 2022 dependencies = [ 2023 - "bitflags 1.3.2", 2024 "filetime", 2025 "inotify", 2026 "kqueue", 2027 "libc", 2028 "mio", 2029 "walkdir", 2030 - "windows-sys 0.45.0", 2031 ] 2032 2033 [[package]] ··· 2102 ] 2103 2104 [[package]] 2105 name = "number_prefix" 2106 version = "0.4.0" 2107 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2136 2137 [[package]] 2138 name = "objc2" 2139 - version = "0.3.0-beta.5" 2140 source = "registry+https://github.com/rust-lang/crates.io-index" 2141 - checksum = "ef3a6024722b4230242a53e5b5759ce117548983696b8e4b7bc2fd1f8fce621e" 2142 dependencies = [ 2143 "objc-sys", 2144 "objc2-encode", ··· 2146 2147 [[package]] 2148 name = "objc2-encode" 2149 - version = "2.0.0-pre.4" 2150 source = "registry+https://github.com/rust-lang/crates.io-index" 2151 - checksum = "8f8f7297b786454a87e392631e2b2754ed59a7b413effa8521225d93f46b2192" 2152 2153 [[package]] 2154 name = "objc_exception" ··· 2170 2171 [[package]] 2172 name = "object" 2173 - version = "0.31.1" 2174 source = "registry+https://github.com/rust-lang/crates.io-index" 2175 - checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" 2176 dependencies = [ 2177 "memchr", 2178 ] ··· 2206 2207 [[package]] 2208 name = "openssl" 2209 - version = "0.10.55" 2210 source = "registry+https://github.com/rust-lang/crates.io-index" 2211 - checksum = "345df152bc43501c5eb9e4654ff05f794effb78d4efe3d53abc158baddc0703d" 2212 dependencies = [ 2213 - "bitflags 1.3.2", 2214 "cfg-if", 2215 "foreign-types", 2216 "libc", ··· 2227 dependencies = [ 2228 "proc-macro2", 2229 "quote", 2230 - "syn 2.0.27", 2231 ] 2232 2233 [[package]] ··· 2238 2239 [[package]] 2240 name = "openssl-sys" 2241 - version = "0.9.90" 2242 source = "registry+https://github.com/rust-lang/crates.io-index" 2243 - checksum = "374533b0e45f3a7ced10fcaeccca020e66656bc03dac384f852e4e5a7a8104a6" 2244 dependencies = [ 2245 "cc", 2246 "libc", ··· 2273 2274 [[package]] 2275 name = "owmods_cli" 2276 - version = "0.10.0" 2277 dependencies = [ 2278 "anyhow", 2279 "clap", ··· 2288 2289 [[package]] 2290 name = "owmods_core" 2291 - version = "0.10.0" 2292 dependencies = [ 2293 "anyhow", 2294 "directories", ··· 2297 "lazy_static", 2298 "log", 2299 "opener", 2300 "reqwest", 2301 "serde", 2302 "serde_json", ··· 2305 "tokio", 2306 "tokio-test", 2307 "typeshare", 2308 "uuid", 2309 "version-compare 0.1.1", 2310 "zip", ··· 2312 2313 [[package]] 2314 name = "owmods_gui" 2315 - version = "0.10.0" 2316 dependencies = [ 2317 "anyhow", 2318 "log", ··· 2376 "libc", 2377 "redox_syscall 0.3.5", 2378 "smallvec", 2379 - "windows-targets 0.48.1", 2380 ] 2381 2382 [[package]] ··· 2491 2492 [[package]] 2493 name = "pin-project-lite" 2494 - version = "0.2.10" 2495 source = "registry+https://github.com/rust-lang/crates.io-index" 2496 - checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57" 2497 2498 [[package]] 2499 name = "pin-utils" ··· 2513 source = "registry+https://github.com/rust-lang/crates.io-index" 2514 checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" 2515 dependencies = [ 2516 - "base64 0.21.2", 2517 "indexmap 1.9.3", 2518 "line-wrap", 2519 "quick-xml", ··· 2523 2524 [[package]] 2525 name = "png" 2526 - version = "0.17.9" 2527 source = "registry+https://github.com/rust-lang/crates.io-index" 2528 - checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11" 2529 dependencies = [ 2530 "bitflags 1.3.2", 2531 "crc32fast", ··· 2536 2537 [[package]] 2538 name = "portable-atomic" 2539 - version = "1.4.2" 2540 source = "registry+https://github.com/rust-lang/crates.io-index" 2541 - checksum = "f32154ba0af3a075eefa1eda8bb414ee928f62303a54ea85b8d6638ff1a6ee9e" 2542 2543 [[package]] 2544 name = "ppv-lite86" ··· 2612 2613 [[package]] 2614 name = "quote" 2615 - version = "1.0.32" 2616 source = "registry+https://github.com/rust-lang/crates.io-index" 2617 - checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" 2618 dependencies = [ 2619 "proc-macro2", 2620 ] ··· 2737 2738 [[package]] 2739 name = "regex" 2740 - version = "1.9.1" 2741 source = "registry+https://github.com/rust-lang/crates.io-index" 2742 - checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" 2743 dependencies = [ 2744 "aho-corasick", 2745 "memchr", 2746 - "regex-automata 0.3.3", 2747 - "regex-syntax 0.7.4", 2748 ] 2749 2750 [[package]] ··· 2758 2759 [[package]] 2760 name = "regex-automata" 2761 - version = "0.3.3" 2762 source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" 2764 dependencies = [ 2765 "aho-corasick", 2766 "memchr", 2767 - "regex-syntax 0.7.4", 2768 ] 2769 2770 [[package]] ··· 2775 2776 [[package]] 2777 name = "regex-syntax" 2778 - version = "0.7.4" 2779 source = "registry+https://github.com/rust-lang/crates.io-index" 2780 - checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" 2781 2782 [[package]] 2783 name = "reqwest" 2784 - version = "0.11.18" 2785 source = "registry+https://github.com/rust-lang/crates.io-index" 2786 - checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" 2787 dependencies = [ 2788 - "base64 0.21.2", 2789 "bytes", 2790 "encoding_rs", 2791 "futures-core", ··· 2820 "wasm-streams", 2821 "web-sys", 2822 "webpki-roots", 2823 - "winreg 0.10.1", 2824 ] 2825 2826 [[package]] ··· 2885 2886 [[package]] 2887 name = "rustix" 2888 - version = "0.38.4" 2889 source = "registry+https://github.com/rust-lang/crates.io-index" 2890 - checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" 2891 dependencies = [ 2892 - "bitflags 2.3.3", 2893 "errno", 2894 "libc", 2895 "linux-raw-sys", ··· 2898 2899 [[package]] 2900 name = "rustls" 2901 - version = "0.21.5" 2902 source = "registry+https://github.com/rust-lang/crates.io-index" 2903 - checksum = "79ea77c539259495ce8ca47f53e66ae0330a8819f67e23ac96ca02f50e7b7d36" 2904 dependencies = [ 2905 "log", 2906 "ring", ··· 2914 source = "registry+https://github.com/rust-lang/crates.io-index" 2915 checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 2916 dependencies = [ 2917 - "base64 0.21.2", 2918 ] 2919 2920 [[package]] 2921 name = "rustls-webpki" 2922 - version = "0.101.2" 2923 source = "registry+https://github.com/rust-lang/crates.io-index" 2924 - checksum = "513722fd73ad80a71f72b61009ea1b584bcfa1483ca93949c8f290298837fa59" 2925 dependencies = [ 2926 "ring", 2927 "untrusted", ··· 3039 3040 [[package]] 3041 name = "serde" 3042 - version = "1.0.177" 3043 source = "registry+https://github.com/rust-lang/crates.io-index" 3044 - checksum = "63ba2516aa6bf82e0b19ca8b50019d52df58455d3cf9bdaf6315225fdd0c560a" 3045 dependencies = [ 3046 "serde_derive", 3047 ] 3048 3049 [[package]] 3050 name = "serde_derive" 3051 - version = "1.0.177" 3052 source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "401797fe7833d72109fedec6bfcbe67c0eed9b99772f26eb8afd261f0abc6fd3" 3054 dependencies = [ 3055 "proc-macro2", 3056 "quote", 3057 - "syn 2.0.27", 3058 ] 3059 3060 [[package]] 3061 name = "serde_json" 3062 - version = "1.0.104" 3063 source = "registry+https://github.com/rust-lang/crates.io-index" 3064 - checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" 3065 dependencies = [ 3066 "itoa 1.0.9", 3067 "ryu", ··· 3076 dependencies = [ 3077 "proc-macro2", 3078 "quote", 3079 - "syn 2.0.27", 3080 ] 3081 3082 [[package]] ··· 3102 3103 [[package]] 3104 name = "serde_with" 3105 - version = "3.1.0" 3106 source = "registry+https://github.com/rust-lang/crates.io-index" 3107 - checksum = "21e47d95bc83ed33b2ecf84f4187ad1ab9685d18ff28db000c99deac8ce180e3" 3108 dependencies = [ 3109 - "base64 0.21.2", 3110 "chrono", 3111 "hex", 3112 "indexmap 1.9.3", 3113 "serde", 3114 "serde_json", 3115 "serde_with_macros", ··· 3118 3119 [[package]] 3120 name = "serde_with_macros" 3121 - version = "3.1.0" 3122 source = "registry+https://github.com/rust-lang/crates.io-index" 3123 - checksum = "ea3cee93715c2e266b9338b7544da68a9f24e227722ba482bd1c024367c77c65" 3124 dependencies = [ 3125 "darling", 3126 "proc-macro2", 3127 "quote", 3128 - "syn 2.0.27", 3129 ] 3130 3131 [[package]] ··· 3197 3198 [[package]] 3199 name = "siphasher" 3200 - version = "0.3.10" 3201 source = "registry+https://github.com/rust-lang/crates.io-index" 3202 - checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 3203 3204 [[package]] 3205 name = "slab" 3206 - version = "0.4.8" 3207 source = "registry+https://github.com/rust-lang/crates.io-index" 3208 - checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 3209 dependencies = [ 3210 "autocfg", 3211 ] ··· 3224 dependencies = [ 3225 "libc", 3226 "winapi", 3227 ] 3228 3229 [[package]] ··· 3320 3321 [[package]] 3322 name = "syn" 3323 - version = "2.0.27" 3324 source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0" 3326 dependencies = [ 3327 "proc-macro2", 3328 "quote", ··· 3361 source = "registry+https://github.com/rust-lang/crates.io-index" 3362 checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3" 3363 dependencies = [ 3364 - "cfg-expr 0.15.3", 3365 "heck 0.4.1", 3366 "pkg-config", 3367 "toml 0.7.6", ··· 3417 3418 [[package]] 3419 name = "tao-macros" 3420 - version = "0.1.1" 3421 source = "registry+https://github.com/rust-lang/crates.io-index" 3422 - checksum = "3b27a4bcc5eb524658234589bdffc7e7bfb996dbae6ce9393bfd39cb4159b445" 3423 dependencies = [ 3424 "proc-macro2", 3425 "quote", ··· 3428 3429 [[package]] 3430 name = "tar" 3431 - version = "0.4.39" 3432 source = "registry+https://github.com/rust-lang/crates.io-index" 3433 - checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96" 3434 dependencies = [ 3435 "filetime", 3436 "libc", ··· 3439 3440 [[package]] 3441 name = "target-lexicon" 3442 - version = "0.12.10" 3443 source = "registry+https://github.com/rust-lang/crates.io-index" 3444 - checksum = "1d2faeef5759ab89935255b1a4cd98e0baf99d1085e37d36599c625dac49ae8e" 3445 3446 [[package]] 3447 name = "tauri" ··· 3450 checksum = "7fbe522898e35407a8e60dc3870f7579fea2fc262a6a6072eccdd37ae1e1d91e" 3451 dependencies = [ 3452 "anyhow", 3453 - "base64 0.21.2", 3454 "bytes", 3455 "cocoa", 3456 "dirs-next", ··· 3522 source = "registry+https://github.com/rust-lang/crates.io-index" 3523 checksum = "54ad2d49fdeab4a08717f5b49a163bdc72efc3b1950b6758245fcde79b645e1a" 3524 dependencies = [ 3525 - "base64 0.21.2", 3526 "brotli", 3527 "ico", 3528 "json-patch", ··· 3558 3559 [[package]] 3560 name = "tauri-plugin-deep-link" 3561 - version = "0.1.1" 3562 source = "registry+https://github.com/rust-lang/crates.io-index" 3563 - checksum = "33a3ae55bcfe692e5361edc4708bd9f415270cc02e1cdba8ab7768566208b4e2" 3564 dependencies = [ 3565 "dirs", 3566 "interprocess", ··· 3578 source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50" 3579 dependencies = [ 3580 "bincode", 3581 - "bitflags 2.3.3", 3582 "log", 3583 "serde", 3584 "serde_json", ··· 3668 3669 [[package]] 3670 name = "tempfile" 3671 - version = "3.7.0" 3672 source = "registry+https://github.com/rust-lang/crates.io-index" 3673 - checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998" 3674 dependencies = [ 3675 "cfg-if", 3676 "fastrand", ··· 3698 3699 [[package]] 3700 name = "thiserror" 3701 - version = "1.0.44" 3702 source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" 3704 dependencies = [ 3705 "thiserror-impl", 3706 ] 3707 3708 [[package]] 3709 name = "thiserror-impl" 3710 - version = "1.0.44" 3711 source = "registry+https://github.com/rust-lang/crates.io-index" 3712 - checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" 3713 dependencies = [ 3714 "proc-macro2", 3715 "quote", 3716 - "syn 2.0.27", 3717 ] 3718 3719 [[package]] ··· 3728 3729 [[package]] 3730 name = "time" 3731 - version = "0.3.23" 3732 source = "registry+https://github.com/rust-lang/crates.io-index" 3733 - checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446" 3734 dependencies = [ 3735 "itoa 1.0.9", 3736 "serde", 3737 "time-core", 3738 "time-macros", ··· 3746 3747 [[package]] 3748 name = "time-macros" 3749 - version = "0.2.10" 3750 source = "registry+https://github.com/rust-lang/crates.io-index" 3751 - checksum = "96ba15a897f3c86766b757e5ac7221554c6750054d74d5b28844fce5fb36a6c4" 3752 dependencies = [ 3753 "time-core", 3754 ] ··· 3776 3777 [[package]] 3778 name = "tokio" 3779 - version = "1.29.1" 3780 source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" 3782 dependencies = [ 3783 - "autocfg", 3784 "backtrace", 3785 "bytes", 3786 "libc", ··· 3788 "num_cpus", 3789 "pin-project-lite", 3790 "signal-hook-registry", 3791 - "socket2", 3792 "tokio-macros", 3793 "windows-sys 0.48.0", 3794 ] ··· 3801 dependencies = [ 3802 "proc-macro2", 3803 "quote", 3804 - "syn 2.0.27", 3805 ] 3806 3807 [[package]] ··· 3837 3838 [[package]] 3839 name = "tokio-test" 3840 - version = "0.4.2" 3841 source = "registry+https://github.com/rust-lang/crates.io-index" 3842 - checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3" 3843 dependencies = [ 3844 "async-stream", 3845 "bytes", ··· 3931 dependencies = [ 3932 "proc-macro2", 3933 "quote", 3934 - "syn 2.0.27", 3935 ] 3936 3937 [[package]] ··· 4191 "once_cell", 4192 "proc-macro2", 4193 "quote", 4194 - "syn 2.0.27", 4195 "wasm-bindgen-shared", 4196 ] 4197 ··· 4225 dependencies = [ 4226 "proc-macro2", 4227 "quote", 4228 - "syn 2.0.27", 4229 "wasm-bindgen-backend", 4230 "wasm-bindgen-shared", 4231 ] ··· 4238 4239 [[package]] 4240 name = "wasm-streams" 4241 - version = "0.2.3" 4242 source = "registry+https://github.com/rust-lang/crates.io-index" 4243 - checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078" 4244 dependencies = [ 4245 "futures-util", 4246 "js-sys", ··· 4307 ] 4308 4309 [[package]] 4310 - name = "webpki" 4311 - version = "0.22.0" 4312 - source = "registry+https://github.com/rust-lang/crates.io-index" 4313 - checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 4314 - dependencies = [ 4315 - "ring", 4316 - "untrusted", 4317 - ] 4318 - 4319 - [[package]] 4320 name = "webpki-roots" 4321 - version = "0.22.6" 4322 source = "registry+https://github.com/rust-lang/crates.io-index" 4323 - checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 4324 - dependencies = [ 4325 - "webpki", 4326 - ] 4327 4328 [[package]] 4329 name = "webview2-com" ··· 4427 source = "registry+https://github.com/rust-lang/crates.io-index" 4428 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4429 dependencies = [ 4430 - "windows-targets 0.48.1", 4431 ] 4432 4433 [[package]] ··· 4486 source = "registry+https://github.com/rust-lang/crates.io-index" 4487 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4488 dependencies = [ 4489 - "windows-targets 0.48.1", 4490 ] 4491 4492 [[package]] ··· 4506 4507 [[package]] 4508 name = "windows-targets" 4509 - version = "0.48.1" 4510 source = "registry+https://github.com/rust-lang/crates.io-index" 4511 - checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" 4512 dependencies = [ 4513 - "windows_aarch64_gnullvm 0.48.0", 4514 - "windows_aarch64_msvc 0.48.0", 4515 - "windows_i686_gnu 0.48.0", 4516 - "windows_i686_msvc 0.48.0", 4517 - "windows_x86_64_gnu 0.48.0", 4518 - "windows_x86_64_gnullvm 0.48.0", 4519 - "windows_x86_64_msvc 0.48.0", 4520 ] 4521 4522 [[package]] ··· 4533 4534 [[package]] 4535 name = "windows_aarch64_gnullvm" 4536 - version = "0.48.0" 4537 source = "registry+https://github.com/rust-lang/crates.io-index" 4538 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 4539 4540 [[package]] 4541 name = "windows_aarch64_msvc" ··· 4557 4558 [[package]] 4559 name = "windows_aarch64_msvc" 4560 - version = "0.48.0" 4561 source = "registry+https://github.com/rust-lang/crates.io-index" 4562 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 4563 4564 [[package]] 4565 name = "windows_i686_gnu" ··· 4581 4582 [[package]] 4583 name = "windows_i686_gnu" 4584 - version = "0.48.0" 4585 source = "registry+https://github.com/rust-lang/crates.io-index" 4586 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 4587 4588 [[package]] 4589 name = "windows_i686_msvc" ··· 4605 4606 [[package]] 4607 name = "windows_i686_msvc" 4608 - version = "0.48.0" 4609 source = "registry+https://github.com/rust-lang/crates.io-index" 4610 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 4611 4612 [[package]] 4613 name = "windows_x86_64_gnu" ··· 4629 4630 [[package]] 4631 name = "windows_x86_64_gnu" 4632 - version = "0.48.0" 4633 source = "registry+https://github.com/rust-lang/crates.io-index" 4634 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 4635 4636 [[package]] 4637 name = "windows_x86_64_gnullvm" ··· 4641 4642 [[package]] 4643 name = "windows_x86_64_gnullvm" 4644 - version = "0.48.0" 4645 source = "registry+https://github.com/rust-lang/crates.io-index" 4646 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 4647 4648 [[package]] 4649 name = "windows_x86_64_msvc" ··· 4665 4666 [[package]] 4667 name = "windows_x86_64_msvc" 4668 - version = "0.48.0" 4669 source = "registry+https://github.com/rust-lang/crates.io-index" 4670 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 4671 4672 [[package]] 4673 name = "winnow" 4674 - version = "0.5.1" 4675 source = "registry+https://github.com/rust-lang/crates.io-index" 4676 - checksum = "25b5872fa2e10bd067ae946f927e726d7d603eaeb6e02fa6a350e0722d2b8c11" 4677 dependencies = [ 4678 "memchr", 4679 - ] 4680 - 4681 - [[package]] 4682 - name = "winreg" 4683 - version = "0.10.1" 4684 - source = "registry+https://github.com/rust-lang/crates.io-index" 4685 - checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" 4686 - dependencies = [ 4687 - "winapi", 4688 ] 4689 4690 [[package]] ··· 4768 4769 [[package]] 4770 name = "xattr" 4771 - version = "0.2.3" 4772 source = "registry+https://github.com/rust-lang/crates.io-index" 4773 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 4774 dependencies = [ 4775 "libc", 4776 ] 4777 4778 [[package]] 4779 name = "xtask" 4780 - version = "0.10.0" 4781 dependencies = [ 4782 "anyhow", 4783 "clap",
··· 4 5 [[package]] 6 name = "addr2line" 7 + version = "0.21.0" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 + checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10 dependencies = [ 11 "gimli", 12 ] ··· 19 20 [[package]] 21 name = "aho-corasick" 22 + version = "1.0.4" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" 25 dependencies = [ 26 "memchr", 27 ] ··· 58 59 [[package]] 60 name = "anstream" 61 + version = "0.5.0" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 + checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c" 64 dependencies = [ 65 "anstyle", 66 "anstyle-parse", 67 "anstyle-query", 68 "anstyle-wincon", 69 "colorchoice", 70 "utf8parse", 71 ] 72 73 [[package]] 74 name = "anstyle" 75 + version = "1.0.2" 76 source = "registry+https://github.com/rust-lang/crates.io-index" 77 + checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" 78 79 [[package]] 80 name = "anstyle-parse" ··· 96 97 [[package]] 98 name = "anstyle-wincon" 99 + version = "2.1.0" 100 source = "registry+https://github.com/rust-lang/crates.io-index" 101 + checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd" 102 dependencies = [ 103 "anstyle", 104 "windows-sys 0.48.0", ··· 106 107 [[package]] 108 name = "anyhow" 109 + version = "1.0.75" 110 source = "registry+https://github.com/rust-lang/crates.io-index" 111 + checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 112 113 [[package]] 114 name = "async-stream" ··· 129 dependencies = [ 130 "proc-macro2", 131 "quote", 132 + "syn 2.0.29", 133 ] 134 135 [[package]] ··· 164 165 [[package]] 166 name = "backtrace" 167 + version = "0.3.69" 168 source = "registry+https://github.com/rust-lang/crates.io-index" 169 + checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 170 dependencies = [ 171 "addr2line", 172 "cc", ··· 185 186 [[package]] 187 name = "base64" 188 + version = "0.21.3" 189 source = "registry+https://github.com/rust-lang/crates.io-index" 190 + checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53" 191 192 [[package]] 193 name = "bincode" ··· 206 207 [[package]] 208 name = "bitflags" 209 + version = "2.4.0" 210 source = "registry+https://github.com/rust-lang/crates.io-index" 211 + checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635" 212 213 [[package]] 214 name = "block" ··· 253 checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" 254 dependencies = [ 255 "memchr", 256 + "regex-automata 0.3.7", 257 "serde", 258 ] 259 ··· 320 321 [[package]] 322 name = "cc" 323 + version = "1.0.83" 324 source = "registry+https://github.com/rust-lang/crates.io-index" 325 + checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 326 dependencies = [ 327 "jobserver", 328 + "libc", 329 ] 330 331 [[package]] ··· 356 357 [[package]] 358 name = "cfg-expr" 359 + version = "0.15.4" 360 source = "registry+https://github.com/rust-lang/crates.io-index" 361 + checksum = "b40ccee03b5175c18cde8f37e7d2a33bcef6f8ec8f7cc0d81090d1bb380949c9" 362 dependencies = [ 363 "smallvec", 364 "target-lexicon", ··· 387 388 [[package]] 389 name = "clap" 390 + version = "4.4.0" 391 source = "registry+https://github.com/rust-lang/crates.io-index" 392 + checksum = "1d5f1946157a96594eb2d2c10eb7ad9a2b27518cb3000209dec700c35df9197d" 393 dependencies = [ 394 "clap_builder", 395 "clap_derive", ··· 398 399 [[package]] 400 name = "clap_builder" 401 + version = "4.4.0" 402 source = "registry+https://github.com/rust-lang/crates.io-index" 403 + checksum = "78116e32a042dd73c2901f0dc30790d20ff3447f3e3472fad359e8c3d282bcd6" 404 dependencies = [ 405 "anstream", 406 "anstyle", ··· 410 411 [[package]] 412 name = "clap_complete" 413 + version = "4.4.0" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 + checksum = "586a385f7ef2f8b4d86bddaa0c094794e7ccbfe5ffef1f434fe928143fc783a5" 416 dependencies = [ 417 "clap", 418 ] 419 420 [[package]] 421 name = "clap_derive" 422 + version = "4.4.0" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 + checksum = "c9fd1a5729c4548118d7d70ff234a44868d00489a4b6597b0b020918a0e91a1a" 425 dependencies = [ 426 "heck 0.4.1", 427 "proc-macro2", 428 "quote", 429 + "syn 2.0.29", 430 ] 431 432 [[package]] 433 name = "clap_lex" 434 + version = "0.5.1" 435 source = "registry+https://github.com/rust-lang/crates.io-index" 436 + checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" 437 438 [[package]] 439 name = "clap_mangen" 440 + version = "0.2.13" 441 source = "registry+https://github.com/rust-lang/crates.io-index" 442 + checksum = "cf8e5f34d85d9e0bbe2491d100a7a7c1007bb2467b518080bfe311e8947197a9" 443 dependencies = [ 444 "clap", 445 "roff", ··· 639 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 640 dependencies = [ 641 "quote", 642 + "syn 2.0.29", 643 ] 644 645 [[package]] ··· 673 "proc-macro2", 674 "quote", 675 "strsim", 676 + "syn 2.0.29", 677 ] 678 679 [[package]] ··· 684 dependencies = [ 685 "darling_core", 686 "quote", 687 + "syn 2.0.29", 688 + ] 689 + 690 + [[package]] 691 + name = "deranged" 692 + version = "0.3.8" 693 + source = "registry+https://github.com/rust-lang/crates.io-index" 694 + checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946" 695 + dependencies = [ 696 + "serde", 697 ] 698 699 [[package]] ··· 824 825 [[package]] 826 name = "encoding_rs" 827 + version = "0.8.33" 828 source = "registry+https://github.com/rust-lang/crates.io-index" 829 + checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 830 dependencies = [ 831 "cfg-if", 832 ] ··· 839 840 [[package]] 841 name = "errno" 842 + version = "0.3.2" 843 source = "registry+https://github.com/rust-lang/crates.io-index" 844 + checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f" 845 dependencies = [ 846 "errno-dragonfly", 847 "libc", ··· 885 886 [[package]] 887 name = "filetime" 888 + version = "0.2.22" 889 source = "registry+https://github.com/rust-lang/crates.io-index" 890 + checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" 891 dependencies = [ 892 "cfg-if", 893 "libc", 894 + "redox_syscall 0.3.5", 895 "windows-sys 0.48.0", 896 ] 897 898 [[package]] 899 name = "flate2" 900 + version = "1.0.27" 901 source = "registry+https://github.com/rust-lang/crates.io-index" 902 + checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" 903 dependencies = [ 904 "crc32fast", 905 "miniz_oxide", ··· 1001 dependencies = [ 1002 "proc-macro2", 1003 "quote", 1004 + "syn 2.0.29", 1005 ] 1006 1007 [[package]] ··· 1176 1177 [[package]] 1178 name = "gimli" 1179 + version = "0.28.0" 1180 source = "registry+https://github.com/rust-lang/crates.io-index" 1181 + checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" 1182 1183 [[package]] 1184 name = "gio" ··· 1263 1264 [[package]] 1265 name = "globset" 1266 + version = "0.4.13" 1267 source = "registry+https://github.com/rust-lang/crates.io-index" 1268 + checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d" 1269 dependencies = [ 1270 "aho-corasick", 1271 "bstr", ··· 1342 1343 [[package]] 1344 name = "h2" 1345 + version = "0.3.21" 1346 source = "registry+https://github.com/rust-lang/crates.io-index" 1347 + checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833" 1348 dependencies = [ 1349 "bytes", 1350 "fnv", ··· 1448 1449 [[package]] 1450 name = "httpdate" 1451 + version = "1.0.3" 1452 source = "registry+https://github.com/rust-lang/crates.io-index" 1453 + checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1454 1455 [[package]] 1456 name = "hyper" ··· 1469 "httpdate", 1470 "itoa 1.0.9", 1471 "pin-project-lite", 1472 + "socket2 0.4.9", 1473 "tokio", 1474 "tower-service", 1475 "tracing", ··· 1571 1572 [[package]] 1573 name = "image" 1574 + version = "0.24.7" 1575 source = "registry+https://github.com/rust-lang/crates.io-index" 1576 + checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 1577 dependencies = [ 1578 "bytemuck", 1579 "byteorder", ··· 1601 dependencies = [ 1602 "equivalent", 1603 "hashbrown 0.14.0", 1604 + "serde", 1605 ] 1606 1607 [[package]] 1608 name = "indicatif" 1609 + version = "0.17.6" 1610 source = "registry+https://github.com/rust-lang/crates.io-index" 1611 + checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" 1612 dependencies = [ 1613 "console", 1614 "instant", ··· 1773 1774 [[package]] 1775 name = "kqueue" 1776 + version = "1.0.8" 1777 source = "registry+https://github.com/rust-lang/crates.io-index" 1778 + checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 1779 dependencies = [ 1780 "kqueue-sys", 1781 "libc", ··· 1783 1784 [[package]] 1785 name = "kqueue-sys" 1786 + version = "1.0.4" 1787 source = "registry+https://github.com/rust-lang/crates.io-index" 1788 + checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 1789 dependencies = [ 1790 "bitflags 1.3.2", 1791 "libc", ··· 1826 1827 [[package]] 1828 name = "linux-raw-sys" 1829 + version = "0.4.5" 1830 source = "registry+https://github.com/rust-lang/crates.io-index" 1831 + checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" 1832 1833 [[package]] 1834 name = "lock_api" ··· 1842 1843 [[package]] 1844 name = "log" 1845 + version = "0.4.20" 1846 source = "registry+https://github.com/rust-lang/crates.io-index" 1847 + checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 1848 dependencies = [ 1849 "serde", 1850 ] ··· 2026 2027 [[package]] 2028 name = "notify" 2029 + version = "6.1.1" 2030 source = "registry+https://github.com/rust-lang/crates.io-index" 2031 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2032 dependencies = [ 2033 + "bitflags 2.4.0", 2034 "filetime", 2035 "inotify", 2036 "kqueue", 2037 "libc", 2038 + "log", 2039 "mio", 2040 "walkdir", 2041 + "windows-sys 0.48.0", 2042 ] 2043 2044 [[package]] ··· 2113 ] 2114 2115 [[package]] 2116 + name = "num_threads" 2117 + version = "0.1.6" 2118 + source = "registry+https://github.com/rust-lang/crates.io-index" 2119 + checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44" 2120 + dependencies = [ 2121 + "libc", 2122 + ] 2123 + 2124 + [[package]] 2125 name = "number_prefix" 2126 version = "0.4.0" 2127 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2156 2157 [[package]] 2158 name = "objc2" 2159 + version = "0.4.1" 2160 source = "registry+https://github.com/rust-lang/crates.io-index" 2161 + checksum = "559c5a40fdd30eb5e344fbceacf7595a81e242529fb4e21cf5f43fb4f11ff98d" 2162 dependencies = [ 2163 "objc-sys", 2164 "objc2-encode", ··· 2166 2167 [[package]] 2168 name = "objc2-encode" 2169 + version = "3.0.0" 2170 source = "registry+https://github.com/rust-lang/crates.io-index" 2171 + checksum = "d079845b37af429bfe5dfa76e6d087d788031045b25cfc6fd898486fd9847666" 2172 2173 [[package]] 2174 name = "objc_exception" ··· 2190 2191 [[package]] 2192 name = "object" 2193 + version = "0.32.0" 2194 source = "registry+https://github.com/rust-lang/crates.io-index" 2195 + checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe" 2196 dependencies = [ 2197 "memchr", 2198 ] ··· 2226 2227 [[package]] 2228 name = "openssl" 2229 + version = "0.10.57" 2230 source = "registry+https://github.com/rust-lang/crates.io-index" 2231 + checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c" 2232 dependencies = [ 2233 + "bitflags 2.4.0", 2234 "cfg-if", 2235 "foreign-types", 2236 "libc", ··· 2247 dependencies = [ 2248 "proc-macro2", 2249 "quote", 2250 + "syn 2.0.29", 2251 ] 2252 2253 [[package]] ··· 2258 2259 [[package]] 2260 name = "openssl-sys" 2261 + version = "0.9.92" 2262 source = "registry+https://github.com/rust-lang/crates.io-index" 2263 + checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b" 2264 dependencies = [ 2265 "cc", 2266 "libc", ··· 2293 2294 [[package]] 2295 name = "owmods_cli" 2296 + version = "0.11.2" 2297 dependencies = [ 2298 "anyhow", 2299 "clap", ··· 2308 2309 [[package]] 2310 name = "owmods_core" 2311 + version = "0.11.2" 2312 dependencies = [ 2313 "anyhow", 2314 "directories", ··· 2317 "lazy_static", 2318 "log", 2319 "opener", 2320 + "regex", 2321 "reqwest", 2322 "serde", 2323 "serde_json", ··· 2326 "tokio", 2327 "tokio-test", 2328 "typeshare", 2329 + "unicode-normalization", 2330 "uuid", 2331 "version-compare 0.1.1", 2332 "zip", ··· 2334 2335 [[package]] 2336 name = "owmods_gui" 2337 + version = "0.11.2" 2338 dependencies = [ 2339 "anyhow", 2340 "log", ··· 2398 "libc", 2399 "redox_syscall 0.3.5", 2400 "smallvec", 2401 + "windows-targets 0.48.5", 2402 ] 2403 2404 [[package]] ··· 2513 2514 [[package]] 2515 name = "pin-project-lite" 2516 + version = "0.2.13" 2517 source = "registry+https://github.com/rust-lang/crates.io-index" 2518 + checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 2519 2520 [[package]] 2521 name = "pin-utils" ··· 2535 source = "registry+https://github.com/rust-lang/crates.io-index" 2536 checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06" 2537 dependencies = [ 2538 + "base64 0.21.3", 2539 "indexmap 1.9.3", 2540 "line-wrap", 2541 "quick-xml", ··· 2545 2546 [[package]] 2547 name = "png" 2548 + version = "0.17.10" 2549 source = "registry+https://github.com/rust-lang/crates.io-index" 2550 + checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 2551 dependencies = [ 2552 "bitflags 1.3.2", 2553 "crc32fast", ··· 2558 2559 [[package]] 2560 name = "portable-atomic" 2561 + version = "1.4.3" 2562 source = "registry+https://github.com/rust-lang/crates.io-index" 2563 + checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b" 2564 2565 [[package]] 2566 name = "ppv-lite86" ··· 2634 2635 [[package]] 2636 name = "quote" 2637 + version = "1.0.33" 2638 source = "registry+https://github.com/rust-lang/crates.io-index" 2639 + checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 2640 dependencies = [ 2641 "proc-macro2", 2642 ] ··· 2759 2760 [[package]] 2761 name = "regex" 2762 + version = "1.9.4" 2763 source = "registry+https://github.com/rust-lang/crates.io-index" 2764 + checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29" 2765 dependencies = [ 2766 "aho-corasick", 2767 "memchr", 2768 + "regex-automata 0.3.7", 2769 + "regex-syntax 0.7.5", 2770 ] 2771 2772 [[package]] ··· 2780 2781 [[package]] 2782 name = "regex-automata" 2783 + version = "0.3.7" 2784 source = "registry+https://github.com/rust-lang/crates.io-index" 2785 + checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629" 2786 dependencies = [ 2787 "aho-corasick", 2788 "memchr", 2789 + "regex-syntax 0.7.5", 2790 ] 2791 2792 [[package]] ··· 2797 2798 [[package]] 2799 name = "regex-syntax" 2800 + version = "0.7.5" 2801 source = "registry+https://github.com/rust-lang/crates.io-index" 2802 + checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 2803 2804 [[package]] 2805 name = "reqwest" 2806 + version = "0.11.20" 2807 source = "registry+https://github.com/rust-lang/crates.io-index" 2808 + checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1" 2809 dependencies = [ 2810 + "base64 0.21.3", 2811 "bytes", 2812 "encoding_rs", 2813 "futures-core", ··· 2842 "wasm-streams", 2843 "web-sys", 2844 "webpki-roots", 2845 + "winreg 0.50.0", 2846 ] 2847 2848 [[package]] ··· 2907 2908 [[package]] 2909 name = "rustix" 2910 + version = "0.38.9" 2911 source = "registry+https://github.com/rust-lang/crates.io-index" 2912 + checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49" 2913 dependencies = [ 2914 + "bitflags 2.4.0", 2915 "errno", 2916 "libc", 2917 "linux-raw-sys", ··· 2920 2921 [[package]] 2922 name = "rustls" 2923 + version = "0.21.6" 2924 source = "registry+https://github.com/rust-lang/crates.io-index" 2925 + checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb" 2926 dependencies = [ 2927 "log", 2928 "ring", ··· 2936 source = "registry+https://github.com/rust-lang/crates.io-index" 2937 checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" 2938 dependencies = [ 2939 + "base64 0.21.3", 2940 ] 2941 2942 [[package]] 2943 name = "rustls-webpki" 2944 + version = "0.101.4" 2945 source = "registry+https://github.com/rust-lang/crates.io-index" 2946 + checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" 2947 dependencies = [ 2948 "ring", 2949 "untrusted", ··· 3061 3062 [[package]] 3063 name = "serde" 3064 + version = "1.0.188" 3065 source = "registry+https://github.com/rust-lang/crates.io-index" 3066 + checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 3067 dependencies = [ 3068 "serde_derive", 3069 ] 3070 3071 [[package]] 3072 name = "serde_derive" 3073 + version = "1.0.188" 3074 source = "registry+https://github.com/rust-lang/crates.io-index" 3075 + checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 3076 dependencies = [ 3077 "proc-macro2", 3078 "quote", 3079 + "syn 2.0.29", 3080 ] 3081 3082 [[package]] 3083 name = "serde_json" 3084 + version = "1.0.105" 3085 source = "registry+https://github.com/rust-lang/crates.io-index" 3086 + checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" 3087 dependencies = [ 3088 "itoa 1.0.9", 3089 "ryu", ··· 3098 dependencies = [ 3099 "proc-macro2", 3100 "quote", 3101 + "syn 2.0.29", 3102 ] 3103 3104 [[package]] ··· 3124 3125 [[package]] 3126 name = "serde_with" 3127 + version = "3.3.0" 3128 source = "registry+https://github.com/rust-lang/crates.io-index" 3129 + checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237" 3130 dependencies = [ 3131 + "base64 0.21.3", 3132 "chrono", 3133 "hex", 3134 "indexmap 1.9.3", 3135 + "indexmap 2.0.0", 3136 "serde", 3137 "serde_json", 3138 "serde_with_macros", ··· 3141 3142 [[package]] 3143 name = "serde_with_macros" 3144 + version = "3.3.0" 3145 source = "registry+https://github.com/rust-lang/crates.io-index" 3146 + checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c" 3147 dependencies = [ 3148 "darling", 3149 "proc-macro2", 3150 "quote", 3151 + "syn 2.0.29", 3152 ] 3153 3154 [[package]] ··· 3220 3221 [[package]] 3222 name = "siphasher" 3223 + version = "0.3.11" 3224 source = "registry+https://github.com/rust-lang/crates.io-index" 3225 + checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 3226 3227 [[package]] 3228 name = "slab" 3229 + version = "0.4.9" 3230 source = "registry+https://github.com/rust-lang/crates.io-index" 3231 + checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 3232 dependencies = [ 3233 "autocfg", 3234 ] ··· 3247 dependencies = [ 3248 "libc", 3249 "winapi", 3250 + ] 3251 + 3252 + [[package]] 3253 + name = "socket2" 3254 + version = "0.5.3" 3255 + source = "registry+https://github.com/rust-lang/crates.io-index" 3256 + checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877" 3257 + dependencies = [ 3258 + "libc", 3259 + "windows-sys 0.48.0", 3260 ] 3261 3262 [[package]] ··· 3353 3354 [[package]] 3355 name = "syn" 3356 + version = "2.0.29" 3357 source = "registry+https://github.com/rust-lang/crates.io-index" 3358 + checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a" 3359 dependencies = [ 3360 "proc-macro2", 3361 "quote", ··· 3394 source = "registry+https://github.com/rust-lang/crates.io-index" 3395 checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3" 3396 dependencies = [ 3397 + "cfg-expr 0.15.4", 3398 "heck 0.4.1", 3399 "pkg-config", 3400 "toml 0.7.6", ··· 3450 3451 [[package]] 3452 name = "tao-macros" 3453 + version = "0.1.2" 3454 source = "registry+https://github.com/rust-lang/crates.io-index" 3455 + checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2" 3456 dependencies = [ 3457 "proc-macro2", 3458 "quote", ··· 3461 3462 [[package]] 3463 name = "tar" 3464 + version = "0.4.40" 3465 source = "registry+https://github.com/rust-lang/crates.io-index" 3466 + checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 3467 dependencies = [ 3468 "filetime", 3469 "libc", ··· 3472 3473 [[package]] 3474 name = "target-lexicon" 3475 + version = "0.12.11" 3476 source = "registry+https://github.com/rust-lang/crates.io-index" 3477 + checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 3478 3479 [[package]] 3480 name = "tauri" ··· 3483 checksum = "7fbe522898e35407a8e60dc3870f7579fea2fc262a6a6072eccdd37ae1e1d91e" 3484 dependencies = [ 3485 "anyhow", 3486 + "base64 0.21.3", 3487 "bytes", 3488 "cocoa", 3489 "dirs-next", ··· 3555 source = "registry+https://github.com/rust-lang/crates.io-index" 3556 checksum = "54ad2d49fdeab4a08717f5b49a163bdc72efc3b1950b6758245fcde79b645e1a" 3557 dependencies = [ 3558 + "base64 0.21.3", 3559 "brotli", 3560 "ico", 3561 "json-patch", ··· 3591 3592 [[package]] 3593 name = "tauri-plugin-deep-link" 3594 + version = "0.1.2" 3595 source = "registry+https://github.com/rust-lang/crates.io-index" 3596 + checksum = "4536f5f6602e8fdfaa7b3b185076c2a0704f8eb7015f4e58461eb483ec3ed1f8" 3597 dependencies = [ 3598 "dirs", 3599 "interprocess", ··· 3611 source = "git+https://github.com/tauri-apps/plugins-workspace?branch=dev#dce0f02bc571128308c30278cde3233f341e6a50" 3612 dependencies = [ 3613 "bincode", 3614 + "bitflags 2.4.0", 3615 "log", 3616 "serde", 3617 "serde_json", ··· 3701 3702 [[package]] 3703 name = "tempfile" 3704 + version = "3.8.0" 3705 source = "registry+https://github.com/rust-lang/crates.io-index" 3706 + checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" 3707 dependencies = [ 3708 "cfg-if", 3709 "fastrand", ··· 3731 3732 [[package]] 3733 name = "thiserror" 3734 + version = "1.0.47" 3735 source = "registry+https://github.com/rust-lang/crates.io-index" 3736 + checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f" 3737 dependencies = [ 3738 "thiserror-impl", 3739 ] 3740 3741 [[package]] 3742 name = "thiserror-impl" 3743 + version = "1.0.47" 3744 source = "registry+https://github.com/rust-lang/crates.io-index" 3745 + checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b" 3746 dependencies = [ 3747 "proc-macro2", 3748 "quote", 3749 + "syn 2.0.29", 3750 ] 3751 3752 [[package]] ··· 3761 3762 [[package]] 3763 name = "time" 3764 + version = "0.3.28" 3765 source = "registry+https://github.com/rust-lang/crates.io-index" 3766 + checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48" 3767 dependencies = [ 3768 + "deranged", 3769 "itoa 1.0.9", 3770 + "libc", 3771 + "num_threads", 3772 "serde", 3773 "time-core", 3774 "time-macros", ··· 3782 3783 [[package]] 3784 name = "time-macros" 3785 + version = "0.2.14" 3786 source = "registry+https://github.com/rust-lang/crates.io-index" 3787 + checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572" 3788 dependencies = [ 3789 "time-core", 3790 ] ··· 3812 3813 [[package]] 3814 name = "tokio" 3815 + version = "1.32.0" 3816 source = "registry+https://github.com/rust-lang/crates.io-index" 3817 + checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" 3818 dependencies = [ 3819 "backtrace", 3820 "bytes", 3821 "libc", ··· 3823 "num_cpus", 3824 "pin-project-lite", 3825 "signal-hook-registry", 3826 + "socket2 0.5.3", 3827 "tokio-macros", 3828 "windows-sys 0.48.0", 3829 ] ··· 3836 dependencies = [ 3837 "proc-macro2", 3838 "quote", 3839 + "syn 2.0.29", 3840 ] 3841 3842 [[package]] ··· 3872 3873 [[package]] 3874 name = "tokio-test" 3875 + version = "0.4.3" 3876 source = "registry+https://github.com/rust-lang/crates.io-index" 3877 + checksum = "e89b3cbabd3ae862100094ae433e1def582cf86451b4e9bf83aa7ac1d8a7d719" 3878 dependencies = [ 3879 "async-stream", 3880 "bytes", ··· 3966 dependencies = [ 3967 "proc-macro2", 3968 "quote", 3969 + "syn 2.0.29", 3970 ] 3971 3972 [[package]] ··· 4226 "once_cell", 4227 "proc-macro2", 4228 "quote", 4229 + "syn 2.0.29", 4230 "wasm-bindgen-shared", 4231 ] 4232 ··· 4260 dependencies = [ 4261 "proc-macro2", 4262 "quote", 4263 + "syn 2.0.29", 4264 "wasm-bindgen-backend", 4265 "wasm-bindgen-shared", 4266 ] ··· 4273 4274 [[package]] 4275 name = "wasm-streams" 4276 + version = "0.3.0" 4277 source = "registry+https://github.com/rust-lang/crates.io-index" 4278 + checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7" 4279 dependencies = [ 4280 "futures-util", 4281 "js-sys", ··· 4342 ] 4343 4344 [[package]] 4345 name = "webpki-roots" 4346 + version = "0.25.2" 4347 source = "registry+https://github.com/rust-lang/crates.io-index" 4348 + checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" 4349 4350 [[package]] 4351 name = "webview2-com" ··· 4449 source = "registry+https://github.com/rust-lang/crates.io-index" 4450 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 4451 dependencies = [ 4452 + "windows-targets 0.48.5", 4453 ] 4454 4455 [[package]] ··· 4508 source = "registry+https://github.com/rust-lang/crates.io-index" 4509 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4510 dependencies = [ 4511 + "windows-targets 0.48.5", 4512 ] 4513 4514 [[package]] ··· 4528 4529 [[package]] 4530 name = "windows-targets" 4531 + version = "0.48.5" 4532 source = "registry+https://github.com/rust-lang/crates.io-index" 4533 + checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4534 dependencies = [ 4535 + "windows_aarch64_gnullvm 0.48.5", 4536 + "windows_aarch64_msvc 0.48.5", 4537 + "windows_i686_gnu 0.48.5", 4538 + "windows_i686_msvc 0.48.5", 4539 + "windows_x86_64_gnu 0.48.5", 4540 + "windows_x86_64_gnullvm 0.48.5", 4541 + "windows_x86_64_msvc 0.48.5", 4542 ] 4543 4544 [[package]] ··· 4555 4556 [[package]] 4557 name = "windows_aarch64_gnullvm" 4558 + version = "0.48.5" 4559 source = "registry+https://github.com/rust-lang/crates.io-index" 4560 + checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4561 4562 [[package]] 4563 name = "windows_aarch64_msvc" ··· 4579 4580 [[package]] 4581 name = "windows_aarch64_msvc" 4582 + version = "0.48.5" 4583 source = "registry+https://github.com/rust-lang/crates.io-index" 4584 + checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4585 4586 [[package]] 4587 name = "windows_i686_gnu" ··· 4603 4604 [[package]] 4605 name = "windows_i686_gnu" 4606 + version = "0.48.5" 4607 source = "registry+https://github.com/rust-lang/crates.io-index" 4608 + checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4609 4610 [[package]] 4611 name = "windows_i686_msvc" ··· 4627 4628 [[package]] 4629 name = "windows_i686_msvc" 4630 + version = "0.48.5" 4631 source = "registry+https://github.com/rust-lang/crates.io-index" 4632 + checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4633 4634 [[package]] 4635 name = "windows_x86_64_gnu" ··· 4651 4652 [[package]] 4653 name = "windows_x86_64_gnu" 4654 + version = "0.48.5" 4655 source = "registry+https://github.com/rust-lang/crates.io-index" 4656 + checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4657 4658 [[package]] 4659 name = "windows_x86_64_gnullvm" ··· 4663 4664 [[package]] 4665 name = "windows_x86_64_gnullvm" 4666 + version = "0.48.5" 4667 source = "registry+https://github.com/rust-lang/crates.io-index" 4668 + checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4669 4670 [[package]] 4671 name = "windows_x86_64_msvc" ··· 4687 4688 [[package]] 4689 name = "windows_x86_64_msvc" 4690 + version = "0.48.5" 4691 source = "registry+https://github.com/rust-lang/crates.io-index" 4692 + checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4693 4694 [[package]] 4695 name = "winnow" 4696 + version = "0.5.15" 4697 source = "registry+https://github.com/rust-lang/crates.io-index" 4698 + checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" 4699 dependencies = [ 4700 "memchr", 4701 ] 4702 4703 [[package]] ··· 4781 4782 [[package]] 4783 name = "xattr" 4784 + version = "1.0.1" 4785 source = "registry+https://github.com/rust-lang/crates.io-index" 4786 + checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985" 4787 dependencies = [ 4788 "libc", 4789 ] 4790 4791 [[package]] 4792 name = "xtask" 4793 + version = "0.11.2" 4794 dependencies = [ 4795 "anyhow", 4796 "clap",
+2 -2
pkgs/applications/misc/owmods-cli/default.nix
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "owmods-cli"; 14 - version = "0.10.0"; 15 16 src = fetchFromGitHub { 17 owner = "ow-mods"; 18 repo = "ow-mod-man"; 19 rev = "cli_v${version}"; 20 - hash = "sha256-kumYLlp2LRqTQz23N9lriJJf7x2pPXbqqUvkiAhyMDY="; 21 }; 22 23 cargoLock = {
··· 11 12 rustPlatform.buildRustPackage rec { 13 pname = "owmods-cli"; 14 + version = "0.11.2"; 15 16 src = fetchFromGitHub { 17 owner = "ow-mods"; 18 repo = "ow-mod-man"; 19 rev = "cli_v${version}"; 20 + hash = "sha256-kjHGuVYX9pKy2I+m347cEdPj6MjCDz8vz2Cnce9+z90="; 21 }; 22 23 cargoLock = {
+38
pkgs/applications/misc/owmods-cli/update.sh
···
··· 1 + #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash -p curl gnused nix-prefetch nix-prefetch-github jq wget 3 + 4 + #modified version of https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/servers/readarr/update.sh 5 + set -e 6 + 7 + dirname="$(dirname "$0")" 8 + 9 + updateHash() 10 + { 11 + version=$1 12 + 13 + url="https://github.com/ow-mods/ow-mod-man/releases/cli_v$version" 14 + prefetchJson=$(nix-prefetch-github ow-mods ow-mod-man --rev cli_v$version) 15 + sha256="$(echo $prefetchJson | jq -r ".sha256")" 16 + echo "sha256=${sha256}" 17 + 18 + sed -i "s/hash = \"[a-zA-Z0-9\/+-=]*\";/hash = \"sha256-$sha256\";/g" "$dirname/default.nix" 19 + 20 + #downloads and replaces .lock file 21 + wget https://raw.githubusercontent.com/ow-mods/ow-mod-man/cli_v$version/Cargo.lock -q -O $dirname/Cargo.lock 22 + 23 + } 24 + 25 + updateVersion() 26 + { 27 + sed -i "s/version = \"[0-9.]*\";/version = \"$1\";/g" "$dirname/default.nix" 28 + } 29 + 30 + latestTag=$(curl https://api.github.com/repos/ow-mods/ow-mod-man/releases | jq -r ".[0].tag_name") 31 + latestVersion="$(expr $latestTag : 'gui_v\(.*\)')" 32 + echo "latest version: ${latestVersion}" 33 + 34 + echo "updating..." 35 + updateVersion $latestVersion 36 + 37 + updateHash $latestVersion 38 + echo "updated cli"