problem set generator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 1568 lines 40 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "android_system_properties" 13version = "0.1.5" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 16dependencies = [ 17 "libc", 18] 19 20[[package]] 21name = "anyhow" 22version = "1.0.102" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 25 26[[package]] 27name = "approx" 28version = "0.3.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3" 31dependencies = [ 32 "num-traits", 33] 34 35[[package]] 36name = "atomic-waker" 37version = "1.1.2" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 40 41[[package]] 42name = "autocfg" 43version = "1.5.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 46 47[[package]] 48name = "axum" 49version = "0.8.9" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 52dependencies = [ 53 "axum-core", 54 "bytes", 55 "form_urlencoded", 56 "futures-util", 57 "http", 58 "http-body", 59 "http-body-util", 60 "hyper", 61 "hyper-util", 62 "itoa 1.0.18", 63 "matchit", 64 "memchr", 65 "mime", 66 "percent-encoding", 67 "pin-project-lite", 68 "serde_core", 69 "serde_json", 70 "serde_path_to_error", 71 "serde_urlencoded", 72 "sync_wrapper", 73 "tokio", 74 "tower", 75 "tower-layer", 76 "tower-service", 77 "tracing", 78] 79 80[[package]] 81name = "axum-core" 82version = "0.5.6" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 85dependencies = [ 86 "bytes", 87 "futures-core", 88 "http", 89 "http-body", 90 "http-body-util", 91 "mime", 92 "pin-project-lite", 93 "sync_wrapper", 94 "tower-layer", 95 "tower-service", 96 "tracing", 97] 98 99[[package]] 100name = "base-x" 101version = "0.2.11" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 104 105[[package]] 106name = "bincode" 107version = "1.3.3" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 110dependencies = [ 111 "serde", 112] 113 114[[package]] 115name = "bitflags" 116version = "2.11.1" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 119 120[[package]] 121name = "bstr" 122version = "1.12.1" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 125dependencies = [ 126 "memchr", 127 "regex-automata", 128 "serde", 129] 130 131[[package]] 132name = "bumpalo" 133version = "3.20.2" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 136 137[[package]] 138name = "byteorder" 139version = "1.5.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 142 143[[package]] 144name = "bytes" 145version = "1.11.1" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 148 149[[package]] 150name = "cc" 151version = "1.2.61" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" 154dependencies = [ 155 "find-msvc-tools", 156 "shlex", 157] 158 159[[package]] 160name = "cfg-if" 161version = "1.0.4" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 164 165[[package]] 166name = "chacha20" 167version = "0.10.0" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 170dependencies = [ 171 "cfg-if", 172 "cpufeatures", 173 "rand_core", 174] 175 176[[package]] 177name = "chrono" 178version = "0.4.44" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 181dependencies = [ 182 "iana-time-zone", 183 "js-sys", 184 "num-traits", 185 "wasm-bindgen", 186 "windows-link", 187] 188 189[[package]] 190name = "const_fn" 191version = "0.4.12" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "413d67b29ef1021b4d60f4aa1e925ca031751e213832b4b1d588fae623c05c60" 194 195[[package]] 196name = "core-foundation-sys" 197version = "0.8.7" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 200 201[[package]] 202name = "cpufeatures" 203version = "0.3.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 206dependencies = [ 207 "libc", 208] 209 210[[package]] 211name = "crc32fast" 212version = "1.5.0" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 215dependencies = [ 216 "cfg-if", 217] 218 219[[package]] 220name = "derive_more" 221version = "0.99.20" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" 224dependencies = [ 225 "proc-macro2", 226 "quote", 227 "syn 2.0.117", 228] 229 230[[package]] 231name = "discard" 232version = "1.0.4" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0" 235 236[[package]] 237name = "document-features" 238version = "0.2.12" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 241dependencies = [ 242 "litrs", 243] 244 245[[package]] 246name = "dtoa" 247version = "0.4.8" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" 250 251[[package]] 252name = "dyn-fmt" 253version = "0.4.3" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "c992f591dfce792a9bc2d1880ab67ffd4acc04551f8e551ca3b6233efb322f00" 256dependencies = [ 257 "document-features", 258] 259 260[[package]] 261name = "encoding" 262version = "0.2.33" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" 265dependencies = [ 266 "encoding-index-japanese", 267 "encoding-index-korean", 268 "encoding-index-simpchinese", 269 "encoding-index-singlebyte", 270 "encoding-index-tradchinese", 271] 272 273[[package]] 274name = "encoding-index-japanese" 275version = "1.20141219.5" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" 278dependencies = [ 279 "encoding_index_tests", 280] 281 282[[package]] 283name = "encoding-index-korean" 284version = "1.20141219.5" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" 287dependencies = [ 288 "encoding_index_tests", 289] 290 291[[package]] 292name = "encoding-index-simpchinese" 293version = "1.20141219.5" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" 296dependencies = [ 297 "encoding_index_tests", 298] 299 300[[package]] 301name = "encoding-index-singlebyte" 302version = "1.20141219.5" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" 305dependencies = [ 306 "encoding_index_tests", 307] 308 309[[package]] 310name = "encoding-index-tradchinese" 311version = "1.20141219.5" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" 314dependencies = [ 315 "encoding_index_tests", 316] 317 318[[package]] 319name = "encoding_index_tests" 320version = "0.1.4" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" 323 324[[package]] 325name = "equivalent" 326version = "1.0.2" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 329 330[[package]] 331name = "find-msvc-tools" 332version = "0.1.9" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 335 336[[package]] 337name = "flate2" 338version = "1.1.9" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 341dependencies = [ 342 "crc32fast", 343 "miniz_oxide", 344] 345 346[[package]] 347name = "foldhash" 348version = "0.1.5" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 351 352[[package]] 353name = "form_urlencoded" 354version = "1.2.2" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 357dependencies = [ 358 "percent-encoding", 359] 360 361[[package]] 362name = "fst" 363version = "0.4.7" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" 366 367[[package]] 368name = "futures-channel" 369version = "0.3.32" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 372dependencies = [ 373 "futures-core", 374] 375 376[[package]] 377name = "futures-core" 378version = "0.3.32" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 381 382[[package]] 383name = "futures-task" 384version = "0.3.32" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 387 388[[package]] 389name = "futures-util" 390version = "0.3.32" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 393dependencies = [ 394 "futures-core", 395 "futures-task", 396 "pin-project-lite", 397 "slab", 398] 399 400[[package]] 401name = "genpdf" 402version = "0.2.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "a1c422344482708cb32db843cf3f55f27918cd24fec7b505bde895a1e8702c34" 405dependencies = [ 406 "derive_more", 407 "hyphenation", 408 "lopdf", 409 "printpdf", 410 "rusttype", 411] 412 413[[package]] 414name = "getrandom" 415version = "0.4.2" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 418dependencies = [ 419 "cfg-if", 420 "libc", 421 "r-efi", 422 "rand_core", 423 "wasip2", 424 "wasip3", 425] 426 427[[package]] 428name = "hashbrown" 429version = "0.15.5" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 432dependencies = [ 433 "foldhash", 434] 435 436[[package]] 437name = "hashbrown" 438version = "0.17.0" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 441 442[[package]] 443name = "heck" 444version = "0.5.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 447 448[[package]] 449name = "http" 450version = "1.4.0" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 453dependencies = [ 454 "bytes", 455 "itoa 1.0.18", 456] 457 458[[package]] 459name = "http-body" 460version = "1.0.1" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 463dependencies = [ 464 "bytes", 465 "http", 466] 467 468[[package]] 469name = "http-body-util" 470version = "0.1.3" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 473dependencies = [ 474 "bytes", 475 "futures-core", 476 "http", 477 "http-body", 478 "pin-project-lite", 479] 480 481[[package]] 482name = "httparse" 483version = "1.10.1" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 486 487[[package]] 488name = "httpdate" 489version = "1.0.3" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 492 493[[package]] 494name = "hyper" 495version = "1.9.0" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 498dependencies = [ 499 "atomic-waker", 500 "bytes", 501 "futures-channel", 502 "futures-core", 503 "http", 504 "http-body", 505 "httparse", 506 "httpdate", 507 "itoa 1.0.18", 508 "pin-project-lite", 509 "smallvec", 510 "tokio", 511] 512 513[[package]] 514name = "hyper-util" 515version = "0.1.20" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 518dependencies = [ 519 "bytes", 520 "http", 521 "http-body", 522 "hyper", 523 "pin-project-lite", 524 "tokio", 525 "tower-service", 526] 527 528[[package]] 529name = "hyphenation" 530version = "0.8.4" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "bcf4dd4c44ae85155502a52c48739c8a48185d1449fff1963cffee63c28a50f0" 533dependencies = [ 534 "bincode", 535 "fst", 536 "hyphenation_commons", 537 "pocket-resources", 538 "serde", 539] 540 541[[package]] 542name = "hyphenation_commons" 543version = "0.8.4" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "5febe7a2ade5c7d98eb8b75f946c046b335324b06a14ea0998271504134c05bf" 546dependencies = [ 547 "fst", 548 "serde", 549] 550 551[[package]] 552name = "iana-time-zone" 553version = "0.1.65" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 556dependencies = [ 557 "android_system_properties", 558 "core-foundation-sys", 559 "iana-time-zone-haiku", 560 "js-sys", 561 "log", 562 "wasm-bindgen", 563 "windows-core", 564] 565 566[[package]] 567name = "iana-time-zone-haiku" 568version = "0.1.2" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 571dependencies = [ 572 "cc", 573] 574 575[[package]] 576name = "id-arena" 577version = "2.3.0" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 580 581[[package]] 582name = "indexmap" 583version = "2.14.0" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 586dependencies = [ 587 "equivalent", 588 "hashbrown 0.17.0", 589 "serde", 590 "serde_core", 591] 592 593[[package]] 594name = "itoa" 595version = "0.4.8" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 598 599[[package]] 600name = "itoa" 601version = "1.0.18" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 604 605[[package]] 606name = "js-sys" 607version = "0.3.95" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" 610dependencies = [ 611 "once_cell", 612 "wasm-bindgen", 613] 614 615[[package]] 616name = "leb128fmt" 617version = "0.1.0" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 620 621[[package]] 622name = "libc" 623version = "0.2.186" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 626 627[[package]] 628name = "linked-hash-map" 629version = "0.5.6" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 632 633[[package]] 634name = "litrs" 635version = "1.0.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 638 639[[package]] 640name = "log" 641version = "0.4.29" 642source = "registry+https://github.com/rust-lang/crates.io-index" 643checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 644 645[[package]] 646name = "lopdf" 647version = "0.26.0" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "b49a0272112719d0037ab63d4bb67f73ba659e1e90bc38f235f163a457ac16f3" 650dependencies = [ 651 "chrono", 652 "dtoa", 653 "encoding", 654 "flate2", 655 "itoa 0.4.8", 656 "linked-hash-map", 657 "log", 658 "lzw", 659 "pom", 660 "time", 661] 662 663[[package]] 664name = "lzw" 665version = "0.10.0" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" 668 669[[package]] 670name = "matchit" 671version = "0.8.4" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 674 675[[package]] 676name = "memchr" 677version = "2.8.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 680 681[[package]] 682name = "mime" 683version = "0.3.17" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 686 687[[package]] 688name = "miniz_oxide" 689version = "0.8.9" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 692dependencies = [ 693 "adler2", 694 "simd-adler32", 695] 696 697[[package]] 698name = "mio" 699version = "1.2.0" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 702dependencies = [ 703 "libc", 704 "wasi", 705 "windows-sys", 706] 707 708[[package]] 709name = "multicalc" 710version = "0.5.0" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "251c41662f3a714bd59face911d49a3e07ecb4d106833a55e3a78b432e48ddd5" 713dependencies = [ 714 "num-complex", 715] 716 717[[package]] 718name = "num-complex" 719version = "0.4.6" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 722dependencies = [ 723 "num-traits", 724] 725 726[[package]] 727name = "num-traits" 728version = "0.2.19" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 731dependencies = [ 732 "autocfg", 733] 734 735[[package]] 736name = "once_cell" 737version = "1.21.4" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 740 741[[package]] 742name = "ordered-float" 743version = "1.1.1" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" 746dependencies = [ 747 "num-traits", 748] 749 750[[package]] 751name = "percent-encoding" 752version = "2.3.2" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 755 756[[package]] 757name = "pin-project-lite" 758version = "0.2.17" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 761 762[[package]] 763name = "pocket-resources" 764version = "0.3.2" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "c135f38778ad324d9e9ee68690bac2c1a51f340fdf96ca13e2ab3914eb2e51d8" 767 768[[package]] 769name = "pom" 770version = "3.4.0" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "6c972d8f86e943ad532d0b04e8965a749ad1d18bb981a9c7b3ae72fe7fd7744b" 773dependencies = [ 774 "bstr", 775] 776 777[[package]] 778name = "prettyplease" 779version = "0.2.37" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 782dependencies = [ 783 "proc-macro2", 784 "syn 2.0.117", 785] 786 787[[package]] 788name = "printpdf" 789version = "0.3.4" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "1a2472a184bcb128d0e3db65b59ebd11d010259a5e14fd9d048cba8f2c9302d4" 792dependencies = [ 793 "js-sys", 794 "lopdf", 795 "rusttype", 796 "time", 797] 798 799[[package]] 800name = "problem_generator" 801version = "0.1.0" 802dependencies = [ 803 "axum", 804 "dyn-fmt", 805 "genpdf", 806 "hyphenation", 807 "multicalc", 808 "rand", 809 "strum", 810 "strum_macros", 811 "tokio", 812] 813 814[[package]] 815name = "proc-macro-hack" 816version = "0.5.20+deprecated" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" 819 820[[package]] 821name = "proc-macro2" 822version = "1.0.106" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 825dependencies = [ 826 "unicode-ident", 827] 828 829[[package]] 830name = "quote" 831version = "1.0.45" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 834dependencies = [ 835 "proc-macro2", 836] 837 838[[package]] 839name = "r-efi" 840version = "6.0.0" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 843 844[[package]] 845name = "rand" 846version = "0.10.1" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 849dependencies = [ 850 "chacha20", 851 "getrandom", 852 "rand_core", 853] 854 855[[package]] 856name = "rand_core" 857version = "0.10.1" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 860 861[[package]] 862name = "regex-automata" 863version = "0.4.14" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 866 867[[package]] 868name = "rustc_version" 869version = "0.2.3" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" 872dependencies = [ 873 "semver 0.9.0", 874] 875 876[[package]] 877name = "rusttype" 878version = "0.8.3" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0" 881dependencies = [ 882 "approx", 883 "ordered-float", 884 "stb_truetype", 885] 886 887[[package]] 888name = "rustversion" 889version = "1.0.22" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 892 893[[package]] 894name = "ryu" 895version = "1.0.23" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 898 899[[package]] 900name = "semver" 901version = "0.9.0" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" 904dependencies = [ 905 "semver-parser", 906] 907 908[[package]] 909name = "semver" 910version = "1.0.28" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 913 914[[package]] 915name = "semver-parser" 916version = "0.7.0" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" 919 920[[package]] 921name = "serde" 922version = "1.0.228" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 925dependencies = [ 926 "serde_core", 927 "serde_derive", 928] 929 930[[package]] 931name = "serde_core" 932version = "1.0.228" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 935dependencies = [ 936 "serde_derive", 937] 938 939[[package]] 940name = "serde_derive" 941version = "1.0.228" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 944dependencies = [ 945 "proc-macro2", 946 "quote", 947 "syn 2.0.117", 948] 949 950[[package]] 951name = "serde_json" 952version = "1.0.149" 953source = "registry+https://github.com/rust-lang/crates.io-index" 954checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 955dependencies = [ 956 "itoa 1.0.18", 957 "memchr", 958 "serde", 959 "serde_core", 960 "zmij", 961] 962 963[[package]] 964name = "serde_path_to_error" 965version = "0.1.20" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 968dependencies = [ 969 "itoa 1.0.18", 970 "serde", 971 "serde_core", 972] 973 974[[package]] 975name = "serde_urlencoded" 976version = "0.7.1" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 979dependencies = [ 980 "form_urlencoded", 981 "itoa 1.0.18", 982 "ryu", 983 "serde", 984] 985 986[[package]] 987name = "sha1" 988version = "0.6.1" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770" 991dependencies = [ 992 "sha1_smol", 993] 994 995[[package]] 996name = "sha1_smol" 997version = "1.0.1" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 1000 1001[[package]] 1002name = "shlex" 1003version = "1.3.0" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1006 1007[[package]] 1008name = "simd-adler32" 1009version = "0.3.9" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 1012 1013[[package]] 1014name = "slab" 1015version = "0.4.12" 1016source = "registry+https://github.com/rust-lang/crates.io-index" 1017checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1018 1019[[package]] 1020name = "smallvec" 1021version = "1.15.1" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1024 1025[[package]] 1026name = "socket2" 1027version = "0.6.3" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 1030dependencies = [ 1031 "libc", 1032 "windows-sys", 1033] 1034 1035[[package]] 1036name = "standback" 1037version = "0.2.17" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff" 1040dependencies = [ 1041 "version_check", 1042] 1043 1044[[package]] 1045name = "stb_truetype" 1046version = "0.3.1" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51" 1049dependencies = [ 1050 "byteorder", 1051] 1052 1053[[package]] 1054name = "stdweb" 1055version = "0.4.20" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5" 1058dependencies = [ 1059 "discard", 1060 "rustc_version", 1061 "stdweb-derive", 1062 "stdweb-internal-macros", 1063 "stdweb-internal-runtime", 1064 "wasm-bindgen", 1065] 1066 1067[[package]] 1068name = "stdweb-derive" 1069version = "0.5.3" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef" 1072dependencies = [ 1073 "proc-macro2", 1074 "quote", 1075 "serde", 1076 "serde_derive", 1077 "syn 1.0.109", 1078] 1079 1080[[package]] 1081name = "stdweb-internal-macros" 1082version = "0.2.9" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11" 1085dependencies = [ 1086 "base-x", 1087 "proc-macro2", 1088 "quote", 1089 "serde", 1090 "serde_derive", 1091 "serde_json", 1092 "sha1", 1093 "syn 1.0.109", 1094] 1095 1096[[package]] 1097name = "stdweb-internal-runtime" 1098version = "0.1.5" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0" 1101 1102[[package]] 1103name = "strum" 1104version = "0.28.0" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" 1107 1108[[package]] 1109name = "strum_macros" 1110version = "0.28.0" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" 1113dependencies = [ 1114 "heck", 1115 "proc-macro2", 1116 "quote", 1117 "syn 2.0.117", 1118] 1119 1120[[package]] 1121name = "syn" 1122version = "1.0.109" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1125dependencies = [ 1126 "proc-macro2", 1127 "quote", 1128 "unicode-ident", 1129] 1130 1131[[package]] 1132name = "syn" 1133version = "2.0.117" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1136dependencies = [ 1137 "proc-macro2", 1138 "quote", 1139 "unicode-ident", 1140] 1141 1142[[package]] 1143name = "sync_wrapper" 1144version = "1.0.2" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1147 1148[[package]] 1149name = "time" 1150version = "0.2.27" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242" 1153dependencies = [ 1154 "const_fn", 1155 "libc", 1156 "standback", 1157 "stdweb", 1158 "time-macros", 1159 "version_check", 1160 "winapi", 1161] 1162 1163[[package]] 1164name = "time-macros" 1165version = "0.1.1" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1" 1168dependencies = [ 1169 "proc-macro-hack", 1170 "time-macros-impl", 1171] 1172 1173[[package]] 1174name = "time-macros-impl" 1175version = "0.1.2" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f" 1178dependencies = [ 1179 "proc-macro-hack", 1180 "proc-macro2", 1181 "quote", 1182 "standback", 1183 "syn 1.0.109", 1184] 1185 1186[[package]] 1187name = "tokio" 1188version = "1.52.1" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" 1191dependencies = [ 1192 "libc", 1193 "mio", 1194 "pin-project-lite", 1195 "socket2", 1196 "tokio-macros", 1197 "windows-sys", 1198] 1199 1200[[package]] 1201name = "tokio-macros" 1202version = "2.7.0" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 1205dependencies = [ 1206 "proc-macro2", 1207 "quote", 1208 "syn 2.0.117", 1209] 1210 1211[[package]] 1212name = "tower" 1213version = "0.5.3" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1216dependencies = [ 1217 "futures-core", 1218 "futures-util", 1219 "pin-project-lite", 1220 "sync_wrapper", 1221 "tokio", 1222 "tower-layer", 1223 "tower-service", 1224 "tracing", 1225] 1226 1227[[package]] 1228name = "tower-layer" 1229version = "0.3.3" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1232 1233[[package]] 1234name = "tower-service" 1235version = "0.3.3" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1238 1239[[package]] 1240name = "tracing" 1241version = "0.1.44" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1244dependencies = [ 1245 "log", 1246 "pin-project-lite", 1247 "tracing-core", 1248] 1249 1250[[package]] 1251name = "tracing-core" 1252version = "0.1.36" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1255dependencies = [ 1256 "once_cell", 1257] 1258 1259[[package]] 1260name = "unicode-ident" 1261version = "1.0.24" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1264 1265[[package]] 1266name = "unicode-xid" 1267version = "0.2.6" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 1270 1271[[package]] 1272name = "version_check" 1273version = "0.9.5" 1274source = "registry+https://github.com/rust-lang/crates.io-index" 1275checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1276 1277[[package]] 1278name = "wasi" 1279version = "0.11.1+wasi-snapshot-preview1" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1282 1283[[package]] 1284name = "wasip2" 1285version = "1.0.3+wasi-0.2.9" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 1288dependencies = [ 1289 "wit-bindgen 0.57.1", 1290] 1291 1292[[package]] 1293name = "wasip3" 1294version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 1295source = "registry+https://github.com/rust-lang/crates.io-index" 1296checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 1297dependencies = [ 1298 "wit-bindgen 0.51.0", 1299] 1300 1301[[package]] 1302name = "wasm-bindgen" 1303version = "0.2.118" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" 1306dependencies = [ 1307 "cfg-if", 1308 "once_cell", 1309 "rustversion", 1310 "wasm-bindgen-macro", 1311 "wasm-bindgen-shared", 1312] 1313 1314[[package]] 1315name = "wasm-bindgen-macro" 1316version = "0.2.118" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" 1319dependencies = [ 1320 "quote", 1321 "wasm-bindgen-macro-support", 1322] 1323 1324[[package]] 1325name = "wasm-bindgen-macro-support" 1326version = "0.2.118" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" 1329dependencies = [ 1330 "bumpalo", 1331 "proc-macro2", 1332 "quote", 1333 "syn 2.0.117", 1334 "wasm-bindgen-shared", 1335] 1336 1337[[package]] 1338name = "wasm-bindgen-shared" 1339version = "0.2.118" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" 1342dependencies = [ 1343 "unicode-ident", 1344] 1345 1346[[package]] 1347name = "wasm-encoder" 1348version = "0.244.0" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 1351dependencies = [ 1352 "leb128fmt", 1353 "wasmparser", 1354] 1355 1356[[package]] 1357name = "wasm-metadata" 1358version = "0.244.0" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 1361dependencies = [ 1362 "anyhow", 1363 "indexmap", 1364 "wasm-encoder", 1365 "wasmparser", 1366] 1367 1368[[package]] 1369name = "wasmparser" 1370version = "0.244.0" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 1373dependencies = [ 1374 "bitflags", 1375 "hashbrown 0.15.5", 1376 "indexmap", 1377 "semver 1.0.28", 1378] 1379 1380[[package]] 1381name = "winapi" 1382version = "0.3.9" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1385dependencies = [ 1386 "winapi-i686-pc-windows-gnu", 1387 "winapi-x86_64-pc-windows-gnu", 1388] 1389 1390[[package]] 1391name = "winapi-i686-pc-windows-gnu" 1392version = "0.4.0" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1395 1396[[package]] 1397name = "winapi-x86_64-pc-windows-gnu" 1398version = "0.4.0" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1401 1402[[package]] 1403name = "windows-core" 1404version = "0.62.2" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 1407dependencies = [ 1408 "windows-implement", 1409 "windows-interface", 1410 "windows-link", 1411 "windows-result", 1412 "windows-strings", 1413] 1414 1415[[package]] 1416name = "windows-implement" 1417version = "0.60.2" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 1420dependencies = [ 1421 "proc-macro2", 1422 "quote", 1423 "syn 2.0.117", 1424] 1425 1426[[package]] 1427name = "windows-interface" 1428version = "0.59.3" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 1431dependencies = [ 1432 "proc-macro2", 1433 "quote", 1434 "syn 2.0.117", 1435] 1436 1437[[package]] 1438name = "windows-link" 1439version = "0.2.1" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1442 1443[[package]] 1444name = "windows-result" 1445version = "0.4.1" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 1448dependencies = [ 1449 "windows-link", 1450] 1451 1452[[package]] 1453name = "windows-strings" 1454version = "0.5.1" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 1457dependencies = [ 1458 "windows-link", 1459] 1460 1461[[package]] 1462name = "windows-sys" 1463version = "0.61.2" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1466dependencies = [ 1467 "windows-link", 1468] 1469 1470[[package]] 1471name = "wit-bindgen" 1472version = "0.51.0" 1473source = "registry+https://github.com/rust-lang/crates.io-index" 1474checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 1475dependencies = [ 1476 "wit-bindgen-rust-macro", 1477] 1478 1479[[package]] 1480name = "wit-bindgen" 1481version = "0.57.1" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 1484 1485[[package]] 1486name = "wit-bindgen-core" 1487version = "0.51.0" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 1490dependencies = [ 1491 "anyhow", 1492 "heck", 1493 "wit-parser", 1494] 1495 1496[[package]] 1497name = "wit-bindgen-rust" 1498version = "0.51.0" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 1501dependencies = [ 1502 "anyhow", 1503 "heck", 1504 "indexmap", 1505 "prettyplease", 1506 "syn 2.0.117", 1507 "wasm-metadata", 1508 "wit-bindgen-core", 1509 "wit-component", 1510] 1511 1512[[package]] 1513name = "wit-bindgen-rust-macro" 1514version = "0.51.0" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 1517dependencies = [ 1518 "anyhow", 1519 "prettyplease", 1520 "proc-macro2", 1521 "quote", 1522 "syn 2.0.117", 1523 "wit-bindgen-core", 1524 "wit-bindgen-rust", 1525] 1526 1527[[package]] 1528name = "wit-component" 1529version = "0.244.0" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 1532dependencies = [ 1533 "anyhow", 1534 "bitflags", 1535 "indexmap", 1536 "log", 1537 "serde", 1538 "serde_derive", 1539 "serde_json", 1540 "wasm-encoder", 1541 "wasm-metadata", 1542 "wasmparser", 1543 "wit-parser", 1544] 1545 1546[[package]] 1547name = "wit-parser" 1548version = "0.244.0" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 1551dependencies = [ 1552 "anyhow", 1553 "id-arena", 1554 "indexmap", 1555 "log", 1556 "semver 1.0.28", 1557 "serde", 1558 "serde_derive", 1559 "serde_json", 1560 "unicode-xid", 1561 "wasmparser", 1562] 1563 1564[[package]] 1565name = "zmij" 1566version = "1.0.21" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"