Merge pull request #292741 from dotlambda/rnote-0.10.0

rnote: 0.9.4 -> 0.10.0

authored by Robert Schütz and committed by GitHub aaf58368 e134d28a

+839 -771
+834 -768
pkgs/applications/graphics/rnote/Cargo.lock
··· 19 20 [[package]] 21 name = "ahash" 22 - version = "0.8.6" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" 25 dependencies = [ 26 "cfg-if", 27 "once_cell", ··· 83 84 [[package]] 85 name = "anstream" 86 - version = "0.6.4" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88 - checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44" 89 dependencies = [ 90 "anstyle", 91 "anstyle-parse", ··· 97 98 [[package]] 99 name = "anstyle" 100 - version = "1.0.4" 101 source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87" 103 104 [[package]] 105 name = "anstyle-parse" ··· 112 113 [[package]] 114 name = "anstyle-query" 115 - version = "1.0.1" 116 source = "registry+https://github.com/rust-lang/crates.io-index" 117 - checksum = "a3a318f1f38d2418400f8209655bfd825785afd25aa30bb7ba6cc792e4596748" 118 dependencies = [ 119 "windows-sys 0.52.0", 120 ] ··· 131 132 [[package]] 133 name = "anyhow" 134 - version = "1.0.75" 135 source = "registry+https://github.com/rust-lang/crates.io-index" 136 - checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" 137 138 [[package]] 139 name = "approx" ··· 174 175 [[package]] 176 name = "async-channel" 177 - version = "1.9.0" 178 source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" 180 dependencies = [ 181 "concurrent-queue", 182 - "event-listener 2.5.3", 183 - "futures-core", 184 - ] 185 - 186 - [[package]] 187 - name = "async-channel" 188 - version = "2.1.1" 189 - source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c" 191 - dependencies = [ 192 - "concurrent-queue", 193 - "event-listener 4.0.0", 194 - "event-listener-strategy", 195 "futures-core", 196 "pin-project-lite", 197 ] ··· 202 source = "registry+https://github.com/rust-lang/crates.io-index" 203 checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 204 dependencies = [ 205 - "async-lock 3.2.0", 206 "async-task", 207 "concurrent-queue", 208 - "fastrand 2.0.1", 209 - "futures-lite 2.1.0", 210 "slab", 211 ] 212 213 [[package]] 214 name = "async-fs" 215 - version = "1.6.0" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 - checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" 218 dependencies = [ 219 - "async-lock 2.8.0", 220 - "autocfg", 221 "blocking", 222 - "futures-lite 1.13.0", 223 ] 224 225 [[package]] 226 name = "async-io" 227 - version = "1.13.0" 228 - source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" 230 - dependencies = [ 231 - "async-lock 2.8.0", 232 - "autocfg", 233 - "cfg-if", 234 - "concurrent-queue", 235 - "futures-lite 1.13.0", 236 - "log", 237 - "parking", 238 - "polling 2.8.0", 239 - "rustix 0.37.27", 240 - "slab", 241 - "socket2", 242 - "waker-fn", 243 - ] 244 - 245 - [[package]] 246 - name = "async-io" 247 - version = "2.2.1" 248 source = "registry+https://github.com/rust-lang/crates.io-index" 249 - checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff" 250 dependencies = [ 251 - "async-lock 3.2.0", 252 "cfg-if", 253 "concurrent-queue", 254 "futures-io", 255 - "futures-lite 2.1.0", 256 "parking", 257 - "polling 3.3.1", 258 - "rustix 0.38.26", 259 "slab", 260 "tracing", 261 "windows-sys 0.52.0", ··· 272 273 [[package]] 274 name = "async-lock" 275 - version = "3.2.0" 276 source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "7125e42787d53db9dd54261812ef17e937c95a51e4d291373b670342fa44310c" 278 dependencies = [ 279 - "event-listener 4.0.0", 280 - "event-listener-strategy", 281 "pin-project-lite", 282 ] 283 284 [[package]] 285 name = "async-net" 286 - version = "1.8.0" 287 source = "registry+https://github.com/rust-lang/crates.io-index" 288 - checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" 289 dependencies = [ 290 - "async-io 1.13.0", 291 "blocking", 292 - "futures-lite 1.13.0", 293 ] 294 295 [[package]] 296 name = "async-process" 297 - version = "1.8.1" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 - checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" 300 dependencies = [ 301 - "async-io 1.13.0", 302 - "async-lock 2.8.0", 303 "async-signal", 304 "blocking", 305 "cfg-if", 306 - "event-listener 3.1.0", 307 - "futures-lite 1.13.0", 308 - "rustix 0.38.26", 309 - "windows-sys 0.48.0", 310 ] 311 312 [[package]] ··· 315 source = "registry+https://github.com/rust-lang/crates.io-index" 316 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 317 dependencies = [ 318 - "async-io 2.2.1", 319 "async-lock 2.8.0", 320 "atomic-waker", 321 "cfg-if", 322 "futures-core", 323 "futures-io", 324 - "rustix 0.38.26", 325 "signal-hook-registry", 326 "slab", 327 "windows-sys 0.48.0", ··· 329 330 [[package]] 331 name = "async-task" 332 - version = "4.5.0" 333 - source = "registry+https://github.com/rust-lang/crates.io-index" 334 - checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1" 335 - 336 - [[package]] 337 - name = "atomic-polyfill" 338 - version = "1.0.3" 339 source = "registry+https://github.com/rust-lang/crates.io-index" 340 - checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 341 - dependencies = [ 342 - "critical-section", 343 - ] 344 345 [[package]] 346 name = "atomic-waker" ··· 397 "regex", 398 "rustc-hash", 399 "shlex", 400 - "syn 2.0.39", 401 "which", 402 ] 403 ··· 408 checksum = "955e602d2d68b79ca5d674984259234fad2c8d869ad99011699e0a3cd76f38cd" 409 dependencies = [ 410 "autocxx-engine", 411 - "env_logger 0.9.3", 412 "indexmap 1.9.3", 413 - "syn 2.0.39", 414 ] 415 416 [[package]] ··· 437 "rustversion", 438 "serde_json", 439 "strum_macros", 440 - "syn 2.0.39", 441 "tempfile", 442 "thiserror", 443 "version_check", ··· 453 "proc-macro-error", 454 "proc-macro2", 455 "quote", 456 - "syn 2.0.39", 457 ] 458 459 [[package]] ··· 470 "quote", 471 "serde", 472 "serde_json", 473 - "syn 2.0.39", 474 "thiserror", 475 ] 476 ··· 500 501 [[package]] 502 name = "base64" 503 - version = "0.21.5" 504 source = "registry+https://github.com/rust-lang/crates.io-index" 505 - checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" 506 507 [[package]] 508 name = "bindgen" 509 - version = "0.69.1" 510 source = "registry+https://github.com/rust-lang/crates.io-index" 511 - checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" 512 dependencies = [ 513 - "bitflags 2.4.1", 514 "cexpr", 515 "clang-sys", 516 "lazy_static", 517 "lazycell", 518 - "peeking_take_while", 519 "proc-macro2", 520 "quote", 521 "regex", 522 "rustc-hash", 523 "shlex", 524 - "syn 2.0.39", 525 ] 526 527 [[package]] ··· 538 539 [[package]] 540 name = "bitflags" 541 - version = "2.4.1" 542 source = "registry+https://github.com/rust-lang/crates.io-index" 543 - checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" 544 545 [[package]] 546 name = "block" ··· 554 source = "registry+https://github.com/rust-lang/crates.io-index" 555 checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 556 dependencies = [ 557 - "async-channel 2.1.1", 558 - "async-lock 3.2.0", 559 "async-task", 560 - "fastrand 2.0.1", 561 "futures-io", 562 - "futures-lite 2.1.0", 563 "piper", 564 "tracing", 565 ] 566 567 [[package]] 568 name = "bumpalo" 569 - version = "3.14.0" 570 source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" 572 573 [[package]] 574 name = "bytemuck" 575 - version = "1.14.0" 576 source = "registry+https://github.com/rust-lang/crates.io-index" 577 - checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6" 578 579 [[package]] 580 name = "byteorder" ··· 590 591 [[package]] 592 name = "cairo-rs" 593 - version = "0.18.3" 594 source = "registry+https://github.com/rust-lang/crates.io-index" 595 - checksum = "f33613627f0dea6a731b0605101fad59ba4f193a52c96c4687728d822605a8a1" 596 dependencies = [ 597 - "bitflags 2.4.1", 598 "cairo-sys-rs", 599 "glib", 600 "libc", 601 - "once_cell", 602 "thiserror", 603 ] 604 605 [[package]] 606 name = "cairo-sys-rs" 607 - version = "0.18.2" 608 source = "registry+https://github.com/rust-lang/crates.io-index" 609 - checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51" 610 dependencies = [ 611 "glib-sys", 612 "libc", ··· 621 622 [[package]] 623 name = "cc" 624 - version = "1.0.83" 625 source = "registry+https://github.com/rust-lang/crates.io-index" 626 - checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 627 dependencies = [ 628 - "jobserver", 629 "libc", 630 ] 631 ··· 646 647 [[package]] 648 name = "cfg-expr" 649 - version = "0.15.5" 650 source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" 652 dependencies = [ 653 "smallvec", 654 "target-lexicon", ··· 662 663 [[package]] 664 name = "chrono" 665 - version = "0.4.31" 666 source = "registry+https://github.com/rust-lang/crates.io-index" 667 - checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" 668 dependencies = [ 669 "android-tzdata", 670 "iana-time-zone", 671 "js-sys", 672 "num-traits", 673 "wasm-bindgen", 674 - "windows-targets 0.48.5", 675 ] 676 677 [[package]] 678 name = "clang-sys" 679 - version = "1.6.1" 680 source = "registry+https://github.com/rust-lang/crates.io-index" 681 - checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" 682 dependencies = [ 683 "glob", 684 "libc", ··· 687 688 [[package]] 689 name = "clap" 690 - version = "4.4.11" 691 source = "registry+https://github.com/rust-lang/crates.io-index" 692 - checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2" 693 dependencies = [ 694 "clap_builder", 695 "clap_derive", ··· 697 698 [[package]] 699 name = "clap_builder" 700 - version = "4.4.11" 701 source = "registry+https://github.com/rust-lang/crates.io-index" 702 - checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb" 703 dependencies = [ 704 "anstream", 705 "anstyle", 706 "clap_lex", 707 - "strsim", 708 ] 709 710 [[package]] 711 name = "clap_derive" 712 - version = "4.4.7" 713 source = "registry+https://github.com/rust-lang/crates.io-index" 714 - checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" 715 dependencies = [ 716 "heck", 717 "proc-macro2", 718 "quote", 719 - "syn 2.0.39", 720 ] 721 722 [[package]] 723 name = "clap_lex" 724 - version = "0.6.0" 725 source = "registry+https://github.com/rust-lang/crates.io-index" 726 - checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" 727 728 [[package]] 729 name = "cmake" ··· 777 778 [[package]] 779 name = "console" 780 - version = "0.15.7" 781 source = "registry+https://github.com/rust-lang/crates.io-index" 782 - checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8" 783 dependencies = [ 784 "encode_unicode", 785 "lazy_static", 786 "libc", 787 "unicode-width", 788 - "windows-sys 0.45.0", 789 ] 790 791 [[package]] ··· 807 808 [[package]] 809 name = "coreaudio-sys" 810 - version = "0.2.14" 811 source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "f3120ebb80a9de008e638ad833d4127d50ea3d3a960ea23ea69bc66d9358a028" 813 dependencies = [ 814 "bindgen", 815 ] ··· 841 842 [[package]] 843 name = "crc32fast" 844 - version = "1.3.2" 845 source = "registry+https://github.com/rust-lang/crates.io-index" 846 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 847 dependencies = [ 848 "cfg-if", 849 ] 850 851 [[package]] 852 - name = "critical-section" 853 - version = "1.1.2" 854 source = "registry+https://github.com/rust-lang/crates.io-index" 855 - checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" 856 857 [[package]] 858 name = "crossbeam-deque" 859 - version = "0.8.3" 860 source = "registry+https://github.com/rust-lang/crates.io-index" 861 - checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 862 dependencies = [ 863 - "cfg-if", 864 "crossbeam-epoch", 865 "crossbeam-utils", 866 ] 867 868 [[package]] 869 name = "crossbeam-epoch" 870 - version = "0.9.15" 871 source = "registry+https://github.com/rust-lang/crates.io-index" 872 - checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" 873 dependencies = [ 874 - "autocfg", 875 - "cfg-if", 876 "crossbeam-utils", 877 - "memoffset", 878 - "scopeguard", 879 ] 880 881 [[package]] 882 name = "crossbeam-utils" 883 - version = "0.8.16" 884 source = "registry+https://github.com/rust-lang/crates.io-index" 885 - checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" 886 - dependencies = [ 887 - "cfg-if", 888 - ] 889 890 [[package]] 891 name = "crunchy" ··· 913 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 914 dependencies = [ 915 "quote", 916 - "syn 2.0.39", 917 ] 918 919 [[package]] 920 name = "cxx" 921 - version = "1.0.110" 922 source = "registry+https://github.com/rust-lang/crates.io-index" 923 - checksum = "7129e341034ecb940c9072817cd9007974ea696844fc4dd582dc1653a7fbe2e8" 924 dependencies = [ 925 "cc", 926 "cxxbridge-flags", ··· 930 931 [[package]] 932 name = "cxx-gen" 933 - version = "0.7.110" 934 source = "registry+https://github.com/rust-lang/crates.io-index" 935 - checksum = "a3e0fc77e9f8d61724be90deb42a7e50ba3bf37c7c16dc91cdba821f69a5e0e9" 936 dependencies = [ 937 "codespan-reporting", 938 "proc-macro2", 939 "quote", 940 - "syn 2.0.39", 941 ] 942 943 [[package]] 944 name = "cxxbridge-flags" 945 - version = "1.0.110" 946 source = "registry+https://github.com/rust-lang/crates.io-index" 947 - checksum = "06fdd177fc61050d63f67f5bd6351fac6ab5526694ea8e359cd9cd3b75857f44" 948 949 [[package]] 950 name = "cxxbridge-macro" 951 - version = "1.0.110" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 - checksum = "587663dd5fb3d10932c8aecfe7c844db1bcf0aee93eeab08fac13dc1212c2e7f" 954 dependencies = [ 955 "proc-macro2", 956 "quote", 957 - "syn 2.0.39", 958 ] 959 960 [[package]] ··· 977 "ident_case", 978 "proc-macro2", 979 "quote", 980 - "strsim", 981 "syn 1.0.109", 982 ] 983 ··· 1102 1103 [[package]] 1104 name = "either" 1105 - version = "1.9.0" 1106 source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" 1108 1109 [[package]] 1110 name = "encode_unicode" ··· 1135 ] 1136 1137 [[package]] 1138 - name = "env_logger" 1139 - version = "0.10.1" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" 1142 - dependencies = [ 1143 - "humantime", 1144 - "is-terminal", 1145 - "log", 1146 - "regex", 1147 - "termcolor", 1148 - ] 1149 - 1150 - [[package]] 1151 name = "equivalent" 1152 version = "1.0.1" 1153 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1180 1181 [[package]] 1182 name = "event-listener" 1183 - version = "3.1.0" 1184 source = "registry+https://github.com/rust-lang/crates.io-index" 1185 - checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" 1186 dependencies = [ 1187 "concurrent-queue", 1188 "parking", ··· 1191 1192 [[package]] 1193 name = "event-listener" 1194 - version = "4.0.0" 1195 source = "registry+https://github.com/rust-lang/crates.io-index" 1196 - checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae" 1197 dependencies = [ 1198 "concurrent-queue", 1199 "parking", ··· 1206 source = "registry+https://github.com/rust-lang/crates.io-index" 1207 checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 1208 dependencies = [ 1209 - "event-listener 4.0.0", 1210 "pin-project-lite", 1211 ] 1212 1213 [[package]] 1214 name = "exr" 1215 - version = "1.71.0" 1216 source = "registry+https://github.com/rust-lang/crates.io-index" 1217 - checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8" 1218 dependencies = [ 1219 "bit_field", 1220 "flume", ··· 1227 ] 1228 1229 [[package]] 1230 - name = "fast-srgb8" 1231 - version = "1.0.0" 1232 source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 1234 1235 [[package]] 1236 - name = "fastrand" 1237 - version = "1.9.0" 1238 source = "registry+https://github.com/rust-lang/crates.io-index" 1239 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 1240 - dependencies = [ 1241 - "instant", 1242 - ] 1243 1244 [[package]] 1245 name = "fastrand" ··· 1249 1250 [[package]] 1251 name = "fdeflate" 1252 - version = "0.3.1" 1253 source = "registry+https://github.com/rust-lang/crates.io-index" 1254 - checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868" 1255 dependencies = [ 1256 "simd-adler32", 1257 ] ··· 1267 ] 1268 1269 [[package]] 1270 name = "flate2" 1271 version = "1.0.28" 1272 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1308 1309 [[package]] 1310 name = "fontconfig-parser" 1311 - version = "0.5.3" 1312 source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4" 1314 dependencies = [ 1315 - "roxmltree 0.18.1", 1316 ] 1317 1318 [[package]] 1319 name = "fontdb" 1320 - version = "0.15.0" 1321 source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38" 1323 dependencies = [ 1324 "fontconfig-parser", 1325 "log", ··· 1345 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1346 1347 [[package]] 1348 name = "futf" 1349 version = "0.1.5" 1350 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1356 1357 [[package]] 1358 name = "futures" 1359 - version = "0.3.29" 1360 source = "registry+https://github.com/rust-lang/crates.io-index" 1361 - checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335" 1362 dependencies = [ 1363 "futures-channel", 1364 "futures-core", ··· 1371 1372 [[package]] 1373 name = "futures-channel" 1374 - version = "0.3.29" 1375 source = "registry+https://github.com/rust-lang/crates.io-index" 1376 - checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" 1377 dependencies = [ 1378 "futures-core", 1379 "futures-sink", ··· 1381 1382 [[package]] 1383 name = "futures-core" 1384 - version = "0.3.29" 1385 source = "registry+https://github.com/rust-lang/crates.io-index" 1386 - checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" 1387 1388 [[package]] 1389 name = "futures-executor" 1390 - version = "0.3.29" 1391 source = "registry+https://github.com/rust-lang/crates.io-index" 1392 - checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" 1393 dependencies = [ 1394 "futures-core", 1395 "futures-task", ··· 1398 1399 [[package]] 1400 name = "futures-io" 1401 - version = "0.3.29" 1402 - source = "registry+https://github.com/rust-lang/crates.io-index" 1403 - checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" 1404 - 1405 - [[package]] 1406 - name = "futures-lite" 1407 - version = "1.13.0" 1408 source = "registry+https://github.com/rust-lang/crates.io-index" 1409 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 1410 - dependencies = [ 1411 - "fastrand 1.9.0", 1412 - "futures-core", 1413 - "futures-io", 1414 - "memchr", 1415 - "parking", 1416 - "pin-project-lite", 1417 - "waker-fn", 1418 - ] 1419 1420 [[package]] 1421 name = "futures-lite" 1422 - version = "2.1.0" 1423 source = "registry+https://github.com/rust-lang/crates.io-index" 1424 - checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" 1425 dependencies = [ 1426 - "fastrand 2.0.1", 1427 "futures-core", 1428 "futures-io", 1429 "parking", ··· 1432 1433 [[package]] 1434 name = "futures-macro" 1435 - version = "0.3.29" 1436 source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb" 1438 dependencies = [ 1439 "proc-macro2", 1440 "quote", 1441 - "syn 2.0.39", 1442 ] 1443 1444 [[package]] 1445 name = "futures-sink" 1446 - version = "0.3.29" 1447 source = "registry+https://github.com/rust-lang/crates.io-index" 1448 - checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" 1449 1450 [[package]] 1451 name = "futures-task" 1452 - version = "0.3.29" 1453 source = "registry+https://github.com/rust-lang/crates.io-index" 1454 - checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" 1455 1456 [[package]] 1457 name = "futures-util" 1458 - version = "0.3.29" 1459 source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" 1461 dependencies = [ 1462 "futures-channel", 1463 "futures-core", ··· 1482 1483 [[package]] 1484 name = "gdk-pixbuf" 1485 - version = "0.18.3" 1486 source = "registry+https://github.com/rust-lang/crates.io-index" 1487 - checksum = "446f32b74d22c33b7b258d4af4ffde53c2bf96ca2e29abdf1a785fe59bd6c82c" 1488 dependencies = [ 1489 "gdk-pixbuf-sys", 1490 "gio", 1491 "glib", 1492 "libc", 1493 - "once_cell", 1494 ] 1495 1496 [[package]] 1497 name = "gdk-pixbuf-sys" 1498 - version = "0.18.0" 1499 source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7" 1501 dependencies = [ 1502 "gio-sys", 1503 "glib-sys", ··· 1508 1509 [[package]] 1510 name = "gdk4" 1511 - version = "0.7.3" 1512 source = "registry+https://github.com/rust-lang/crates.io-index" 1513 - checksum = "7edb019ad581f8ecf8ea8e4baa6df7c483a95b5a59be3140be6a9c3b0c632af6" 1514 dependencies = [ 1515 "cairo-rs", 1516 "gdk-pixbuf", ··· 1523 1524 [[package]] 1525 name = "gdk4-sys" 1526 - version = "0.7.2" 1527 source = "registry+https://github.com/rust-lang/crates.io-index" 1528 - checksum = "dbab43f332a3cf1df9974da690b5bb0e26720ed09a228178ce52175372dcfef0" 1529 dependencies = [ 1530 "cairo-sys-rs", 1531 "gdk-pixbuf-sys", ··· 1540 1541 [[package]] 1542 name = "geo" 1543 - version = "0.27.0" 1544 source = "registry+https://github.com/rust-lang/crates.io-index" 1545 - checksum = "4841b40fdbccd4b7042bd6195e4de91da54af34c50632e371bcbfcdfb558b873" 1546 dependencies = [ 1547 "earcutr", 1548 "float_next_after", ··· 1557 1558 [[package]] 1559 name = "geo-types" 1560 - version = "0.7.12" 1561 source = "registry+https://github.com/rust-lang/crates.io-index" 1562 - checksum = "567495020b114f1ce9bed679b29975aa0bfae06ac22beacd5cfde5dabe7b05d6" 1563 dependencies = [ 1564 "approx", 1565 "num-traits", ··· 1569 1570 [[package]] 1571 name = "geographiclib-rs" 1572 - version = "0.2.3" 1573 source = "registry+https://github.com/rust-lang/crates.io-index" 1574 - checksum = "8ea804e7bd3c6a4ca6a01edfa35231557a8a81d4d3f3e1e2b650d028c42592be" 1575 dependencies = [ 1576 - "lazy_static", 1577 ] 1578 1579 [[package]] 1580 name = "getrandom" 1581 - version = "0.2.11" 1582 source = "registry+https://github.com/rust-lang/crates.io-index" 1583 - checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f" 1584 dependencies = [ 1585 "cfg-if", 1586 "libc", ··· 1609 1610 [[package]] 1611 name = "gif" 1612 - version = "0.12.0" 1613 source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 1615 dependencies = [ 1616 "color_quant", 1617 "weezl", ··· 1625 1626 [[package]] 1627 name = "gio" 1628 - version = "0.18.3" 1629 source = "registry+https://github.com/rust-lang/crates.io-index" 1630 - checksum = "47d809baf02bdf1b5ef4ad3bf60dd9d4977149db4612b7bbb58e56aef168193b" 1631 dependencies = [ 1632 "futures-channel", 1633 "futures-core", ··· 1636 "gio-sys", 1637 "glib", 1638 "libc", 1639 - "once_cell", 1640 "pin-project-lite", 1641 "smallvec", 1642 "thiserror", ··· 1644 1645 [[package]] 1646 name = "gio-sys" 1647 - version = "0.18.1" 1648 source = "registry+https://github.com/rust-lang/crates.io-index" 1649 - checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2" 1650 dependencies = [ 1651 "glib-sys", 1652 "gobject-sys", 1653 "libc", 1654 "system-deps", 1655 - "winapi", 1656 ] 1657 1658 [[package]] 1659 name = "glib" 1660 - version = "0.18.3" 1661 source = "registry+https://github.com/rust-lang/crates.io-index" 1662 - checksum = "58cf801b6f7829fa76db37449ab67c9c98a2b1bf21076d9113225621e61a0fa6" 1663 dependencies = [ 1664 - "bitflags 2.4.1", 1665 "futures-channel", 1666 "futures-core", 1667 "futures-executor", ··· 1673 "gobject-sys", 1674 "libc", 1675 "memchr", 1676 - "once_cell", 1677 "smallvec", 1678 "thiserror", 1679 ] 1680 1681 [[package]] 1682 name = "glib-build-tools" 1683 - version = "0.18.0" 1684 source = "registry+https://github.com/rust-lang/crates.io-index" 1685 - checksum = "3431c56f463443cba9bc3600248bc6d680cb614c2ee1cdd39dab5415bd12ac5c" 1686 1687 [[package]] 1688 name = "glib-macros" 1689 - version = "0.18.3" 1690 source = "registry+https://github.com/rust-lang/crates.io-index" 1691 - checksum = "72793962ceece3863c2965d7f10c8786323b17c7adea75a515809fa20ab799a5" 1692 dependencies = [ 1693 "heck", 1694 - "proc-macro-crate 2.0.1", 1695 - "proc-macro-error", 1696 "proc-macro2", 1697 "quote", 1698 - "syn 2.0.39", 1699 ] 1700 1701 [[package]] 1702 name = "glib-sys" 1703 - version = "0.18.1" 1704 source = "registry+https://github.com/rust-lang/crates.io-index" 1705 - checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898" 1706 dependencies = [ 1707 "libc", 1708 "system-deps", ··· 1716 1717 [[package]] 1718 name = "gobject-sys" 1719 - version = "0.18.0" 1720 source = "registry+https://github.com/rust-lang/crates.io-index" 1721 - checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44" 1722 dependencies = [ 1723 "glib-sys", 1724 "libc", ··· 1727 1728 [[package]] 1729 name = "graphene-rs" 1730 - version = "0.18.1" 1731 source = "registry+https://github.com/rust-lang/crates.io-index" 1732 - checksum = "3b2228cda1505613a7a956cca69076892cfbda84fc2b7a62b94a41a272c0c401" 1733 dependencies = [ 1734 "glib", 1735 "graphene-sys", ··· 1738 1739 [[package]] 1740 name = "graphene-sys" 1741 - version = "0.18.1" 1742 source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "cc4144cee8fc8788f2a9b73dc5f1d4e1189d1f95305c4cb7bd9c1af1cfa31f59" 1744 dependencies = [ 1745 "glib-sys", 1746 "libc", ··· 1750 1751 [[package]] 1752 name = "gsk4" 1753 - version = "0.7.3" 1754 source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "0d958e351d2f210309b32d081c832d7de0aca0b077aa10d88336c6379bd01f7e" 1756 dependencies = [ 1757 "cairo-rs", 1758 "gdk4", ··· 1765 1766 [[package]] 1767 name = "gsk4-sys" 1768 - version = "0.7.3" 1769 source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "12bd9e3effea989f020e8f1ff3fa3b8c63ba93d43b899c11a118868853a56d55" 1771 dependencies = [ 1772 "cairo-sys-rs", 1773 "gdk4-sys", ··· 1781 1782 [[package]] 1783 name = "gtk4" 1784 - version = "0.7.3" 1785 source = "registry+https://github.com/rust-lang/crates.io-index" 1786 - checksum = "5aeb51aa3e9728575a053e1f43543cd9992ac2477e1b186ad824fd4adfb70842" 1787 dependencies = [ 1788 "cairo-rs", 1789 "field-offset", ··· 1802 1803 [[package]] 1804 name = "gtk4-macros" 1805 - version = "0.7.2" 1806 source = "registry+https://github.com/rust-lang/crates.io-index" 1807 - checksum = "d57ec49cf9b657f69a05bca8027cff0a8dfd0c49e812be026fc7311f2163832f" 1808 dependencies = [ 1809 "anyhow", 1810 - "proc-macro-crate 1.3.1", 1811 "proc-macro-error", 1812 "proc-macro2", 1813 "quote", ··· 1816 1817 [[package]] 1818 name = "gtk4-sys" 1819 - version = "0.7.3" 1820 source = "registry+https://github.com/rust-lang/crates.io-index" 1821 - checksum = "54d8c4aa23638ce9faa2caf7e2a27d4a1295af2155c8e8d28c4d4eeca7a65eb8" 1822 dependencies = [ 1823 "cairo-sys-rs", 1824 "gdk-pixbuf-sys", ··· 1835 1836 [[package]] 1837 name = "half" 1838 - version = "2.2.1" 1839 source = "registry+https://github.com/rust-lang/crates.io-index" 1840 - checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" 1841 dependencies = [ 1842 "crunchy", 1843 ] 1844 1845 [[package]] 1846 name = "hash32" 1847 - version = "0.2.1" 1848 source = "registry+https://github.com/rust-lang/crates.io-index" 1849 - checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1850 dependencies = [ 1851 "byteorder", 1852 ] ··· 1869 1870 [[package]] 1871 name = "heapless" 1872 - version = "0.7.17" 1873 source = "registry+https://github.com/rust-lang/crates.io-index" 1874 - checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1875 dependencies = [ 1876 - "atomic-polyfill", 1877 "hash32", 1878 - "rustc_version", 1879 - "spin", 1880 "stable_deref_trait", 1881 ] 1882 ··· 1897 1898 [[package]] 1899 name = "hermit-abi" 1900 - version = "0.3.3" 1901 source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7" 1903 1904 [[package]] 1905 name = "home" 1906 - version = "0.5.5" 1907 source = "registry+https://github.com/rust-lang/crates.io-index" 1908 - checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 1909 dependencies = [ 1910 - "windows-sys 0.48.0", 1911 ] 1912 1913 [[package]] ··· 1918 1919 [[package]] 1920 name = "iana-time-zone" 1921 - version = "0.1.58" 1922 source = "registry+https://github.com/rust-lang/crates.io-index" 1923 - checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20" 1924 dependencies = [ 1925 "android_system_properties", 1926 "core-foundation-sys", ··· 1969 1970 [[package]] 1971 name = "image" 1972 - version = "0.24.7" 1973 source = "registry+https://github.com/rust-lang/crates.io-index" 1974 - checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711" 1975 dependencies = [ 1976 "bytemuck", 1977 "byteorder", ··· 1979 "exr", 1980 "gif", 1981 "jpeg-decoder", 1982 - "num-rational", 1983 "num-traits", 1984 "png", 1985 "qoi", ··· 2005 2006 [[package]] 2007 name = "indexmap" 2008 - version = "2.1.0" 2009 source = "registry+https://github.com/rust-lang/crates.io-index" 2010 - checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" 2011 dependencies = [ 2012 "equivalent", 2013 "hashbrown 0.14.3", ··· 2015 2016 [[package]] 2017 name = "indicatif" 2018 - version = "0.17.7" 2019 source = "registry+https://github.com/rust-lang/crates.io-index" 2020 - checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" 2021 dependencies = [ 2022 "console", 2023 "instant", ··· 2047 ] 2048 2049 [[package]] 2050 - name = "instant" 2051 - version = "0.1.12" 2052 source = "registry+https://github.com/rust-lang/crates.io-index" 2053 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2054 dependencies = [ 2055 - "cfg-if", 2056 ] 2057 2058 [[package]] 2059 - name = "io-lifetimes" 2060 - version = "1.0.11" 2061 source = "registry+https://github.com/rust-lang/crates.io-index" 2062 - checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 2063 dependencies = [ 2064 - "hermit-abi 0.3.3", 2065 "libc", 2066 - "windows-sys 0.48.0", 2067 ] 2068 2069 [[package]] ··· 2077 2078 [[package]] 2079 name = "is-terminal" 2080 - version = "0.4.9" 2081 source = "registry+https://github.com/rust-lang/crates.io-index" 2082 - checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" 2083 dependencies = [ 2084 - "hermit-abi 0.3.3", 2085 - "rustix 0.38.26", 2086 - "windows-sys 0.48.0", 2087 ] 2088 2089 [[package]] ··· 2098 2099 [[package]] 2100 name = "is_ci" 2101 - version = "1.1.1" 2102 source = "registry+https://github.com/rust-lang/crates.io-index" 2103 - checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" 2104 2105 [[package]] 2106 name = "itertools" ··· 2131 2132 [[package]] 2133 name = "itertools" 2134 - version = "0.12.0" 2135 source = "registry+https://github.com/rust-lang/crates.io-index" 2136 - checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" 2137 dependencies = [ 2138 "either", 2139 ] 2140 2141 [[package]] 2142 name = "itoa" 2143 - version = "1.0.9" 2144 source = "registry+https://github.com/rust-lang/crates.io-index" 2145 - checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 2146 2147 [[package]] 2148 name = "jni" ··· 2179 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2180 2181 [[package]] 2182 - name = "jobserver" 2183 - version = "0.1.27" 2184 source = "registry+https://github.com/rust-lang/crates.io-index" 2185 - checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" 2186 dependencies = [ 2187 - "libc", 2188 ] 2189 2190 [[package]] 2191 - name = "jpeg-decoder" 2192 - version = "0.3.0" 2193 source = "registry+https://github.com/rust-lang/crates.io-index" 2194 - checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" 2195 dependencies = [ 2196 - "rayon", 2197 ] 2198 2199 [[package]] 2200 - name = "js-sys" 2201 - version = "0.3.66" 2202 source = "registry+https://github.com/rust-lang/crates.io-index" 2203 - checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca" 2204 dependencies = [ 2205 - "wasm-bindgen", 2206 ] 2207 2208 [[package]] ··· 2215 ] 2216 2217 [[package]] 2218 name = "language-tags" 2219 version = "0.3.2" 2220 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2240 2241 [[package]] 2242 name = "libadwaita" 2243 - version = "0.5.3" 2244 source = "registry+https://github.com/rust-lang/crates.io-index" 2245 - checksum = "2fe7e70c06507ed10a16cda707f358fbe60fe0dc237498f78c686ade92fd979c" 2246 dependencies = [ 2247 "gdk-pixbuf", 2248 "gdk4", ··· 2256 2257 [[package]] 2258 name = "libadwaita-sys" 2259 - version = "0.5.3" 2260 source = "registry+https://github.com/rust-lang/crates.io-index" 2261 - checksum = "5e10aaa38de1d53374f90deeb4535209adc40cc5dba37f9704724169bceec69a" 2262 dependencies = [ 2263 "gdk4-sys", 2264 "gio-sys", ··· 2272 2273 [[package]] 2274 name = "libc" 2275 - version = "0.2.150" 2276 source = "registry+https://github.com/rust-lang/crates.io-index" 2277 - checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" 2278 2279 [[package]] 2280 name = "libloading" 2281 - version = "0.7.4" 2282 source = "registry+https://github.com/rust-lang/crates.io-index" 2283 - checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" 2284 dependencies = [ 2285 "cfg-if", 2286 - "winapi", 2287 ] 2288 2289 [[package]] ··· 2294 2295 [[package]] 2296 name = "librsvg" 2297 - version = "2.57.0" 2298 source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "c4b6285fca2e4de40d61e398408a4cd261d475a960da58ae28d94d6352088078" 2300 dependencies = [ 2301 "cairo-rs", 2302 "cast", ··· 2304 "data-url", 2305 "encoding_rs", 2306 "float-cmp", 2307 - "gdk-pixbuf", 2308 "gio", 2309 "glib", 2310 - "itertools 0.11.0", 2311 "language-tags", 2312 "libc", 2313 "locale_config", 2314 "markup5ever", 2315 "nalgebra", 2316 "num-traits", 2317 - "once_cell", 2318 "pango", 2319 "pangocairo", 2320 "rayon", ··· 2340 2341 [[package]] 2342 name = "linux-raw-sys" 2343 - version = "0.3.8" 2344 source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 2346 - 2347 - [[package]] 2348 - name = "linux-raw-sys" 2349 - version = "0.4.12" 2350 - source = "registry+https://github.com/rust-lang/crates.io-index" 2351 - checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" 2352 2353 [[package]] 2354 name = "locale_config" ··· 2375 2376 [[package]] 2377 name = "log" 2378 - version = "0.4.20" 2379 source = "registry+https://github.com/rust-lang/crates.io-index" 2380 - checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 2381 2382 [[package]] 2383 name = "mac" ··· 2387 2388 [[package]] 2389 name = "mach2" 2390 - version = "0.4.1" 2391 source = "registry+https://github.com/rust-lang/crates.io-index" 2392 - checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8" 2393 dependencies = [ 2394 "libc", 2395 ] ··· 2418 ] 2419 2420 [[package]] 2421 name = "matches" 2422 version = "0.1.10" 2423 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2435 2436 [[package]] 2437 name = "memchr" 2438 - version = "2.6.4" 2439 source = "registry+https://github.com/rust-lang/crates.io-index" 2440 - checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 2441 2442 [[package]] 2443 name = "memmap2" 2444 - version = "0.8.0" 2445 source = "registry+https://github.com/rust-lang/crates.io-index" 2446 - checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed" 2447 dependencies = [ 2448 "libc", 2449 ] ··· 2486 dependencies = [ 2487 "proc-macro2", 2488 "quote", 2489 - "syn 2.0.39", 2490 ] 2491 2492 [[package]] ··· 2497 2498 [[package]] 2499 name = "miniz_oxide" 2500 - version = "0.7.1" 2501 source = "registry+https://github.com/rust-lang/crates.io-index" 2502 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 2503 dependencies = [ 2504 "adler", 2505 "simd-adler32", 2506 ] 2507 2508 [[package]] 2509 name = "moveit" 2510 version = "0.6.0" 2511 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2516 2517 [[package]] 2518 name = "nalgebra" 2519 - version = "0.32.3" 2520 source = "registry+https://github.com/rust-lang/crates.io-index" 2521 - checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" 2522 dependencies = [ 2523 "approx", 2524 "matrixmultiply", ··· 2605 ] 2606 2607 [[package]] 2608 name = "num-complex" 2609 - version = "0.4.4" 2610 source = "registry+https://github.com/rust-lang/crates.io-index" 2611 - checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" 2612 dependencies = [ 2613 "num-traits", 2614 "serde", ··· 2627 2628 [[package]] 2629 name = "num-derive" 2630 - version = "0.4.1" 2631 source = "registry+https://github.com/rust-lang/crates.io-index" 2632 - checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712" 2633 dependencies = [ 2634 "proc-macro2", 2635 "quote", 2636 - "syn 2.0.39", 2637 ] 2638 2639 [[package]] 2640 name = "num-integer" 2641 - version = "0.1.45" 2642 source = "registry+https://github.com/rust-lang/crates.io-index" 2643 - checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 2644 dependencies = [ 2645 - "autocfg", 2646 "num-traits", 2647 ] 2648 ··· 2659 2660 [[package]] 2661 name = "num-traits" 2662 - version = "0.2.17" 2663 source = "registry+https://github.com/rust-lang/crates.io-index" 2664 - checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 2665 dependencies = [ 2666 "autocfg", 2667 "libm", ··· 2673 source = "registry+https://github.com/rust-lang/crates.io-index" 2674 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2675 dependencies = [ 2676 - "hermit-abi 0.3.3", 2677 "libc", 2678 ] 2679 ··· 2744 2745 [[package]] 2746 name = "object" 2747 - version = "0.32.1" 2748 source = "registry+https://github.com/rust-lang/crates.io-index" 2749 - checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0" 2750 dependencies = [ 2751 "memchr", 2752 ] ··· 2782 2783 [[package]] 2784 name = "open" 2785 - version = "5.0.1" 2786 source = "registry+https://github.com/rust-lang/crates.io-index" 2787 - checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349" 2788 dependencies = [ 2789 "is-wsl", 2790 "libc", ··· 2792 ] 2793 2794 [[package]] 2795 name = "owo-colors" 2796 version = "3.5.0" 2797 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2799 2800 [[package]] 2801 name = "palette" 2802 - version = "0.7.3" 2803 source = "registry+https://github.com/rust-lang/crates.io-index" 2804 - checksum = "b2e2f34147767aa758aa649415b50a69eeb46a67f9dc7db8011eeb3d84b351dc" 2805 dependencies = [ 2806 "approx", 2807 "fast-srgb8", ··· 2811 2812 [[package]] 2813 name = "palette_derive" 2814 - version = "0.7.3" 2815 source = "registry+https://github.com/rust-lang/crates.io-index" 2816 - checksum = "b7db010ec5ff3d4385e4f133916faacd9dad0f6a09394c92d825b3aed310fa0a" 2817 dependencies = [ 2818 "proc-macro2", 2819 "quote", 2820 - "syn 2.0.39", 2821 ] 2822 2823 [[package]] 2824 name = "pango" 2825 - version = "0.18.3" 2826 source = "registry+https://github.com/rust-lang/crates.io-index" 2827 - checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4" 2828 dependencies = [ 2829 "gio", 2830 "glib", 2831 "libc", 2832 - "once_cell", 2833 "pango-sys", 2834 ] 2835 2836 [[package]] 2837 name = "pango-sys" 2838 - version = "0.18.0" 2839 source = "registry+https://github.com/rust-lang/crates.io-index" 2840 - checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5" 2841 dependencies = [ 2842 "glib-sys", 2843 "gobject-sys", ··· 2847 2848 [[package]] 2849 name = "pangocairo" 2850 - version = "0.18.0" 2851 source = "registry+https://github.com/rust-lang/crates.io-index" 2852 - checksum = "57036589a9cfcacf83f9e606d15813fc6bf03f0e9e69aa2b5e3bb85af86b38a5" 2853 dependencies = [ 2854 "cairo-rs", 2855 "glib", ··· 2860 2861 [[package]] 2862 name = "pangocairo-sys" 2863 - version = "0.18.0" 2864 source = "registry+https://github.com/rust-lang/crates.io-index" 2865 - checksum = "fc3c8ff676a37e7a72ec1d5fc029f91c407278083d2752784ff9f5188c108833" 2866 dependencies = [ 2867 "cairo-sys-rs", 2868 "glib-sys", ··· 2902 2903 [[package]] 2904 name = "parry2d-f64" 2905 - version = "0.13.5" 2906 source = "registry+https://github.com/rust-lang/crates.io-index" 2907 - checksum = "82bb5868f03fac0eb9ff77ab24dd6c2e7606b44f0ff745784a49de4e67486e78" 2908 dependencies = [ 2909 "approx", 2910 "arrayvec", ··· 2912 "downcast-rs", 2913 "either", 2914 "nalgebra", 2915 - "num-derive 0.3.3", 2916 "num-traits", 2917 "rustc-hash", 2918 "serde", ··· 2929 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2930 2931 [[package]] 2932 name = "path-slash" 2933 version = "0.2.1" 2934 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3011 "phf_shared 0.11.2", 3012 "proc-macro2", 3013 "quote", 3014 - "syn 2.0.39", 3015 ] 3016 3017 [[package]] ··· 3041 [[package]] 3042 name = "piet" 3043 version = "0.6.2" 3044 - source = "git+https://github.com/linebender/piet?rev=88e8e6c6fe41d8c99e3bccbf3a076b3661c4472a#88e8e6c6fe41d8c99e3bccbf3a076b3661c4472a" 3045 dependencies = [ 3046 - "kurbo", 3047 "unic-bidi", 3048 ] 3049 3050 [[package]] 3051 name = "piet-cairo" 3052 version = "0.6.2" 3053 - source = "git+https://github.com/linebender/piet?rev=88e8e6c6fe41d8c99e3bccbf3a076b3661c4472a#88e8e6c6fe41d8c99e3bccbf3a076b3661c4472a" 3054 dependencies = [ 3055 "cairo-rs", 3056 "pango", ··· 3079 checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 3080 dependencies = [ 3081 "atomic-waker", 3082 - "fastrand 2.0.1", 3083 "futures-io", 3084 ] 3085 3086 [[package]] 3087 name = "pkg-config" 3088 - version = "0.3.27" 3089 source = "registry+https://github.com/rust-lang/crates.io-index" 3090 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 3091 3092 [[package]] 3093 name = "png" 3094 - version = "0.17.10" 3095 source = "registry+https://github.com/rust-lang/crates.io-index" 3096 - checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64" 3097 dependencies = [ 3098 "bitflags 1.3.2", 3099 "crc32fast", ··· 3114 3115 [[package]] 3116 name = "polling" 3117 - version = "2.8.0" 3118 - source = "registry+https://github.com/rust-lang/crates.io-index" 3119 - checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 3120 - dependencies = [ 3121 - "autocfg", 3122 - "bitflags 1.3.2", 3123 - "cfg-if", 3124 - "concurrent-queue", 3125 - "libc", 3126 - "log", 3127 - "pin-project-lite", 3128 - "windows-sys 0.48.0", 3129 - ] 3130 - 3131 - [[package]] 3132 - name = "polling" 3133 - version = "3.3.1" 3134 source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e" 3136 dependencies = [ 3137 "cfg-if", 3138 "concurrent-queue", 3139 "pin-project-lite", 3140 - "rustix 0.38.26", 3141 "tracing", 3142 "windows-sys 0.52.0", 3143 ] 3144 3145 [[package]] 3146 name = "poppler-rs" 3147 - version = "0.22.0" 3148 source = "registry+https://github.com/rust-lang/crates.io-index" 3149 - checksum = "8eeee26af64d7c1bfdb436d831fb78e65a325ade17f380e6bee7af2bc9859b8e" 3150 dependencies = [ 3151 "cairo-rs", 3152 "gio", ··· 3157 3158 [[package]] 3159 name = "poppler-sys-rs" 3160 - version = "0.22.0" 3161 source = "registry+https://github.com/rust-lang/crates.io-index" 3162 - checksum = "568f80975a5d4270c97bbfd6283f873b2204c92b67b803237c2e705fde4362a1" 3163 dependencies = [ 3164 "cairo-sys-rs", 3165 "gio-sys", ··· 3186 version = "0.1.1" 3187 source = "registry+https://github.com/rust-lang/crates.io-index" 3188 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3189 - 3190 - [[package]] 3191 - name = "pretty_env_logger" 3192 - version = "0.5.0" 3193 - source = "registry+https://github.com/rust-lang/crates.io-index" 3194 - checksum = "865724d4dbe39d9f3dd3b52b88d859d66bcb2d6a0acfd5ea68a65fb66d4bdc1c" 3195 - dependencies = [ 3196 - "env_logger 0.10.1", 3197 - "log", 3198 - ] 3199 3200 [[package]] 3201 name = "prettyplease" 3202 - version = "0.2.15" 3203 source = "registry+https://github.com/rust-lang/crates.io-index" 3204 - checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" 3205 dependencies = [ 3206 "proc-macro2", 3207 - "syn 2.0.39", 3208 ] 3209 3210 [[package]] ··· 3219 3220 [[package]] 3221 name = "proc-macro-crate" 3222 - version = "2.0.1" 3223 source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "97dc5fea232fc28d2f597b37c4876b348a40e33f3b02cc975c8d006d78d94b1a" 3225 dependencies = [ 3226 - "toml_datetime", 3227 - "toml_edit 0.20.2", 3228 ] 3229 3230 [[package]] ··· 3253 3254 [[package]] 3255 name = "proc-macro2" 3256 - version = "1.0.70" 3257 source = "registry+https://github.com/rust-lang/crates.io-index" 3258 - checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b" 3259 dependencies = [ 3260 "unicode-ident", 3261 ] ··· 3271 3272 [[package]] 3273 name = "quote" 3274 - version = "1.0.33" 3275 source = "registry+https://github.com/rust-lang/crates.io-index" 3276 - checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 3277 dependencies = [ 3278 "proc-macro2", 3279 ] ··· 3341 3342 [[package]] 3343 name = "rayon" 3344 - version = "1.8.0" 3345 source = "registry+https://github.com/rust-lang/crates.io-index" 3346 - checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" 3347 dependencies = [ 3348 "either", 3349 "rayon-core", ··· 3351 3352 [[package]] 3353 name = "rayon-core" 3354 - version = "1.12.0" 3355 source = "registry+https://github.com/rust-lang/crates.io-index" 3356 - checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" 3357 dependencies = [ 3358 "crossbeam-deque", 3359 "crossbeam-utils", ··· 3361 3362 [[package]] 3363 name = "rctree" 3364 - version = "0.5.0" 3365 source = "registry+https://github.com/rust-lang/crates.io-index" 3366 - checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f" 3367 3368 [[package]] 3369 name = "redox_syscall" ··· 3376 3377 [[package]] 3378 name = "regex" 3379 - version = "1.10.2" 3380 source = "registry+https://github.com/rust-lang/crates.io-index" 3381 - checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" 3382 dependencies = [ 3383 "aho-corasick", 3384 "memchr", 3385 - "regex-automata", 3386 - "regex-syntax", 3387 ] 3388 3389 [[package]] 3390 name = "regex-automata" 3391 - version = "0.4.3" 3392 source = "registry+https://github.com/rust-lang/crates.io-index" 3393 - checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" 3394 dependencies = [ 3395 "aho-corasick", 3396 "memchr", 3397 - "regex-syntax", 3398 ] 3399 3400 [[package]] 3401 name = "regex-syntax" ··· 3414 3415 [[package]] 3416 name = "rnote" 3417 - version = "0.9.4" 3418 dependencies = [ 3419 "anyhow", 3420 "base64", 3421 "cairo-rs", 3422 "fs_extra", ··· 3426 "gtk4", 3427 "ijson", 3428 "image", 3429 - "itertools 0.12.0", 3430 - "kurbo", 3431 "libadwaita", 3432 - "log", 3433 "nalgebra", 3434 - "num-derive 0.4.1", 3435 "num-traits", 3436 "numeric-sort", 3437 "once_cell", 3438 "open", 3439 "parry2d-f64", 3440 "piet", 3441 "piet-cairo", 3442 "poppler-rs", 3443 - "pretty_env_logger", 3444 "rand", 3445 "rand_distr", 3446 "rand_pcg", ··· 3450 "rnote-engine", 3451 "rough_piet", 3452 "roughr", 3453 - "same-file", 3454 "serde", 3455 "serde_json", 3456 "svg", 3457 "thiserror", 3458 "unicode-segmentation", 3459 "url", 3460 "winresource", ··· 3462 3463 [[package]] 3464 name = "rnote-cli" 3465 - version = "0.9.4" 3466 dependencies = [ 3467 "anyhow", 3468 "atty", 3469 "clap", 3470 "dialoguer", 3471 "indicatif", 3472 - "log", 3473 "nalgebra", 3474 "open", 3475 "parry2d-f64", 3476 "rnote-compose", 3477 "rnote-engine", 3478 "smol", 3479 ] 3480 3481 [[package]] 3482 name = "rnote-compose" 3483 - version = "0.9.4" 3484 dependencies = [ 3485 "anyhow", 3486 "approx", 3487 "base64", 3488 "clap", 3489 "ink-stroke-modeler-rs", 3490 - "kurbo", 3491 - "log", 3492 "nalgebra", 3493 - "num-derive 0.4.1", 3494 "num-traits", 3495 "once_cell", 3496 "palette", ··· 3505 "roughr", 3506 "serde", 3507 "svg", 3508 ] 3509 3510 [[package]] 3511 name = "rnote-engine" 3512 - version = "0.9.4" 3513 dependencies = [ 3514 "anyhow", 3515 "approx", ··· 3525 "gtk4", 3526 "ijson", 3527 "image", 3528 - "itertools 0.12.0", 3529 - "kurbo", 3530 "librsvg", 3531 - "log", 3532 "nalgebra", 3533 - "num-derive 0.4.1", 3534 "num-traits", 3535 "once_cell", 3536 "parry2d-f64", ··· 3546 "rodio", 3547 "rough_piet", 3548 "roughr", 3549 - "roxmltree 0.19.0", 3550 "rstar", 3551 "semver", 3552 "serde", ··· 3554 "slotmap", 3555 "svg", 3556 "thiserror", 3557 "unicode-segmentation", 3558 "usvg", 3559 "xmlwriter", ··· 3606 3607 [[package]] 3608 name = "roxmltree" 3609 - version = "0.18.1" 3610 - source = "registry+https://github.com/rust-lang/crates.io-index" 3611 - checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302" 3612 - dependencies = [ 3613 - "xmlparser", 3614 - ] 3615 - 3616 - [[package]] 3617 - name = "roxmltree" 3618 version = "0.19.0" 3619 source = "registry+https://github.com/rust-lang/crates.io-index" 3620 checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 3621 3622 [[package]] 3623 name = "rstar" 3624 - version = "0.11.0" 3625 source = "registry+https://github.com/rust-lang/crates.io-index" 3626 - checksum = "73111312eb7a2287d229f06c00ff35b51ddee180f017ab6dec1f69d62ac098d6" 3627 dependencies = [ 3628 "heapless", 3629 "num-traits", ··· 3653 3654 [[package]] 3655 name = "rustix" 3656 - version = "0.37.27" 3657 - source = "registry+https://github.com/rust-lang/crates.io-index" 3658 - checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" 3659 - dependencies = [ 3660 - "bitflags 1.3.2", 3661 - "errno", 3662 - "io-lifetimes", 3663 - "libc", 3664 - "linux-raw-sys 0.3.8", 3665 - "windows-sys 0.48.0", 3666 - ] 3667 - 3668 - [[package]] 3669 - name = "rustix" 3670 - version = "0.38.26" 3671 source = "registry+https://github.com/rust-lang/crates.io-index" 3672 - checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" 3673 dependencies = [ 3674 - "bitflags 2.4.1", 3675 "errno", 3676 "libc", 3677 - "linux-raw-sys 0.4.12", 3678 "windows-sys 0.52.0", 3679 ] 3680 ··· 3686 3687 [[package]] 3688 name = "rustybuzz" 3689 - version = "0.10.0" 3690 source = "registry+https://github.com/rust-lang/crates.io-index" 3691 - checksum = "71cd15fef9112a1f94ac64b58d1e4628192631ad6af4dc69997f995459c874e7" 3692 dependencies = [ 3693 - "bitflags 1.3.2", 3694 "bytemuck", 3695 "smallvec", 3696 "ttf-parser", ··· 3702 3703 [[package]] 3704 name = "ryu" 3705 - version = "1.0.15" 3706 source = "registry+https://github.com/rust-lang/crates.io-index" 3707 - checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 3708 3709 [[package]] 3710 name = "safe_arch" ··· 3736 source = "registry+https://github.com/rust-lang/crates.io-index" 3737 checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" 3738 dependencies = [ 3739 - "bitflags 2.4.1", 3740 "cssparser", 3741 "derive_more", 3742 "fxhash", ··· 3751 3752 [[package]] 3753 name = "semver" 3754 - version = "1.0.20" 3755 source = "registry+https://github.com/rust-lang/crates.io-index" 3756 - checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090" 3757 dependencies = [ 3758 "serde", 3759 ] 3760 3761 [[package]] 3762 name = "serde" 3763 - version = "1.0.193" 3764 source = "registry+https://github.com/rust-lang/crates.io-index" 3765 - checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89" 3766 dependencies = [ 3767 "serde_derive", 3768 ] 3769 3770 [[package]] 3771 name = "serde_derive" 3772 - version = "1.0.193" 3773 source = "registry+https://github.com/rust-lang/crates.io-index" 3774 - checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3" 3775 dependencies = [ 3776 "proc-macro2", 3777 "quote", 3778 - "syn 2.0.39", 3779 ] 3780 3781 [[package]] 3782 name = "serde_json" 3783 - version = "1.0.108" 3784 source = "registry+https://github.com/rust-lang/crates.io-index" 3785 - checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" 3786 dependencies = [ 3787 "itoa", 3788 "ryu", ··· 3791 3792 [[package]] 3793 name = "serde_spanned" 3794 - version = "0.6.4" 3795 source = "registry+https://github.com/rust-lang/crates.io-index" 3796 - checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80" 3797 dependencies = [ 3798 "serde", 3799 ] ··· 3808 ] 3809 3810 [[package]] 3811 name = "shell-words" 3812 version = "1.1.0" 3813 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3815 3816 [[package]] 3817 name = "shlex" 3818 - version = "1.2.0" 3819 source = "registry+https://github.com/rust-lang/crates.io-index" 3820 - checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380" 3821 3822 [[package]] 3823 name = "signal-hook-registry" ··· 3883 3884 [[package]] 3885 name = "smallvec" 3886 - version = "1.11.2" 3887 source = "registry+https://github.com/rust-lang/crates.io-index" 3888 - checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" 3889 3890 [[package]] 3891 name = "smawk" ··· 3895 3896 [[package]] 3897 name = "smol" 3898 - version = "1.3.0" 3899 source = "registry+https://github.com/rust-lang/crates.io-index" 3900 - checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" 3901 dependencies = [ 3902 - "async-channel 1.9.0", 3903 "async-executor", 3904 "async-fs", 3905 - "async-io 1.13.0", 3906 - "async-lock 2.8.0", 3907 "async-net", 3908 "async-process", 3909 "blocking", 3910 - "futures-lite 1.13.0", 3911 - ] 3912 - 3913 - [[package]] 3914 - name = "socket2" 3915 - version = "0.4.10" 3916 - source = "registry+https://github.com/rust-lang/crates.io-index" 3917 - checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" 3918 - dependencies = [ 3919 - "libc", 3920 - "winapi", 3921 ] 3922 3923 [[package]] 3924 name = "spade" 3925 - version = "2.4.1" 3926 source = "registry+https://github.com/rust-lang/crates.io-index" 3927 - checksum = "87a3ef2efbc408c9051c1a27ce7edff430d74531d31a480b7ca4f618072c2670" 3928 dependencies = [ 3929 "hashbrown 0.14.3", 3930 "num-traits", ··· 3989 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 3990 3991 [[package]] 3992 name = "strum_macros" 3993 version = "0.24.3" 3994 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4022 4023 [[package]] 4024 name = "supports-unicode" 4025 - version = "2.0.0" 4026 source = "registry+https://github.com/rust-lang/crates.io-index" 4027 - checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7" 4028 dependencies = [ 4029 "is-terminal", 4030 ] 4031 4032 [[package]] 4033 name = "svg" 4034 - version = "0.14.0" 4035 source = "registry+https://github.com/rust-lang/crates.io-index" 4036 - checksum = "0d703a3635418d4e4d0e410009ddbfb65047ef9468b1d29afd3b057a5bc4c217" 4037 4038 [[package]] 4039 name = "svg_path_ops" ··· 4055 4056 [[package]] 4057 name = "svgtypes" 4058 - version = "0.12.0" 4059 source = "registry+https://github.com/rust-lang/crates.io-index" 4060 - checksum = "d71499ff2d42f59d26edb21369a308ede691421f79ebc0f001e2b1fd3a7c9e52" 4061 dependencies = [ 4062 - "kurbo", 4063 "siphasher", 4064 ] 4065 4066 [[package]] 4067 name = "symphonia" 4068 - version = "0.5.3" 4069 source = "registry+https://github.com/rust-lang/crates.io-index" 4070 - checksum = "62e48dba70095f265fdb269b99619b95d04c89e619538138383e63310b14d941" 4071 dependencies = [ 4072 "lazy_static", 4073 "symphonia-codec-adpcm", 4074 "symphonia-codec-pcm", 4075 "symphonia-core", 4076 - "symphonia-format-wav", 4077 "symphonia-metadata", 4078 ] 4079 4080 [[package]] 4081 name = "symphonia-codec-adpcm" 4082 - version = "0.5.3" 4083 source = "registry+https://github.com/rust-lang/crates.io-index" 4084 - checksum = "870e7dc1865d818c7b6318879d060553a73a3b2a3b8443dff90910f10ac41150" 4085 dependencies = [ 4086 "log", 4087 "symphonia-core", ··· 4089 4090 [[package]] 4091 name = "symphonia-codec-pcm" 4092 - version = "0.5.3" 4093 source = "registry+https://github.com/rust-lang/crates.io-index" 4094 - checksum = "47f1fbd220a06a641c8ce2ddad10f5ef6ee5cc0c54d9044d25d43b0d3119deaa" 4095 dependencies = [ 4096 "log", 4097 "symphonia-core", ··· 4099 4100 [[package]] 4101 name = "symphonia-core" 4102 - version = "0.5.3" 4103 source = "registry+https://github.com/rust-lang/crates.io-index" 4104 - checksum = "f7c73eb88fee79705268cc7b742c7bc93a7b76e092ab751d0833866970754142" 4105 dependencies = [ 4106 "arrayvec", 4107 "bitflags 1.3.2", ··· 4111 ] 4112 4113 [[package]] 4114 - name = "symphonia-format-wav" 4115 - version = "0.5.3" 4116 source = "registry+https://github.com/rust-lang/crates.io-index" 4117 - checksum = "da76614728fa27c003bdcdfbac51396bd8fcbf94c95fe8e62f1d2bac58ef03a4" 4118 dependencies = [ 4119 "log", 4120 "symphonia-core", 4121 "symphonia-metadata", ··· 4123 4124 [[package]] 4125 name = "symphonia-metadata" 4126 - version = "0.5.3" 4127 source = "registry+https://github.com/rust-lang/crates.io-index" 4128 - checksum = "89c3e1937e31d0e068bbe829f66b2f2bfaa28d056365279e0ef897172c3320c0" 4129 dependencies = [ 4130 "encoding_rs", 4131 "lazy_static", ··· 4146 4147 [[package]] 4148 name = "syn" 4149 - version = "2.0.39" 4150 source = "registry+https://github.com/rust-lang/crates.io-index" 4151 - checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a" 4152 dependencies = [ 4153 "proc-macro2", 4154 "quote", ··· 4164 "cfg-expr", 4165 "heck", 4166 "pkg-config", 4167 - "toml 0.8.2", 4168 "version-compare", 4169 ] 4170 4171 [[package]] 4172 name = "target-lexicon" 4173 - version = "0.12.12" 4174 source = "registry+https://github.com/rust-lang/crates.io-index" 4175 - checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a" 4176 4177 [[package]] 4178 name = "temp-dir" 4179 - version = "0.1.11" 4180 source = "registry+https://github.com/rust-lang/crates.io-index" 4181 - checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" 4182 4183 [[package]] 4184 name = "tempfile" 4185 - version = "3.8.1" 4186 source = "registry+https://github.com/rust-lang/crates.io-index" 4187 - checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" 4188 dependencies = [ 4189 "cfg-if", 4190 - "fastrand 2.0.1", 4191 - "redox_syscall", 4192 - "rustix 0.38.26", 4193 - "windows-sys 0.48.0", 4194 ] 4195 4196 [[package]] ··· 4206 4207 [[package]] 4208 name = "termcolor" 4209 - version = "1.4.0" 4210 source = "registry+https://github.com/rust-lang/crates.io-index" 4211 - checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449" 4212 dependencies = [ 4213 "winapi-util", 4214 ] ··· 4236 4237 [[package]] 4238 name = "thiserror" 4239 - version = "1.0.50" 4240 source = "registry+https://github.com/rust-lang/crates.io-index" 4241 - checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" 4242 dependencies = [ 4243 "thiserror-impl", 4244 ] 4245 4246 [[package]] 4247 name = "thiserror-impl" 4248 - version = "1.0.50" 4249 source = "registry+https://github.com/rust-lang/crates.io-index" 4250 - checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" 4251 dependencies = [ 4252 "proc-macro2", 4253 "quote", 4254 - "syn 2.0.39", 4255 ] 4256 4257 [[package]] 4258 name = "tiff" 4259 - version = "0.9.0" 4260 source = "registry+https://github.com/rust-lang/crates.io-index" 4261 - checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211" 4262 dependencies = [ 4263 "flate2", 4264 "jpeg-decoder", ··· 4267 4268 [[package]] 4269 name = "tiny-skia-path" 4270 - version = "0.11.3" 4271 source = "registry+https://github.com/rust-lang/crates.io-index" 4272 - checksum = "5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541" 4273 dependencies = [ 4274 "arrayref", 4275 "bytemuck", ··· 4305 4306 [[package]] 4307 name = "toml" 4308 - version = "0.8.2" 4309 source = "registry+https://github.com/rust-lang/crates.io-index" 4310 - checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d" 4311 dependencies = [ 4312 "serde", 4313 "serde_spanned", 4314 "toml_datetime", 4315 - "toml_edit 0.20.2", 4316 ] 4317 4318 [[package]] 4319 name = "toml_datetime" 4320 - version = "0.6.3" 4321 source = "registry+https://github.com/rust-lang/crates.io-index" 4322 - checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" 4323 dependencies = [ 4324 "serde", 4325 ] ··· 4330 source = "registry+https://github.com/rust-lang/crates.io-index" 4331 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4332 dependencies = [ 4333 - "indexmap 2.1.0", 4334 "serde", 4335 "serde_spanned", 4336 "toml_datetime", 4337 - "winnow", 4338 ] 4339 4340 [[package]] 4341 name = "toml_edit" 4342 - version = "0.20.2" 4343 source = "registry+https://github.com/rust-lang/crates.io-index" 4344 - checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338" 4345 dependencies = [ 4346 - "indexmap 2.1.0", 4347 "serde", 4348 "serde_spanned", 4349 "toml_datetime", 4350 - "winnow", 4351 ] 4352 4353 [[package]] ··· 4357 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4358 dependencies = [ 4359 "pin-project-lite", 4360 "tracing-core", 4361 ] 4362 4363 [[package]] 4364 name = "tracing-core" 4365 version = "0.1.32" 4366 source = "registry+https://github.com/rust-lang/crates.io-index" 4367 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4368 4369 [[package]] 4370 name = "ttf-parser" 4371 - version = "0.19.2" 4372 source = "registry+https://github.com/rust-lang/crates.io-index" 4373 - checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1" 4374 4375 [[package]] 4376 name = "typenum" ··· 4431 4432 [[package]] 4433 name = "unicode-bidi" 4434 - version = "0.3.14" 4435 source = "registry+https://github.com/rust-lang/crates.io-index" 4436 - checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416" 4437 4438 [[package]] 4439 name = "unicode-bidi-mirroring" ··· 4461 4462 [[package]] 4463 name = "unicode-normalization" 4464 - version = "0.1.22" 4465 source = "registry+https://github.com/rust-lang/crates.io-index" 4466 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 4467 dependencies = [ 4468 "tinyvec", 4469 ] 4470 4471 [[package]] 4472 name = "unicode-properties" 4473 - version = "0.1.0" 4474 source = "registry+https://github.com/rust-lang/crates.io-index" 4475 - checksum = "c7f91c8b21fbbaa18853c3d0801c78f4fc94cdb976699bb03e832e75f7fd22f0" 4476 4477 [[package]] 4478 name = "unicode-script" 4479 - version = "0.5.5" 4480 source = "registry+https://github.com/rust-lang/crates.io-index" 4481 - checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc" 4482 4483 [[package]] 4484 name = "unicode-segmentation" 4485 - version = "1.10.1" 4486 source = "registry+https://github.com/rust-lang/crates.io-index" 4487 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 4488 4489 [[package]] 4490 name = "unicode-vo" ··· 4511 4512 [[package]] 4513 name = "usvg" 4514 - version = "0.36.0" 4515 source = "registry+https://github.com/rust-lang/crates.io-index" 4516 - checksum = "c51daa774fe9ee5efcf7b4fec13019b8119cda764d9a8b5b06df02bb1445c656" 4517 dependencies = [ 4518 "base64", 4519 - "log", 4520 - "pico-args", 4521 - "usvg-parser", 4522 - "usvg-text-layout", 4523 - "usvg-tree", 4524 - "xmlwriter", 4525 - ] 4526 - 4527 - [[package]] 4528 - name = "usvg-parser" 4529 - version = "0.36.0" 4530 - source = "registry+https://github.com/rust-lang/crates.io-index" 4531 - checksum = "45c88a5ffaa338f0e978ecf3d4e00d8f9f493e29bed0752e1a808a1db16afc40" 4532 - dependencies = [ 4533 "data-url", 4534 "flate2", 4535 "imagesize", 4536 - "kurbo", 4537 "log", 4538 - "roxmltree 0.18.1", 4539 "simplecss", 4540 "siphasher", 4541 - "svgtypes 0.12.0", 4542 - "usvg-tree", 4543 - ] 4544 - 4545 - [[package]] 4546 - name = "usvg-text-layout" 4547 - version = "0.36.0" 4548 - source = "registry+https://github.com/rust-lang/crates.io-index" 4549 - checksum = "4d2374378cb7a3fb8f33894e0fdb8625e1bbc4f25312db8d91f862130b541593" 4550 - dependencies = [ 4551 - "fontdb", 4552 - "kurbo", 4553 - "log", 4554 - "rustybuzz", 4555 "unicode-bidi", 4556 "unicode-script", 4557 "unicode-vo", 4558 - "usvg-tree", 4559 - ] 4560 - 4561 - [[package]] 4562 - name = "usvg-tree" 4563 - version = "0.36.0" 4564 - source = "registry+https://github.com/rust-lang/crates.io-index" 4565 - checksum = "6cacb0c5edeaf3e80e5afcf5b0d4004cc1d36318befc9a7c6606507e5d0f4062" 4566 - dependencies = [ 4567 - "rctree", 4568 - "strict-num", 4569 - "svgtypes 0.12.0", 4570 - "tiny-skia-path", 4571 ] 4572 4573 [[package]] ··· 4583 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 4584 4585 [[package]] 4586 name = "version-compare" 4587 version = "0.1.1" 4588 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4595 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4596 4597 [[package]] 4598 - name = "waker-fn" 4599 - version = "1.1.1" 4600 - source = "registry+https://github.com/rust-lang/crates.io-index" 4601 - checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" 4602 - 4603 - [[package]] 4604 name = "walkdir" 4605 version = "2.4.0" 4606 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4618 4619 [[package]] 4620 name = "wasm-bindgen" 4621 - version = "0.2.89" 4622 source = "registry+https://github.com/rust-lang/crates.io-index" 4623 - checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e" 4624 dependencies = [ 4625 "cfg-if", 4626 "wasm-bindgen-macro", ··· 4628 4629 [[package]] 4630 name = "wasm-bindgen-backend" 4631 - version = "0.2.89" 4632 source = "registry+https://github.com/rust-lang/crates.io-index" 4633 - checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826" 4634 dependencies = [ 4635 "bumpalo", 4636 "log", 4637 "once_cell", 4638 "proc-macro2", 4639 "quote", 4640 - "syn 2.0.39", 4641 "wasm-bindgen-shared", 4642 ] 4643 4644 [[package]] 4645 name = "wasm-bindgen-futures" 4646 - version = "0.4.39" 4647 source = "registry+https://github.com/rust-lang/crates.io-index" 4648 - checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12" 4649 dependencies = [ 4650 "cfg-if", 4651 "js-sys", ··· 4655 4656 [[package]] 4657 name = "wasm-bindgen-macro" 4658 - version = "0.2.89" 4659 source = "registry+https://github.com/rust-lang/crates.io-index" 4660 - checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2" 4661 dependencies = [ 4662 "quote", 4663 "wasm-bindgen-macro-support", ··· 4665 4666 [[package]] 4667 name = "wasm-bindgen-macro-support" 4668 - version = "0.2.89" 4669 source = "registry+https://github.com/rust-lang/crates.io-index" 4670 - checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283" 4671 dependencies = [ 4672 "proc-macro2", 4673 "quote", 4674 - "syn 2.0.39", 4675 "wasm-bindgen-backend", 4676 "wasm-bindgen-shared", 4677 ] 4678 4679 [[package]] 4680 name = "wasm-bindgen-shared" 4681 - version = "0.2.89" 4682 source = "registry+https://github.com/rust-lang/crates.io-index" 4683 - checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f" 4684 4685 [[package]] 4686 name = "web-sys" 4687 - version = "0.3.66" 4688 source = "registry+https://github.com/rust-lang/crates.io-index" 4689 - checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f" 4690 dependencies = [ 4691 "js-sys", 4692 "wasm-bindgen", ··· 4694 4695 [[package]] 4696 name = "weezl" 4697 - version = "0.1.7" 4698 source = "registry+https://github.com/rust-lang/crates.io-index" 4699 - checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 4700 4701 [[package]] 4702 name = "which" ··· 4707 "either", 4708 "home", 4709 "once_cell", 4710 - "rustix 0.38.26", 4711 ] 4712 4713 [[package]] 4714 name = "wide" 4715 - version = "0.7.13" 4716 source = "registry+https://github.com/rust-lang/crates.io-index" 4717 - checksum = "c68938b57b33da363195412cfc5fc37c9ed49aa9cfe2156fde64b8d2c9498242" 4718 dependencies = [ 4719 "bytemuck", 4720 "safe_arch", ··· 4762 4763 [[package]] 4764 name = "windows-core" 4765 - version = "0.51.1" 4766 source = "registry+https://github.com/rust-lang/crates.io-index" 4767 - checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" 4768 dependencies = [ 4769 - "windows-targets 0.48.5", 4770 - ] 4771 - 4772 - [[package]] 4773 - name = "windows-sys" 4774 - version = "0.45.0" 4775 - source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 4777 - dependencies = [ 4778 - "windows-targets 0.42.2", 4779 ] 4780 4781 [[package]] ··· 4793 source = "registry+https://github.com/rust-lang/crates.io-index" 4794 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4795 dependencies = [ 4796 - "windows-targets 0.52.0", 4797 ] 4798 4799 [[package]] ··· 4828 4829 [[package]] 4830 name = "windows-targets" 4831 - version = "0.52.0" 4832 source = "registry+https://github.com/rust-lang/crates.io-index" 4833 - checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" 4834 dependencies = [ 4835 - "windows_aarch64_gnullvm 0.52.0", 4836 - "windows_aarch64_msvc 0.52.0", 4837 - "windows_i686_gnu 0.52.0", 4838 - "windows_i686_msvc 0.52.0", 4839 - "windows_x86_64_gnu 0.52.0", 4840 - "windows_x86_64_gnullvm 0.52.0", 4841 - "windows_x86_64_msvc 0.52.0", 4842 ] 4843 4844 [[package]] ··· 4855 4856 [[package]] 4857 name = "windows_aarch64_gnullvm" 4858 - version = "0.52.0" 4859 source = "registry+https://github.com/rust-lang/crates.io-index" 4860 - checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" 4861 4862 [[package]] 4863 name = "windows_aarch64_msvc" ··· 4873 4874 [[package]] 4875 name = "windows_aarch64_msvc" 4876 - version = "0.52.0" 4877 source = "registry+https://github.com/rust-lang/crates.io-index" 4878 - checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" 4879 4880 [[package]] 4881 name = "windows_i686_gnu" ··· 4891 4892 [[package]] 4893 name = "windows_i686_gnu" 4894 - version = "0.52.0" 4895 source = "registry+https://github.com/rust-lang/crates.io-index" 4896 - checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" 4897 4898 [[package]] 4899 name = "windows_i686_msvc" ··· 4909 4910 [[package]] 4911 name = "windows_i686_msvc" 4912 - version = "0.52.0" 4913 source = "registry+https://github.com/rust-lang/crates.io-index" 4914 - checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" 4915 4916 [[package]] 4917 name = "windows_x86_64_gnu" ··· 4927 4928 [[package]] 4929 name = "windows_x86_64_gnu" 4930 - version = "0.52.0" 4931 source = "registry+https://github.com/rust-lang/crates.io-index" 4932 - checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" 4933 4934 [[package]] 4935 name = "windows_x86_64_gnullvm" ··· 4945 4946 [[package]] 4947 name = "windows_x86_64_gnullvm" 4948 - version = "0.52.0" 4949 source = "registry+https://github.com/rust-lang/crates.io-index" 4950 - checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" 4951 4952 [[package]] 4953 name = "windows_x86_64_msvc" ··· 4963 4964 [[package]] 4965 name = "windows_x86_64_msvc" 4966 - version = "0.52.0" 4967 source = "registry+https://github.com/rust-lang/crates.io-index" 4968 - checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" 4969 4970 [[package]] 4971 name = "winnow" 4972 - version = "0.5.25" 4973 source = "registry+https://github.com/rust-lang/crates.io-index" 4974 - checksum = "b7e87b8dfbe3baffbe687eef2e164e32286eff31a5ee16463ce03d991643ec94" 4975 dependencies = [ 4976 "memchr", 4977 ] ··· 5004 ] 5005 5006 [[package]] 5007 - name = "xmlparser" 5008 - version = "0.13.6" 5009 - source = "registry+https://github.com/rust-lang/crates.io-index" 5010 - checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" 5011 - 5012 - [[package]] 5013 name = "xmlwriter" 5014 version = "0.1.0" 5015 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5017 5018 [[package]] 5019 name = "zerocopy" 5020 - version = "0.7.29" 5021 source = "registry+https://github.com/rust-lang/crates.io-index" 5022 - checksum = "5d075cf85bbb114e933343e087b92f2146bac0d55b534cbb8188becf0039948e" 5023 dependencies = [ 5024 "zerocopy-derive", 5025 ] 5026 5027 [[package]] 5028 name = "zerocopy-derive" 5029 - version = "0.7.29" 5030 source = "registry+https://github.com/rust-lang/crates.io-index" 5031 - checksum = "86cd5ca076997b97ef09d3ad65efe811fa68c9e874cb636ccb211223a813b0c2" 5032 dependencies = [ 5033 "proc-macro2", 5034 "quote", 5035 - "syn 2.0.39", 5036 ] 5037 5038 [[package]]
··· 19 20 [[package]] 21 name = "ahash" 22 + version = "0.8.10" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 24 + checksum = "8b79b82693f705137f8fb9b37871d99e4f9a7df12b917eed79c3d3954830a60b" 25 dependencies = [ 26 "cfg-if", 27 "once_cell", ··· 83 84 [[package]] 85 name = "anstream" 86 + version = "0.6.13" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 88 + checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 89 dependencies = [ 90 "anstyle", 91 "anstyle-parse", ··· 97 98 [[package]] 99 name = "anstyle" 100 + version = "1.0.6" 101 source = "registry+https://github.com/rust-lang/crates.io-index" 102 + checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 103 104 [[package]] 105 name = "anstyle-parse" ··· 112 113 [[package]] 114 name = "anstyle-query" 115 + version = "1.0.2" 116 source = "registry+https://github.com/rust-lang/crates.io-index" 117 + checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 118 dependencies = [ 119 "windows-sys 0.52.0", 120 ] ··· 131 132 [[package]] 133 name = "anyhow" 134 + version = "1.0.80" 135 source = "registry+https://github.com/rust-lang/crates.io-index" 136 + checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" 137 138 [[package]] 139 name = "approx" ··· 174 175 [[package]] 176 name = "async-channel" 177 + version = "2.2.0" 178 source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" 180 dependencies = [ 181 "concurrent-queue", 182 + "event-listener 5.2.0", 183 + "event-listener-strategy 0.5.0", 184 "futures-core", 185 "pin-project-lite", 186 ] ··· 191 source = "registry+https://github.com/rust-lang/crates.io-index" 192 checksum = "17ae5ebefcc48e7452b4987947920dac9450be1110cadf34d1b8c116bdbaf97c" 193 dependencies = [ 194 + "async-lock 3.3.0", 195 "async-task", 196 "concurrent-queue", 197 + "fastrand", 198 + "futures-lite", 199 "slab", 200 ] 201 202 [[package]] 203 name = "async-fs" 204 + version = "2.1.1" 205 source = "registry+https://github.com/rust-lang/crates.io-index" 206 + checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1" 207 dependencies = [ 208 + "async-lock 3.3.0", 209 "blocking", 210 + "futures-lite", 211 ] 212 213 [[package]] 214 name = "async-io" 215 + version = "2.3.1" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 + checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65" 218 dependencies = [ 219 + "async-lock 3.3.0", 220 "cfg-if", 221 "concurrent-queue", 222 "futures-io", 223 + "futures-lite", 224 "parking", 225 + "polling", 226 + "rustix", 227 "slab", 228 "tracing", 229 "windows-sys 0.52.0", ··· 240 241 [[package]] 242 name = "async-lock" 243 + version = "3.3.0" 244 source = "registry+https://github.com/rust-lang/crates.io-index" 245 + checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" 246 dependencies = [ 247 + "event-listener 4.0.3", 248 + "event-listener-strategy 0.4.0", 249 "pin-project-lite", 250 ] 251 252 [[package]] 253 name = "async-net" 254 + version = "2.0.0" 255 source = "registry+https://github.com/rust-lang/crates.io-index" 256 + checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 257 dependencies = [ 258 + "async-io", 259 "blocking", 260 + "futures-lite", 261 ] 262 263 [[package]] 264 name = "async-process" 265 + version = "2.1.0" 266 source = "registry+https://github.com/rust-lang/crates.io-index" 267 + checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8" 268 dependencies = [ 269 + "async-channel", 270 + "async-io", 271 + "async-lock 3.3.0", 272 "async-signal", 273 "blocking", 274 "cfg-if", 275 + "event-listener 5.2.0", 276 + "futures-lite", 277 + "rustix", 278 + "windows-sys 0.52.0", 279 ] 280 281 [[package]] ··· 284 source = "registry+https://github.com/rust-lang/crates.io-index" 285 checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" 286 dependencies = [ 287 + "async-io", 288 "async-lock 2.8.0", 289 "atomic-waker", 290 "cfg-if", 291 "futures-core", 292 "futures-io", 293 + "rustix", 294 "signal-hook-registry", 295 "slab", 296 "windows-sys 0.48.0", ··· 298 299 [[package]] 300 name = "async-task" 301 + version = "4.7.0" 302 source = "registry+https://github.com/rust-lang/crates.io-index" 303 + checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" 304 305 [[package]] 306 name = "atomic-waker" ··· 357 "regex", 358 "rustc-hash", 359 "shlex", 360 + "syn 2.0.52", 361 "which", 362 ] 363 ··· 368 checksum = "955e602d2d68b79ca5d674984259234fad2c8d869ad99011699e0a3cd76f38cd" 369 dependencies = [ 370 "autocxx-engine", 371 + "env_logger", 372 "indexmap 1.9.3", 373 + "syn 2.0.52", 374 ] 375 376 [[package]] ··· 397 "rustversion", 398 "serde_json", 399 "strum_macros", 400 + "syn 2.0.52", 401 "tempfile", 402 "thiserror", 403 "version_check", ··· 413 "proc-macro-error", 414 "proc-macro2", 415 "quote", 416 + "syn 2.0.52", 417 ] 418 419 [[package]] ··· 430 "quote", 431 "serde", 432 "serde_json", 433 + "syn 2.0.52", 434 "thiserror", 435 ] 436 ··· 460 461 [[package]] 462 name = "base64" 463 + version = "0.21.7" 464 source = "registry+https://github.com/rust-lang/crates.io-index" 465 + checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 466 467 [[package]] 468 name = "bindgen" 469 + version = "0.69.4" 470 source = "registry+https://github.com/rust-lang/crates.io-index" 471 + checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 472 dependencies = [ 473 + "bitflags 2.4.2", 474 "cexpr", 475 "clang-sys", 476 + "itertools 0.12.1", 477 "lazy_static", 478 "lazycell", 479 "proc-macro2", 480 "quote", 481 "regex", 482 "rustc-hash", 483 "shlex", 484 + "syn 2.0.52", 485 ] 486 487 [[package]] ··· 498 499 [[package]] 500 name = "bitflags" 501 + version = "2.4.2" 502 source = "registry+https://github.com/rust-lang/crates.io-index" 503 + checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" 504 505 [[package]] 506 name = "block" ··· 514 source = "registry+https://github.com/rust-lang/crates.io-index" 515 checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" 516 dependencies = [ 517 + "async-channel", 518 + "async-lock 3.3.0", 519 "async-task", 520 + "fastrand", 521 "futures-io", 522 + "futures-lite", 523 "piper", 524 "tracing", 525 ] 526 527 [[package]] 528 name = "bumpalo" 529 + version = "3.15.3" 530 source = "registry+https://github.com/rust-lang/crates.io-index" 531 + checksum = "8ea184aa71bb362a1157c896979544cc23974e08fd265f29ea96b59f0b4a555b" 532 533 [[package]] 534 name = "bytemuck" 535 + version = "1.14.3" 536 source = "registry+https://github.com/rust-lang/crates.io-index" 537 + checksum = "a2ef034f05691a48569bd920a96c81b9d91bbad1ab5ac7c4616c1f6ef36cb79f" 538 539 [[package]] 540 name = "byteorder" ··· 550 551 [[package]] 552 name = "cairo-rs" 553 + version = "0.19.2" 554 source = "registry+https://github.com/rust-lang/crates.io-index" 555 + checksum = "2650f66005301bd33cc486dec076e1293c4cecf768bc7ba9bf5d2b1be339b99c" 556 dependencies = [ 557 + "bitflags 2.4.2", 558 "cairo-sys-rs", 559 "glib", 560 "libc", 561 "thiserror", 562 ] 563 564 [[package]] 565 name = "cairo-sys-rs" 566 + version = "0.19.2" 567 source = "registry+https://github.com/rust-lang/crates.io-index" 568 + checksum = "fd3bb3119664efbd78b5e6c93957447944f16bdbced84c17a9f41c7829b81e64" 569 dependencies = [ 570 "glib-sys", 571 "libc", ··· 580 581 [[package]] 582 name = "cc" 583 + version = "1.0.88" 584 source = "registry+https://github.com/rust-lang/crates.io-index" 585 + checksum = "02f341c093d19155a6e41631ce5971aac4e9a868262212153124c15fa22d1cdc" 586 dependencies = [ 587 "libc", 588 ] 589 ··· 604 605 [[package]] 606 name = "cfg-expr" 607 + version = "0.15.7" 608 source = "registry+https://github.com/rust-lang/crates.io-index" 609 + checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" 610 dependencies = [ 611 "smallvec", 612 "target-lexicon", ··· 620 621 [[package]] 622 name = "chrono" 623 + version = "0.4.34" 624 source = "registry+https://github.com/rust-lang/crates.io-index" 625 + checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" 626 dependencies = [ 627 "android-tzdata", 628 "iana-time-zone", 629 "js-sys", 630 "num-traits", 631 "wasm-bindgen", 632 + "windows-targets 0.52.4", 633 ] 634 635 [[package]] 636 name = "clang-sys" 637 + version = "1.7.0" 638 source = "registry+https://github.com/rust-lang/crates.io-index" 639 + checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" 640 dependencies = [ 641 "glob", 642 "libc", ··· 645 646 [[package]] 647 name = "clap" 648 + version = "4.5.1" 649 source = "registry+https://github.com/rust-lang/crates.io-index" 650 + checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" 651 dependencies = [ 652 "clap_builder", 653 "clap_derive", ··· 655 656 [[package]] 657 name = "clap_builder" 658 + version = "4.5.1" 659 source = "registry+https://github.com/rust-lang/crates.io-index" 660 + checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" 661 dependencies = [ 662 "anstream", 663 "anstyle", 664 "clap_lex", 665 + "strsim 0.11.0", 666 ] 667 668 [[package]] 669 name = "clap_derive" 670 + version = "4.5.0" 671 source = "registry+https://github.com/rust-lang/crates.io-index" 672 + checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" 673 dependencies = [ 674 "heck", 675 "proc-macro2", 676 "quote", 677 + "syn 2.0.52", 678 ] 679 680 [[package]] 681 name = "clap_lex" 682 + version = "0.7.0" 683 source = "registry+https://github.com/rust-lang/crates.io-index" 684 + checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 685 686 [[package]] 687 name = "cmake" ··· 735 736 [[package]] 737 name = "console" 738 + version = "0.15.8" 739 source = "registry+https://github.com/rust-lang/crates.io-index" 740 + checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 741 dependencies = [ 742 "encode_unicode", 743 "lazy_static", 744 "libc", 745 "unicode-width", 746 + "windows-sys 0.52.0", 747 ] 748 749 [[package]] ··· 765 766 [[package]] 767 name = "coreaudio-sys" 768 + version = "0.2.15" 769 source = "registry+https://github.com/rust-lang/crates.io-index" 770 + checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9" 771 dependencies = [ 772 "bindgen", 773 ] ··· 799 800 [[package]] 801 name = "crc32fast" 802 + version = "1.4.0" 803 source = "registry+https://github.com/rust-lang/crates.io-index" 804 + checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 805 dependencies = [ 806 "cfg-if", 807 ] 808 809 [[package]] 810 + name = "crossbeam-channel" 811 + version = "0.5.12" 812 source = "registry+https://github.com/rust-lang/crates.io-index" 813 + checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 814 + dependencies = [ 815 + "crossbeam-utils", 816 + ] 817 818 [[package]] 819 name = "crossbeam-deque" 820 + version = "0.8.5" 821 source = "registry+https://github.com/rust-lang/crates.io-index" 822 + checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 823 dependencies = [ 824 "crossbeam-epoch", 825 "crossbeam-utils", 826 ] 827 828 [[package]] 829 name = "crossbeam-epoch" 830 + version = "0.9.18" 831 source = "registry+https://github.com/rust-lang/crates.io-index" 832 + checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 833 dependencies = [ 834 "crossbeam-utils", 835 ] 836 837 [[package]] 838 name = "crossbeam-utils" 839 + version = "0.8.19" 840 source = "registry+https://github.com/rust-lang/crates.io-index" 841 + checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 842 843 [[package]] 844 name = "crunchy" ··· 866 checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" 867 dependencies = [ 868 "quote", 869 + "syn 2.0.52", 870 ] 871 872 [[package]] 873 name = "cxx" 874 + version = "1.0.118" 875 source = "registry+https://github.com/rust-lang/crates.io-index" 876 + checksum = "2673ca5ae28334544ec2a6b18ebe666c42a2650abfb48abbd532ed409a44be2b" 877 dependencies = [ 878 "cc", 879 "cxxbridge-flags", ··· 883 884 [[package]] 885 name = "cxx-gen" 886 + version = "0.7.118" 887 source = "registry+https://github.com/rust-lang/crates.io-index" 888 + checksum = "a94f02b4e45d7d00ecabff7635833f71c786576067b3d4158c8bef65d0a8e38b" 889 dependencies = [ 890 "codespan-reporting", 891 "proc-macro2", 892 "quote", 893 + "syn 2.0.52", 894 ] 895 896 [[package]] 897 name = "cxxbridge-flags" 898 + version = "1.0.118" 899 source = "registry+https://github.com/rust-lang/crates.io-index" 900 + checksum = "886acf875df67811c11cd015506b3392b9e1820b1627af1a6f4e93ccdfc74d11" 901 902 [[package]] 903 name = "cxxbridge-macro" 904 + version = "1.0.118" 905 source = "registry+https://github.com/rust-lang/crates.io-index" 906 + checksum = "1d151cc139c3080e07f448f93a1284577ab2283d2a44acd902c6fba9ec20b6de" 907 dependencies = [ 908 "proc-macro2", 909 "quote", 910 + "syn 2.0.52", 911 ] 912 913 [[package]] ··· 930 "ident_case", 931 "proc-macro2", 932 "quote", 933 + "strsim 0.10.0", 934 "syn 1.0.109", 935 ] 936 ··· 1055 1056 [[package]] 1057 name = "either" 1058 + version = "1.10.0" 1059 source = "registry+https://github.com/rust-lang/crates.io-index" 1060 + checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 1061 1062 [[package]] 1063 name = "encode_unicode" ··· 1088 ] 1089 1090 [[package]] 1091 name = "equivalent" 1092 version = "1.0.1" 1093 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1120 1121 [[package]] 1122 name = "event-listener" 1123 + version = "4.0.3" 1124 source = "registry+https://github.com/rust-lang/crates.io-index" 1125 + checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" 1126 dependencies = [ 1127 "concurrent-queue", 1128 "parking", ··· 1131 1132 [[package]] 1133 name = "event-listener" 1134 + version = "5.2.0" 1135 source = "registry+https://github.com/rust-lang/crates.io-index" 1136 + checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" 1137 dependencies = [ 1138 "concurrent-queue", 1139 "parking", ··· 1146 source = "registry+https://github.com/rust-lang/crates.io-index" 1147 checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" 1148 dependencies = [ 1149 + "event-listener 4.0.3", 1150 + "pin-project-lite", 1151 + ] 1152 + 1153 + [[package]] 1154 + name = "event-listener-strategy" 1155 + version = "0.5.0" 1156 + source = "registry+https://github.com/rust-lang/crates.io-index" 1157 + checksum = "feedafcaa9b749175d5ac357452a9d41ea2911da598fde46ce1fe02c37751291" 1158 + dependencies = [ 1159 + "event-listener 5.2.0", 1160 "pin-project-lite", 1161 ] 1162 1163 [[package]] 1164 name = "exr" 1165 + version = "1.72.0" 1166 source = "registry+https://github.com/rust-lang/crates.io-index" 1167 + checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4" 1168 dependencies = [ 1169 "bit_field", 1170 "flume", ··· 1177 ] 1178 1179 [[package]] 1180 + name = "extended" 1181 + version = "0.1.0" 1182 source = "registry+https://github.com/rust-lang/crates.io-index" 1183 + checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365" 1184 1185 [[package]] 1186 + name = "fast-srgb8" 1187 + version = "1.0.0" 1188 source = "registry+https://github.com/rust-lang/crates.io-index" 1189 + checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1" 1190 1191 [[package]] 1192 name = "fastrand" ··· 1196 1197 [[package]] 1198 name = "fdeflate" 1199 + version = "0.3.4" 1200 source = "registry+https://github.com/rust-lang/crates.io-index" 1201 + checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645" 1202 dependencies = [ 1203 "simd-adler32", 1204 ] ··· 1214 ] 1215 1216 [[package]] 1217 + name = "file-id" 1218 + version = "0.2.1" 1219 + source = "registry+https://github.com/rust-lang/crates.io-index" 1220 + checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9" 1221 + dependencies = [ 1222 + "windows-sys 0.48.0", 1223 + ] 1224 + 1225 + [[package]] 1226 + name = "filetime" 1227 + version = "0.2.23" 1228 + source = "registry+https://github.com/rust-lang/crates.io-index" 1229 + checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 1230 + dependencies = [ 1231 + "cfg-if", 1232 + "libc", 1233 + "redox_syscall", 1234 + "windows-sys 0.52.0", 1235 + ] 1236 + 1237 + [[package]] 1238 name = "flate2" 1239 version = "1.0.28" 1240 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1276 1277 [[package]] 1278 name = "fontconfig-parser" 1279 + version = "0.5.6" 1280 source = "registry+https://github.com/rust-lang/crates.io-index" 1281 + checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d" 1282 dependencies = [ 1283 + "roxmltree", 1284 ] 1285 1286 [[package]] 1287 name = "fontdb" 1288 + version = "0.16.2" 1289 source = "registry+https://github.com/rust-lang/crates.io-index" 1290 + checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3" 1291 dependencies = [ 1292 "fontconfig-parser", 1293 "log", ··· 1313 checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1314 1315 [[package]] 1316 + name = "fsevent-sys" 1317 + version = "4.1.0" 1318 + source = "registry+https://github.com/rust-lang/crates.io-index" 1319 + checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 1320 + dependencies = [ 1321 + "libc", 1322 + ] 1323 + 1324 + [[package]] 1325 name = "futf" 1326 version = "0.1.5" 1327 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1333 1334 [[package]] 1335 name = "futures" 1336 + version = "0.3.30" 1337 source = "registry+https://github.com/rust-lang/crates.io-index" 1338 + checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 1339 dependencies = [ 1340 "futures-channel", 1341 "futures-core", ··· 1348 1349 [[package]] 1350 name = "futures-channel" 1351 + version = "0.3.30" 1352 source = "registry+https://github.com/rust-lang/crates.io-index" 1353 + checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 1354 dependencies = [ 1355 "futures-core", 1356 "futures-sink", ··· 1358 1359 [[package]] 1360 name = "futures-core" 1361 + version = "0.3.30" 1362 source = "registry+https://github.com/rust-lang/crates.io-index" 1363 + checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 1364 1365 [[package]] 1366 name = "futures-executor" 1367 + version = "0.3.30" 1368 source = "registry+https://github.com/rust-lang/crates.io-index" 1369 + checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 1370 dependencies = [ 1371 "futures-core", 1372 "futures-task", ··· 1375 1376 [[package]] 1377 name = "futures-io" 1378 + version = "0.3.30" 1379 source = "registry+https://github.com/rust-lang/crates.io-index" 1380 + checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 1381 1382 [[package]] 1383 name = "futures-lite" 1384 + version = "2.2.0" 1385 source = "registry+https://github.com/rust-lang/crates.io-index" 1386 + checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" 1387 dependencies = [ 1388 + "fastrand", 1389 "futures-core", 1390 "futures-io", 1391 "parking", ··· 1394 1395 [[package]] 1396 name = "futures-macro" 1397 + version = "0.3.30" 1398 source = "registry+https://github.com/rust-lang/crates.io-index" 1399 + checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 1400 dependencies = [ 1401 "proc-macro2", 1402 "quote", 1403 + "syn 2.0.52", 1404 ] 1405 1406 [[package]] 1407 name = "futures-sink" 1408 + version = "0.3.30" 1409 source = "registry+https://github.com/rust-lang/crates.io-index" 1410 + checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 1411 1412 [[package]] 1413 name = "futures-task" 1414 + version = "0.3.30" 1415 source = "registry+https://github.com/rust-lang/crates.io-index" 1416 + checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1417 1418 [[package]] 1419 name = "futures-util" 1420 + version = "0.3.30" 1421 source = "registry+https://github.com/rust-lang/crates.io-index" 1422 + checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1423 dependencies = [ 1424 "futures-channel", 1425 "futures-core", ··· 1444 1445 [[package]] 1446 name = "gdk-pixbuf" 1447 + version = "0.19.2" 1448 source = "registry+https://github.com/rust-lang/crates.io-index" 1449 + checksum = "f6a23f8a0b5090494fd04924662d463f8386cc678dd3915015a838c1a3679b92" 1450 dependencies = [ 1451 "gdk-pixbuf-sys", 1452 "gio", 1453 "glib", 1454 "libc", 1455 ] 1456 1457 [[package]] 1458 name = "gdk-pixbuf-sys" 1459 + version = "0.19.0" 1460 source = "registry+https://github.com/rust-lang/crates.io-index" 1461 + checksum = "3dcbd04c1b2c4834cc008b4828bc917d062483b88d26effde6342e5622028f96" 1462 dependencies = [ 1463 "gio-sys", 1464 "glib-sys", ··· 1469 1470 [[package]] 1471 name = "gdk4" 1472 + version = "0.8.0" 1473 source = "registry+https://github.com/rust-lang/crates.io-index" 1474 + checksum = "6771942f85a2beaa220c64739395e4401b9fab4a52aba9b503fa1e6ed4d4d806" 1475 dependencies = [ 1476 "cairo-rs", 1477 "gdk-pixbuf", ··· 1484 1485 [[package]] 1486 name = "gdk4-sys" 1487 + version = "0.8.0" 1488 source = "registry+https://github.com/rust-lang/crates.io-index" 1489 + checksum = "1eb95854fab65072023a7814434f003db571d6e45c287c0b0c540c1c78bdf6ae" 1490 dependencies = [ 1491 "cairo-sys-rs", 1492 "gdk-pixbuf-sys", ··· 1501 1502 [[package]] 1503 name = "geo" 1504 + version = "0.28.0" 1505 source = "registry+https://github.com/rust-lang/crates.io-index" 1506 + checksum = "f811f663912a69249fa620dcd2a005db7254529da2d8a0b23942e81f47084501" 1507 dependencies = [ 1508 "earcutr", 1509 "float_next_after", ··· 1518 1519 [[package]] 1520 name = "geo-types" 1521 + version = "0.7.13" 1522 source = "registry+https://github.com/rust-lang/crates.io-index" 1523 + checksum = "9ff16065e5720f376fbced200a5ae0f47ace85fd70b7e54269790281353b6d61" 1524 dependencies = [ 1525 "approx", 1526 "num-traits", ··· 1530 1531 [[package]] 1532 name = "geographiclib-rs" 1533 + version = "0.2.4" 1534 source = "registry+https://github.com/rust-lang/crates.io-index" 1535 + checksum = "e6e5ed84f8089c70234b0a8e0aedb6dc733671612ddc0d37c6066052f9781960" 1536 dependencies = [ 1537 + "libm", 1538 ] 1539 1540 [[package]] 1541 name = "getrandom" 1542 + version = "0.2.12" 1543 source = "registry+https://github.com/rust-lang/crates.io-index" 1544 + checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 1545 dependencies = [ 1546 "cfg-if", 1547 "libc", ··· 1570 1571 [[package]] 1572 name = "gif" 1573 + version = "0.13.1" 1574 source = "registry+https://github.com/rust-lang/crates.io-index" 1575 + checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2" 1576 dependencies = [ 1577 "color_quant", 1578 "weezl", ··· 1586 1587 [[package]] 1588 name = "gio" 1589 + version = "0.19.2" 1590 source = "registry+https://github.com/rust-lang/crates.io-index" 1591 + checksum = "2eae10b27b6dd27e22ed0d812c6387deba295e6fc004a8b379e459b663b05a02" 1592 dependencies = [ 1593 "futures-channel", 1594 "futures-core", ··· 1597 "gio-sys", 1598 "glib", 1599 "libc", 1600 "pin-project-lite", 1601 "smallvec", 1602 "thiserror", ··· 1604 1605 [[package]] 1606 name = "gio-sys" 1607 + version = "0.19.0" 1608 source = "registry+https://github.com/rust-lang/crates.io-index" 1609 + checksum = "bcf8e1d9219bb294636753d307b030c1e8a032062cba74f493c431a5c8b81ce4" 1610 dependencies = [ 1611 "glib-sys", 1612 "gobject-sys", 1613 "libc", 1614 "system-deps", 1615 + "windows-sys 0.52.0", 1616 ] 1617 1618 [[package]] 1619 name = "glib" 1620 + version = "0.19.2" 1621 source = "registry+https://github.com/rust-lang/crates.io-index" 1622 + checksum = "ab9e86540b5d8402e905ad4ce7d6aa544092131ab564f3102175af176b90a053" 1623 dependencies = [ 1624 + "bitflags 2.4.2", 1625 "futures-channel", 1626 "futures-core", 1627 "futures-executor", ··· 1633 "gobject-sys", 1634 "libc", 1635 "memchr", 1636 "smallvec", 1637 "thiserror", 1638 ] 1639 1640 [[package]] 1641 name = "glib-build-tools" 1642 + version = "0.19.0" 1643 source = "registry+https://github.com/rust-lang/crates.io-index" 1644 + checksum = "108f374fff60efd14b0d70d8916e7213aed18d7dd071ba3e9334ed2dac1dc86a" 1645 + dependencies = [ 1646 + "gio", 1647 + ] 1648 1649 [[package]] 1650 name = "glib-macros" 1651 + version = "0.19.2" 1652 source = "registry+https://github.com/rust-lang/crates.io-index" 1653 + checksum = "0f5897ca27a83e4cdc7b4666850bade0a2e73e17689aabafcc9acddad9d823b8" 1654 dependencies = [ 1655 "heck", 1656 + "proc-macro-crate 3.1.0", 1657 "proc-macro2", 1658 "quote", 1659 + "syn 2.0.52", 1660 ] 1661 1662 [[package]] 1663 name = "glib-sys" 1664 + version = "0.19.0" 1665 source = "registry+https://github.com/rust-lang/crates.io-index" 1666 + checksum = "630f097773d7c7a0bb3258df4e8157b47dc98bbfa0e60ad9ab56174813feced4" 1667 dependencies = [ 1668 "libc", 1669 "system-deps", ··· 1677 1678 [[package]] 1679 name = "gobject-sys" 1680 + version = "0.19.0" 1681 source = "registry+https://github.com/rust-lang/crates.io-index" 1682 + checksum = "c85e2b1080b9418dd0c58b498da3a5c826030343e0ef07bde6a955d28de54979" 1683 dependencies = [ 1684 "glib-sys", 1685 "libc", ··· 1688 1689 [[package]] 1690 name = "graphene-rs" 1691 + version = "0.19.2" 1692 source = "registry+https://github.com/rust-lang/crates.io-index" 1693 + checksum = "99e4d388e96c5f29e2b2f67045d229ddf826d0a8d6d282f94ed3b34452222c91" 1694 dependencies = [ 1695 "glib", 1696 "graphene-sys", ··· 1699 1700 [[package]] 1701 name = "graphene-sys" 1702 + version = "0.19.0" 1703 source = "registry+https://github.com/rust-lang/crates.io-index" 1704 + checksum = "236ed66cc9b18d8adf233716f75de803d0bf6fc806f60d14d948974a12e240d0" 1705 dependencies = [ 1706 "glib-sys", 1707 "libc", ··· 1711 1712 [[package]] 1713 name = "gsk4" 1714 + version = "0.8.0" 1715 source = "registry+https://github.com/rust-lang/crates.io-index" 1716 + checksum = "0e8ce8dee0fd87a11002214b1204ff18c9272fbd530408f0884a0f9b25dc31de" 1717 dependencies = [ 1718 "cairo-rs", 1719 "gdk4", ··· 1726 1727 [[package]] 1728 name = "gsk4-sys" 1729 + version = "0.8.0" 1730 source = "registry+https://github.com/rust-lang/crates.io-index" 1731 + checksum = "2660a652da5b662d43924df19ba40d73f015ed427329ef51d2b1360a4e0dc0e4" 1732 dependencies = [ 1733 "cairo-sys-rs", 1734 "gdk4-sys", ··· 1742 1743 [[package]] 1744 name = "gtk4" 1745 + version = "0.8.0" 1746 source = "registry+https://github.com/rust-lang/crates.io-index" 1747 + checksum = "7d26ffa3ec6316ccaa1df62d3e7f5bae1637c0acbb43f250fabef38319f73c64" 1748 dependencies = [ 1749 "cairo-rs", 1750 "field-offset", ··· 1763 1764 [[package]] 1765 name = "gtk4-macros" 1766 + version = "0.8.0" 1767 source = "registry+https://github.com/rust-lang/crates.io-index" 1768 + checksum = "c8b86439e9896f6f3f47c3d8077c5c8205174078760afdabd9098a8e9e937d97" 1769 dependencies = [ 1770 "anyhow", 1771 + "proc-macro-crate 3.1.0", 1772 "proc-macro-error", 1773 "proc-macro2", 1774 "quote", ··· 1777 1778 [[package]] 1779 name = "gtk4-sys" 1780 + version = "0.8.0" 1781 source = "registry+https://github.com/rust-lang/crates.io-index" 1782 + checksum = "2abc0a6d356d59a3806021829ce6ed3e70bba3509b41a535fedcb09fae13fbc0" 1783 dependencies = [ 1784 "cairo-sys-rs", 1785 "gdk-pixbuf-sys", ··· 1796 1797 [[package]] 1798 name = "half" 1799 + version = "2.4.0" 1800 source = "registry+https://github.com/rust-lang/crates.io-index" 1801 + checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e" 1802 dependencies = [ 1803 + "cfg-if", 1804 "crunchy", 1805 ] 1806 1807 [[package]] 1808 name = "hash32" 1809 + version = "0.3.1" 1810 source = "registry+https://github.com/rust-lang/crates.io-index" 1811 + checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 1812 dependencies = [ 1813 "byteorder", 1814 ] ··· 1831 1832 [[package]] 1833 name = "heapless" 1834 + version = "0.8.0" 1835 source = "registry+https://github.com/rust-lang/crates.io-index" 1836 + checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 1837 dependencies = [ 1838 "hash32", 1839 "stable_deref_trait", 1840 ] 1841 ··· 1856 1857 [[package]] 1858 name = "hermit-abi" 1859 + version = "0.3.9" 1860 source = "registry+https://github.com/rust-lang/crates.io-index" 1861 + checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1862 1863 [[package]] 1864 name = "home" 1865 + version = "0.5.9" 1866 source = "registry+https://github.com/rust-lang/crates.io-index" 1867 + checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1868 dependencies = [ 1869 + "windows-sys 0.52.0", 1870 ] 1871 1872 [[package]] ··· 1877 1878 [[package]] 1879 name = "iana-time-zone" 1880 + version = "0.1.60" 1881 source = "registry+https://github.com/rust-lang/crates.io-index" 1882 + checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1883 dependencies = [ 1884 "android_system_properties", 1885 "core-foundation-sys", ··· 1928 1929 [[package]] 1930 name = "image" 1931 + version = "0.24.9" 1932 source = "registry+https://github.com/rust-lang/crates.io-index" 1933 + checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d" 1934 dependencies = [ 1935 "bytemuck", 1936 "byteorder", ··· 1938 "exr", 1939 "gif", 1940 "jpeg-decoder", 1941 "num-traits", 1942 "png", 1943 "qoi", ··· 1963 1964 [[package]] 1965 name = "indexmap" 1966 + version = "2.2.5" 1967 source = "registry+https://github.com/rust-lang/crates.io-index" 1968 + checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4" 1969 dependencies = [ 1970 "equivalent", 1971 "hashbrown 0.14.3", ··· 1973 1974 [[package]] 1975 name = "indicatif" 1976 + version = "0.17.8" 1977 source = "registry+https://github.com/rust-lang/crates.io-index" 1978 + checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" 1979 dependencies = [ 1980 "console", 1981 "instant", ··· 2005 ] 2006 2007 [[package]] 2008 + name = "inotify" 2009 + version = "0.9.6" 2010 source = "registry+https://github.com/rust-lang/crates.io-index" 2011 + checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 2012 dependencies = [ 2013 + "bitflags 1.3.2", 2014 + "inotify-sys", 2015 + "libc", 2016 ] 2017 2018 [[package]] 2019 + name = "inotify-sys" 2020 + version = "0.1.5" 2021 source = "registry+https://github.com/rust-lang/crates.io-index" 2022 + checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 2023 dependencies = [ 2024 "libc", 2025 + ] 2026 + 2027 + [[package]] 2028 + name = "instant" 2029 + version = "0.1.12" 2030 + source = "registry+https://github.com/rust-lang/crates.io-index" 2031 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 2032 + dependencies = [ 2033 + "cfg-if", 2034 ] 2035 2036 [[package]] ··· 2044 2045 [[package]] 2046 name = "is-terminal" 2047 + version = "0.4.12" 2048 source = "registry+https://github.com/rust-lang/crates.io-index" 2049 + checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 2050 dependencies = [ 2051 + "hermit-abi 0.3.9", 2052 + "libc", 2053 + "windows-sys 0.52.0", 2054 ] 2055 2056 [[package]] ··· 2065 2066 [[package]] 2067 name = "is_ci" 2068 + version = "1.2.0" 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 2070 + checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 2071 2072 [[package]] 2073 name = "itertools" ··· 2098 2099 [[package]] 2100 name = "itertools" 2101 + version = "0.12.1" 2102 source = "registry+https://github.com/rust-lang/crates.io-index" 2103 + checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 2104 dependencies = [ 2105 "either", 2106 ] 2107 2108 [[package]] 2109 name = "itoa" 2110 + version = "1.0.10" 2111 source = "registry+https://github.com/rust-lang/crates.io-index" 2112 + checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" 2113 2114 [[package]] 2115 name = "jni" ··· 2146 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 2147 2148 [[package]] 2149 + name = "jpeg-decoder" 2150 + version = "0.3.1" 2151 source = "registry+https://github.com/rust-lang/crates.io-index" 2152 + checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0" 2153 dependencies = [ 2154 + "rayon", 2155 ] 2156 2157 [[package]] 2158 + name = "js-sys" 2159 + version = "0.3.68" 2160 source = "registry+https://github.com/rust-lang/crates.io-index" 2161 + checksum = "406cda4b368d531c842222cf9d2600a9a4acce8d29423695379c6868a143a9ee" 2162 dependencies = [ 2163 + "wasm-bindgen", 2164 ] 2165 2166 [[package]] 2167 + name = "kqueue" 2168 + version = "1.0.8" 2169 + source = "registry+https://github.com/rust-lang/crates.io-index" 2170 + checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c" 2171 + dependencies = [ 2172 + "kqueue-sys", 2173 + "libc", 2174 + ] 2175 + 2176 + [[package]] 2177 + name = "kqueue-sys" 2178 + version = "1.0.4" 2179 source = "registry+https://github.com/rust-lang/crates.io-index" 2180 + checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 2181 dependencies = [ 2182 + "bitflags 1.3.2", 2183 + "libc", 2184 ] 2185 2186 [[package]] ··· 2193 ] 2194 2195 [[package]] 2196 + name = "kurbo" 2197 + version = "0.10.4" 2198 + source = "registry+https://github.com/rust-lang/crates.io-index" 2199 + checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440" 2200 + dependencies = [ 2201 + "arrayvec", 2202 + "smallvec", 2203 + ] 2204 + 2205 + [[package]] 2206 name = "language-tags" 2207 version = "0.3.2" 2208 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2228 2229 [[package]] 2230 name = "libadwaita" 2231 + version = "0.6.0" 2232 source = "registry+https://github.com/rust-lang/crates.io-index" 2233 + checksum = "91b4990248b9e1ec5e72094a2ccaea70ec3809f88f6fd52192f2af306b87c5d9" 2234 dependencies = [ 2235 "gdk-pixbuf", 2236 "gdk4", ··· 2244 2245 [[package]] 2246 name = "libadwaita-sys" 2247 + version = "0.6.0" 2248 source = "registry+https://github.com/rust-lang/crates.io-index" 2249 + checksum = "23a748e4e92be1265cd9e93d569c0b5dfc7814107985aa6743d670ab281ea1a8" 2250 dependencies = [ 2251 "gdk4-sys", 2252 "gio-sys", ··· 2260 2261 [[package]] 2262 name = "libc" 2263 + version = "0.2.153" 2264 source = "registry+https://github.com/rust-lang/crates.io-index" 2265 + checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 2266 2267 [[package]] 2268 name = "libloading" 2269 + version = "0.8.1" 2270 source = "registry+https://github.com/rust-lang/crates.io-index" 2271 + checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161" 2272 dependencies = [ 2273 "cfg-if", 2274 + "windows-sys 0.48.0", 2275 ] 2276 2277 [[package]] ··· 2282 2283 [[package]] 2284 name = "librsvg" 2285 + version = "2.58.0-beta.1" 2286 source = "registry+https://github.com/rust-lang/crates.io-index" 2287 + checksum = "59d441368ddd551d54ef8ebcf515cf8a22604856a66da21828fa1d57651a9f71" 2288 dependencies = [ 2289 "cairo-rs", 2290 "cast", ··· 2292 "data-url", 2293 "encoding_rs", 2294 "float-cmp", 2295 "gio", 2296 "glib", 2297 + "image", 2298 + "itertools 0.12.1", 2299 "language-tags", 2300 "libc", 2301 "locale_config", 2302 "markup5ever", 2303 "nalgebra", 2304 "num-traits", 2305 "pango", 2306 "pangocairo", 2307 "rayon", ··· 2327 2328 [[package]] 2329 name = "linux-raw-sys" 2330 + version = "0.4.13" 2331 source = "registry+https://github.com/rust-lang/crates.io-index" 2332 + checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 2333 2334 [[package]] 2335 name = "locale_config" ··· 2356 2357 [[package]] 2358 name = "log" 2359 + version = "0.4.21" 2360 source = "registry+https://github.com/rust-lang/crates.io-index" 2361 + checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 2362 2363 [[package]] 2364 name = "mac" ··· 2368 2369 [[package]] 2370 name = "mach2" 2371 + version = "0.4.2" 2372 source = "registry+https://github.com/rust-lang/crates.io-index" 2373 + checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709" 2374 dependencies = [ 2375 "libc", 2376 ] ··· 2399 ] 2400 2401 [[package]] 2402 + name = "matchers" 2403 + version = "0.1.0" 2404 + source = "registry+https://github.com/rust-lang/crates.io-index" 2405 + checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2406 + dependencies = [ 2407 + "regex-automata 0.1.10", 2408 + ] 2409 + 2410 + [[package]] 2411 name = "matches" 2412 version = "0.1.10" 2413 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2425 2426 [[package]] 2427 name = "memchr" 2428 + version = "2.7.1" 2429 source = "registry+https://github.com/rust-lang/crates.io-index" 2430 + checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" 2431 2432 [[package]] 2433 name = "memmap2" 2434 + version = "0.9.4" 2435 source = "registry+https://github.com/rust-lang/crates.io-index" 2436 + checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 2437 dependencies = [ 2438 "libc", 2439 ] ··· 2476 dependencies = [ 2477 "proc-macro2", 2478 "quote", 2479 + "syn 2.0.52", 2480 ] 2481 2482 [[package]] ··· 2487 2488 [[package]] 2489 name = "miniz_oxide" 2490 + version = "0.7.2" 2491 source = "registry+https://github.com/rust-lang/crates.io-index" 2492 + checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 2493 dependencies = [ 2494 "adler", 2495 "simd-adler32", 2496 ] 2497 2498 [[package]] 2499 + name = "mio" 2500 + version = "0.8.10" 2501 + source = "registry+https://github.com/rust-lang/crates.io-index" 2502 + checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 2503 + dependencies = [ 2504 + "libc", 2505 + "log", 2506 + "wasi", 2507 + "windows-sys 0.48.0", 2508 + ] 2509 + 2510 + [[package]] 2511 name = "moveit" 2512 version = "0.6.0" 2513 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2518 2519 [[package]] 2520 name = "nalgebra" 2521 + version = "0.32.4" 2522 source = "registry+https://github.com/rust-lang/crates.io-index" 2523 + checksum = "4541eb06dce09c0241ebbaab7102f0a01a0c8994afed2e5d0d66775016e25ac2" 2524 dependencies = [ 2525 "approx", 2526 "matrixmultiply", ··· 2607 ] 2608 2609 [[package]] 2610 + name = "notify" 2611 + version = "6.1.1" 2612 + source = "registry+https://github.com/rust-lang/crates.io-index" 2613 + checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d" 2614 + dependencies = [ 2615 + "bitflags 2.4.2", 2616 + "crossbeam-channel", 2617 + "filetime", 2618 + "fsevent-sys", 2619 + "inotify", 2620 + "kqueue", 2621 + "libc", 2622 + "log", 2623 + "mio", 2624 + "walkdir", 2625 + "windows-sys 0.48.0", 2626 + ] 2627 + 2628 + [[package]] 2629 + name = "notify-debouncer-full" 2630 + version = "0.3.1" 2631 + source = "registry+https://github.com/rust-lang/crates.io-index" 2632 + checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154" 2633 + dependencies = [ 2634 + "crossbeam-channel", 2635 + "file-id", 2636 + "log", 2637 + "notify", 2638 + "parking_lot", 2639 + "walkdir", 2640 + ] 2641 + 2642 + [[package]] 2643 + name = "nu-ansi-term" 2644 + version = "0.46.0" 2645 + source = "registry+https://github.com/rust-lang/crates.io-index" 2646 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2647 + dependencies = [ 2648 + "overload", 2649 + "winapi", 2650 + ] 2651 + 2652 + [[package]] 2653 name = "num-complex" 2654 + version = "0.4.5" 2655 source = "registry+https://github.com/rust-lang/crates.io-index" 2656 + checksum = "23c6602fda94a57c990fe0df199a035d83576b496aa29f4e634a8ac6004e68a6" 2657 dependencies = [ 2658 "num-traits", 2659 "serde", ··· 2672 2673 [[package]] 2674 name = "num-derive" 2675 + version = "0.4.2" 2676 source = "registry+https://github.com/rust-lang/crates.io-index" 2677 + checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 2678 dependencies = [ 2679 "proc-macro2", 2680 "quote", 2681 + "syn 2.0.52", 2682 ] 2683 2684 [[package]] 2685 name = "num-integer" 2686 + version = "0.1.46" 2687 source = "registry+https://github.com/rust-lang/crates.io-index" 2688 + checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2689 dependencies = [ 2690 "num-traits", 2691 ] 2692 ··· 2703 2704 [[package]] 2705 name = "num-traits" 2706 + version = "0.2.18" 2707 source = "registry+https://github.com/rust-lang/crates.io-index" 2708 + checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 2709 dependencies = [ 2710 "autocfg", 2711 "libm", ··· 2717 source = "registry+https://github.com/rust-lang/crates.io-index" 2718 checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 2719 dependencies = [ 2720 + "hermit-abi 0.3.9", 2721 "libc", 2722 ] 2723 ··· 2788 2789 [[package]] 2790 name = "object" 2791 + version = "0.32.2" 2792 source = "registry+https://github.com/rust-lang/crates.io-index" 2793 + checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 2794 dependencies = [ 2795 "memchr", 2796 ] ··· 2826 2827 [[package]] 2828 name = "open" 2829 + version = "5.1.0" 2830 source = "registry+https://github.com/rust-lang/crates.io-index" 2831 + checksum = "1f2588edf622de56e7a1fed57bf203344f63c03f3d43472ba0434a92373c8f27" 2832 dependencies = [ 2833 "is-wsl", 2834 "libc", ··· 2836 ] 2837 2838 [[package]] 2839 + name = "overload" 2840 + version = "0.1.1" 2841 + source = "registry+https://github.com/rust-lang/crates.io-index" 2842 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2843 + 2844 + [[package]] 2845 name = "owo-colors" 2846 version = "3.5.0" 2847 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2849 2850 [[package]] 2851 name = "palette" 2852 + version = "0.7.5" 2853 source = "registry+https://github.com/rust-lang/crates.io-index" 2854 + checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a" 2855 dependencies = [ 2856 "approx", 2857 "fast-srgb8", ··· 2861 2862 [[package]] 2863 name = "palette_derive" 2864 + version = "0.7.5" 2865 source = "registry+https://github.com/rust-lang/crates.io-index" 2866 + checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d" 2867 dependencies = [ 2868 "proc-macro2", 2869 "quote", 2870 + "syn 2.0.52", 2871 ] 2872 2873 [[package]] 2874 name = "pango" 2875 + version = "0.19.2" 2876 source = "registry+https://github.com/rust-lang/crates.io-index" 2877 + checksum = "7809e8af4df8d024a066106b72ca6bc7253a484ae3867041a96103ef8a13188d" 2878 dependencies = [ 2879 "gio", 2880 "glib", 2881 "libc", 2882 "pango-sys", 2883 ] 2884 2885 [[package]] 2886 name = "pango-sys" 2887 + version = "0.19.0" 2888 source = "registry+https://github.com/rust-lang/crates.io-index" 2889 + checksum = "f52ef6a881c19fbfe3b1484df5cad411acaaba29dbec843941c3110d19f340ea" 2890 dependencies = [ 2891 "glib-sys", 2892 "gobject-sys", ··· 2896 2897 [[package]] 2898 name = "pangocairo" 2899 + version = "0.19.2" 2900 source = "registry+https://github.com/rust-lang/crates.io-index" 2901 + checksum = "6620c77967c62c7a84c6ca15ab855e8eecb248beb8ee43bc0eeaadd39123f687" 2902 dependencies = [ 2903 "cairo-rs", 2904 "glib", ··· 2909 2910 [[package]] 2911 name = "pangocairo-sys" 2912 + version = "0.19.0" 2913 source = "registry+https://github.com/rust-lang/crates.io-index" 2914 + checksum = "01bd0597ae45983f9e8b7f73afc42238426cd3fbb44a9cf14fd881a4ae08f1e4" 2915 dependencies = [ 2916 "cairo-sys-rs", 2917 "glib-sys", ··· 2951 2952 [[package]] 2953 name = "parry2d-f64" 2954 + version = "0.13.6" 2955 source = "registry+https://github.com/rust-lang/crates.io-index" 2956 + checksum = "542444b3ef557470c352ca13ba34a3d5e558b34265339320b8fb560bc82c427e" 2957 dependencies = [ 2958 "approx", 2959 "arrayvec", ··· 2961 "downcast-rs", 2962 "either", 2963 "nalgebra", 2964 + "num-derive 0.4.2", 2965 "num-traits", 2966 "rustc-hash", 2967 "serde", ··· 2978 checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" 2979 2980 [[package]] 2981 + name = "path-absolutize" 2982 + version = "3.1.1" 2983 + source = "registry+https://github.com/rust-lang/crates.io-index" 2984 + checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5" 2985 + dependencies = [ 2986 + "path-dedot", 2987 + ] 2988 + 2989 + [[package]] 2990 + name = "path-dedot" 2991 + version = "3.1.1" 2992 + source = "registry+https://github.com/rust-lang/crates.io-index" 2993 + checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397" 2994 + dependencies = [ 2995 + "once_cell", 2996 + ] 2997 + 2998 + [[package]] 2999 name = "path-slash" 3000 version = "0.2.1" 3001 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3078 "phf_shared 0.11.2", 3079 "proc-macro2", 3080 "quote", 3081 + "syn 2.0.52", 3082 ] 3083 3084 [[package]] ··· 3108 [[package]] 3109 name = "piet" 3110 version = "0.6.2" 3111 + source = "git+https://github.com/linebender/piet?rev=02eb5f0152e893626c43980bf37eeb0ccb1acb46#02eb5f0152e893626c43980bf37eeb0ccb1acb46" 3112 dependencies = [ 3113 + "kurbo 0.10.4", 3114 "unic-bidi", 3115 ] 3116 3117 [[package]] 3118 name = "piet-cairo" 3119 version = "0.6.2" 3120 + source = "git+https://github.com/linebender/piet?rev=02eb5f0152e893626c43980bf37eeb0ccb1acb46#02eb5f0152e893626c43980bf37eeb0ccb1acb46" 3121 dependencies = [ 3122 "cairo-rs", 3123 "pango", ··· 3146 checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" 3147 dependencies = [ 3148 "atomic-waker", 3149 + "fastrand", 3150 "futures-io", 3151 ] 3152 3153 [[package]] 3154 name = "pkg-config" 3155 + version = "0.3.30" 3156 source = "registry+https://github.com/rust-lang/crates.io-index" 3157 + checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 3158 3159 [[package]] 3160 name = "png" 3161 + version = "0.17.13" 3162 source = "registry+https://github.com/rust-lang/crates.io-index" 3163 + checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1" 3164 dependencies = [ 3165 "bitflags 1.3.2", 3166 "crc32fast", ··· 3181 3182 [[package]] 3183 name = "polling" 3184 + version = "3.5.0" 3185 source = "registry+https://github.com/rust-lang/crates.io-index" 3186 + checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" 3187 dependencies = [ 3188 "cfg-if", 3189 "concurrent-queue", 3190 "pin-project-lite", 3191 + "rustix", 3192 "tracing", 3193 "windows-sys 0.52.0", 3194 ] 3195 3196 [[package]] 3197 name = "poppler-rs" 3198 + version = "0.23.0" 3199 source = "registry+https://github.com/rust-lang/crates.io-index" 3200 + checksum = "9421853a6cc8dfaea2e31bd751fb037abdc3a727f04d0eb10fcf7061f6eff562" 3201 dependencies = [ 3202 "cairo-rs", 3203 "gio", ··· 3208 3209 [[package]] 3210 name = "poppler-sys-rs" 3211 + version = "0.23.0" 3212 source = "registry+https://github.com/rust-lang/crates.io-index" 3213 + checksum = "10f6737da38a7bb0126931c4a7b23b7bea517410bd48676f18af6b38c5f88d51" 3214 dependencies = [ 3215 "cairo-sys-rs", 3216 "gio-sys", ··· 3237 version = "0.1.1" 3238 source = "registry+https://github.com/rust-lang/crates.io-index" 3239 checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3240 3241 [[package]] 3242 name = "prettyplease" 3243 + version = "0.2.16" 3244 source = "registry+https://github.com/rust-lang/crates.io-index" 3245 + checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5" 3246 dependencies = [ 3247 "proc-macro2", 3248 + "syn 2.0.52", 3249 ] 3250 3251 [[package]] ··· 3260 3261 [[package]] 3262 name = "proc-macro-crate" 3263 + version = "3.1.0" 3264 source = "registry+https://github.com/rust-lang/crates.io-index" 3265 + checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 3266 dependencies = [ 3267 + "toml_edit 0.21.1", 3268 ] 3269 3270 [[package]] ··· 3293 3294 [[package]] 3295 name = "proc-macro2" 3296 + version = "1.0.78" 3297 source = "registry+https://github.com/rust-lang/crates.io-index" 3298 + checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae" 3299 dependencies = [ 3300 "unicode-ident", 3301 ] ··· 3311 3312 [[package]] 3313 name = "quote" 3314 + version = "1.0.35" 3315 source = "registry+https://github.com/rust-lang/crates.io-index" 3316 + checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 3317 dependencies = [ 3318 "proc-macro2", 3319 ] ··· 3381 3382 [[package]] 3383 name = "rayon" 3384 + version = "1.9.0" 3385 source = "registry+https://github.com/rust-lang/crates.io-index" 3386 + checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" 3387 dependencies = [ 3388 "either", 3389 "rayon-core", ··· 3391 3392 [[package]] 3393 name = "rayon-core" 3394 + version = "1.12.1" 3395 source = "registry+https://github.com/rust-lang/crates.io-index" 3396 + checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 3397 dependencies = [ 3398 "crossbeam-deque", 3399 "crossbeam-utils", ··· 3401 3402 [[package]] 3403 name = "rctree" 3404 + version = "0.6.0" 3405 source = "registry+https://github.com/rust-lang/crates.io-index" 3406 + checksum = "e03e7866abec1101869ffa8e2c8355c4c2419d0214ece0cc3e428e5b94dea6e9" 3407 3408 [[package]] 3409 name = "redox_syscall" ··· 3416 3417 [[package]] 3418 name = "regex" 3419 + version = "1.10.3" 3420 source = "registry+https://github.com/rust-lang/crates.io-index" 3421 + checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" 3422 dependencies = [ 3423 "aho-corasick", 3424 "memchr", 3425 + "regex-automata 0.4.5", 3426 + "regex-syntax 0.8.2", 3427 ] 3428 3429 [[package]] 3430 name = "regex-automata" 3431 + version = "0.1.10" 3432 source = "registry+https://github.com/rust-lang/crates.io-index" 3433 + checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3434 + dependencies = [ 3435 + "regex-syntax 0.6.29", 3436 + ] 3437 + 3438 + [[package]] 3439 + name = "regex-automata" 3440 + version = "0.4.5" 3441 + source = "registry+https://github.com/rust-lang/crates.io-index" 3442 + checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd" 3443 dependencies = [ 3444 "aho-corasick", 3445 "memchr", 3446 + "regex-syntax 0.8.2", 3447 ] 3448 + 3449 + [[package]] 3450 + name = "regex-syntax" 3451 + version = "0.6.29" 3452 + source = "registry+https://github.com/rust-lang/crates.io-index" 3453 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3454 3455 [[package]] 3456 name = "regex-syntax" ··· 3469 3470 [[package]] 3471 name = "rnote" 3472 + version = "0.10.0" 3473 dependencies = [ 3474 "anyhow", 3475 + "async-fs", 3476 "base64", 3477 "cairo-rs", 3478 "fs_extra", ··· 3482 "gtk4", 3483 "ijson", 3484 "image", 3485 + "itertools 0.12.1", 3486 + "kurbo 0.10.4", 3487 "libadwaita", 3488 "nalgebra", 3489 + "notify-debouncer-full", 3490 + "num-derive 0.4.2", 3491 "num-traits", 3492 "numeric-sort", 3493 "once_cell", 3494 "open", 3495 "parry2d-f64", 3496 + "path-absolutize", 3497 "piet", 3498 "piet-cairo", 3499 "poppler-rs", 3500 "rand", 3501 "rand_distr", 3502 "rand_pcg", ··· 3506 "rnote-engine", 3507 "rough_piet", 3508 "roughr", 3509 "serde", 3510 "serde_json", 3511 "svg", 3512 "thiserror", 3513 + "tracing", 3514 + "tracing-subscriber", 3515 "unicode-segmentation", 3516 "url", 3517 "winresource", ··· 3519 3520 [[package]] 3521 name = "rnote-cli" 3522 + version = "0.10.0" 3523 dependencies = [ 3524 "anyhow", 3525 "atty", 3526 "clap", 3527 "dialoguer", 3528 "indicatif", 3529 "nalgebra", 3530 "open", 3531 "parry2d-f64", 3532 "rnote-compose", 3533 "rnote-engine", 3534 "smol", 3535 + "tracing", 3536 + "tracing-subscriber", 3537 ] 3538 3539 [[package]] 3540 name = "rnote-compose" 3541 + version = "0.10.0" 3542 dependencies = [ 3543 "anyhow", 3544 "approx", 3545 "base64", 3546 "clap", 3547 "ink-stroke-modeler-rs", 3548 + "kurbo 0.10.4", 3549 "nalgebra", 3550 + "num-derive 0.4.2", 3551 "num-traits", 3552 "once_cell", 3553 "palette", ··· 3562 "roughr", 3563 "serde", 3564 "svg", 3565 + "tracing", 3566 ] 3567 3568 [[package]] 3569 name = "rnote-engine" 3570 + version = "0.10.0" 3571 dependencies = [ 3572 "anyhow", 3573 "approx", ··· 3583 "gtk4", 3584 "ijson", 3585 "image", 3586 + "itertools 0.12.1", 3587 + "kurbo 0.10.4", 3588 "librsvg", 3589 "nalgebra", 3590 + "num-derive 0.4.2", 3591 "num-traits", 3592 "once_cell", 3593 "parry2d-f64", ··· 3603 "rodio", 3604 "rough_piet", 3605 "roughr", 3606 + "roxmltree", 3607 "rstar", 3608 "semver", 3609 "serde", ··· 3611 "slotmap", 3612 "svg", 3613 "thiserror", 3614 + "tracing", 3615 "unicode-segmentation", 3616 "usvg", 3617 "xmlwriter", ··· 3664 3665 [[package]] 3666 name = "roxmltree" 3667 version = "0.19.0" 3668 source = "registry+https://github.com/rust-lang/crates.io-index" 3669 checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f" 3670 3671 [[package]] 3672 name = "rstar" 3673 + version = "0.12.0" 3674 source = "registry+https://github.com/rust-lang/crates.io-index" 3675 + checksum = "133315eb94c7b1e8d0cb097e5a710d850263372fd028fff18969de708afc7008" 3676 dependencies = [ 3677 "heapless", 3678 "num-traits", ··· 3702 3703 [[package]] 3704 name = "rustix" 3705 + version = "0.38.31" 3706 source = "registry+https://github.com/rust-lang/crates.io-index" 3707 + checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" 3708 dependencies = [ 3709 + "bitflags 2.4.2", 3710 "errno", 3711 "libc", 3712 + "linux-raw-sys", 3713 "windows-sys 0.52.0", 3714 ] 3715 ··· 3721 3722 [[package]] 3723 name = "rustybuzz" 3724 + version = "0.12.1" 3725 source = "registry+https://github.com/rust-lang/crates.io-index" 3726 + checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c" 3727 dependencies = [ 3728 + "bitflags 2.4.2", 3729 "bytemuck", 3730 "smallvec", 3731 "ttf-parser", ··· 3737 3738 [[package]] 3739 name = "ryu" 3740 + version = "1.0.17" 3741 source = "registry+https://github.com/rust-lang/crates.io-index" 3742 + checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 3743 3744 [[package]] 3745 name = "safe_arch" ··· 3771 source = "registry+https://github.com/rust-lang/crates.io-index" 3772 checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06" 3773 dependencies = [ 3774 + "bitflags 2.4.2", 3775 "cssparser", 3776 "derive_more", 3777 "fxhash", ··· 3786 3787 [[package]] 3788 name = "semver" 3789 + version = "1.0.22" 3790 source = "registry+https://github.com/rust-lang/crates.io-index" 3791 + checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" 3792 dependencies = [ 3793 "serde", 3794 ] 3795 3796 [[package]] 3797 name = "serde" 3798 + version = "1.0.197" 3799 source = "registry+https://github.com/rust-lang/crates.io-index" 3800 + checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 3801 dependencies = [ 3802 "serde_derive", 3803 ] 3804 3805 [[package]] 3806 name = "serde_derive" 3807 + version = "1.0.197" 3808 source = "registry+https://github.com/rust-lang/crates.io-index" 3809 + checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 3810 dependencies = [ 3811 "proc-macro2", 3812 "quote", 3813 + "syn 2.0.52", 3814 ] 3815 3816 [[package]] 3817 name = "serde_json" 3818 + version = "1.0.114" 3819 source = "registry+https://github.com/rust-lang/crates.io-index" 3820 + checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" 3821 dependencies = [ 3822 "itoa", 3823 "ryu", ··· 3826 3827 [[package]] 3828 name = "serde_spanned" 3829 + version = "0.6.5" 3830 source = "registry+https://github.com/rust-lang/crates.io-index" 3831 + checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" 3832 dependencies = [ 3833 "serde", 3834 ] ··· 3843 ] 3844 3845 [[package]] 3846 + name = "sharded-slab" 3847 + version = "0.1.7" 3848 + source = "registry+https://github.com/rust-lang/crates.io-index" 3849 + checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 3850 + dependencies = [ 3851 + "lazy_static", 3852 + ] 3853 + 3854 + [[package]] 3855 name = "shell-words" 3856 version = "1.1.0" 3857 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3859 3860 [[package]] 3861 name = "shlex" 3862 + version = "1.3.0" 3863 source = "registry+https://github.com/rust-lang/crates.io-index" 3864 + checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3865 3866 [[package]] 3867 name = "signal-hook-registry" ··· 3927 3928 [[package]] 3929 name = "smallvec" 3930 + version = "1.13.1" 3931 source = "registry+https://github.com/rust-lang/crates.io-index" 3932 + checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" 3933 3934 [[package]] 3935 name = "smawk" ··· 3939 3940 [[package]] 3941 name = "smol" 3942 + version = "2.0.0" 3943 source = "registry+https://github.com/rust-lang/crates.io-index" 3944 + checksum = "e635339259e51ef85ac7aa29a1cd991b957047507288697a690e80ab97d07cad" 3945 dependencies = [ 3946 + "async-channel", 3947 "async-executor", 3948 "async-fs", 3949 + "async-io", 3950 + "async-lock 3.3.0", 3951 "async-net", 3952 "async-process", 3953 "blocking", 3954 + "futures-lite", 3955 ] 3956 3957 [[package]] 3958 name = "spade" 3959 + version = "2.6.0" 3960 source = "registry+https://github.com/rust-lang/crates.io-index" 3961 + checksum = "61addf9117b11d1f5b4bf6fe94242ba25f59d2d4b2080544b771bd647024fd00" 3962 dependencies = [ 3963 "hashbrown 0.14.3", 3964 "num-traits", ··· 4023 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 4024 4025 [[package]] 4026 + name = "strsim" 4027 + version = "0.11.0" 4028 + source = "registry+https://github.com/rust-lang/crates.io-index" 4029 + checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" 4030 + 4031 + [[package]] 4032 name = "strum_macros" 4033 version = "0.24.3" 4034 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4062 4063 [[package]] 4064 name = "supports-unicode" 4065 + version = "2.1.0" 4066 source = "registry+https://github.com/rust-lang/crates.io-index" 4067 + checksum = "f850c19edd184a205e883199a261ed44471c81e39bd95b1357f5febbef00e77a" 4068 dependencies = [ 4069 "is-terminal", 4070 ] 4071 4072 [[package]] 4073 name = "svg" 4074 + version = "0.16.0" 4075 source = "registry+https://github.com/rust-lang/crates.io-index" 4076 + checksum = "583e1c5c326fd6fede8797006de3b95ad6bcd60a592952952c5ba7ddd7e84c83" 4077 4078 [[package]] 4079 name = "svg_path_ops" ··· 4095 4096 [[package]] 4097 name = "svgtypes" 4098 + version = "0.14.0" 4099 source = "registry+https://github.com/rust-lang/crates.io-index" 4100 + checksum = "59d7618f12b51be8171a7cfdda1e7a93f79cbc57c4e7adf89a749cf671125241" 4101 dependencies = [ 4102 + "kurbo 0.10.4", 4103 "siphasher", 4104 ] 4105 4106 [[package]] 4107 name = "symphonia" 4108 + version = "0.5.4" 4109 source = "registry+https://github.com/rust-lang/crates.io-index" 4110 + checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9" 4111 dependencies = [ 4112 "lazy_static", 4113 "symphonia-codec-adpcm", 4114 "symphonia-codec-pcm", 4115 "symphonia-core", 4116 + "symphonia-format-riff", 4117 "symphonia-metadata", 4118 ] 4119 4120 [[package]] 4121 name = "symphonia-codec-adpcm" 4122 + version = "0.5.4" 4123 source = "registry+https://github.com/rust-lang/crates.io-index" 4124 + checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f" 4125 dependencies = [ 4126 "log", 4127 "symphonia-core", ··· 4129 4130 [[package]] 4131 name = "symphonia-codec-pcm" 4132 + version = "0.5.4" 4133 source = "registry+https://github.com/rust-lang/crates.io-index" 4134 + checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b" 4135 dependencies = [ 4136 "log", 4137 "symphonia-core", ··· 4139 4140 [[package]] 4141 name = "symphonia-core" 4142 + version = "0.5.4" 4143 source = "registry+https://github.com/rust-lang/crates.io-index" 4144 + checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3" 4145 dependencies = [ 4146 "arrayvec", 4147 "bitflags 1.3.2", ··· 4151 ] 4152 4153 [[package]] 4154 + name = "symphonia-format-riff" 4155 + version = "0.5.4" 4156 source = "registry+https://github.com/rust-lang/crates.io-index" 4157 + checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50" 4158 dependencies = [ 4159 + "extended", 4160 "log", 4161 "symphonia-core", 4162 "symphonia-metadata", ··· 4164 4165 [[package]] 4166 name = "symphonia-metadata" 4167 + version = "0.5.4" 4168 source = "registry+https://github.com/rust-lang/crates.io-index" 4169 + checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c" 4170 dependencies = [ 4171 "encoding_rs", 4172 "lazy_static", ··· 4187 4188 [[package]] 4189 name = "syn" 4190 + version = "2.0.52" 4191 source = "registry+https://github.com/rust-lang/crates.io-index" 4192 + checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" 4193 dependencies = [ 4194 "proc-macro2", 4195 "quote", ··· 4205 "cfg-expr", 4206 "heck", 4207 "pkg-config", 4208 + "toml 0.8.10", 4209 "version-compare", 4210 ] 4211 4212 [[package]] 4213 name = "target-lexicon" 4214 + version = "0.12.14" 4215 source = "registry+https://github.com/rust-lang/crates.io-index" 4216 + checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" 4217 4218 [[package]] 4219 name = "temp-dir" 4220 + version = "0.1.12" 4221 source = "registry+https://github.com/rust-lang/crates.io-index" 4222 + checksum = "dd16aa9ffe15fe021c6ee3766772132c6e98dfa395a167e16864f61a9cfb71d6" 4223 4224 [[package]] 4225 name = "tempfile" 4226 + version = "3.10.1" 4227 source = "registry+https://github.com/rust-lang/crates.io-index" 4228 + checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 4229 dependencies = [ 4230 "cfg-if", 4231 + "fastrand", 4232 + "rustix", 4233 + "windows-sys 0.52.0", 4234 ] 4235 4236 [[package]] ··· 4246 4247 [[package]] 4248 name = "termcolor" 4249 + version = "1.4.1" 4250 source = "registry+https://github.com/rust-lang/crates.io-index" 4251 + checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 4252 dependencies = [ 4253 "winapi-util", 4254 ] ··· 4276 4277 [[package]] 4278 name = "thiserror" 4279 + version = "1.0.57" 4280 source = "registry+https://github.com/rust-lang/crates.io-index" 4281 + checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" 4282 dependencies = [ 4283 "thiserror-impl", 4284 ] 4285 4286 [[package]] 4287 name = "thiserror-impl" 4288 + version = "1.0.57" 4289 source = "registry+https://github.com/rust-lang/crates.io-index" 4290 + checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" 4291 dependencies = [ 4292 "proc-macro2", 4293 "quote", 4294 + "syn 2.0.52", 4295 + ] 4296 + 4297 + [[package]] 4298 + name = "thread_local" 4299 + version = "1.1.8" 4300 + source = "registry+https://github.com/rust-lang/crates.io-index" 4301 + checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 4302 + dependencies = [ 4303 + "cfg-if", 4304 + "once_cell", 4305 ] 4306 4307 [[package]] 4308 name = "tiff" 4309 + version = "0.9.1" 4310 source = "registry+https://github.com/rust-lang/crates.io-index" 4311 + checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e" 4312 dependencies = [ 4313 "flate2", 4314 "jpeg-decoder", ··· 4317 4318 [[package]] 4319 name = "tiny-skia-path" 4320 + version = "0.11.4" 4321 source = "registry+https://github.com/rust-lang/crates.io-index" 4322 + checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93" 4323 dependencies = [ 4324 "arrayref", 4325 "bytemuck", ··· 4355 4356 [[package]] 4357 name = "toml" 4358 + version = "0.8.10" 4359 source = "registry+https://github.com/rust-lang/crates.io-index" 4360 + checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" 4361 dependencies = [ 4362 "serde", 4363 "serde_spanned", 4364 "toml_datetime", 4365 + "toml_edit 0.22.6", 4366 ] 4367 4368 [[package]] 4369 name = "toml_datetime" 4370 + version = "0.6.5" 4371 source = "registry+https://github.com/rust-lang/crates.io-index" 4372 + checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" 4373 dependencies = [ 4374 "serde", 4375 ] ··· 4380 source = "registry+https://github.com/rust-lang/crates.io-index" 4381 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 4382 dependencies = [ 4383 + "indexmap 2.2.5", 4384 "serde", 4385 "serde_spanned", 4386 "toml_datetime", 4387 + "winnow 0.5.40", 4388 ] 4389 4390 [[package]] 4391 name = "toml_edit" 4392 + version = "0.21.1" 4393 source = "registry+https://github.com/rust-lang/crates.io-index" 4394 + checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 4395 dependencies = [ 4396 + "indexmap 2.2.5", 4397 + "toml_datetime", 4398 + "winnow 0.5.40", 4399 + ] 4400 + 4401 + [[package]] 4402 + name = "toml_edit" 4403 + version = "0.22.6" 4404 + source = "registry+https://github.com/rust-lang/crates.io-index" 4405 + checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" 4406 + dependencies = [ 4407 + "indexmap 2.2.5", 4408 "serde", 4409 "serde_spanned", 4410 "toml_datetime", 4411 + "winnow 0.6.5", 4412 ] 4413 4414 [[package]] ··· 4418 checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 4419 dependencies = [ 4420 "pin-project-lite", 4421 + "tracing-attributes", 4422 "tracing-core", 4423 ] 4424 4425 [[package]] 4426 + name = "tracing-attributes" 4427 + version = "0.1.27" 4428 + source = "registry+https://github.com/rust-lang/crates.io-index" 4429 + checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 4430 + dependencies = [ 4431 + "proc-macro2", 4432 + "quote", 4433 + "syn 2.0.52", 4434 + ] 4435 + 4436 + [[package]] 4437 name = "tracing-core" 4438 version = "0.1.32" 4439 source = "registry+https://github.com/rust-lang/crates.io-index" 4440 checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 4441 + dependencies = [ 4442 + "once_cell", 4443 + "valuable", 4444 + ] 4445 + 4446 + [[package]] 4447 + name = "tracing-log" 4448 + version = "0.2.0" 4449 + source = "registry+https://github.com/rust-lang/crates.io-index" 4450 + checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 4451 + dependencies = [ 4452 + "log", 4453 + "once_cell", 4454 + "tracing-core", 4455 + ] 4456 + 4457 + [[package]] 4458 + name = "tracing-subscriber" 4459 + version = "0.3.18" 4460 + source = "registry+https://github.com/rust-lang/crates.io-index" 4461 + checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 4462 + dependencies = [ 4463 + "matchers", 4464 + "nu-ansi-term", 4465 + "once_cell", 4466 + "regex", 4467 + "sharded-slab", 4468 + "smallvec", 4469 + "thread_local", 4470 + "tracing", 4471 + "tracing-core", 4472 + "tracing-log", 4473 + ] 4474 4475 [[package]] 4476 name = "ttf-parser" 4477 + version = "0.20.0" 4478 source = "registry+https://github.com/rust-lang/crates.io-index" 4479 + checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4" 4480 4481 [[package]] 4482 name = "typenum" ··· 4537 4538 [[package]] 4539 name = "unicode-bidi" 4540 + version = "0.3.15" 4541 source = "registry+https://github.com/rust-lang/crates.io-index" 4542 + checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 4543 4544 [[package]] 4545 name = "unicode-bidi-mirroring" ··· 4567 4568 [[package]] 4569 name = "unicode-normalization" 4570 + version = "0.1.23" 4571 source = "registry+https://github.com/rust-lang/crates.io-index" 4572 + checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 4573 dependencies = [ 4574 "tinyvec", 4575 ] 4576 4577 [[package]] 4578 name = "unicode-properties" 4579 + version = "0.1.1" 4580 source = "registry+https://github.com/rust-lang/crates.io-index" 4581 + checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 4582 4583 [[package]] 4584 name = "unicode-script" 4585 + version = "0.5.6" 4586 source = "registry+https://github.com/rust-lang/crates.io-index" 4587 + checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd" 4588 4589 [[package]] 4590 name = "unicode-segmentation" 4591 + version = "1.11.0" 4592 source = "registry+https://github.com/rust-lang/crates.io-index" 4593 + checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 4594 4595 [[package]] 4596 name = "unicode-vo" ··· 4617 4618 [[package]] 4619 name = "usvg" 4620 + version = "0.40.0" 4621 source = "registry+https://github.com/rust-lang/crates.io-index" 4622 + checksum = "c04150a94f0bfc3b2c15d4e151524d14cd06765fc6641d8b1c59a248360d4474" 4623 dependencies = [ 4624 "base64", 4625 "data-url", 4626 "flate2", 4627 + "fontdb", 4628 "imagesize", 4629 + "kurbo 0.9.5", 4630 "log", 4631 + "pico-args", 4632 + "roxmltree", 4633 + "rustybuzz", 4634 "simplecss", 4635 "siphasher", 4636 + "strict-num", 4637 + "svgtypes 0.14.0", 4638 + "tiny-skia-path", 4639 "unicode-bidi", 4640 "unicode-script", 4641 "unicode-vo", 4642 + "xmlwriter", 4643 ] 4644 4645 [[package]] ··· 4655 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 4656 4657 [[package]] 4658 + name = "valuable" 4659 + version = "0.1.0" 4660 + source = "registry+https://github.com/rust-lang/crates.io-index" 4661 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 4662 + 4663 + [[package]] 4664 name = "version-compare" 4665 version = "0.1.1" 4666 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4673 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 4674 4675 [[package]] 4676 name = "walkdir" 4677 version = "2.4.0" 4678 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4690 4691 [[package]] 4692 name = "wasm-bindgen" 4693 + version = "0.2.91" 4694 source = "registry+https://github.com/rust-lang/crates.io-index" 4695 + checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" 4696 dependencies = [ 4697 "cfg-if", 4698 "wasm-bindgen-macro", ··· 4700 4701 [[package]] 4702 name = "wasm-bindgen-backend" 4703 + version = "0.2.91" 4704 source = "registry+https://github.com/rust-lang/crates.io-index" 4705 + checksum = "c9e7e1900c352b609c8488ad12639a311045f40a35491fb69ba8c12f758af70b" 4706 dependencies = [ 4707 "bumpalo", 4708 "log", 4709 "once_cell", 4710 "proc-macro2", 4711 "quote", 4712 + "syn 2.0.52", 4713 "wasm-bindgen-shared", 4714 ] 4715 4716 [[package]] 4717 name = "wasm-bindgen-futures" 4718 + version = "0.4.41" 4719 source = "registry+https://github.com/rust-lang/crates.io-index" 4720 + checksum = "877b9c3f61ceea0e56331985743b13f3d25c406a7098d45180fb5f09bc19ed97" 4721 dependencies = [ 4722 "cfg-if", 4723 "js-sys", ··· 4727 4728 [[package]] 4729 name = "wasm-bindgen-macro" 4730 + version = "0.2.91" 4731 source = "registry+https://github.com/rust-lang/crates.io-index" 4732 + checksum = "b30af9e2d358182b5c7449424f017eba305ed32a7010509ede96cdc4696c46ed" 4733 dependencies = [ 4734 "quote", 4735 "wasm-bindgen-macro-support", ··· 4737 4738 [[package]] 4739 name = "wasm-bindgen-macro-support" 4740 + version = "0.2.91" 4741 source = "registry+https://github.com/rust-lang/crates.io-index" 4742 + checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" 4743 dependencies = [ 4744 "proc-macro2", 4745 "quote", 4746 + "syn 2.0.52", 4747 "wasm-bindgen-backend", 4748 "wasm-bindgen-shared", 4749 ] 4750 4751 [[package]] 4752 name = "wasm-bindgen-shared" 4753 + version = "0.2.91" 4754 source = "registry+https://github.com/rust-lang/crates.io-index" 4755 + checksum = "4f186bd2dcf04330886ce82d6f33dd75a7bfcf69ecf5763b89fcde53b6ac9838" 4756 4757 [[package]] 4758 name = "web-sys" 4759 + version = "0.3.68" 4760 source = "registry+https://github.com/rust-lang/crates.io-index" 4761 + checksum = "96565907687f7aceb35bc5fc03770a8a0471d82e479f25832f54a0e3f4b28446" 4762 dependencies = [ 4763 "js-sys", 4764 "wasm-bindgen", ··· 4766 4767 [[package]] 4768 name = "weezl" 4769 + version = "0.1.8" 4770 source = "registry+https://github.com/rust-lang/crates.io-index" 4771 + checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082" 4772 4773 [[package]] 4774 name = "which" ··· 4779 "either", 4780 "home", 4781 "once_cell", 4782 + "rustix", 4783 ] 4784 4785 [[package]] 4786 name = "wide" 4787 + version = "0.7.15" 4788 source = "registry+https://github.com/rust-lang/crates.io-index" 4789 + checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c" 4790 dependencies = [ 4791 "bytemuck", 4792 "safe_arch", ··· 4834 4835 [[package]] 4836 name = "windows-core" 4837 + version = "0.52.0" 4838 source = "registry+https://github.com/rust-lang/crates.io-index" 4839 + checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 4840 dependencies = [ 4841 + "windows-targets 0.52.4", 4842 ] 4843 4844 [[package]] ··· 4856 source = "registry+https://github.com/rust-lang/crates.io-index" 4857 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4858 dependencies = [ 4859 + "windows-targets 0.52.4", 4860 ] 4861 4862 [[package]] ··· 4891 4892 [[package]] 4893 name = "windows-targets" 4894 + version = "0.52.4" 4895 source = "registry+https://github.com/rust-lang/crates.io-index" 4896 + checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 4897 dependencies = [ 4898 + "windows_aarch64_gnullvm 0.52.4", 4899 + "windows_aarch64_msvc 0.52.4", 4900 + "windows_i686_gnu 0.52.4", 4901 + "windows_i686_msvc 0.52.4", 4902 + "windows_x86_64_gnu 0.52.4", 4903 + "windows_x86_64_gnullvm 0.52.4", 4904 + "windows_x86_64_msvc 0.52.4", 4905 ] 4906 4907 [[package]] ··· 4918 4919 [[package]] 4920 name = "windows_aarch64_gnullvm" 4921 + version = "0.52.4" 4922 source = "registry+https://github.com/rust-lang/crates.io-index" 4923 + checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 4924 4925 [[package]] 4926 name = "windows_aarch64_msvc" ··· 4936 4937 [[package]] 4938 name = "windows_aarch64_msvc" 4939 + version = "0.52.4" 4940 source = "registry+https://github.com/rust-lang/crates.io-index" 4941 + checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 4942 4943 [[package]] 4944 name = "windows_i686_gnu" ··· 4954 4955 [[package]] 4956 name = "windows_i686_gnu" 4957 + version = "0.52.4" 4958 source = "registry+https://github.com/rust-lang/crates.io-index" 4959 + checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 4960 4961 [[package]] 4962 name = "windows_i686_msvc" ··· 4972 4973 [[package]] 4974 name = "windows_i686_msvc" 4975 + version = "0.52.4" 4976 source = "registry+https://github.com/rust-lang/crates.io-index" 4977 + checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 4978 4979 [[package]] 4980 name = "windows_x86_64_gnu" ··· 4990 4991 [[package]] 4992 name = "windows_x86_64_gnu" 4993 + version = "0.52.4" 4994 source = "registry+https://github.com/rust-lang/crates.io-index" 4995 + checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 4996 4997 [[package]] 4998 name = "windows_x86_64_gnullvm" ··· 5008 5009 [[package]] 5010 name = "windows_x86_64_gnullvm" 5011 + version = "0.52.4" 5012 source = "registry+https://github.com/rust-lang/crates.io-index" 5013 + checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 5014 5015 [[package]] 5016 name = "windows_x86_64_msvc" ··· 5026 5027 [[package]] 5028 name = "windows_x86_64_msvc" 5029 + version = "0.52.4" 5030 source = "registry+https://github.com/rust-lang/crates.io-index" 5031 + checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 5032 5033 [[package]] 5034 name = "winnow" 5035 + version = "0.5.40" 5036 source = "registry+https://github.com/rust-lang/crates.io-index" 5037 + checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 5038 + dependencies = [ 5039 + "memchr", 5040 + ] 5041 + 5042 + [[package]] 5043 + name = "winnow" 5044 + version = "0.6.5" 5045 + source = "registry+https://github.com/rust-lang/crates.io-index" 5046 + checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" 5047 dependencies = [ 5048 "memchr", 5049 ] ··· 5076 ] 5077 5078 [[package]] 5079 name = "xmlwriter" 5080 version = "0.1.0" 5081 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 5083 5084 [[package]] 5085 name = "zerocopy" 5086 + version = "0.7.32" 5087 source = "registry+https://github.com/rust-lang/crates.io-index" 5088 + checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" 5089 dependencies = [ 5090 "zerocopy-derive", 5091 ] 5092 5093 [[package]] 5094 name = "zerocopy-derive" 5095 + version = "0.7.32" 5096 source = "registry+https://github.com/rust-lang/crates.io-index" 5097 + checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" 5098 dependencies = [ 5099 "proc-macro2", 5100 "quote", 5101 + "syn 2.0.52", 5102 ] 5103 5104 [[package]]
+5 -3
pkgs/applications/graphics/rnote/default.nix
··· 2 , stdenv 3 , fetchFromGitHub 4 , alsa-lib 5 , appstream-glib 6 , cargo 7 , cmake ··· 26 27 stdenv.mkDerivation rec { 28 pname = "rnote"; 29 - version = "0.9.4"; 30 31 src = fetchFromGitHub { 32 owner = "flxzt"; 33 repo = "rnote"; 34 rev = "v${version}"; 35 - hash = "sha256-twysPSuCu++dVqoRKTNSvxwrO1ljUu4k2vPZEBkaj10="; 36 }; 37 38 cargoDeps = rustPlatform.importCargoLock { 39 lockFile = ./Cargo.lock; 40 outputHashes = { 41 "ink-stroke-modeler-rs-0.1.0" = "sha256-WfZwezohm8+ZXiKZlssTX+b/Izk1M4jFwxQejeTfc6M="; 42 - "piet-0.6.2" = "sha256-WrQok0T7uVQEp8SvNWlgqwQHfS7q0510bnP1ecr+s1Q="; 43 }; 44 }; 45 ··· 67 ]; 68 69 buildInputs = [ 70 glib 71 gstreamer 72 gtk4
··· 2 , stdenv 3 , fetchFromGitHub 4 , alsa-lib 5 + , appstream 6 , appstream-glib 7 , cargo 8 , cmake ··· 27 28 stdenv.mkDerivation rec { 29 pname = "rnote"; 30 + version = "0.10.0"; 31 32 src = fetchFromGitHub { 33 owner = "flxzt"; 34 repo = "rnote"; 35 rev = "v${version}"; 36 + hash = "sha256-PMg83eWcC21yNiRYdTS6/j9gerTctnDPHXIM4PWktrU="; 37 }; 38 39 cargoDeps = rustPlatform.importCargoLock { 40 lockFile = ./Cargo.lock; 41 outputHashes = { 42 "ink-stroke-modeler-rs-0.1.0" = "sha256-WfZwezohm8+ZXiKZlssTX+b/Izk1M4jFwxQejeTfc6M="; 43 + "piet-0.6.2" = "sha256-3juXzuKwoLuxia6MoVwbcBJ3jXBQ9QRNVoxo3yFp2Iw="; 44 }; 45 }; 46 ··· 68 ]; 69 70 buildInputs = [ 71 + appstream 72 glib 73 gstreamer 74 gtk4