Merge pull request #228331 from figsoda/typst

typst: 0.2.0 -> 0.3.0

authored by Weijia Wang and committed by GitHub 059148a9 91c754d3

+1061 -173
+1059 -171
pkgs/tools/typesetting/typst/Cargo.lock
··· 9 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11 [[package]] 12 name = "aho-corasick" 13 - version = "0.7.20" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 - checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 16 dependencies = [ 17 "memchr", 18 ] ··· 28 29 [[package]] 30 name = "anstream" 31 - version = "0.2.6" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" 34 dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-wincon", 38 - "concolor-override", 39 - "concolor-query", 40 "is-terminal", 41 "utf8parse", 42 ] 43 44 [[package]] 45 name = "anstyle" 46 - version = "0.3.5" 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 - checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" 49 50 [[package]] 51 name = "anstyle-parse" 52 - version = "0.1.1" 53 source = "registry+https://github.com/rust-lang/crates.io-index" 54 - checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" 55 dependencies = [ 56 "utf8parse", 57 ] 58 59 [[package]] 60 name = "anstyle-wincon" 61 - version = "0.2.0" 62 source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" 64 dependencies = [ 65 "anstyle", 66 - "windows-sys 0.45.0", 67 ] 68 69 [[package]] ··· 83 version = "0.7.2" 84 source = "registry+https://github.com/rust-lang/crates.io-index" 85 checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 86 87 [[package]] 88 name = "autocfg" ··· 141 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 142 143 [[package]] 144 name = "bumpalo" 145 - version = "3.12.0" 146 source = "registry+https://github.com/rust-lang/crates.io-index" 147 - checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" 148 149 [[package]] 150 name = "bytemuck" ··· 172 173 [[package]] 174 name = "chinese-number" 175 - version = "0.7.0" 176 source = "registry+https://github.com/rust-lang/crates.io-index" 177 - checksum = "365a2e504d6cb41e85fba5d01a6baf7f13cad4424102859193c4674e7fdff933" 178 dependencies = [ 179 - "chinese-numerals", 180 "chinese-variant", 181 "enum-ordinalize", 182 "num-bigint", 183 "num-traits", 184 ] 185 - 186 - [[package]] 187 - name = "chinese-numerals" 188 - version = "0.2.2" 189 - source = "registry+https://github.com/rust-lang/crates.io-index" 190 - checksum = "76a5a40575256b55eebe3e39fa41e53bdaea5d67ac5a7092fa8756020c798d1e" 191 192 [[package]] 193 name = "chinese-variant" ··· 209 210 [[package]] 211 name = "clap" 212 - version = "4.2.1" 213 source = "registry+https://github.com/rust-lang/crates.io-index" 214 - checksum = "046ae530c528f252094e4a77886ee1374437744b2bff1497aa898bbddbbb29b3" 215 dependencies = [ 216 "clap_builder", 217 "clap_derive", ··· 220 221 [[package]] 222 name = "clap_builder" 223 - version = "4.2.1" 224 source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "223163f58c9a40c3b0a43e1c4b50a9ce09f007ea2cb1ec258a687945b4b7929f" 226 dependencies = [ 227 "anstream", 228 "anstyle", 229 - "bitflags", 230 - "clap_lex", 231 "strsim", 232 ] 233 234 [[package]] 235 name = "clap_complete" 236 - version = "4.2.0" 237 source = "registry+https://github.com/rust-lang/crates.io-index" 238 - checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd" 239 dependencies = [ 240 - "clap", 241 ] 242 243 [[package]] ··· 249 "heck", 250 "proc-macro2", 251 "quote", 252 - "syn 2.0.11", 253 ] 254 255 [[package]] ··· 264 source = "registry+https://github.com/rust-lang/crates.io-index" 265 checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8" 266 dependencies = [ 267 - "clap", 268 "roff", 269 ] 270 ··· 285 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 286 287 [[package]] 288 name = "comemo" 289 - version = "0.2.0" 290 source = "registry+https://github.com/rust-lang/crates.io-index" 291 - checksum = "22bf2c21093020535dd771993fedae8dd55393a4258cca501a9b55a962d350a5" 292 dependencies = [ 293 "comemo-macros", 294 "siphasher", ··· 296 297 [[package]] 298 name = "comemo-macros" 299 - version = "0.2.0" 300 source = "registry+https://github.com/rust-lang/crates.io-index" 301 - checksum = "9faa23f4534253fa656b176ff524d5cd7306a6fed3048929f9cc01ab38ab5a5a" 302 dependencies = [ 303 "proc-macro2", 304 "quote", ··· 306 ] 307 308 [[package]] 309 - name = "concolor-override" 310 - version = "1.0.0" 311 source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" 313 314 [[package]] 315 - name = "concolor-query" 316 - version = "0.3.3" 317 source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" 319 dependencies = [ 320 - "windows-sys 0.45.0", 321 ] 322 323 [[package]] 324 - name = "core-foundation-sys" 325 - version = "0.8.3" 326 source = "registry+https://github.com/rust-lang/crates.io-index" 327 - checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 328 329 [[package]] 330 - name = "crc32fast" 331 - version = "1.3.2" 332 source = "registry+https://github.com/rust-lang/crates.io-index" 333 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 334 dependencies = [ 335 "cfg-if", 336 ] 337 338 [[package]] 339 - name = "crossbeam-channel" 340 - version = "0.5.7" 341 source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" 343 dependencies = [ 344 "cfg-if", 345 "crossbeam-utils", 346 ] 347 348 [[package]] ··· 377 378 [[package]] 379 name = "cxx" 380 - version = "1.0.93" 381 source = "registry+https://github.com/rust-lang/crates.io-index" 382 - checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" 383 dependencies = [ 384 "cc", 385 "cxxbridge-flags", ··· 389 390 [[package]] 391 name = "cxx-build" 392 - version = "1.0.93" 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" 395 dependencies = [ 396 "cc", 397 "codespan-reporting", ··· 399 "proc-macro2", 400 "quote", 401 "scratch", 402 - "syn 2.0.11", 403 ] 404 405 [[package]] 406 name = "cxxbridge-flags" 407 - version = "1.0.93" 408 source = "registry+https://github.com/rust-lang/crates.io-index" 409 - checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" 410 411 [[package]] 412 name = "cxxbridge-macro" 413 - version = "1.0.93" 414 source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" 416 dependencies = [ 417 "proc-macro2", 418 "quote", 419 - "syn 2.0.11", 420 ] 421 422 [[package]] ··· 430 431 [[package]] 432 name = "dirs" 433 - version = "4.0.0" 434 source = "registry+https://github.com/rust-lang/crates.io-index" 435 - checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 436 dependencies = [ 437 "dirs-sys", 438 ] 439 440 [[package]] 441 name = "dirs-sys" 442 - version = "0.3.7" 443 source = "registry+https://github.com/rust-lang/crates.io-index" 444 - checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 445 dependencies = [ 446 "libc", 447 "redox_users", 448 - "winapi", 449 ] 450 451 [[package]] ··· 461 462 [[package]] 463 name = "ecow" 464 - version = "0.1.0" 465 source = "registry+https://github.com/rust-lang/crates.io-index" 466 - checksum = "e60e2840fbfc397c7972b11a6e6bd99a0248921cc1e31f293c5f6c5ac24831da" 467 468 [[package]] 469 name = "elsa" 470 - version = "1.8.0" 471 source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "f74077c3c3aedb99a2683919698285596662518ea13e5eedcf8bdd43b0d0453b" 473 dependencies = [ 474 "stable_deref_trait", 475 ] ··· 486 "quote", 487 "rustc_version", 488 "syn 1.0.109", 489 ] 490 491 [[package]] 492 name = "errno" 493 - version = "0.3.0" 494 source = "registry+https://github.com/rust-lang/crates.io-index" 495 - checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" 496 dependencies = [ 497 "errno-dragonfly", 498 "libc", 499 - "windows-sys 0.45.0", 500 ] 501 502 [[package]] ··· 520 ] 521 522 [[package]] 523 name = "filetime" 524 - version = "0.2.20" 525 source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" 527 dependencies = [ 528 "cfg-if", 529 "libc", 530 - "redox_syscall", 531 - "windows-sys 0.45.0", 532 ] 533 534 [[package]] ··· 554 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 555 556 [[package]] 557 name = "form_urlencoded" 558 version = "1.1.0" 559 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 572 ] 573 574 [[package]] 575 name = "getopts" 576 version = "0.2.21" 577 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 582 583 [[package]] 584 name = "getrandom" 585 - version = "0.2.8" 586 source = "registry+https://github.com/rust-lang/crates.io-index" 587 - checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 588 dependencies = [ 589 "cfg-if", 590 "libc", ··· 602 ] 603 604 [[package]] 605 name = "hashbrown" 606 version = "0.12.3" 607 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 636 637 [[package]] 638 name = "hermit-abi" 639 version = "0.3.1" 640 source = "registry+https://github.com/rust-lang/crates.io-index" 641 checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" ··· 656 657 [[package]] 658 name = "iana-time-zone" 659 - version = "0.1.53" 660 source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765" 662 dependencies = [ 663 "android_system_properties", 664 "core-foundation-sys", 665 "iana-time-zone-haiku", 666 "js-sys", 667 "wasm-bindgen", 668 - "winapi", 669 ] 670 671 [[package]] ··· 696 697 [[package]] 698 name = "image" 699 - version = "0.24.5" 700 source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945" 702 dependencies = [ 703 "bytemuck", 704 "byteorder", 705 "color_quant", 706 - "gif", 707 "jpeg-decoder 0.3.0", 708 "num-rational", 709 "num-traits", ··· 737 dependencies = [ 738 "autocfg", 739 "hashbrown", 740 ] 741 742 [[package]] ··· 745 source = "registry+https://github.com/rust-lang/crates.io-index" 746 checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 747 dependencies = [ 748 - "bitflags", 749 "inotify-sys", 750 "libc", 751 ] ··· 757 checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 758 dependencies = [ 759 "libc", 760 ] 761 762 [[package]] 763 name = "io-lifetimes" 764 - version = "1.0.9" 765 source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" 767 dependencies = [ 768 - "hermit-abi", 769 "libc", 770 - "windows-sys 0.45.0", 771 ] 772 773 [[package]] 774 name = "is-terminal" 775 - version = "0.4.6" 776 source = "registry+https://github.com/rust-lang/crates.io-index" 777 - checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" 778 dependencies = [ 779 - "hermit-abi", 780 "io-lifetimes", 781 "rustix", 782 - "windows-sys 0.45.0", 783 ] 784 785 [[package]] ··· 789 checksum = "b64fd6448ee8a45ce6e4365c58e4fa7d8740cba2ed70db3e9ab4879ebd93eaaa" 790 dependencies = [ 791 "phf", 792 ] 793 794 [[package]] ··· 834 source = "registry+https://github.com/rust-lang/crates.io-index" 835 checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 836 dependencies = [ 837 - "bitflags", 838 "libc", 839 ] 840 ··· 855 856 [[package]] 857 name = "libc" 858 - version = "0.2.140" 859 source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 861 862 [[package]] 863 name = "link-cplusplus" ··· 876 877 [[package]] 878 name = "linux-raw-sys" 879 - version = "0.3.0" 880 source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" 882 883 [[package]] 884 name = "lipsum" ··· 891 ] 892 893 [[package]] 894 name = "log" 895 version = "0.4.17" 896 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 921 ] 922 923 [[package]] 924 name = "miniz_oxide" 925 version = "0.5.4" 926 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 939 ] 940 941 [[package]] 942 name = "mio" 943 version = "0.8.6" 944 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 956 source = "registry+https://github.com/rust-lang/crates.io-index" 957 checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" 958 dependencies = [ 959 - "bitflags", 960 "crossbeam-channel", 961 "filetime", 962 "fsevent-sys", ··· 969 ] 970 971 [[package]] 972 name = "num-bigint" 973 version = "0.4.3" 974 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 977 "autocfg", 978 "num-integer", 979 "num-traits", 980 ] 981 982 [[package]] ··· 1010 ] 1011 1012 [[package]] 1013 name = "numerals" 1014 version = "0.1.4" 1015 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1023 1024 [[package]] 1025 name = "open" 1026 - version = "4.0.1" 1027 source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "075c5203b3a2b698bc72c6c10b1f6263182135751d5013ea66e8a4b3d0562a43" 1029 dependencies = [ 1030 "pathdiff", 1031 ] 1032 1033 [[package]] 1034 name = "paste" 1035 version = "1.0.12" 1036 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1048 source = "registry+https://github.com/rust-lang/crates.io-index" 1049 checksum = "249f9b33a3192626f2cd9f4b0cd66c1ec32d65968d58cf4d8239977feddddead" 1050 dependencies = [ 1051 - "bitflags", 1052 "itoa", 1053 "ryu", 1054 ] ··· 1084 checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" 1085 1086 [[package]] 1087 name = "pixglyph" 1088 version = "0.1.0" 1089 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1094 1095 [[package]] 1096 name = "png" 1097 - version = "0.17.7" 1098 source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" 1100 dependencies = [ 1101 - "bitflags", 1102 "crc32fast", 1103 "flate2", 1104 - "miniz_oxide 0.6.2", 1105 ] 1106 1107 [[package]] ··· 1112 1113 [[package]] 1114 name = "proc-macro2" 1115 - version = "1.0.52" 1116 source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" 1118 dependencies = [ 1119 "unicode-ident", 1120 ] 1121 1122 [[package]] 1123 name = "pulldown-cmark" 1124 version = "0.9.2" 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1126 checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 1127 dependencies = [ 1128 - "bitflags", 1129 "getopts", 1130 "memchr", 1131 "unicase", 1132 ] 1133 1134 [[package]] 1135 name = "quote" 1136 version = "1.0.26" 1137 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1139 dependencies = [ 1140 "proc-macro2", 1141 ] 1142 1143 [[package]] 1144 name = "rand" ··· 1166 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1167 1168 [[package]] 1169 name = "rctree" 1170 version = "0.4.0" 1171 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1177 source = "registry+https://github.com/rust-lang/crates.io-index" 1178 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1179 dependencies = [ 1180 - "bitflags", 1181 ] 1182 1183 [[package]] ··· 1187 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1188 dependencies = [ 1189 "getrandom", 1190 - "redox_syscall", 1191 "thiserror", 1192 ] 1193 1194 [[package]] 1195 name = "regex" 1196 - version = "1.7.1" 1197 source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 1199 dependencies = [ 1200 "aho-corasick", 1201 "memchr", 1202 - "regex-syntax", 1203 ] 1204 1205 [[package]] 1206 name = "regex-syntax" 1207 - version = "0.6.28" 1208 source = "registry+https://github.com/rust-lang/crates.io-index" 1209 - checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 1210 1211 [[package]] 1212 name = "resvg" ··· 1214 source = "registry+https://github.com/rust-lang/crates.io-index" 1215 checksum = "2e702d1e8e00a3a0717b96244cba840f34f542d8f23097c8903266c4e2975658" 1216 dependencies = [ 1217 - "gif", 1218 "jpeg-decoder 0.2.6", 1219 "log", 1220 "pico-args", ··· 1235 ] 1236 1237 [[package]] 1238 name = "roff" 1239 version = "0.2.1" 1240 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1250 ] 1251 1252 [[package]] 1253 name = "rustc_version" 1254 version = "0.4.0" 1255 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1260 1261 [[package]] 1262 name = "rustix" 1263 - version = "0.37.5" 1264 source = "registry+https://github.com/rust-lang/crates.io-index" 1265 - checksum = "0e78cc525325c06b4a7ff02db283472f3c042b7ff0c391f96c6d5ac6f4f91b75" 1266 dependencies = [ 1267 - "bitflags", 1268 "errno", 1269 "io-lifetimes", 1270 "libc", 1271 "linux-raw-sys", 1272 - "windows-sys 0.45.0", 1273 ] 1274 1275 [[package]] ··· 1284 source = "registry+https://github.com/rust-lang/crates.io-index" 1285 checksum = "a617c811f5c9a7060fe511d35d13bf5b9f0463ce36d63ce666d05779df2b4eba" 1286 dependencies = [ 1287 - "bitflags", 1288 "bytemuck", 1289 "smallvec", 1290 "ttf-parser 0.15.2", ··· 1317 dependencies = [ 1318 "winapi-util", 1319 ] 1320 1321 [[package]] 1322 name = "scratch" ··· 1325 checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 1326 1327 [[package]] 1328 name = "semver" 1329 version = "1.0.17" 1330 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1332 1333 [[package]] 1334 name = "serde" 1335 - version = "1.0.158" 1336 source = "registry+https://github.com/rust-lang/crates.io-index" 1337 - checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" 1338 dependencies = [ 1339 "serde_derive", 1340 ] 1341 1342 [[package]] 1343 name = "serde_derive" 1344 - version = "1.0.158" 1345 source = "registry+https://github.com/rust-lang/crates.io-index" 1346 - checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" 1347 dependencies = [ 1348 "proc-macro2", 1349 "quote", 1350 - "syn 2.0.11", 1351 ] 1352 1353 [[package]] 1354 name = "serde_json" 1355 - version = "1.0.94" 1356 source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" 1358 dependencies = [ 1359 "itoa", 1360 "ryu", ··· 1362 ] 1363 1364 [[package]] 1365 name = "serde_yaml" 1366 version = "0.8.26" 1367 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1374 ] 1375 1376 [[package]] 1377 name = "simplecss" 1378 version = "0.2.1" 1379 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1395 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1396 1397 [[package]] 1398 name = "stable_deref_trait" 1399 version = "1.2.0" 1400 source = "registry+https://github.com/rust-lang/crates.io-index" 1401 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1402 1403 [[package]] 1404 name = "strsim" 1405 version = "0.10.0" 1406 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1468 1469 [[package]] 1470 name = "syn" 1471 - version = "2.0.11" 1472 source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 1474 dependencies = [ 1475 "proc-macro2", 1476 "quote", ··· 1484 checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8" 1485 dependencies = [ 1486 "bincode", 1487 - "bitflags", 1488 "fancy-regex", 1489 "flate2", 1490 "fnv", 1491 "lazy_static", 1492 "once_cell", 1493 - "regex-syntax", 1494 "serde", 1495 "serde_derive", 1496 "serde_json", ··· 1499 ] 1500 1501 [[package]] 1502 name = "termcolor" 1503 - version = "1.2.0" 1504 source = "registry+https://github.com/rust-lang/crates.io-index" 1505 - checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 1506 dependencies = [ 1507 "winapi-util", 1508 ] 1509 1510 [[package]] 1511 - name = "thin-vec" 1512 - version = "0.2.12" 1513 source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" 1515 1516 [[package]] 1517 name = "thiserror" ··· 1530 dependencies = [ 1531 "proc-macro2", 1532 "quote", 1533 - "syn 2.0.11", 1534 ] 1535 1536 [[package]] ··· 1572 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1573 1574 [[package]] 1575 name = "ttf-parser" 1576 version = "0.15.2" 1577 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1597 1598 [[package]] 1599 name = "typst" 1600 - version = "0.2.0" 1601 dependencies = [ 1602 - "bitflags", 1603 "bytemuck", 1604 "comemo", 1605 "ecow", 1606 "flate2", 1607 "if_chain", 1608 "image", 1609 "indexmap", 1610 "log", 1611 - "miniz_oxide 0.5.4", 1612 "once_cell", 1613 "pdf-writer", 1614 "pixglyph", ··· 1618 "rustybuzz", 1619 "serde", 1620 "siphasher", 1621 "subsetter", 1622 "svg2pdf", 1623 - "thin-vec", 1624 "tiny-skia", 1625 "ttf-parser 0.18.1", 1626 "typst-macros", 1627 "unicode-math-class", ··· 1634 1635 [[package]] 1636 name = "typst-cli" 1637 - version = "0.2.0" 1638 dependencies = [ 1639 "chrono", 1640 - "clap", 1641 "clap_complete", 1642 "clap_mangen", 1643 "codespan-reporting", 1644 "comemo", 1645 "dirs", 1646 "elsa", 1647 "memmap2", 1648 "notify", 1649 "once_cell", 1650 "open", 1651 "same-file", 1652 "siphasher", 1653 "typst", 1654 "typst-library", 1655 "walkdir", ··· 1657 1658 [[package]] 1659 name = "typst-docs" 1660 - version = "0.2.0" 1661 dependencies = [ 1662 "comemo", 1663 "heck", ··· 1670 "typst-library", 1671 "unicode_names2", 1672 "unscanny", 1673 "yaml-front-matter", 1674 ] 1675 1676 [[package]] 1677 name = "typst-library" 1678 - version = "0.2.0" 1679 dependencies = [ 1680 "chinese-number", 1681 "comemo", ··· 1693 "serde_yaml", 1694 "smallvec", 1695 "syntect", 1696 "ttf-parser 0.18.1", 1697 "typed-arena", 1698 "typst", ··· 1705 1706 [[package]] 1707 name = "typst-macros" 1708 - version = "0.2.0" 1709 dependencies = [ 1710 "heck", 1711 "proc-macro2", 1712 "quote", 1713 "syn 1.0.109", 1714 - "unscanny", 1715 ] 1716 1717 [[package]] 1718 name = "typst-tests" 1719 - version = "0.2.0" 1720 dependencies = [ 1721 "comemo", 1722 "elsa", 1723 "iai", 1724 "once_cell", 1725 "tiny-skia", 1726 - "ttf-parser 0.17.1", 1727 "typst", 1728 "typst-library", 1729 "unscanny", ··· 1813 version = "1.10.1" 1814 source = "registry+https://github.com/rust-lang/crates.io-index" 1815 checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1816 1817 [[package]] 1818 name = "unicode-width" ··· 1839 checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47" 1840 1841 [[package]] 1842 name = "url" 1843 version = "2.3.1" 1844 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1859 "data-url", 1860 "flate2", 1861 "float-cmp", 1862 "kurbo", 1863 "log", 1864 "pico-args", 1865 "rctree", 1866 "roxmltree", 1867 "simplecss", 1868 "siphasher", 1869 "svgtypes", 1870 ] 1871 1872 [[package]] ··· 1874 version = "0.2.1" 1875 source = "registry+https://github.com/rust-lang/crates.io-index" 1876 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 1877 1878 [[package]] 1879 name = "version_check" ··· 1952 checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 1953 1954 [[package]] 1955 name = "weezl" 1956 version = "0.1.7" 1957 source = "registry+https://github.com/rust-lang/crates.io-index" 1958 checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 1959 1960 [[package]] 1961 name = "winapi" ··· 1989 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1990 1991 [[package]] 1992 name = "windows-sys" 1993 version = "0.42.0" 1994 source = "registry+https://github.com/rust-lang/crates.io-index" 1995 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1996 dependencies = [ 1997 - "windows_aarch64_gnullvm", 1998 - "windows_aarch64_msvc", 1999 - "windows_i686_gnu", 2000 - "windows_i686_msvc", 2001 - "windows_x86_64_gnu", 2002 - "windows_x86_64_gnullvm", 2003 - "windows_x86_64_msvc", 2004 ] 2005 2006 [[package]] ··· 2009 source = "registry+https://github.com/rust-lang/crates.io-index" 2010 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2011 dependencies = [ 2012 - "windows-targets", 2013 ] 2014 2015 [[package]] ··· 2018 source = "registry+https://github.com/rust-lang/crates.io-index" 2019 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2020 dependencies = [ 2021 - "windows_aarch64_gnullvm", 2022 - "windows_aarch64_msvc", 2023 - "windows_i686_gnu", 2024 - "windows_i686_msvc", 2025 - "windows_x86_64_gnu", 2026 - "windows_x86_64_gnullvm", 2027 - "windows_x86_64_msvc", 2028 ] 2029 2030 [[package]] ··· 2034 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2035 2036 [[package]] 2037 name = "windows_aarch64_msvc" 2038 version = "0.42.2" 2039 source = "registry+https://github.com/rust-lang/crates.io-index" 2040 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2041 2042 [[package]] 2043 name = "windows_i686_gnu" 2044 version = "0.42.2" 2045 source = "registry+https://github.com/rust-lang/crates.io-index" 2046 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2047 2048 [[package]] 2049 name = "windows_i686_msvc" 2050 version = "0.42.2" 2051 source = "registry+https://github.com/rust-lang/crates.io-index" 2052 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2053 2054 [[package]] 2055 name = "windows_x86_64_gnu" 2056 version = "0.42.2" 2057 source = "registry+https://github.com/rust-lang/crates.io-index" 2058 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2059 2060 [[package]] 2061 name = "windows_x86_64_gnullvm" 2062 version = "0.42.2" 2063 source = "registry+https://github.com/rust-lang/crates.io-index" 2064 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2065 2066 [[package]] 2067 name = "windows_x86_64_msvc" 2068 version = "0.42.2" 2069 source = "registry+https://github.com/rust-lang/crates.io-index" 2070 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2071 2072 [[package]] 2073 name = "xi-unicode" 2074 version = "0.3.0" 2075 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2105 dependencies = [ 2106 "linked-hash-map", 2107 ]
··· 9 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 10 11 [[package]] 12 + name = "ahash" 13 + version = "0.8.3" 14 + source = "registry+https://github.com/rust-lang/crates.io-index" 15 + checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" 16 + dependencies = [ 17 + "cfg-if", 18 + "getrandom", 19 + "once_cell", 20 + "version_check", 21 + ] 22 + 23 + [[package]] 24 name = "aho-corasick" 25 + version = "1.0.1" 26 source = "registry+https://github.com/rust-lang/crates.io-index" 27 + checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 28 dependencies = [ 29 "memchr", 30 ] ··· 40 41 [[package]] 42 name = "anstream" 43 + version = "0.3.1" 44 source = "registry+https://github.com/rust-lang/crates.io-index" 45 + checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450" 46 dependencies = [ 47 "anstyle", 48 "anstyle-parse", 49 + "anstyle-query", 50 "anstyle-wincon", 51 + "colorchoice", 52 "is-terminal", 53 "utf8parse", 54 ] 55 56 [[package]] 57 name = "anstyle" 58 + version = "1.0.0" 59 source = "registry+https://github.com/rust-lang/crates.io-index" 60 + checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 61 62 [[package]] 63 name = "anstyle-parse" 64 + version = "0.2.0" 65 source = "registry+https://github.com/rust-lang/crates.io-index" 66 + checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 67 dependencies = [ 68 "utf8parse", 69 ] 70 71 [[package]] 72 + name = "anstyle-query" 73 + version = "1.0.0" 74 + source = "registry+https://github.com/rust-lang/crates.io-index" 75 + checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 76 + dependencies = [ 77 + "windows-sys 0.48.0", 78 + ] 79 + 80 + [[package]] 81 name = "anstyle-wincon" 82 + version = "1.0.1" 83 source = "registry+https://github.com/rust-lang/crates.io-index" 84 + checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 85 dependencies = [ 86 "anstyle", 87 + "windows-sys 0.48.0", 88 ] 89 90 [[package]] ··· 104 version = "0.7.2" 105 source = "registry+https://github.com/rust-lang/crates.io-index" 106 checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" 107 + 108 + [[package]] 109 + name = "atty" 110 + version = "0.2.14" 111 + source = "registry+https://github.com/rust-lang/crates.io-index" 112 + checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 113 + dependencies = [ 114 + "hermit-abi 0.1.19", 115 + "libc", 116 + "winapi", 117 + ] 118 119 [[package]] 120 name = "autocfg" ··· 173 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 174 175 [[package]] 176 + name = "bitflags" 177 + version = "2.2.1" 178 + source = "registry+https://github.com/rust-lang/crates.io-index" 179 + checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813" 180 + dependencies = [ 181 + "serde", 182 + ] 183 + 184 + [[package]] 185 + name = "bitvec" 186 + version = "1.0.1" 187 + source = "registry+https://github.com/rust-lang/crates.io-index" 188 + checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 189 + dependencies = [ 190 + "funty", 191 + "radium", 192 + "tap", 193 + "wyz", 194 + ] 195 + 196 + [[package]] 197 name = "bumpalo" 198 + version = "3.12.1" 199 source = "registry+https://github.com/rust-lang/crates.io-index" 200 + checksum = "9b1ce199063694f33ffb7dd4e0ee620741495c32833cde5aa08f02a0bf96f0c8" 201 202 [[package]] 203 name = "bytemuck" ··· 225 226 [[package]] 227 name = "chinese-number" 228 + version = "0.7.2" 229 source = "registry+https://github.com/rust-lang/crates.io-index" 230 + checksum = "bb8659add27dbba7575c058a3265d81cc078dc2693848445bf3788a883ec82c8" 231 dependencies = [ 232 "chinese-variant", 233 "enum-ordinalize", 234 "num-bigint", 235 "num-traits", 236 ] 237 238 [[package]] 239 name = "chinese-variant" ··· 255 256 [[package]] 257 name = "clap" 258 + version = "3.2.24" 259 + source = "registry+https://github.com/rust-lang/crates.io-index" 260 + checksum = "eef2b3ded6a26dfaec672a742c93c8cf6b689220324da509ec5caa20de55dc83" 261 + dependencies = [ 262 + "atty", 263 + "bitflags 1.3.2", 264 + "clap_lex 0.2.4", 265 + "indexmap", 266 + "strsim", 267 + "termcolor", 268 + "textwrap", 269 + ] 270 + 271 + [[package]] 272 + name = "clap" 273 + version = "4.2.4" 274 source = "registry+https://github.com/rust-lang/crates.io-index" 275 + checksum = "956ac1f6381d8d82ab4684768f89c0ea3afe66925ceadb4eeb3fc452ffc55d62" 276 dependencies = [ 277 "clap_builder", 278 "clap_derive", ··· 281 282 [[package]] 283 name = "clap_builder" 284 + version = "4.2.4" 285 source = "registry+https://github.com/rust-lang/crates.io-index" 286 + checksum = "84080e799e54cff944f4b4a4b0e71630b0e0443b25b985175c7dddc1a859b749" 287 dependencies = [ 288 "anstream", 289 "anstyle", 290 + "bitflags 1.3.2", 291 + "clap_lex 0.4.1", 292 "strsim", 293 ] 294 295 [[package]] 296 name = "clap_complete" 297 + version = "4.2.1" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 + checksum = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473" 300 dependencies = [ 301 + "clap 4.2.4", 302 ] 303 304 [[package]] ··· 310 "heck", 311 "proc-macro2", 312 "quote", 313 + "syn 2.0.15", 314 + ] 315 + 316 + [[package]] 317 + name = "clap_lex" 318 + version = "0.2.4" 319 + source = "registry+https://github.com/rust-lang/crates.io-index" 320 + checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 321 + dependencies = [ 322 + "os_str_bytes", 323 ] 324 325 [[package]] ··· 334 source = "registry+https://github.com/rust-lang/crates.io-index" 335 checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8" 336 dependencies = [ 337 + "clap 4.2.4", 338 "roff", 339 ] 340 ··· 355 checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" 356 357 [[package]] 358 + name = "colorchoice" 359 + version = "1.0.0" 360 + source = "registry+https://github.com/rust-lang/crates.io-index" 361 + checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 362 + 363 + [[package]] 364 name = "comemo" 365 + version = "0.2.2" 366 source = "registry+https://github.com/rust-lang/crates.io-index" 367 + checksum = "1ba423e212681b51c5452a458bb24e88165f4c09857a783c802719cc46313f3f" 368 dependencies = [ 369 "comemo-macros", 370 "siphasher", ··· 372 373 [[package]] 374 name = "comemo-macros" 375 + version = "0.2.2" 376 source = "registry+https://github.com/rust-lang/crates.io-index" 377 + checksum = "fca5ceeb99665bad04a32fe297d1581a68685e36fb6da92a1c9b7d9693638c01" 378 dependencies = [ 379 "proc-macro2", 380 "quote", ··· 382 ] 383 384 [[package]] 385 + name = "core-foundation-sys" 386 + version = "0.8.4" 387 source = "registry+https://github.com/rust-lang/crates.io-index" 388 + checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 389 390 [[package]] 391 + name = "crc32fast" 392 + version = "1.3.2" 393 source = "registry+https://github.com/rust-lang/crates.io-index" 394 + checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 395 dependencies = [ 396 + "cfg-if", 397 ] 398 399 [[package]] 400 + name = "crossbeam-channel" 401 + version = "0.5.8" 402 source = "registry+https://github.com/rust-lang/crates.io-index" 403 + checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 404 + dependencies = [ 405 + "cfg-if", 406 + "crossbeam-utils", 407 + ] 408 409 [[package]] 410 + name = "crossbeam-deque" 411 + version = "0.8.3" 412 source = "registry+https://github.com/rust-lang/crates.io-index" 413 + checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 414 dependencies = [ 415 "cfg-if", 416 + "crossbeam-epoch", 417 + "crossbeam-utils", 418 ] 419 420 [[package]] 421 + name = "crossbeam-epoch" 422 + version = "0.9.14" 423 source = "registry+https://github.com/rust-lang/crates.io-index" 424 + checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 425 dependencies = [ 426 + "autocfg", 427 "cfg-if", 428 "crossbeam-utils", 429 + "memoffset", 430 + "scopeguard", 431 ] 432 433 [[package]] ··· 462 463 [[package]] 464 name = "cxx" 465 + version = "1.0.94" 466 source = "registry+https://github.com/rust-lang/crates.io-index" 467 + checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" 468 dependencies = [ 469 "cc", 470 "cxxbridge-flags", ··· 474 475 [[package]] 476 name = "cxx-build" 477 + version = "1.0.94" 478 source = "registry+https://github.com/rust-lang/crates.io-index" 479 + checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" 480 dependencies = [ 481 "cc", 482 "codespan-reporting", ··· 484 "proc-macro2", 485 "quote", 486 "scratch", 487 + "syn 2.0.15", 488 ] 489 490 [[package]] 491 name = "cxxbridge-flags" 492 + version = "1.0.94" 493 source = "registry+https://github.com/rust-lang/crates.io-index" 494 + checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" 495 496 [[package]] 497 name = "cxxbridge-macro" 498 + version = "1.0.94" 499 source = "registry+https://github.com/rust-lang/crates.io-index" 500 + checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" 501 dependencies = [ 502 "proc-macro2", 503 "quote", 504 + "syn 2.0.15", 505 + ] 506 + 507 + [[package]] 508 + name = "dashmap" 509 + version = "5.4.0" 510 + source = "registry+https://github.com/rust-lang/crates.io-index" 511 + checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" 512 + dependencies = [ 513 + "cfg-if", 514 + "hashbrown", 515 + "lock_api", 516 + "once_cell", 517 + "parking_lot_core", 518 ] 519 520 [[package]] ··· 528 529 [[package]] 530 name = "dirs" 531 + version = "5.0.0" 532 source = "registry+https://github.com/rust-lang/crates.io-index" 533 + checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" 534 dependencies = [ 535 "dirs-sys", 536 ] 537 538 [[package]] 539 name = "dirs-sys" 540 + version = "0.4.0" 541 source = "registry+https://github.com/rust-lang/crates.io-index" 542 + checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" 543 dependencies = [ 544 "libc", 545 "redox_users", 546 + "windows-sys 0.45.0", 547 ] 548 549 [[package]] ··· 559 560 [[package]] 561 name = "ecow" 562 + version = "0.1.1" 563 source = "registry+https://github.com/rust-lang/crates.io-index" 564 + checksum = "c5c5051925c54d9a42c8652313b5358a7432eed209466b443ed5220431243a14" 565 + 566 + [[package]] 567 + name = "either" 568 + version = "1.8.1" 569 + source = "registry+https://github.com/rust-lang/crates.io-index" 570 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 571 572 [[package]] 573 name = "elsa" 574 + version = "1.8.1" 575 source = "registry+https://github.com/rust-lang/crates.io-index" 576 + checksum = "b5e0aca8dce8856e420195bd13b6a64de3334235ccc9214e824b86b12bf26283" 577 dependencies = [ 578 "stable_deref_trait", 579 ] ··· 590 "quote", 591 "rustc_version", 592 "syn 1.0.109", 593 + ] 594 + 595 + [[package]] 596 + name = "env_logger" 597 + version = "0.10.0" 598 + source = "registry+https://github.com/rust-lang/crates.io-index" 599 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 600 + dependencies = [ 601 + "log", 602 ] 603 604 [[package]] 605 name = "errno" 606 + version = "0.3.1" 607 source = "registry+https://github.com/rust-lang/crates.io-index" 608 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 609 dependencies = [ 610 "errno-dragonfly", 611 "libc", 612 + "windows-sys 0.48.0", 613 ] 614 615 [[package]] ··· 633 ] 634 635 [[package]] 636 + name = "fastrand" 637 + version = "1.9.0" 638 + source = "registry+https://github.com/rust-lang/crates.io-index" 639 + checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 640 + dependencies = [ 641 + "instant", 642 + ] 643 + 644 + [[package]] 645 + name = "fdeflate" 646 + version = "0.3.0" 647 + source = "registry+https://github.com/rust-lang/crates.io-index" 648 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 649 + dependencies = [ 650 + "simd-adler32", 651 + ] 652 + 653 + [[package]] 654 name = "filetime" 655 + version = "0.2.21" 656 source = "registry+https://github.com/rust-lang/crates.io-index" 657 + checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 658 dependencies = [ 659 "cfg-if", 660 "libc", 661 + "redox_syscall 0.2.16", 662 + "windows-sys 0.48.0", 663 ] 664 665 [[package]] ··· 685 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 686 687 [[package]] 688 + name = "fontdb" 689 + version = "0.9.3" 690 + source = "registry+https://github.com/rust-lang/crates.io-index" 691 + checksum = "d52186a39c335aa6f79fc0bf1c3cf854870b6ad4e50a7bb8a59b4ba1331f478a" 692 + dependencies = [ 693 + "log", 694 + "memmap2", 695 + "ttf-parser 0.17.1", 696 + ] 697 + 698 + [[package]] 699 name = "form_urlencoded" 700 version = "1.1.0" 701 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 714 ] 715 716 [[package]] 717 + name = "funty" 718 + version = "2.0.0" 719 + source = "registry+https://github.com/rust-lang/crates.io-index" 720 + checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 721 + 722 + [[package]] 723 name = "getopts" 724 version = "0.2.21" 725 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 730 731 [[package]] 732 name = "getrandom" 733 + version = "0.2.9" 734 source = "registry+https://github.com/rust-lang/crates.io-index" 735 + checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 736 dependencies = [ 737 "cfg-if", 738 "libc", ··· 750 ] 751 752 [[package]] 753 + name = "gif" 754 + version = "0.12.0" 755 + source = "registry+https://github.com/rust-lang/crates.io-index" 756 + checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" 757 + dependencies = [ 758 + "color_quant", 759 + "weezl", 760 + ] 761 + 762 + [[package]] 763 + name = "glob" 764 + version = "0.3.1" 765 + source = "registry+https://github.com/rust-lang/crates.io-index" 766 + checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 767 + 768 + [[package]] 769 name = "hashbrown" 770 version = "0.12.3" 771 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 800 801 [[package]] 802 name = "hermit-abi" 803 + version = "0.1.19" 804 + source = "registry+https://github.com/rust-lang/crates.io-index" 805 + checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 806 + dependencies = [ 807 + "libc", 808 + ] 809 + 810 + [[package]] 811 + name = "hermit-abi" 812 + version = "0.2.6" 813 + source = "registry+https://github.com/rust-lang/crates.io-index" 814 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 815 + dependencies = [ 816 + "libc", 817 + ] 818 + 819 + [[package]] 820 + name = "hermit-abi" 821 version = "0.3.1" 822 source = "registry+https://github.com/rust-lang/crates.io-index" 823 checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" ··· 838 839 [[package]] 840 name = "iana-time-zone" 841 + version = "0.1.56" 842 source = "registry+https://github.com/rust-lang/crates.io-index" 843 + checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 844 dependencies = [ 845 "android_system_properties", 846 "core-foundation-sys", 847 "iana-time-zone-haiku", 848 "js-sys", 849 "wasm-bindgen", 850 + "windows", 851 ] 852 853 [[package]] ··· 878 879 [[package]] 880 name = "image" 881 + version = "0.24.6" 882 source = "registry+https://github.com/rust-lang/crates.io-index" 883 + checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 884 dependencies = [ 885 "bytemuck", 886 "byteorder", 887 "color_quant", 888 + "gif 0.12.0", 889 "jpeg-decoder 0.3.0", 890 "num-rational", 891 "num-traits", ··· 919 dependencies = [ 920 "autocfg", 921 "hashbrown", 922 + "rayon", 923 + ] 924 + 925 + [[package]] 926 + name = "inferno" 927 + version = "0.11.15" 928 + source = "registry+https://github.com/rust-lang/crates.io-index" 929 + checksum = "2fb7c1b80a1dfa604bb4a649a5c5aeef3d913f7c520cb42b40e534e8a61bcdfc" 930 + dependencies = [ 931 + "ahash", 932 + "clap 4.2.4", 933 + "crossbeam-channel", 934 + "crossbeam-utils", 935 + "dashmap", 936 + "env_logger", 937 + "indexmap", 938 + "is-terminal", 939 + "itoa", 940 + "log", 941 + "num-format", 942 + "once_cell", 943 + "quick-xml", 944 + "rgb", 945 + "str_stack", 946 ] 947 948 [[package]] ··· 951 source = "registry+https://github.com/rust-lang/crates.io-index" 952 checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 953 dependencies = [ 954 + "bitflags 1.3.2", 955 "inotify-sys", 956 "libc", 957 ] ··· 963 checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 964 dependencies = [ 965 "libc", 966 + ] 967 + 968 + [[package]] 969 + name = "instant" 970 + version = "0.1.12" 971 + source = "registry+https://github.com/rust-lang/crates.io-index" 972 + checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 973 + dependencies = [ 974 + "cfg-if", 975 ] 976 977 [[package]] 978 name = "io-lifetimes" 979 + version = "1.0.10" 980 source = "registry+https://github.com/rust-lang/crates.io-index" 981 + checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 982 dependencies = [ 983 + "hermit-abi 0.3.1", 984 "libc", 985 + "windows-sys 0.48.0", 986 + ] 987 + 988 + [[package]] 989 + name = "is-docker" 990 + version = "0.2.0" 991 + source = "registry+https://github.com/rust-lang/crates.io-index" 992 + checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3" 993 + dependencies = [ 994 + "once_cell", 995 ] 996 997 [[package]] 998 name = "is-terminal" 999 + version = "0.4.7" 1000 source = "registry+https://github.com/rust-lang/crates.io-index" 1001 + checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 1002 dependencies = [ 1003 + "hermit-abi 0.3.1", 1004 "io-lifetimes", 1005 "rustix", 1006 + "windows-sys 0.48.0", 1007 + ] 1008 + 1009 + [[package]] 1010 + name = "is-wsl" 1011 + version = "0.4.0" 1012 + source = "registry+https://github.com/rust-lang/crates.io-index" 1013 + checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5" 1014 + dependencies = [ 1015 + "is-docker", 1016 + "once_cell", 1017 ] 1018 1019 [[package]] ··· 1023 checksum = "b64fd6448ee8a45ce6e4365c58e4fa7d8740cba2ed70db3e9ab4879ebd93eaaa" 1024 dependencies = [ 1025 "phf", 1026 + ] 1027 + 1028 + [[package]] 1029 + name = "itertools" 1030 + version = "0.10.5" 1031 + source = "registry+https://github.com/rust-lang/crates.io-index" 1032 + checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1033 + dependencies = [ 1034 + "either", 1035 ] 1036 1037 [[package]] ··· 1077 source = "registry+https://github.com/rust-lang/crates.io-index" 1078 checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 1079 dependencies = [ 1080 + "bitflags 1.3.2", 1081 "libc", 1082 ] 1083 ··· 1098 1099 [[package]] 1100 name = "libc" 1101 + version = "0.2.142" 1102 source = "registry+https://github.com/rust-lang/crates.io-index" 1103 + checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" 1104 + 1105 + [[package]] 1106 + name = "libdeflate-sys" 1107 + version = "0.11.0" 1108 + source = "registry+https://github.com/rust-lang/crates.io-index" 1109 + checksum = "cb6784b6b84b67d71b4307963d456a9c7c29f9b47c658f533e598de369e34277" 1110 + dependencies = [ 1111 + "cc", 1112 + ] 1113 + 1114 + [[package]] 1115 + name = "libdeflater" 1116 + version = "0.11.0" 1117 + source = "registry+https://github.com/rust-lang/crates.io-index" 1118 + checksum = "d8e285aa6a046fd338b2592c16bee148b2b00789138ed6b7bb56bb13d585050d" 1119 + dependencies = [ 1120 + "libdeflate-sys", 1121 + ] 1122 1123 [[package]] 1124 name = "link-cplusplus" ··· 1137 1138 [[package]] 1139 name = "linux-raw-sys" 1140 + version = "0.3.4" 1141 source = "registry+https://github.com/rust-lang/crates.io-index" 1142 + checksum = "36eb31c1778188ae1e64398743890d0877fef36d11521ac60406b42016e8c2cf" 1143 1144 [[package]] 1145 name = "lipsum" ··· 1152 ] 1153 1154 [[package]] 1155 + name = "lock_api" 1156 + version = "0.4.9" 1157 + source = "registry+https://github.com/rust-lang/crates.io-index" 1158 + checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 1159 + dependencies = [ 1160 + "autocfg", 1161 + "scopeguard", 1162 + ] 1163 + 1164 + [[package]] 1165 name = "log" 1166 version = "0.4.17" 1167 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1192 ] 1193 1194 [[package]] 1195 + name = "memoffset" 1196 + version = "0.8.0" 1197 + source = "registry+https://github.com/rust-lang/crates.io-index" 1198 + checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1199 + dependencies = [ 1200 + "autocfg", 1201 + ] 1202 + 1203 + [[package]] 1204 name = "miniz_oxide" 1205 version = "0.5.4" 1206 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1219 ] 1220 1221 [[package]] 1222 + name = "miniz_oxide" 1223 + version = "0.7.1" 1224 + source = "registry+https://github.com/rust-lang/crates.io-index" 1225 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1226 + dependencies = [ 1227 + "adler", 1228 + "simd-adler32", 1229 + ] 1230 + 1231 + [[package]] 1232 name = "mio" 1233 version = "0.8.6" 1234 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1246 source = "registry+https://github.com/rust-lang/crates.io-index" 1247 checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" 1248 dependencies = [ 1249 + "bitflags 1.3.2", 1250 "crossbeam-channel", 1251 "filetime", 1252 "fsevent-sys", ··· 1259 ] 1260 1261 [[package]] 1262 + name = "nu-ansi-term" 1263 + version = "0.46.0" 1264 + source = "registry+https://github.com/rust-lang/crates.io-index" 1265 + checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1266 + dependencies = [ 1267 + "overload", 1268 + "winapi", 1269 + ] 1270 + 1271 + [[package]] 1272 name = "num-bigint" 1273 version = "0.4.3" 1274 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1277 "autocfg", 1278 "num-integer", 1279 "num-traits", 1280 + ] 1281 + 1282 + [[package]] 1283 + name = "num-format" 1284 + version = "0.4.4" 1285 + source = "registry+https://github.com/rust-lang/crates.io-index" 1286 + checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 1287 + dependencies = [ 1288 + "arrayvec 0.7.2", 1289 + "itoa", 1290 ] 1291 1292 [[package]] ··· 1320 ] 1321 1322 [[package]] 1323 + name = "num_cpus" 1324 + version = "1.15.0" 1325 + source = "registry+https://github.com/rust-lang/crates.io-index" 1326 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1327 + dependencies = [ 1328 + "hermit-abi 0.2.6", 1329 + "libc", 1330 + ] 1331 + 1332 + [[package]] 1333 name = "numerals" 1334 version = "0.1.4" 1335 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1343 1344 [[package]] 1345 name = "open" 1346 + version = "4.0.2" 1347 source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "873240a4a404d44c8cd1bf394359245d466a5695771fea15a79cafbc5e5cf4d7" 1349 dependencies = [ 1350 + "is-wsl", 1351 "pathdiff", 1352 ] 1353 1354 [[package]] 1355 + name = "os_str_bytes" 1356 + version = "6.5.0" 1357 + source = "registry+https://github.com/rust-lang/crates.io-index" 1358 + checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 1359 + 1360 + [[package]] 1361 + name = "overload" 1362 + version = "0.1.1" 1363 + source = "registry+https://github.com/rust-lang/crates.io-index" 1364 + checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1365 + 1366 + [[package]] 1367 + name = "oxipng" 1368 + version = "8.0.0" 1369 + source = "registry+https://github.com/rust-lang/crates.io-index" 1370 + checksum = "630638e107fb436644c300e781d3f17e1b04656138ba0d40564be4be3b06db32" 1371 + dependencies = [ 1372 + "bitvec", 1373 + "clap 3.2.24", 1374 + "crossbeam-channel", 1375 + "filetime", 1376 + "image", 1377 + "indexmap", 1378 + "itertools", 1379 + "libdeflater", 1380 + "log", 1381 + "rayon", 1382 + "rgb", 1383 + "rustc-hash", 1384 + "rustc_version", 1385 + "stderrlog", 1386 + "wild", 1387 + "zopfli", 1388 + ] 1389 + 1390 + [[package]] 1391 + name = "parking_lot_core" 1392 + version = "0.9.7" 1393 + source = "registry+https://github.com/rust-lang/crates.io-index" 1394 + checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 1395 + dependencies = [ 1396 + "cfg-if", 1397 + "libc", 1398 + "redox_syscall 0.2.16", 1399 + "smallvec", 1400 + "windows-sys 0.45.0", 1401 + ] 1402 + 1403 + [[package]] 1404 name = "paste" 1405 version = "1.0.12" 1406 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1418 source = "registry+https://github.com/rust-lang/crates.io-index" 1419 checksum = "249f9b33a3192626f2cd9f4b0cd66c1ec32d65968d58cf4d8239977feddddead" 1420 dependencies = [ 1421 + "bitflags 1.3.2", 1422 "itoa", 1423 "ryu", 1424 ] ··· 1454 checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468" 1455 1456 [[package]] 1457 + name = "pin-project-lite" 1458 + version = "0.2.9" 1459 + source = "registry+https://github.com/rust-lang/crates.io-index" 1460 + checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1461 + 1462 + [[package]] 1463 name = "pixglyph" 1464 version = "0.1.0" 1465 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1470 1471 [[package]] 1472 name = "png" 1473 + version = "0.17.8" 1474 source = "registry+https://github.com/rust-lang/crates.io-index" 1475 + checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 1476 dependencies = [ 1477 + "bitflags 1.3.2", 1478 "crc32fast", 1479 + "fdeflate", 1480 "flate2", 1481 + "miniz_oxide 0.7.1", 1482 ] 1483 1484 [[package]] ··· 1489 1490 [[package]] 1491 name = "proc-macro2" 1492 + version = "1.0.56" 1493 source = "registry+https://github.com/rust-lang/crates.io-index" 1494 + checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1495 dependencies = [ 1496 "unicode-ident", 1497 ] 1498 1499 [[package]] 1500 + name = "psm" 1501 + version = "0.1.21" 1502 + source = "registry+https://github.com/rust-lang/crates.io-index" 1503 + checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 1504 + dependencies = [ 1505 + "cc", 1506 + ] 1507 + 1508 + [[package]] 1509 name = "pulldown-cmark" 1510 version = "0.9.2" 1511 source = "registry+https://github.com/rust-lang/crates.io-index" 1512 checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" 1513 dependencies = [ 1514 + "bitflags 1.3.2", 1515 "getopts", 1516 "memchr", 1517 "unicase", 1518 ] 1519 1520 [[package]] 1521 + name = "quick-xml" 1522 + version = "0.26.0" 1523 + source = "registry+https://github.com/rust-lang/crates.io-index" 1524 + checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" 1525 + dependencies = [ 1526 + "memchr", 1527 + ] 1528 + 1529 + [[package]] 1530 name = "quote" 1531 version = "1.0.26" 1532 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1534 dependencies = [ 1535 "proc-macro2", 1536 ] 1537 + 1538 + [[package]] 1539 + name = "radium" 1540 + version = "0.7.0" 1541 + source = "registry+https://github.com/rust-lang/crates.io-index" 1542 + checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1543 1544 [[package]] 1545 name = "rand" ··· 1567 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1568 1569 [[package]] 1570 + name = "rayon" 1571 + version = "1.7.0" 1572 + source = "registry+https://github.com/rust-lang/crates.io-index" 1573 + checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1574 + dependencies = [ 1575 + "either", 1576 + "rayon-core", 1577 + ] 1578 + 1579 + [[package]] 1580 + name = "rayon-core" 1581 + version = "1.11.0" 1582 + source = "registry+https://github.com/rust-lang/crates.io-index" 1583 + checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1584 + dependencies = [ 1585 + "crossbeam-channel", 1586 + "crossbeam-deque", 1587 + "crossbeam-utils", 1588 + "num_cpus", 1589 + ] 1590 + 1591 + [[package]] 1592 name = "rctree" 1593 version = "0.4.0" 1594 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1600 source = "registry+https://github.com/rust-lang/crates.io-index" 1601 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1602 dependencies = [ 1603 + "bitflags 1.3.2", 1604 + ] 1605 + 1606 + [[package]] 1607 + name = "redox_syscall" 1608 + version = "0.3.5" 1609 + source = "registry+https://github.com/rust-lang/crates.io-index" 1610 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1611 + dependencies = [ 1612 + "bitflags 1.3.2", 1613 ] 1614 1615 [[package]] ··· 1619 checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1620 dependencies = [ 1621 "getrandom", 1622 + "redox_syscall 0.2.16", 1623 "thiserror", 1624 ] 1625 1626 [[package]] 1627 name = "regex" 1628 + version = "1.8.1" 1629 source = "registry+https://github.com/rust-lang/crates.io-index" 1630 + checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1631 dependencies = [ 1632 "aho-corasick", 1633 "memchr", 1634 + "regex-syntax 0.7.1", 1635 ] 1636 1637 [[package]] 1638 name = "regex-syntax" 1639 + version = "0.6.29" 1640 source = "registry+https://github.com/rust-lang/crates.io-index" 1641 + checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1642 + 1643 + [[package]] 1644 + name = "regex-syntax" 1645 + version = "0.7.1" 1646 + source = "registry+https://github.com/rust-lang/crates.io-index" 1647 + checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1648 1649 [[package]] 1650 name = "resvg" ··· 1652 source = "registry+https://github.com/rust-lang/crates.io-index" 1653 checksum = "2e702d1e8e00a3a0717b96244cba840f34f542d8f23097c8903266c4e2975658" 1654 dependencies = [ 1655 + "gif 0.11.4", 1656 "jpeg-decoder 0.2.6", 1657 "log", 1658 "pico-args", ··· 1673 ] 1674 1675 [[package]] 1676 + name = "ring" 1677 + version = "0.16.20" 1678 + source = "registry+https://github.com/rust-lang/crates.io-index" 1679 + checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1680 + dependencies = [ 1681 + "cc", 1682 + "libc", 1683 + "once_cell", 1684 + "spin", 1685 + "untrusted", 1686 + "web-sys", 1687 + "winapi", 1688 + ] 1689 + 1690 + [[package]] 1691 name = "roff" 1692 version = "0.2.1" 1693 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1703 ] 1704 1705 [[package]] 1706 + name = "rustc-hash" 1707 + version = "1.1.0" 1708 + source = "registry+https://github.com/rust-lang/crates.io-index" 1709 + checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1710 + 1711 + [[package]] 1712 name = "rustc_version" 1713 version = "0.4.0" 1714 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1719 1720 [[package]] 1721 name = "rustix" 1722 + version = "0.37.14" 1723 source = "registry+https://github.com/rust-lang/crates.io-index" 1724 + checksum = "d9b864d3c18a5785a05953adeed93e2dca37ed30f18e69bba9f30079d51f363f" 1725 dependencies = [ 1726 + "bitflags 1.3.2", 1727 "errno", 1728 "io-lifetimes", 1729 "libc", 1730 "linux-raw-sys", 1731 + "windows-sys 0.48.0", 1732 + ] 1733 + 1734 + [[package]] 1735 + name = "rustls" 1736 + version = "0.20.8" 1737 + source = "registry+https://github.com/rust-lang/crates.io-index" 1738 + checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 1739 + dependencies = [ 1740 + "log", 1741 + "ring", 1742 + "sct", 1743 + "webpki", 1744 ] 1745 1746 [[package]] ··· 1755 source = "registry+https://github.com/rust-lang/crates.io-index" 1756 checksum = "a617c811f5c9a7060fe511d35d13bf5b9f0463ce36d63ce666d05779df2b4eba" 1757 dependencies = [ 1758 + "bitflags 1.3.2", 1759 "bytemuck", 1760 "smallvec", 1761 "ttf-parser 0.15.2", ··· 1788 dependencies = [ 1789 "winapi-util", 1790 ] 1791 + 1792 + [[package]] 1793 + name = "scopeguard" 1794 + version = "1.1.0" 1795 + source = "registry+https://github.com/rust-lang/crates.io-index" 1796 + checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 1797 1798 [[package]] 1799 name = "scratch" ··· 1802 checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 1803 1804 [[package]] 1805 + name = "sct" 1806 + version = "0.7.0" 1807 + source = "registry+https://github.com/rust-lang/crates.io-index" 1808 + checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 1809 + dependencies = [ 1810 + "ring", 1811 + "untrusted", 1812 + ] 1813 + 1814 + [[package]] 1815 name = "semver" 1816 version = "1.0.17" 1817 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1819 1820 [[package]] 1821 name = "serde" 1822 + version = "1.0.160" 1823 source = "registry+https://github.com/rust-lang/crates.io-index" 1824 + checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 1825 dependencies = [ 1826 "serde_derive", 1827 ] 1828 1829 [[package]] 1830 name = "serde_derive" 1831 + version = "1.0.160" 1832 source = "registry+https://github.com/rust-lang/crates.io-index" 1833 + checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 1834 dependencies = [ 1835 "proc-macro2", 1836 "quote", 1837 + "syn 2.0.15", 1838 ] 1839 1840 [[package]] 1841 name = "serde_json" 1842 + version = "1.0.96" 1843 source = "registry+https://github.com/rust-lang/crates.io-index" 1844 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1845 dependencies = [ 1846 "itoa", 1847 "ryu", ··· 1849 ] 1850 1851 [[package]] 1852 + name = "serde_spanned" 1853 + version = "0.6.1" 1854 + source = "registry+https://github.com/rust-lang/crates.io-index" 1855 + checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 1856 + dependencies = [ 1857 + "serde", 1858 + ] 1859 + 1860 + [[package]] 1861 name = "serde_yaml" 1862 version = "0.8.26" 1863 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1870 ] 1871 1872 [[package]] 1873 + name = "sharded-slab" 1874 + version = "0.1.4" 1875 + source = "registry+https://github.com/rust-lang/crates.io-index" 1876 + checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" 1877 + dependencies = [ 1878 + "lazy_static", 1879 + ] 1880 + 1881 + [[package]] 1882 + name = "simd-adler32" 1883 + version = "0.3.5" 1884 + source = "registry+https://github.com/rust-lang/crates.io-index" 1885 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 1886 + 1887 + [[package]] 1888 name = "simplecss" 1889 version = "0.2.1" 1890 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1906 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 1907 1908 [[package]] 1909 + name = "spin" 1910 + version = "0.5.2" 1911 + source = "registry+https://github.com/rust-lang/crates.io-index" 1912 + checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 1913 + 1914 + [[package]] 1915 name = "stable_deref_trait" 1916 version = "1.2.0" 1917 source = "registry+https://github.com/rust-lang/crates.io-index" 1918 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1919 1920 [[package]] 1921 + name = "stacker" 1922 + version = "0.1.15" 1923 + source = "registry+https://github.com/rust-lang/crates.io-index" 1924 + checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" 1925 + dependencies = [ 1926 + "cc", 1927 + "cfg-if", 1928 + "libc", 1929 + "psm", 1930 + "winapi", 1931 + ] 1932 + 1933 + [[package]] 1934 + name = "stderrlog" 1935 + version = "0.5.4" 1936 + source = "registry+https://github.com/rust-lang/crates.io-index" 1937 + checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b" 1938 + dependencies = [ 1939 + "atty", 1940 + "log", 1941 + "termcolor", 1942 + "thread_local", 1943 + ] 1944 + 1945 + [[package]] 1946 + name = "str_stack" 1947 + version = "0.1.0" 1948 + source = "registry+https://github.com/rust-lang/crates.io-index" 1949 + checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb" 1950 + 1951 + [[package]] 1952 name = "strsim" 1953 version = "0.10.0" 1954 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2016 2017 [[package]] 2018 name = "syn" 2019 + version = "2.0.15" 2020 source = "registry+https://github.com/rust-lang/crates.io-index" 2021 + checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 2022 dependencies = [ 2023 "proc-macro2", 2024 "quote", ··· 2032 checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8" 2033 dependencies = [ 2034 "bincode", 2035 + "bitflags 1.3.2", 2036 "fancy-regex", 2037 "flate2", 2038 "fnv", 2039 "lazy_static", 2040 "once_cell", 2041 + "regex-syntax 0.6.29", 2042 "serde", 2043 "serde_derive", 2044 "serde_json", ··· 2047 ] 2048 2049 [[package]] 2050 + name = "tap" 2051 + version = "1.0.1" 2052 + source = "registry+https://github.com/rust-lang/crates.io-index" 2053 + checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2054 + 2055 + [[package]] 2056 + name = "tempfile" 2057 + version = "3.5.0" 2058 + source = "registry+https://github.com/rust-lang/crates.io-index" 2059 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2060 + dependencies = [ 2061 + "cfg-if", 2062 + "fastrand", 2063 + "redox_syscall 0.3.5", 2064 + "rustix", 2065 + "windows-sys 0.45.0", 2066 + ] 2067 + 2068 + [[package]] 2069 name = "termcolor" 2070 + version = "1.1.3" 2071 source = "registry+https://github.com/rust-lang/crates.io-index" 2072 + checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 2073 dependencies = [ 2074 "winapi-util", 2075 ] 2076 2077 [[package]] 2078 + name = "textwrap" 2079 + version = "0.16.0" 2080 source = "registry+https://github.com/rust-lang/crates.io-index" 2081 + checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 2082 2083 [[package]] 2084 name = "thiserror" ··· 2097 dependencies = [ 2098 "proc-macro2", 2099 "quote", 2100 + "syn 2.0.15", 2101 + ] 2102 + 2103 + [[package]] 2104 + name = "thread_local" 2105 + version = "1.1.7" 2106 + source = "registry+https://github.com/rust-lang/crates.io-index" 2107 + checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2108 + dependencies = [ 2109 + "cfg-if", 2110 + "once_cell", 2111 ] 2112 2113 [[package]] ··· 2149 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2150 2151 [[package]] 2152 + name = "toml" 2153 + version = "0.7.3" 2154 + source = "registry+https://github.com/rust-lang/crates.io-index" 2155 + checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 2156 + dependencies = [ 2157 + "serde", 2158 + "serde_spanned", 2159 + "toml_datetime", 2160 + "toml_edit", 2161 + ] 2162 + 2163 + [[package]] 2164 + name = "toml_datetime" 2165 + version = "0.6.1" 2166 + source = "registry+https://github.com/rust-lang/crates.io-index" 2167 + checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 2168 + dependencies = [ 2169 + "serde", 2170 + ] 2171 + 2172 + [[package]] 2173 + name = "toml_edit" 2174 + version = "0.19.8" 2175 + source = "registry+https://github.com/rust-lang/crates.io-index" 2176 + checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 2177 + dependencies = [ 2178 + "indexmap", 2179 + "serde", 2180 + "serde_spanned", 2181 + "toml_datetime", 2182 + "winnow", 2183 + ] 2184 + 2185 + [[package]] 2186 + name = "tracing" 2187 + version = "0.1.38" 2188 + source = "registry+https://github.com/rust-lang/crates.io-index" 2189 + checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d" 2190 + dependencies = [ 2191 + "pin-project-lite", 2192 + "tracing-attributes", 2193 + "tracing-core", 2194 + ] 2195 + 2196 + [[package]] 2197 + name = "tracing-attributes" 2198 + version = "0.1.24" 2199 + source = "registry+https://github.com/rust-lang/crates.io-index" 2200 + checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 2201 + dependencies = [ 2202 + "proc-macro2", 2203 + "quote", 2204 + "syn 2.0.15", 2205 + ] 2206 + 2207 + [[package]] 2208 + name = "tracing-core" 2209 + version = "0.1.30" 2210 + source = "registry+https://github.com/rust-lang/crates.io-index" 2211 + checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 2212 + dependencies = [ 2213 + "once_cell", 2214 + "valuable", 2215 + ] 2216 + 2217 + [[package]] 2218 + name = "tracing-error" 2219 + version = "0.2.0" 2220 + source = "registry+https://github.com/rust-lang/crates.io-index" 2221 + checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 2222 + dependencies = [ 2223 + "tracing", 2224 + "tracing-subscriber", 2225 + ] 2226 + 2227 + [[package]] 2228 + name = "tracing-flame" 2229 + version = "0.2.0" 2230 + source = "registry+https://github.com/rust-lang/crates.io-index" 2231 + checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9" 2232 + dependencies = [ 2233 + "lazy_static", 2234 + "tracing", 2235 + "tracing-subscriber", 2236 + ] 2237 + 2238 + [[package]] 2239 + name = "tracing-log" 2240 + version = "0.1.3" 2241 + source = "registry+https://github.com/rust-lang/crates.io-index" 2242 + checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" 2243 + dependencies = [ 2244 + "lazy_static", 2245 + "log", 2246 + "tracing-core", 2247 + ] 2248 + 2249 + [[package]] 2250 + name = "tracing-subscriber" 2251 + version = "0.3.17" 2252 + source = "registry+https://github.com/rust-lang/crates.io-index" 2253 + checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" 2254 + dependencies = [ 2255 + "nu-ansi-term", 2256 + "sharded-slab", 2257 + "smallvec", 2258 + "thread_local", 2259 + "tracing-core", 2260 + "tracing-log", 2261 + ] 2262 + 2263 + [[package]] 2264 name = "ttf-parser" 2265 version = "0.15.2" 2266 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2286 2287 [[package]] 2288 name = "typst" 2289 + version = "0.3.0" 2290 dependencies = [ 2291 + "bitflags 2.2.1", 2292 "bytemuck", 2293 "comemo", 2294 "ecow", 2295 "flate2", 2296 + "fontdb", 2297 "if_chain", 2298 "image", 2299 "indexmap", 2300 "log", 2301 + "miniz_oxide 0.7.1", 2302 "once_cell", 2303 "pdf-writer", 2304 "pixglyph", ··· 2308 "rustybuzz", 2309 "serde", 2310 "siphasher", 2311 + "stacker", 2312 "subsetter", 2313 "svg2pdf", 2314 "tiny-skia", 2315 + "tracing", 2316 "ttf-parser 0.18.1", 2317 "typst-macros", 2318 "unicode-math-class", ··· 2325 2326 [[package]] 2327 name = "typst-cli" 2328 + version = "0.3.0" 2329 dependencies = [ 2330 "chrono", 2331 + "clap 4.2.4", 2332 "clap_complete", 2333 "clap_mangen", 2334 "codespan-reporting", 2335 "comemo", 2336 "dirs", 2337 "elsa", 2338 + "inferno", 2339 "memmap2", 2340 "notify", 2341 "once_cell", 2342 "open", 2343 "same-file", 2344 "siphasher", 2345 + "tempfile", 2346 + "tracing", 2347 + "tracing-error", 2348 + "tracing-flame", 2349 + "tracing-subscriber", 2350 "typst", 2351 "typst-library", 2352 "walkdir", ··· 2354 2355 [[package]] 2356 name = "typst-docs" 2357 + version = "0.3.0" 2358 dependencies = [ 2359 "comemo", 2360 "heck", ··· 2367 "typst-library", 2368 "unicode_names2", 2369 "unscanny", 2370 + "ureq", 2371 "yaml-front-matter", 2372 ] 2373 2374 [[package]] 2375 name = "typst-library" 2376 + version = "0.3.0" 2377 dependencies = [ 2378 "chinese-number", 2379 "comemo", ··· 2391 "serde_yaml", 2392 "smallvec", 2393 "syntect", 2394 + "toml", 2395 + "tracing", 2396 "ttf-parser 0.18.1", 2397 "typed-arena", 2398 "typst", ··· 2405 2406 [[package]] 2407 name = "typst-macros" 2408 + version = "0.3.0" 2409 dependencies = [ 2410 "heck", 2411 "proc-macro2", 2412 "quote", 2413 "syn 1.0.109", 2414 ] 2415 2416 [[package]] 2417 name = "typst-tests" 2418 + version = "0.3.0" 2419 dependencies = [ 2420 + "clap 4.2.4", 2421 "comemo", 2422 "elsa", 2423 "iai", 2424 "once_cell", 2425 + "oxipng", 2426 + "rayon", 2427 "tiny-skia", 2428 + "ttf-parser 0.18.1", 2429 "typst", 2430 "typst-library", 2431 "unscanny", ··· 2515 version = "1.10.1" 2516 source = "registry+https://github.com/rust-lang/crates.io-index" 2517 checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2518 + 2519 + [[package]] 2520 + name = "unicode-vo" 2521 + version = "0.1.0" 2522 + source = "registry+https://github.com/rust-lang/crates.io-index" 2523 + checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94" 2524 2525 [[package]] 2526 name = "unicode-width" ··· 2547 checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47" 2548 2549 [[package]] 2550 + name = "untrusted" 2551 + version = "0.7.1" 2552 + source = "registry+https://github.com/rust-lang/crates.io-index" 2553 + checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2554 + 2555 + [[package]] 2556 + name = "ureq" 2557 + version = "2.6.2" 2558 + source = "registry+https://github.com/rust-lang/crates.io-index" 2559 + checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d" 2560 + dependencies = [ 2561 + "base64", 2562 + "flate2", 2563 + "log", 2564 + "once_cell", 2565 + "rustls", 2566 + "serde", 2567 + "serde_json", 2568 + "url", 2569 + "webpki", 2570 + "webpki-roots", 2571 + ] 2572 + 2573 + [[package]] 2574 name = "url" 2575 version = "2.3.1" 2576 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2591 "data-url", 2592 "flate2", 2593 "float-cmp", 2594 + "fontdb", 2595 "kurbo", 2596 "log", 2597 "pico-args", 2598 "rctree", 2599 "roxmltree", 2600 + "rustybuzz", 2601 "simplecss", 2602 "siphasher", 2603 "svgtypes", 2604 + "ttf-parser 0.15.2", 2605 + "unicode-bidi", 2606 + "unicode-script", 2607 + "unicode-vo", 2608 ] 2609 2610 [[package]] ··· 2612 version = "0.2.1" 2613 source = "registry+https://github.com/rust-lang/crates.io-index" 2614 checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2615 + 2616 + [[package]] 2617 + name = "valuable" 2618 + version = "0.1.0" 2619 + source = "registry+https://github.com/rust-lang/crates.io-index" 2620 + checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2621 2622 [[package]] 2623 name = "version_check" ··· 2696 checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" 2697 2698 [[package]] 2699 + name = "web-sys" 2700 + version = "0.3.61" 2701 + source = "registry+https://github.com/rust-lang/crates.io-index" 2702 + checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" 2703 + dependencies = [ 2704 + "js-sys", 2705 + "wasm-bindgen", 2706 + ] 2707 + 2708 + [[package]] 2709 + name = "webpki" 2710 + version = "0.22.0" 2711 + source = "registry+https://github.com/rust-lang/crates.io-index" 2712 + checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 2713 + dependencies = [ 2714 + "ring", 2715 + "untrusted", 2716 + ] 2717 + 2718 + [[package]] 2719 + name = "webpki-roots" 2720 + version = "0.22.6" 2721 + source = "registry+https://github.com/rust-lang/crates.io-index" 2722 + checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 2723 + dependencies = [ 2724 + "webpki", 2725 + ] 2726 + 2727 + [[package]] 2728 name = "weezl" 2729 version = "0.1.7" 2730 source = "registry+https://github.com/rust-lang/crates.io-index" 2731 checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" 2732 + 2733 + [[package]] 2734 + name = "wild" 2735 + version = "2.1.0" 2736 + source = "registry+https://github.com/rust-lang/crates.io-index" 2737 + checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74" 2738 + dependencies = [ 2739 + "glob", 2740 + ] 2741 2742 [[package]] 2743 name = "winapi" ··· 2771 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2772 2773 [[package]] 2774 + name = "windows" 2775 + version = "0.48.0" 2776 + source = "registry+https://github.com/rust-lang/crates.io-index" 2777 + checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2778 + dependencies = [ 2779 + "windows-targets 0.48.0", 2780 + ] 2781 + 2782 + [[package]] 2783 name = "windows-sys" 2784 version = "0.42.0" 2785 source = "registry+https://github.com/rust-lang/crates.io-index" 2786 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 2787 dependencies = [ 2788 + "windows_aarch64_gnullvm 0.42.2", 2789 + "windows_aarch64_msvc 0.42.2", 2790 + "windows_i686_gnu 0.42.2", 2791 + "windows_i686_msvc 0.42.2", 2792 + "windows_x86_64_gnu 0.42.2", 2793 + "windows_x86_64_gnullvm 0.42.2", 2794 + "windows_x86_64_msvc 0.42.2", 2795 ] 2796 2797 [[package]] ··· 2800 source = "registry+https://github.com/rust-lang/crates.io-index" 2801 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 2802 dependencies = [ 2803 + "windows-targets 0.42.2", 2804 + ] 2805 + 2806 + [[package]] 2807 + name = "windows-sys" 2808 + version = "0.48.0" 2809 + source = "registry+https://github.com/rust-lang/crates.io-index" 2810 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2811 + dependencies = [ 2812 + "windows-targets 0.48.0", 2813 ] 2814 2815 [[package]] ··· 2818 source = "registry+https://github.com/rust-lang/crates.io-index" 2819 checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 2820 dependencies = [ 2821 + "windows_aarch64_gnullvm 0.42.2", 2822 + "windows_aarch64_msvc 0.42.2", 2823 + "windows_i686_gnu 0.42.2", 2824 + "windows_i686_msvc 0.42.2", 2825 + "windows_x86_64_gnu 0.42.2", 2826 + "windows_x86_64_gnullvm 0.42.2", 2827 + "windows_x86_64_msvc 0.42.2", 2828 + ] 2829 + 2830 + [[package]] 2831 + name = "windows-targets" 2832 + version = "0.48.0" 2833 + source = "registry+https://github.com/rust-lang/crates.io-index" 2834 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 2835 + dependencies = [ 2836 + "windows_aarch64_gnullvm 0.48.0", 2837 + "windows_aarch64_msvc 0.48.0", 2838 + "windows_i686_gnu 0.48.0", 2839 + "windows_i686_msvc 0.48.0", 2840 + "windows_x86_64_gnu 0.48.0", 2841 + "windows_x86_64_gnullvm 0.48.0", 2842 + "windows_x86_64_msvc 0.48.0", 2843 ] 2844 2845 [[package]] ··· 2849 checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 2850 2851 [[package]] 2852 + name = "windows_aarch64_gnullvm" 2853 + version = "0.48.0" 2854 + source = "registry+https://github.com/rust-lang/crates.io-index" 2855 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 2856 + 2857 + [[package]] 2858 name = "windows_aarch64_msvc" 2859 version = "0.42.2" 2860 source = "registry+https://github.com/rust-lang/crates.io-index" 2861 checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 2862 2863 [[package]] 2864 + name = "windows_aarch64_msvc" 2865 + version = "0.48.0" 2866 + source = "registry+https://github.com/rust-lang/crates.io-index" 2867 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 2868 + 2869 + [[package]] 2870 name = "windows_i686_gnu" 2871 version = "0.42.2" 2872 source = "registry+https://github.com/rust-lang/crates.io-index" 2873 checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 2874 2875 [[package]] 2876 + name = "windows_i686_gnu" 2877 + version = "0.48.0" 2878 + source = "registry+https://github.com/rust-lang/crates.io-index" 2879 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 2880 + 2881 + [[package]] 2882 name = "windows_i686_msvc" 2883 version = "0.42.2" 2884 source = "registry+https://github.com/rust-lang/crates.io-index" 2885 checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 2886 2887 [[package]] 2888 + name = "windows_i686_msvc" 2889 + version = "0.48.0" 2890 + source = "registry+https://github.com/rust-lang/crates.io-index" 2891 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 2892 + 2893 + [[package]] 2894 name = "windows_x86_64_gnu" 2895 version = "0.42.2" 2896 source = "registry+https://github.com/rust-lang/crates.io-index" 2897 checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 2898 2899 [[package]] 2900 + name = "windows_x86_64_gnu" 2901 + version = "0.48.0" 2902 + source = "registry+https://github.com/rust-lang/crates.io-index" 2903 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 2904 + 2905 + [[package]] 2906 name = "windows_x86_64_gnullvm" 2907 version = "0.42.2" 2908 source = "registry+https://github.com/rust-lang/crates.io-index" 2909 checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 2910 2911 [[package]] 2912 + name = "windows_x86_64_gnullvm" 2913 + version = "0.48.0" 2914 + source = "registry+https://github.com/rust-lang/crates.io-index" 2915 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 2916 + 2917 + [[package]] 2918 name = "windows_x86_64_msvc" 2919 version = "0.42.2" 2920 source = "registry+https://github.com/rust-lang/crates.io-index" 2921 checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 2922 2923 [[package]] 2924 + name = "windows_x86_64_msvc" 2925 + version = "0.48.0" 2926 + source = "registry+https://github.com/rust-lang/crates.io-index" 2927 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 2928 + 2929 + [[package]] 2930 + name = "winnow" 2931 + version = "0.4.1" 2932 + source = "registry+https://github.com/rust-lang/crates.io-index" 2933 + checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" 2934 + dependencies = [ 2935 + "memchr", 2936 + ] 2937 + 2938 + [[package]] 2939 + name = "wyz" 2940 + version = "0.5.1" 2941 + source = "registry+https://github.com/rust-lang/crates.io-index" 2942 + checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 2943 + dependencies = [ 2944 + "tap", 2945 + ] 2946 + 2947 + [[package]] 2948 name = "xi-unicode" 2949 version = "0.3.0" 2950 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2980 dependencies = [ 2981 "linked-hash-map", 2982 ] 2983 + 2984 + [[package]] 2985 + name = "zopfli" 2986 + version = "0.7.2" 2987 + source = "registry+https://github.com/rust-lang/crates.io-index" 2988 + checksum = "a5b2bed49d3f0af28729a2338ee8c3a48eba2133a78ebc560779be161ebaaad8" 2989 + dependencies = [ 2990 + "byteorder", 2991 + "crc32fast", 2992 + "log", 2993 + "simd-adler32", 2994 + "typed-arena", 2995 + ]
+2 -2
pkgs/tools/typesetting/typst/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typst"; 11 - version = "0.2.0"; 12 13 src = fetchFromGitHub { 14 owner = "typst"; 15 repo = "typst"; 16 rev = "v${version}"; 17 - hash = "sha256-3vNJmLmbskAzXVXjiSVDLhRcX1j3ksOgPd53W31YZ0c="; 18 }; 19 20 cargoLock = {
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "typst"; 11 + version = "0.3.0"; 12 13 src = fetchFromGitHub { 14 owner = "typst"; 15 repo = "typst"; 16 rev = "v${version}"; 17 + hash = "sha256-Sx4HWs52WycAxAuoJyo8t83CxnMh64P94hbPiedfztc="; 18 }; 19 20 cargoLock = {