1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "autocfg" 31version = "1.4.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 34 35[[package]] 36name = "aws-lc-rs" 37version = "1.13.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7" 40dependencies = [ 41 "aws-lc-sys", 42 "zeroize", 43] 44 45[[package]] 46name = "aws-lc-sys" 47version = "0.29.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079" 50dependencies = [ 51 "bindgen", 52 "cc", 53 "cmake", 54 "dunce", 55 "fs_extra", 56] 57 58[[package]] 59name = "backtrace" 60version = "0.3.75" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 63dependencies = [ 64 "addr2line", 65 "cfg-if", 66 "libc", 67 "miniz_oxide", 68 "object", 69 "rustc-demangle", 70 "windows-targets 0.52.6", 71] 72 73[[package]] 74name = "base64" 75version = "0.13.1" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 78 79[[package]] 80name = "base64" 81version = "0.22.1" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 84 85[[package]] 86name = "bincode" 87version = "2.0.1" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740" 90dependencies = [ 91 "bincode_derive", 92 "serde", 93 "unty", 94] 95 96[[package]] 97name = "bincode_derive" 98version = "2.0.1" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09" 101dependencies = [ 102 "virtue", 103] 104 105[[package]] 106name = "bindgen" 107version = "0.69.5" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088" 110dependencies = [ 111 "bitflags 2.9.1", 112 "cexpr", 113 "clang-sys", 114 "itertools 0.12.1", 115 "lazy_static", 116 "lazycell", 117 "log", 118 "prettyplease", 119 "proc-macro2", 120 "quote", 121 "regex", 122 "rustc-hash 1.1.0", 123 "shlex", 124 "syn", 125 "which", 126] 127 128[[package]] 129name = "bitflags" 130version = "1.3.2" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 133 134[[package]] 135name = "bitflags" 136version = "2.9.1" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 139 140[[package]] 141name = "bumpalo" 142version = "3.17.0" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 145 146[[package]] 147name = "byteorder" 148version = "1.5.0" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 151 152[[package]] 153name = "bytes" 154version = "1.10.1" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 157 158[[package]] 159name = "cc" 160version = "1.2.23" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766" 163dependencies = [ 164 "jobserver", 165 "libc", 166 "shlex", 167] 168 169[[package]] 170name = "cexpr" 171version = "0.6.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 174dependencies = [ 175 "nom", 176] 177 178[[package]] 179name = "cfg-if" 180version = "1.0.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 183 184[[package]] 185name = "cfg_aliases" 186version = "0.2.1" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 189 190[[package]] 191name = "clang-sys" 192version = "1.8.1" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 195dependencies = [ 196 "glob", 197 "libc", 198 "libloading", 199] 200 201[[package]] 202name = "cmake" 203version = "0.1.54" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 206dependencies = [ 207 "cc", 208] 209 210[[package]] 211name = "console" 212version = "0.15.11" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 215dependencies = [ 216 "encode_unicode", 217 "libc", 218 "once_cell", 219 "unicode-width", 220 "windows-sys 0.59.0", 221] 222 223[[package]] 224name = "crc32fast" 225version = "1.4.2" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 228dependencies = [ 229 "cfg-if", 230] 231 232[[package]] 233name = "crossbeam-deque" 234version = "0.8.6" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 237dependencies = [ 238 "crossbeam-epoch", 239 "crossbeam-utils", 240] 241 242[[package]] 243name = "crossbeam-epoch" 244version = "0.9.18" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 247dependencies = [ 248 "crossbeam-utils", 249] 250 251[[package]] 252name = "crossbeam-utils" 253version = "0.8.21" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 256 257[[package]] 258name = "darling" 259version = "0.20.11" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 262dependencies = [ 263 "darling_core", 264 "darling_macro", 265] 266 267[[package]] 268name = "darling_core" 269version = "0.20.11" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 272dependencies = [ 273 "fnv", 274 "ident_case", 275 "proc-macro2", 276 "quote", 277 "strsim", 278 "syn", 279] 280 281[[package]] 282name = "darling_macro" 283version = "0.20.11" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 286dependencies = [ 287 "darling_core", 288 "quote", 289 "syn", 290] 291 292[[package]] 293name = "derive_builder" 294version = "0.20.2" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 297dependencies = [ 298 "derive_builder_macro", 299] 300 301[[package]] 302name = "derive_builder_core" 303version = "0.20.2" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 306dependencies = [ 307 "darling", 308 "proc-macro2", 309 "quote", 310 "syn", 311] 312 313[[package]] 314name = "derive_builder_macro" 315version = "0.20.2" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 318dependencies = [ 319 "derive_builder_core", 320 "syn", 321] 322 323[[package]] 324name = "dirs" 325version = "5.0.1" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 328dependencies = [ 329 "dirs-sys", 330] 331 332[[package]] 333name = "dirs-sys" 334version = "0.4.1" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 337dependencies = [ 338 "libc", 339 "option-ext", 340 "redox_users", 341 "windows-sys 0.48.0", 342] 343 344[[package]] 345name = "displaydoc" 346version = "0.2.5" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 349dependencies = [ 350 "proc-macro2", 351 "quote", 352 "syn", 353] 354 355[[package]] 356name = "dunce" 357version = "1.0.5" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 360 361[[package]] 362name = "either" 363version = "1.15.0" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 366 367[[package]] 368name = "encode_unicode" 369version = "1.0.0" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 372 373[[package]] 374name = "equivalent" 375version = "1.0.2" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 378 379[[package]] 380name = "errno" 381version = "0.3.12" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" 384dependencies = [ 385 "libc", 386 "windows-sys 0.59.0", 387] 388 389[[package]] 390name = "esaxx-rs" 391version = "0.1.10" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" 394 395[[package]] 396name = "flate2" 397version = "1.1.1" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece" 400dependencies = [ 401 "crc32fast", 402 "miniz_oxide", 403] 404 405[[package]] 406name = "fnv" 407version = "1.0.7" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 410 411[[package]] 412name = "form_urlencoded" 413version = "1.2.1" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 416dependencies = [ 417 "percent-encoding", 418] 419 420[[package]] 421name = "fs_extra" 422version = "1.3.0" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 425 426[[package]] 427name = "futures-channel" 428version = "0.3.31" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 431dependencies = [ 432 "futures-core", 433] 434 435[[package]] 436name = "futures-core" 437version = "0.3.31" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 440 441[[package]] 442name = "futures-io" 443version = "0.3.31" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 446 447[[package]] 448name = "futures-macro" 449version = "0.3.31" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 452dependencies = [ 453 "proc-macro2", 454 "quote", 455 "syn", 456] 457 458[[package]] 459name = "futures-sink" 460version = "0.3.31" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 463 464[[package]] 465name = "futures-task" 466version = "0.3.31" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 469 470[[package]] 471name = "futures-util" 472version = "0.3.31" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 475dependencies = [ 476 "futures-core", 477 "futures-io", 478 "futures-macro", 479 "futures-sink", 480 "futures-task", 481 "memchr", 482 "pin-project-lite", 483 "pin-utils", 484 "slab", 485] 486 487[[package]] 488name = "getrandom" 489version = "0.2.16" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 492dependencies = [ 493 "cfg-if", 494 "js-sys", 495 "libc", 496 "wasi 0.11.0+wasi-snapshot-preview1", 497 "wasm-bindgen", 498] 499 500[[package]] 501name = "getrandom" 502version = "0.3.3" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 505dependencies = [ 506 "cfg-if", 507 "js-sys", 508 "libc", 509 "r-efi", 510 "wasi 0.14.2+wasi-0.2.4", 511 "wasm-bindgen", 512] 513 514[[package]] 515name = "gimli" 516version = "0.31.1" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 519 520[[package]] 521name = "glob" 522version = "0.3.2" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 525 526[[package]] 527name = "hashbrown" 528version = "0.15.3" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 531 532[[package]] 533name = "heck" 534version = "0.5.0" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 537 538[[package]] 539name = "hf-hub" 540version = "0.4.1" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "112fa2f6ad4ab815b9e1b938b4b1e437032d055e2f92ed10fd6ab2e62d02c6b6" 543dependencies = [ 544 "dirs", 545 "http", 546 "indicatif", 547 "log", 548 "rand 0.8.5", 549 "reqwest", 550 "rustls", 551 "serde", 552 "serde_json", 553 "thiserror 2.0.12", 554 "ureq", 555] 556 557[[package]] 558name = "home" 559version = "0.5.11" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 562dependencies = [ 563 "windows-sys 0.59.0", 564] 565 566[[package]] 567name = "http" 568version = "1.3.1" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 571dependencies = [ 572 "bytes", 573 "fnv", 574 "itoa", 575] 576 577[[package]] 578name = "http-body" 579version = "1.0.1" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 582dependencies = [ 583 "bytes", 584 "http", 585] 586 587[[package]] 588name = "http-body-util" 589version = "0.1.3" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 592dependencies = [ 593 "bytes", 594 "futures-core", 595 "http", 596 "http-body", 597 "pin-project-lite", 598] 599 600[[package]] 601name = "httparse" 602version = "1.10.1" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 605 606[[package]] 607name = "hyper" 608version = "1.6.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 611dependencies = [ 612 "bytes", 613 "futures-channel", 614 "futures-util", 615 "http", 616 "http-body", 617 "httparse", 618 "itoa", 619 "pin-project-lite", 620 "smallvec", 621 "tokio", 622 "want", 623] 624 625[[package]] 626name = "hyper-rustls" 627version = "0.27.5" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 630dependencies = [ 631 "futures-util", 632 "http", 633 "hyper", 634 "hyper-util", 635 "rustls", 636 "rustls-pki-types", 637 "tokio", 638 "tokio-rustls", 639 "tower-service", 640 "webpki-roots 0.26.11", 641] 642 643[[package]] 644name = "hyper-util" 645version = "0.1.11" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" 648dependencies = [ 649 "bytes", 650 "futures-channel", 651 "futures-util", 652 "http", 653 "http-body", 654 "hyper", 655 "libc", 656 "pin-project-lite", 657 "socket2", 658 "tokio", 659 "tower-service", 660 "tracing", 661] 662 663[[package]] 664name = "icu_collections" 665version = "2.0.0" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 668dependencies = [ 669 "displaydoc", 670 "potential_utf", 671 "yoke", 672 "zerofrom", 673 "zerovec", 674] 675 676[[package]] 677name = "icu_locale_core" 678version = "2.0.0" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 681dependencies = [ 682 "displaydoc", 683 "litemap", 684 "tinystr", 685 "writeable", 686 "zerovec", 687] 688 689[[package]] 690name = "icu_normalizer" 691version = "2.0.0" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 694dependencies = [ 695 "displaydoc", 696 "icu_collections", 697 "icu_normalizer_data", 698 "icu_properties", 699 "icu_provider", 700 "smallvec", 701 "zerovec", 702] 703 704[[package]] 705name = "icu_normalizer_data" 706version = "2.0.0" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 709 710[[package]] 711name = "icu_properties" 712version = "2.0.0" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a" 715dependencies = [ 716 "displaydoc", 717 "icu_collections", 718 "icu_locale_core", 719 "icu_properties_data", 720 "icu_provider", 721 "potential_utf", 722 "zerotrie", 723 "zerovec", 724] 725 726[[package]] 727name = "icu_properties_data" 728version = "2.0.0" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04" 731 732[[package]] 733name = "icu_provider" 734version = "2.0.0" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 737dependencies = [ 738 "displaydoc", 739 "icu_locale_core", 740 "stable_deref_trait", 741 "tinystr", 742 "writeable", 743 "yoke", 744 "zerofrom", 745 "zerotrie", 746 "zerovec", 747] 748 749[[package]] 750name = "ident_case" 751version = "1.0.1" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 754 755[[package]] 756name = "idna" 757version = "1.0.3" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 760dependencies = [ 761 "idna_adapter", 762 "smallvec", 763 "utf8_iter", 764] 765 766[[package]] 767name = "idna_adapter" 768version = "1.2.1" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 771dependencies = [ 772 "icu_normalizer", 773 "icu_properties", 774] 775 776[[package]] 777name = "indexmap" 778version = "2.9.0" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 781dependencies = [ 782 "equivalent", 783 "hashbrown", 784] 785 786[[package]] 787name = "indicatif" 788version = "0.17.11" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 791dependencies = [ 792 "console", 793 "number_prefix", 794 "portable-atomic", 795 "unicode-width", 796 "web-time", 797] 798 799[[package]] 800name = "indoc" 801version = "2.0.6" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 804 805[[package]] 806name = "ipnet" 807version = "2.11.0" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 810 811[[package]] 812name = "itertools" 813version = "0.11.0" 814source = "registry+https://github.com/rust-lang/crates.io-index" 815checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 816dependencies = [ 817 "either", 818] 819 820[[package]] 821name = "itertools" 822version = "0.12.1" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 825dependencies = [ 826 "either", 827] 828 829[[package]] 830name = "itertools" 831version = "0.13.0" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 834dependencies = [ 835 "either", 836] 837 838[[package]] 839name = "itoa" 840version = "1.0.15" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 843 844[[package]] 845name = "jobserver" 846version = "0.1.33" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 849dependencies = [ 850 "getrandom 0.3.3", 851 "libc", 852] 853 854[[package]] 855name = "js-sys" 856version = "0.3.77" 857source = "registry+https://github.com/rust-lang/crates.io-index" 858checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 859dependencies = [ 860 "once_cell", 861 "wasm-bindgen", 862] 863 864[[package]] 865name = "lazy_static" 866version = "1.5.0" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 869 870[[package]] 871name = "lazycell" 872version = "1.3.0" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 875 876[[package]] 877name = "libc" 878version = "0.2.172" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 881 882[[package]] 883name = "libloading" 884version = "0.8.7" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c" 887dependencies = [ 888 "cfg-if", 889 "windows-targets 0.53.0", 890] 891 892[[package]] 893name = "libredox" 894version = "0.1.3" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 897dependencies = [ 898 "bitflags 2.9.1", 899 "libc", 900] 901 902[[package]] 903name = "linux-raw-sys" 904version = "0.4.15" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 907 908[[package]] 909name = "litemap" 910version = "0.8.0" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 913 914[[package]] 915name = "log" 916version = "0.4.27" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 919 920[[package]] 921name = "lru-slab" 922version = "0.1.2" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 925 926[[package]] 927name = "macro_rules_attribute" 928version = "0.2.0" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13" 931dependencies = [ 932 "macro_rules_attribute-proc_macro", 933 "paste", 934] 935 936[[package]] 937name = "macro_rules_attribute-proc_macro" 938version = "0.2.0" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" 941 942[[package]] 943name = "memchr" 944version = "2.7.4" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 947 948[[package]] 949name = "memoffset" 950version = "0.9.1" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 953dependencies = [ 954 "autocfg", 955] 956 957[[package]] 958name = "mime" 959version = "0.3.17" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 962 963[[package]] 964name = "minimal-lexical" 965version = "0.2.1" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 968 969[[package]] 970name = "miniz_oxide" 971version = "0.8.8" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 974dependencies = [ 975 "adler2", 976] 977 978[[package]] 979name = "mio" 980version = "1.0.3" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 983dependencies = [ 984 "libc", 985 "wasi 0.11.0+wasi-snapshot-preview1", 986 "windows-sys 0.52.0", 987] 988 989[[package]] 990name = "monostate" 991version = "0.1.14" 992source = "registry+https://github.com/rust-lang/crates.io-index" 993checksum = "aafe1be9d0c75642e3e50fedc7ecadf1ef1cbce6eb66462153fc44245343fbee" 994dependencies = [ 995 "monostate-impl", 996 "serde", 997] 998 999[[package]] 1000name = "monostate-impl" 1001version = "0.1.14" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "c402a4092d5e204f32c9e155431046831fa712637043c58cb73bc6bc6c9663b5" 1004dependencies = [ 1005 "proc-macro2", 1006 "quote", 1007 "syn", 1008] 1009 1010[[package]] 1011name = "nom" 1012version = "7.1.3" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1015dependencies = [ 1016 "memchr", 1017 "minimal-lexical", 1018] 1019 1020[[package]] 1021name = "number_prefix" 1022version = "0.4.0" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1025 1026[[package]] 1027name = "object" 1028version = "0.36.7" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1031dependencies = [ 1032 "memchr", 1033] 1034 1035[[package]] 1036name = "once_cell" 1037version = "1.21.3" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1040 1041[[package]] 1042name = "onig" 1043version = "6.4.0" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 1046dependencies = [ 1047 "bitflags 1.3.2", 1048 "libc", 1049 "once_cell", 1050 "onig_sys", 1051] 1052 1053[[package]] 1054name = "onig_sys" 1055version = "69.8.1" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 1058dependencies = [ 1059 "cc", 1060 "pkg-config", 1061] 1062 1063[[package]] 1064name = "option-ext" 1065version = "0.2.0" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1068 1069[[package]] 1070name = "outlines-core" 1071version = "0.2.11" 1072dependencies = [ 1073 "bincode", 1074 "hf-hub", 1075 "once_cell", 1076 "pyo3", 1077 "regex", 1078 "regex-automata", 1079 "rustc-hash 2.1.1", 1080 "serde", 1081 "serde-pyobject", 1082 "serde_json", 1083 "thiserror 2.0.12", 1084 "tokenizers", 1085] 1086 1087[[package]] 1088name = "paste" 1089version = "1.0.15" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1092 1093[[package]] 1094name = "percent-encoding" 1095version = "2.3.1" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1098 1099[[package]] 1100name = "pin-project-lite" 1101version = "0.2.16" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1104 1105[[package]] 1106name = "pin-utils" 1107version = "0.1.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1110 1111[[package]] 1112name = "pkg-config" 1113version = "0.3.32" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1116 1117[[package]] 1118name = "portable-atomic" 1119version = "1.11.0" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 1122 1123[[package]] 1124name = "potential_utf" 1125version = "0.1.2" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 1128dependencies = [ 1129 "zerovec", 1130] 1131 1132[[package]] 1133name = "ppv-lite86" 1134version = "0.2.21" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1137dependencies = [ 1138 "zerocopy", 1139] 1140 1141[[package]] 1142name = "prettyplease" 1143version = "0.2.32" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" 1146dependencies = [ 1147 "proc-macro2", 1148 "syn", 1149] 1150 1151[[package]] 1152name = "proc-macro2" 1153version = "1.0.95" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1156dependencies = [ 1157 "unicode-ident", 1158] 1159 1160[[package]] 1161name = "pyo3" 1162version = "0.23.5" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872" 1165dependencies = [ 1166 "cfg-if", 1167 "indoc", 1168 "libc", 1169 "memoffset", 1170 "once_cell", 1171 "portable-atomic", 1172 "pyo3-build-config", 1173 "pyo3-ffi", 1174 "pyo3-macros", 1175 "unindent", 1176] 1177 1178[[package]] 1179name = "pyo3-build-config" 1180version = "0.23.5" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb" 1183dependencies = [ 1184 "once_cell", 1185 "target-lexicon", 1186] 1187 1188[[package]] 1189name = "pyo3-ffi" 1190version = "0.23.5" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d" 1193dependencies = [ 1194 "libc", 1195 "pyo3-build-config", 1196] 1197 1198[[package]] 1199name = "pyo3-macros" 1200version = "0.23.5" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da" 1203dependencies = [ 1204 "proc-macro2", 1205 "pyo3-macros-backend", 1206 "quote", 1207 "syn", 1208] 1209 1210[[package]] 1211name = "pyo3-macros-backend" 1212version = "0.23.5" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028" 1215dependencies = [ 1216 "heck", 1217 "proc-macro2", 1218 "pyo3-build-config", 1219 "quote", 1220 "syn", 1221] 1222 1223[[package]] 1224name = "quinn" 1225version = "0.11.8" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 1228dependencies = [ 1229 "bytes", 1230 "cfg_aliases", 1231 "pin-project-lite", 1232 "quinn-proto", 1233 "quinn-udp", 1234 "rustc-hash 2.1.1", 1235 "rustls", 1236 "socket2", 1237 "thiserror 2.0.12", 1238 "tokio", 1239 "tracing", 1240 "web-time", 1241] 1242 1243[[package]] 1244name = "quinn-proto" 1245version = "0.11.12" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" 1248dependencies = [ 1249 "bytes", 1250 "getrandom 0.3.3", 1251 "lru-slab", 1252 "rand 0.9.1", 1253 "ring", 1254 "rustc-hash 2.1.1", 1255 "rustls", 1256 "rustls-pki-types", 1257 "slab", 1258 "thiserror 2.0.12", 1259 "tinyvec", 1260 "tracing", 1261 "web-time", 1262] 1263 1264[[package]] 1265name = "quinn-udp" 1266version = "0.5.12" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842" 1269dependencies = [ 1270 "cfg_aliases", 1271 "libc", 1272 "once_cell", 1273 "socket2", 1274 "tracing", 1275 "windows-sys 0.59.0", 1276] 1277 1278[[package]] 1279name = "quote" 1280version = "1.0.40" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1283dependencies = [ 1284 "proc-macro2", 1285] 1286 1287[[package]] 1288name = "r-efi" 1289version = "5.2.0" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1292 1293[[package]] 1294name = "rand" 1295version = "0.8.5" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1298dependencies = [ 1299 "libc", 1300 "rand_chacha 0.3.1", 1301 "rand_core 0.6.4", 1302] 1303 1304[[package]] 1305name = "rand" 1306version = "0.9.1" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1309dependencies = [ 1310 "rand_chacha 0.9.0", 1311 "rand_core 0.9.3", 1312] 1313 1314[[package]] 1315name = "rand_chacha" 1316version = "0.3.1" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1319dependencies = [ 1320 "ppv-lite86", 1321 "rand_core 0.6.4", 1322] 1323 1324[[package]] 1325name = "rand_chacha" 1326version = "0.9.0" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1329dependencies = [ 1330 "ppv-lite86", 1331 "rand_core 0.9.3", 1332] 1333 1334[[package]] 1335name = "rand_core" 1336version = "0.6.4" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1339dependencies = [ 1340 "getrandom 0.2.16", 1341] 1342 1343[[package]] 1344name = "rand_core" 1345version = "0.9.3" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1348dependencies = [ 1349 "getrandom 0.3.3", 1350] 1351 1352[[package]] 1353name = "rayon" 1354version = "1.10.0" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 1357dependencies = [ 1358 "either", 1359 "rayon-core", 1360] 1361 1362[[package]] 1363name = "rayon-cond" 1364version = "0.3.0" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9" 1367dependencies = [ 1368 "either", 1369 "itertools 0.11.0", 1370 "rayon", 1371] 1372 1373[[package]] 1374name = "rayon-core" 1375version = "1.12.1" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 1378dependencies = [ 1379 "crossbeam-deque", 1380 "crossbeam-utils", 1381] 1382 1383[[package]] 1384name = "redox_users" 1385version = "0.4.6" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1388dependencies = [ 1389 "getrandom 0.2.16", 1390 "libredox", 1391 "thiserror 1.0.69", 1392] 1393 1394[[package]] 1395name = "regex" 1396version = "1.11.1" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1399dependencies = [ 1400 "aho-corasick", 1401 "memchr", 1402 "regex-automata", 1403 "regex-syntax", 1404] 1405 1406[[package]] 1407name = "regex-automata" 1408version = "0.4.9" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1411dependencies = [ 1412 "aho-corasick", 1413 "memchr", 1414 "regex-syntax", 1415] 1416 1417[[package]] 1418name = "regex-syntax" 1419version = "0.8.5" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1422 1423[[package]] 1424name = "reqwest" 1425version = "0.12.15" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" 1428dependencies = [ 1429 "base64 0.22.1", 1430 "bytes", 1431 "futures-core", 1432 "futures-util", 1433 "http", 1434 "http-body", 1435 "http-body-util", 1436 "hyper", 1437 "hyper-rustls", 1438 "hyper-util", 1439 "ipnet", 1440 "js-sys", 1441 "log", 1442 "mime", 1443 "once_cell", 1444 "percent-encoding", 1445 "pin-project-lite", 1446 "quinn", 1447 "rustls", 1448 "rustls-pemfile", 1449 "rustls-pki-types", 1450 "serde", 1451 "serde_json", 1452 "serde_urlencoded", 1453 "sync_wrapper", 1454 "tokio", 1455 "tokio-rustls", 1456 "tokio-util", 1457 "tower", 1458 "tower-service", 1459 "url", 1460 "wasm-bindgen", 1461 "wasm-bindgen-futures", 1462 "wasm-streams", 1463 "web-sys", 1464 "webpki-roots 0.26.11", 1465 "windows-registry", 1466] 1467 1468[[package]] 1469name = "ring" 1470version = "0.17.14" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1473dependencies = [ 1474 "cc", 1475 "cfg-if", 1476 "getrandom 0.2.16", 1477 "libc", 1478 "untrusted", 1479 "windows-sys 0.52.0", 1480] 1481 1482[[package]] 1483name = "rustc-demangle" 1484version = "0.1.24" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1487 1488[[package]] 1489name = "rustc-hash" 1490version = "1.1.0" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1493 1494[[package]] 1495name = "rustc-hash" 1496version = "2.1.1" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1499 1500[[package]] 1501name = "rustix" 1502version = "0.38.44" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1505dependencies = [ 1506 "bitflags 2.9.1", 1507 "errno", 1508 "libc", 1509 "linux-raw-sys", 1510 "windows-sys 0.59.0", 1511] 1512 1513[[package]] 1514name = "rustls" 1515version = "0.23.27" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" 1518dependencies = [ 1519 "aws-lc-rs", 1520 "log", 1521 "once_cell", 1522 "ring", 1523 "rustls-pki-types", 1524 "rustls-webpki", 1525 "subtle", 1526 "zeroize", 1527] 1528 1529[[package]] 1530name = "rustls-pemfile" 1531version = "2.2.0" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 1534dependencies = [ 1535 "rustls-pki-types", 1536] 1537 1538[[package]] 1539name = "rustls-pki-types" 1540version = "1.12.0" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1543dependencies = [ 1544 "web-time", 1545 "zeroize", 1546] 1547 1548[[package]] 1549name = "rustls-webpki" 1550version = "0.103.3" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" 1553dependencies = [ 1554 "aws-lc-rs", 1555 "ring", 1556 "rustls-pki-types", 1557 "untrusted", 1558] 1559 1560[[package]] 1561name = "rustversion" 1562version = "1.0.20" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 1565 1566[[package]] 1567name = "ryu" 1568version = "1.0.20" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1571 1572[[package]] 1573name = "serde" 1574version = "1.0.219" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1577dependencies = [ 1578 "serde_derive", 1579] 1580 1581[[package]] 1582name = "serde-pyobject" 1583version = "0.5.0" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "30bb5418e5b2eb469c0e8e6eb2c9de96aa1db5e2e04f25560de78e02bb746aa6" 1586dependencies = [ 1587 "pyo3", 1588 "serde", 1589] 1590 1591[[package]] 1592name = "serde_derive" 1593version = "1.0.219" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1596dependencies = [ 1597 "proc-macro2", 1598 "quote", 1599 "syn", 1600] 1601 1602[[package]] 1603name = "serde_json" 1604version = "1.0.140" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 1607dependencies = [ 1608 "indexmap", 1609 "itoa", 1610 "memchr", 1611 "ryu", 1612 "serde", 1613] 1614 1615[[package]] 1616name = "serde_urlencoded" 1617version = "0.7.1" 1618source = "registry+https://github.com/rust-lang/crates.io-index" 1619checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1620dependencies = [ 1621 "form_urlencoded", 1622 "itoa", 1623 "ryu", 1624 "serde", 1625] 1626 1627[[package]] 1628name = "shlex" 1629version = "1.3.0" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1632 1633[[package]] 1634name = "slab" 1635version = "0.4.9" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1638dependencies = [ 1639 "autocfg", 1640] 1641 1642[[package]] 1643name = "smallvec" 1644version = "1.15.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 1647 1648[[package]] 1649name = "socket2" 1650version = "0.5.9" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 1653dependencies = [ 1654 "libc", 1655 "windows-sys 0.52.0", 1656] 1657 1658[[package]] 1659name = "socks" 1660version = "0.3.4" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b" 1663dependencies = [ 1664 "byteorder", 1665 "libc", 1666 "winapi", 1667] 1668 1669[[package]] 1670name = "spm_precompiled" 1671version = "0.1.4" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 1674dependencies = [ 1675 "base64 0.13.1", 1676 "nom", 1677 "serde", 1678 "unicode-segmentation", 1679] 1680 1681[[package]] 1682name = "stable_deref_trait" 1683version = "1.2.0" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1686 1687[[package]] 1688name = "strsim" 1689version = "0.11.1" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1692 1693[[package]] 1694name = "subtle" 1695version = "2.6.1" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1698 1699[[package]] 1700name = "syn" 1701version = "2.0.101" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 1704dependencies = [ 1705 "proc-macro2", 1706 "quote", 1707 "unicode-ident", 1708] 1709 1710[[package]] 1711name = "sync_wrapper" 1712version = "1.0.2" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1715dependencies = [ 1716 "futures-core", 1717] 1718 1719[[package]] 1720name = "synstructure" 1721version = "0.13.2" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1724dependencies = [ 1725 "proc-macro2", 1726 "quote", 1727 "syn", 1728] 1729 1730[[package]] 1731name = "target-lexicon" 1732version = "0.12.16" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 1735 1736[[package]] 1737name = "thiserror" 1738version = "1.0.69" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1741dependencies = [ 1742 "thiserror-impl 1.0.69", 1743] 1744 1745[[package]] 1746name = "thiserror" 1747version = "2.0.12" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 1750dependencies = [ 1751 "thiserror-impl 2.0.12", 1752] 1753 1754[[package]] 1755name = "thiserror-impl" 1756version = "1.0.69" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1759dependencies = [ 1760 "proc-macro2", 1761 "quote", 1762 "syn", 1763] 1764 1765[[package]] 1766name = "thiserror-impl" 1767version = "2.0.12" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 1770dependencies = [ 1771 "proc-macro2", 1772 "quote", 1773 "syn", 1774] 1775 1776[[package]] 1777name = "tinystr" 1778version = "0.8.1" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 1781dependencies = [ 1782 "displaydoc", 1783 "zerovec", 1784] 1785 1786[[package]] 1787name = "tinyvec" 1788version = "1.9.0" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 1791dependencies = [ 1792 "tinyvec_macros", 1793] 1794 1795[[package]] 1796name = "tinyvec_macros" 1797version = "0.1.1" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1800 1801[[package]] 1802name = "tokenizers" 1803version = "0.21.1" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "3169b3195f925496c895caee7978a335d49218488ef22375267fba5a46a40bd7" 1806dependencies = [ 1807 "aho-corasick", 1808 "derive_builder", 1809 "esaxx-rs", 1810 "getrandom 0.2.16", 1811 "hf-hub", 1812 "itertools 0.13.0", 1813 "lazy_static", 1814 "log", 1815 "macro_rules_attribute", 1816 "monostate", 1817 "onig", 1818 "paste", 1819 "rand 0.8.5", 1820 "rayon", 1821 "rayon-cond", 1822 "regex", 1823 "regex-syntax", 1824 "serde", 1825 "serde_json", 1826 "spm_precompiled", 1827 "thiserror 2.0.12", 1828 "unicode-normalization-alignments", 1829 "unicode-segmentation", 1830 "unicode_categories", 1831] 1832 1833[[package]] 1834name = "tokio" 1835version = "1.45.0" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" 1838dependencies = [ 1839 "backtrace", 1840 "bytes", 1841 "libc", 1842 "mio", 1843 "pin-project-lite", 1844 "socket2", 1845 "windows-sys 0.52.0", 1846] 1847 1848[[package]] 1849name = "tokio-rustls" 1850version = "0.26.2" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 1853dependencies = [ 1854 "rustls", 1855 "tokio", 1856] 1857 1858[[package]] 1859name = "tokio-util" 1860version = "0.7.15" 1861source = "registry+https://github.com/rust-lang/crates.io-index" 1862checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 1863dependencies = [ 1864 "bytes", 1865 "futures-core", 1866 "futures-sink", 1867 "pin-project-lite", 1868 "tokio", 1869] 1870 1871[[package]] 1872name = "tower" 1873version = "0.5.2" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1876dependencies = [ 1877 "futures-core", 1878 "futures-util", 1879 "pin-project-lite", 1880 "sync_wrapper", 1881 "tokio", 1882 "tower-layer", 1883 "tower-service", 1884] 1885 1886[[package]] 1887name = "tower-layer" 1888version = "0.3.3" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1891 1892[[package]] 1893name = "tower-service" 1894version = "0.3.3" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1897 1898[[package]] 1899name = "tracing" 1900version = "0.1.41" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1903dependencies = [ 1904 "pin-project-lite", 1905 "tracing-core", 1906] 1907 1908[[package]] 1909name = "tracing-core" 1910version = "0.1.33" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 1913dependencies = [ 1914 "once_cell", 1915] 1916 1917[[package]] 1918name = "try-lock" 1919version = "0.2.5" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1922 1923[[package]] 1924name = "unicode-ident" 1925version = "1.0.18" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1928 1929[[package]] 1930name = "unicode-normalization-alignments" 1931version = "0.1.12" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" 1934dependencies = [ 1935 "smallvec", 1936] 1937 1938[[package]] 1939name = "unicode-segmentation" 1940version = "1.12.0" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1943 1944[[package]] 1945name = "unicode-width" 1946version = "0.2.0" 1947source = "registry+https://github.com/rust-lang/crates.io-index" 1948checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 1949 1950[[package]] 1951name = "unicode_categories" 1952version = "0.1.1" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 1955 1956[[package]] 1957name = "unindent" 1958version = "0.2.4" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3" 1961 1962[[package]] 1963name = "untrusted" 1964version = "0.9.0" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1967 1968[[package]] 1969name = "unty" 1970version = "0.0.4" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae" 1973 1974[[package]] 1975name = "ureq" 1976version = "2.12.1" 1977source = "registry+https://github.com/rust-lang/crates.io-index" 1978checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" 1979dependencies = [ 1980 "base64 0.22.1", 1981 "flate2", 1982 "log", 1983 "once_cell", 1984 "rustls", 1985 "rustls-pki-types", 1986 "serde", 1987 "serde_json", 1988 "socks", 1989 "url", 1990 "webpki-roots 0.26.11", 1991] 1992 1993[[package]] 1994name = "url" 1995version = "2.5.4" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1998dependencies = [ 1999 "form_urlencoded", 2000 "idna", 2001 "percent-encoding", 2002] 2003 2004[[package]] 2005name = "utf8_iter" 2006version = "1.0.4" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2009 2010[[package]] 2011name = "virtue" 2012version = "0.0.18" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1" 2015 2016[[package]] 2017name = "want" 2018version = "0.3.1" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2021dependencies = [ 2022 "try-lock", 2023] 2024 2025[[package]] 2026name = "wasi" 2027version = "0.11.0+wasi-snapshot-preview1" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2030 2031[[package]] 2032name = "wasi" 2033version = "0.14.2+wasi-0.2.4" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2036dependencies = [ 2037 "wit-bindgen-rt", 2038] 2039 2040[[package]] 2041name = "wasm-bindgen" 2042version = "0.2.100" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2045dependencies = [ 2046 "cfg-if", 2047 "once_cell", 2048 "rustversion", 2049 "wasm-bindgen-macro", 2050] 2051 2052[[package]] 2053name = "wasm-bindgen-backend" 2054version = "0.2.100" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2057dependencies = [ 2058 "bumpalo", 2059 "log", 2060 "proc-macro2", 2061 "quote", 2062 "syn", 2063 "wasm-bindgen-shared", 2064] 2065 2066[[package]] 2067name = "wasm-bindgen-futures" 2068version = "0.4.50" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2071dependencies = [ 2072 "cfg-if", 2073 "js-sys", 2074 "once_cell", 2075 "wasm-bindgen", 2076 "web-sys", 2077] 2078 2079[[package]] 2080name = "wasm-bindgen-macro" 2081version = "0.2.100" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2084dependencies = [ 2085 "quote", 2086 "wasm-bindgen-macro-support", 2087] 2088 2089[[package]] 2090name = "wasm-bindgen-macro-support" 2091version = "0.2.100" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2094dependencies = [ 2095 "proc-macro2", 2096 "quote", 2097 "syn", 2098 "wasm-bindgen-backend", 2099 "wasm-bindgen-shared", 2100] 2101 2102[[package]] 2103name = "wasm-bindgen-shared" 2104version = "0.2.100" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2107dependencies = [ 2108 "unicode-ident", 2109] 2110 2111[[package]] 2112name = "wasm-streams" 2113version = "0.4.2" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 2116dependencies = [ 2117 "futures-util", 2118 "js-sys", 2119 "wasm-bindgen", 2120 "wasm-bindgen-futures", 2121 "web-sys", 2122] 2123 2124[[package]] 2125name = "web-sys" 2126version = "0.3.77" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2129dependencies = [ 2130 "js-sys", 2131 "wasm-bindgen", 2132] 2133 2134[[package]] 2135name = "web-time" 2136version = "1.1.0" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2139dependencies = [ 2140 "js-sys", 2141 "wasm-bindgen", 2142] 2143 2144[[package]] 2145name = "webpki-roots" 2146version = "0.26.11" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 2149dependencies = [ 2150 "webpki-roots 1.0.0", 2151] 2152 2153[[package]] 2154name = "webpki-roots" 2155version = "1.0.0" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" 2158dependencies = [ 2159 "rustls-pki-types", 2160] 2161 2162[[package]] 2163name = "which" 2164version = "4.4.2" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 2167dependencies = [ 2168 "either", 2169 "home", 2170 "once_cell", 2171 "rustix", 2172] 2173 2174[[package]] 2175name = "winapi" 2176version = "0.3.9" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2179dependencies = [ 2180 "winapi-i686-pc-windows-gnu", 2181 "winapi-x86_64-pc-windows-gnu", 2182] 2183 2184[[package]] 2185name = "winapi-i686-pc-windows-gnu" 2186version = "0.4.0" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2189 2190[[package]] 2191name = "winapi-x86_64-pc-windows-gnu" 2192version = "0.4.0" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2195 2196[[package]] 2197name = "windows-link" 2198version = "0.1.1" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 2201 2202[[package]] 2203name = "windows-registry" 2204version = "0.4.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" 2207dependencies = [ 2208 "windows-result", 2209 "windows-strings", 2210 "windows-targets 0.53.0", 2211] 2212 2213[[package]] 2214name = "windows-result" 2215version = "0.3.3" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "4b895b5356fc36103d0f64dd1e94dfa7ac5633f1c9dd6e80fe9ec4adef69e09d" 2218dependencies = [ 2219 "windows-link", 2220] 2221 2222[[package]] 2223name = "windows-strings" 2224version = "0.3.1" 2225source = "registry+https://github.com/rust-lang/crates.io-index" 2226checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" 2227dependencies = [ 2228 "windows-link", 2229] 2230 2231[[package]] 2232name = "windows-sys" 2233version = "0.48.0" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2236dependencies = [ 2237 "windows-targets 0.48.5", 2238] 2239 2240[[package]] 2241name = "windows-sys" 2242version = "0.52.0" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2245dependencies = [ 2246 "windows-targets 0.52.6", 2247] 2248 2249[[package]] 2250name = "windows-sys" 2251version = "0.59.0" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2254dependencies = [ 2255 "windows-targets 0.52.6", 2256] 2257 2258[[package]] 2259name = "windows-targets" 2260version = "0.48.5" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2263dependencies = [ 2264 "windows_aarch64_gnullvm 0.48.5", 2265 "windows_aarch64_msvc 0.48.5", 2266 "windows_i686_gnu 0.48.5", 2267 "windows_i686_msvc 0.48.5", 2268 "windows_x86_64_gnu 0.48.5", 2269 "windows_x86_64_gnullvm 0.48.5", 2270 "windows_x86_64_msvc 0.48.5", 2271] 2272 2273[[package]] 2274name = "windows-targets" 2275version = "0.52.6" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2278dependencies = [ 2279 "windows_aarch64_gnullvm 0.52.6", 2280 "windows_aarch64_msvc 0.52.6", 2281 "windows_i686_gnu 0.52.6", 2282 "windows_i686_gnullvm 0.52.6", 2283 "windows_i686_msvc 0.52.6", 2284 "windows_x86_64_gnu 0.52.6", 2285 "windows_x86_64_gnullvm 0.52.6", 2286 "windows_x86_64_msvc 0.52.6", 2287] 2288 2289[[package]] 2290name = "windows-targets" 2291version = "0.53.0" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 2294dependencies = [ 2295 "windows_aarch64_gnullvm 0.53.0", 2296 "windows_aarch64_msvc 0.53.0", 2297 "windows_i686_gnu 0.53.0", 2298 "windows_i686_gnullvm 0.53.0", 2299 "windows_i686_msvc 0.53.0", 2300 "windows_x86_64_gnu 0.53.0", 2301 "windows_x86_64_gnullvm 0.53.0", 2302 "windows_x86_64_msvc 0.53.0", 2303] 2304 2305[[package]] 2306name = "windows_aarch64_gnullvm" 2307version = "0.48.5" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2310 2311[[package]] 2312name = "windows_aarch64_gnullvm" 2313version = "0.52.6" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2316 2317[[package]] 2318name = "windows_aarch64_gnullvm" 2319version = "0.53.0" 2320source = "registry+https://github.com/rust-lang/crates.io-index" 2321checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2322 2323[[package]] 2324name = "windows_aarch64_msvc" 2325version = "0.48.5" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2328 2329[[package]] 2330name = "windows_aarch64_msvc" 2331version = "0.52.6" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2334 2335[[package]] 2336name = "windows_aarch64_msvc" 2337version = "0.53.0" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2340 2341[[package]] 2342name = "windows_i686_gnu" 2343version = "0.48.5" 2344source = "registry+https://github.com/rust-lang/crates.io-index" 2345checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2346 2347[[package]] 2348name = "windows_i686_gnu" 2349version = "0.52.6" 2350source = "registry+https://github.com/rust-lang/crates.io-index" 2351checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2352 2353[[package]] 2354name = "windows_i686_gnu" 2355version = "0.53.0" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2358 2359[[package]] 2360name = "windows_i686_gnullvm" 2361version = "0.52.6" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2364 2365[[package]] 2366name = "windows_i686_gnullvm" 2367version = "0.53.0" 2368source = "registry+https://github.com/rust-lang/crates.io-index" 2369checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2370 2371[[package]] 2372name = "windows_i686_msvc" 2373version = "0.48.5" 2374source = "registry+https://github.com/rust-lang/crates.io-index" 2375checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2376 2377[[package]] 2378name = "windows_i686_msvc" 2379version = "0.52.6" 2380source = "registry+https://github.com/rust-lang/crates.io-index" 2381checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2382 2383[[package]] 2384name = "windows_i686_msvc" 2385version = "0.53.0" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2388 2389[[package]] 2390name = "windows_x86_64_gnu" 2391version = "0.48.5" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2394 2395[[package]] 2396name = "windows_x86_64_gnu" 2397version = "0.52.6" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2400 2401[[package]] 2402name = "windows_x86_64_gnu" 2403version = "0.53.0" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2406 2407[[package]] 2408name = "windows_x86_64_gnullvm" 2409version = "0.48.5" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2412 2413[[package]] 2414name = "windows_x86_64_gnullvm" 2415version = "0.52.6" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2418 2419[[package]] 2420name = "windows_x86_64_gnullvm" 2421version = "0.53.0" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2424 2425[[package]] 2426name = "windows_x86_64_msvc" 2427version = "0.48.5" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2430 2431[[package]] 2432name = "windows_x86_64_msvc" 2433version = "0.52.6" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2436 2437[[package]] 2438name = "windows_x86_64_msvc" 2439version = "0.53.0" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2442 2443[[package]] 2444name = "wit-bindgen-rt" 2445version = "0.39.0" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2448dependencies = [ 2449 "bitflags 2.9.1", 2450] 2451 2452[[package]] 2453name = "writeable" 2454version = "0.6.1" 2455source = "registry+https://github.com/rust-lang/crates.io-index" 2456checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2457 2458[[package]] 2459name = "yoke" 2460version = "0.8.0" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2463dependencies = [ 2464 "serde", 2465 "stable_deref_trait", 2466 "yoke-derive", 2467 "zerofrom", 2468] 2469 2470[[package]] 2471name = "yoke-derive" 2472version = "0.8.0" 2473source = "registry+https://github.com/rust-lang/crates.io-index" 2474checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2475dependencies = [ 2476 "proc-macro2", 2477 "quote", 2478 "syn", 2479 "synstructure", 2480] 2481 2482[[package]] 2483name = "zerocopy" 2484version = "0.8.25" 2485source = "registry+https://github.com/rust-lang/crates.io-index" 2486checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 2487dependencies = [ 2488 "zerocopy-derive", 2489] 2490 2491[[package]] 2492name = "zerocopy-derive" 2493version = "0.8.25" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 2496dependencies = [ 2497 "proc-macro2", 2498 "quote", 2499 "syn", 2500] 2501 2502[[package]] 2503name = "zerofrom" 2504version = "0.1.6" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2507dependencies = [ 2508 "zerofrom-derive", 2509] 2510 2511[[package]] 2512name = "zerofrom-derive" 2513version = "0.1.6" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2516dependencies = [ 2517 "proc-macro2", 2518 "quote", 2519 "syn", 2520 "synstructure", 2521] 2522 2523[[package]] 2524name = "zeroize" 2525version = "1.8.1" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2528 2529[[package]] 2530name = "zerotrie" 2531version = "0.2.2" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2534dependencies = [ 2535 "displaydoc", 2536 "yoke", 2537 "zerofrom", 2538] 2539 2540[[package]] 2541name = "zerovec" 2542version = "0.11.2" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 2545dependencies = [ 2546 "yoke", 2547 "zerofrom", 2548 "zerovec-derive", 2549] 2550 2551[[package]] 2552name = "zerovec-derive" 2553version = "0.11.1" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2556dependencies = [ 2557 "proc-macro2", 2558 "quote", 2559 "syn", 2560]