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.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.3" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "autocfg" 22version = "1.4.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 25 26[[package]] 27name = "base64" 28version = "0.13.1" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 31 32[[package]] 33name = "base64" 34version = "0.22.1" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 37 38[[package]] 39name = "bincode" 40version = "2.0.0-rc.3" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "f11ea1a0346b94ef188834a65c068a03aec181c94896d481d7a0a40d85b0ce95" 43dependencies = [ 44 "bincode_derive", 45 "serde", 46] 47 48[[package]] 49name = "bincode_derive" 50version = "2.0.0-rc.3" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "7e30759b3b99a1b802a7a3aa21c85c3ded5c28e1c83170d82d70f08bbf7f3e4c" 53dependencies = [ 54 "virtue", 55] 56 57[[package]] 58name = "bitflags" 59version = "1.3.2" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 62 63[[package]] 64name = "bitflags" 65version = "2.6.0" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 68 69[[package]] 70name = "bumpalo" 71version = "3.16.0" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 74 75[[package]] 76name = "byteorder" 77version = "1.5.0" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 80 81[[package]] 82name = "cc" 83version = "1.2.1" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" 86dependencies = [ 87 "shlex", 88] 89 90[[package]] 91name = "cfg-if" 92version = "1.0.0" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 95 96[[package]] 97name = "console" 98version = "0.15.8" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 101dependencies = [ 102 "encode_unicode", 103 "lazy_static", 104 "libc", 105 "unicode-width 0.1.14", 106 "windows-sys 0.52.0", 107] 108 109[[package]] 110name = "core-foundation" 111version = "0.9.4" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 114dependencies = [ 115 "core-foundation-sys", 116 "libc", 117] 118 119[[package]] 120name = "core-foundation-sys" 121version = "0.8.7" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 124 125[[package]] 126name = "crc32fast" 127version = "1.4.2" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 130dependencies = [ 131 "cfg-if", 132] 133 134[[package]] 135name = "crossbeam-deque" 136version = "0.8.5" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 139dependencies = [ 140 "crossbeam-epoch", 141 "crossbeam-utils", 142] 143 144[[package]] 145name = "crossbeam-epoch" 146version = "0.9.18" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 149dependencies = [ 150 "crossbeam-utils", 151] 152 153[[package]] 154name = "crossbeam-utils" 155version = "0.8.20" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 158 159[[package]] 160name = "darling" 161version = "0.20.10" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 164dependencies = [ 165 "darling_core", 166 "darling_macro", 167] 168 169[[package]] 170name = "darling_core" 171version = "0.20.10" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 174dependencies = [ 175 "fnv", 176 "ident_case", 177 "proc-macro2", 178 "quote", 179 "strsim", 180 "syn", 181] 182 183[[package]] 184name = "darling_macro" 185version = "0.20.10" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 188dependencies = [ 189 "darling_core", 190 "quote", 191 "syn", 192] 193 194[[package]] 195name = "derive_builder" 196version = "0.20.2" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 199dependencies = [ 200 "derive_builder_macro", 201] 202 203[[package]] 204name = "derive_builder_core" 205version = "0.20.2" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 208dependencies = [ 209 "darling", 210 "proc-macro2", 211 "quote", 212 "syn", 213] 214 215[[package]] 216name = "derive_builder_macro" 217version = "0.20.2" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 220dependencies = [ 221 "derive_builder_core", 222 "syn", 223] 224 225[[package]] 226name = "dirs" 227version = "5.0.1" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 230dependencies = [ 231 "dirs-sys", 232] 233 234[[package]] 235name = "dirs-sys" 236version = "0.4.1" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 239dependencies = [ 240 "libc", 241 "option-ext", 242 "redox_users", 243 "windows-sys 0.48.0", 244] 245 246[[package]] 247name = "displaydoc" 248version = "0.2.5" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 251dependencies = [ 252 "proc-macro2", 253 "quote", 254 "syn", 255] 256 257[[package]] 258name = "either" 259version = "1.13.0" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 262 263[[package]] 264name = "encode_unicode" 265version = "0.3.6" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 268 269[[package]] 270name = "equivalent" 271version = "1.0.1" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 274 275[[package]] 276name = "errno" 277version = "0.3.9" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 280dependencies = [ 281 "libc", 282 "windows-sys 0.52.0", 283] 284 285[[package]] 286name = "esaxx-rs" 287version = "0.1.10" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6" 290dependencies = [ 291 "cc", 292] 293 294[[package]] 295name = "fastrand" 296version = "2.2.0" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" 299 300[[package]] 301name = "flate2" 302version = "1.0.35" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" 305dependencies = [ 306 "crc32fast", 307 "miniz_oxide", 308] 309 310[[package]] 311name = "fnv" 312version = "1.0.7" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 315 316[[package]] 317name = "foreign-types" 318version = "0.3.2" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 321dependencies = [ 322 "foreign-types-shared", 323] 324 325[[package]] 326name = "foreign-types-shared" 327version = "0.1.1" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 330 331[[package]] 332name = "form_urlencoded" 333version = "1.2.1" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 336dependencies = [ 337 "percent-encoding", 338] 339 340[[package]] 341name = "getrandom" 342version = "0.2.15" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 345dependencies = [ 346 "cfg-if", 347 "libc", 348 "wasi", 349] 350 351[[package]] 352name = "hashbrown" 353version = "0.15.1" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" 356 357[[package]] 358name = "heck" 359version = "0.5.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 362 363[[package]] 364name = "hf-hub" 365version = "0.3.2" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "2b780635574b3d92f036890d8373433d6f9fc7abb320ee42a5c25897fc8ed732" 368dependencies = [ 369 "dirs", 370 "indicatif", 371 "log", 372 "native-tls", 373 "rand", 374 "serde", 375 "serde_json", 376 "thiserror 1.0.69", 377 "ureq", 378] 379 380[[package]] 381name = "icu_collections" 382version = "1.5.0" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 385dependencies = [ 386 "displaydoc", 387 "yoke", 388 "zerofrom", 389 "zerovec", 390] 391 392[[package]] 393name = "icu_locid" 394version = "1.5.0" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 397dependencies = [ 398 "displaydoc", 399 "litemap", 400 "tinystr", 401 "writeable", 402 "zerovec", 403] 404 405[[package]] 406name = "icu_locid_transform" 407version = "1.5.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 410dependencies = [ 411 "displaydoc", 412 "icu_locid", 413 "icu_locid_transform_data", 414 "icu_provider", 415 "tinystr", 416 "zerovec", 417] 418 419[[package]] 420name = "icu_locid_transform_data" 421version = "1.5.0" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 424 425[[package]] 426name = "icu_normalizer" 427version = "1.5.0" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 430dependencies = [ 431 "displaydoc", 432 "icu_collections", 433 "icu_normalizer_data", 434 "icu_properties", 435 "icu_provider", 436 "smallvec", 437 "utf16_iter", 438 "utf8_iter", 439 "write16", 440 "zerovec", 441] 442 443[[package]] 444name = "icu_normalizer_data" 445version = "1.5.0" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 448 449[[package]] 450name = "icu_properties" 451version = "1.5.1" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 454dependencies = [ 455 "displaydoc", 456 "icu_collections", 457 "icu_locid_transform", 458 "icu_properties_data", 459 "icu_provider", 460 "tinystr", 461 "zerovec", 462] 463 464[[package]] 465name = "icu_properties_data" 466version = "1.5.0" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 469 470[[package]] 471name = "icu_provider" 472version = "1.5.0" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 475dependencies = [ 476 "displaydoc", 477 "icu_locid", 478 "icu_provider_macros", 479 "stable_deref_trait", 480 "tinystr", 481 "writeable", 482 "yoke", 483 "zerofrom", 484 "zerovec", 485] 486 487[[package]] 488name = "icu_provider_macros" 489version = "1.5.0" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 492dependencies = [ 493 "proc-macro2", 494 "quote", 495 "syn", 496] 497 498[[package]] 499name = "ident_case" 500version = "1.0.1" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 503 504[[package]] 505name = "idna" 506version = "1.0.3" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 509dependencies = [ 510 "idna_adapter", 511 "smallvec", 512 "utf8_iter", 513] 514 515[[package]] 516name = "idna_adapter" 517version = "1.2.0" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 520dependencies = [ 521 "icu_normalizer", 522 "icu_properties", 523] 524 525[[package]] 526name = "indexmap" 527version = "2.6.0" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 530dependencies = [ 531 "equivalent", 532 "hashbrown", 533] 534 535[[package]] 536name = "indicatif" 537version = "0.17.9" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" 540dependencies = [ 541 "console", 542 "number_prefix", 543 "portable-atomic", 544 "unicode-width 0.2.0", 545 "web-time", 546] 547 548[[package]] 549name = "indoc" 550version = "2.0.5" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 553 554[[package]] 555name = "itertools" 556version = "0.11.0" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 559dependencies = [ 560 "either", 561] 562 563[[package]] 564name = "itertools" 565version = "0.12.1" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 568dependencies = [ 569 "either", 570] 571 572[[package]] 573name = "itoa" 574version = "1.0.13" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" 577 578[[package]] 579name = "js-sys" 580version = "0.3.72" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 583dependencies = [ 584 "wasm-bindgen", 585] 586 587[[package]] 588name = "lazy_static" 589version = "1.5.0" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 592 593[[package]] 594name = "libc" 595version = "0.2.164" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" 598 599[[package]] 600name = "libredox" 601version = "0.1.3" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 604dependencies = [ 605 "bitflags 2.6.0", 606 "libc", 607] 608 609[[package]] 610name = "linux-raw-sys" 611version = "0.4.14" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 614 615[[package]] 616name = "litemap" 617version = "0.7.3" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 620 621[[package]] 622name = "log" 623version = "0.4.22" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 626 627[[package]] 628name = "macro_rules_attribute" 629version = "0.2.0" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13" 632dependencies = [ 633 "macro_rules_attribute-proc_macro", 634 "paste", 635] 636 637[[package]] 638name = "macro_rules_attribute-proc_macro" 639version = "0.2.0" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568" 642 643[[package]] 644name = "memchr" 645version = "2.7.4" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 648 649[[package]] 650name = "memoffset" 651version = "0.9.1" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 654dependencies = [ 655 "autocfg", 656] 657 658[[package]] 659name = "minimal-lexical" 660version = "0.2.1" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 663 664[[package]] 665name = "miniz_oxide" 666version = "0.8.0" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 669dependencies = [ 670 "adler2", 671] 672 673[[package]] 674name = "monostate" 675version = "0.1.13" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "0d208407d7552cd041d8cdb69a1bc3303e029c598738177a3d87082004dc0e1e" 678dependencies = [ 679 "monostate-impl", 680 "serde", 681] 682 683[[package]] 684name = "monostate-impl" 685version = "0.1.13" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "a7ce64b975ed4f123575d11afd9491f2e37bbd5813fbfbc0f09ae1fbddea74e0" 688dependencies = [ 689 "proc-macro2", 690 "quote", 691 "syn", 692] 693 694[[package]] 695name = "native-tls" 696version = "0.2.12" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 699dependencies = [ 700 "libc", 701 "log", 702 "openssl", 703 "openssl-probe", 704 "openssl-sys", 705 "schannel", 706 "security-framework", 707 "security-framework-sys", 708 "tempfile", 709] 710 711[[package]] 712name = "nom" 713version = "7.1.3" 714source = "registry+https://github.com/rust-lang/crates.io-index" 715checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 716dependencies = [ 717 "memchr", 718 "minimal-lexical", 719] 720 721[[package]] 722name = "number_prefix" 723version = "0.4.0" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 726 727[[package]] 728name = "once_cell" 729version = "1.20.2" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 732 733[[package]] 734name = "onig" 735version = "6.4.0" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 738dependencies = [ 739 "bitflags 1.3.2", 740 "libc", 741 "once_cell", 742 "onig_sys", 743] 744 745[[package]] 746name = "onig_sys" 747version = "69.8.1" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 750dependencies = [ 751 "cc", 752 "pkg-config", 753] 754 755[[package]] 756name = "openssl" 757version = "0.10.68" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 760dependencies = [ 761 "bitflags 2.6.0", 762 "cfg-if", 763 "foreign-types", 764 "libc", 765 "once_cell", 766 "openssl-macros", 767 "openssl-sys", 768] 769 770[[package]] 771name = "openssl-macros" 772version = "0.1.1" 773source = "registry+https://github.com/rust-lang/crates.io-index" 774checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 775dependencies = [ 776 "proc-macro2", 777 "quote", 778 "syn", 779] 780 781[[package]] 782name = "openssl-probe" 783version = "0.1.5" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 786 787[[package]] 788name = "openssl-sys" 789version = "0.9.104" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 792dependencies = [ 793 "cc", 794 "libc", 795 "pkg-config", 796 "vcpkg", 797] 798 799[[package]] 800name = "option-ext" 801version = "0.2.0" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 804 805[[package]] 806name = "outlines-core" 807version = "0.0.0" 808dependencies = [ 809 "bincode", 810 "hf-hub", 811 "once_cell", 812 "pyo3", 813 "regex", 814 "rustc-hash", 815 "serde", 816 "serde-pyobject", 817 "serde_json", 818 "thiserror 2.0.3", 819 "tokenizers", 820] 821 822[[package]] 823name = "paste" 824version = "1.0.15" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 827 828[[package]] 829name = "percent-encoding" 830version = "2.3.1" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 833 834[[package]] 835name = "pkg-config" 836version = "0.3.31" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 839 840[[package]] 841name = "portable-atomic" 842version = "1.9.0" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" 845 846[[package]] 847name = "ppv-lite86" 848version = "0.2.20" 849source = "registry+https://github.com/rust-lang/crates.io-index" 850checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 851dependencies = [ 852 "zerocopy", 853] 854 855[[package]] 856name = "proc-macro2" 857version = "1.0.92" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" 860dependencies = [ 861 "unicode-ident", 862] 863 864[[package]] 865name = "pyo3" 866version = "0.22.6" 867source = "registry+https://github.com/rust-lang/crates.io-index" 868checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884" 869dependencies = [ 870 "cfg-if", 871 "indoc", 872 "libc", 873 "memoffset", 874 "once_cell", 875 "portable-atomic", 876 "pyo3-build-config", 877 "pyo3-ffi", 878 "pyo3-macros", 879 "unindent", 880] 881 882[[package]] 883name = "pyo3-build-config" 884version = "0.22.6" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38" 887dependencies = [ 888 "once_cell", 889 "target-lexicon", 890] 891 892[[package]] 893name = "pyo3-ffi" 894version = "0.22.6" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636" 897dependencies = [ 898 "libc", 899 "pyo3-build-config", 900] 901 902[[package]] 903name = "pyo3-macros" 904version = "0.22.6" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453" 907dependencies = [ 908 "proc-macro2", 909 "pyo3-macros-backend", 910 "quote", 911 "syn", 912] 913 914[[package]] 915name = "pyo3-macros-backend" 916version = "0.22.6" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe" 919dependencies = [ 920 "heck", 921 "proc-macro2", 922 "pyo3-build-config", 923 "quote", 924 "syn", 925] 926 927[[package]] 928name = "quote" 929version = "1.0.37" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 932dependencies = [ 933 "proc-macro2", 934] 935 936[[package]] 937name = "rand" 938version = "0.8.5" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 941dependencies = [ 942 "libc", 943 "rand_chacha", 944 "rand_core", 945] 946 947[[package]] 948name = "rand_chacha" 949version = "0.3.1" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 952dependencies = [ 953 "ppv-lite86", 954 "rand_core", 955] 956 957[[package]] 958name = "rand_core" 959version = "0.6.4" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 962dependencies = [ 963 "getrandom", 964] 965 966[[package]] 967name = "rayon" 968version = "1.10.0" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 971dependencies = [ 972 "either", 973 "rayon-core", 974] 975 976[[package]] 977name = "rayon-cond" 978version = "0.3.0" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9" 981dependencies = [ 982 "either", 983 "itertools 0.11.0", 984 "rayon", 985] 986 987[[package]] 988name = "rayon-core" 989version = "1.12.1" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 992dependencies = [ 993 "crossbeam-deque", 994 "crossbeam-utils", 995] 996 997[[package]] 998name = "redox_users" 999version = "0.4.6" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1002dependencies = [ 1003 "getrandom", 1004 "libredox", 1005 "thiserror 1.0.69", 1006] 1007 1008[[package]] 1009name = "regex" 1010version = "1.11.1" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1013dependencies = [ 1014 "aho-corasick", 1015 "memchr", 1016 "regex-automata", 1017 "regex-syntax", 1018] 1019 1020[[package]] 1021name = "regex-automata" 1022version = "0.4.9" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1025dependencies = [ 1026 "aho-corasick", 1027 "memchr", 1028 "regex-syntax", 1029] 1030 1031[[package]] 1032name = "regex-syntax" 1033version = "0.8.5" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1036 1037[[package]] 1038name = "ring" 1039version = "0.17.8" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1042dependencies = [ 1043 "cc", 1044 "cfg-if", 1045 "getrandom", 1046 "libc", 1047 "spin", 1048 "untrusted", 1049 "windows-sys 0.52.0", 1050] 1051 1052[[package]] 1053name = "rustc-hash" 1054version = "2.1.0" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497" 1057 1058[[package]] 1059name = "rustix" 1060version = "0.38.41" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" 1063dependencies = [ 1064 "bitflags 2.6.0", 1065 "errno", 1066 "libc", 1067 "linux-raw-sys", 1068 "windows-sys 0.52.0", 1069] 1070 1071[[package]] 1072name = "rustls" 1073version = "0.23.17" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" 1076dependencies = [ 1077 "log", 1078 "once_cell", 1079 "ring", 1080 "rustls-pki-types", 1081 "rustls-webpki", 1082 "subtle", 1083 "zeroize", 1084] 1085 1086[[package]] 1087name = "rustls-pki-types" 1088version = "1.10.0" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 1091 1092[[package]] 1093name = "rustls-webpki" 1094version = "0.102.8" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 1097dependencies = [ 1098 "ring", 1099 "rustls-pki-types", 1100 "untrusted", 1101] 1102 1103[[package]] 1104name = "ryu" 1105version = "1.0.18" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 1108 1109[[package]] 1110name = "schannel" 1111version = "0.1.27" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 1114dependencies = [ 1115 "windows-sys 0.59.0", 1116] 1117 1118[[package]] 1119name = "security-framework" 1120version = "2.11.1" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1123dependencies = [ 1124 "bitflags 2.6.0", 1125 "core-foundation", 1126 "core-foundation-sys", 1127 "libc", 1128 "security-framework-sys", 1129] 1130 1131[[package]] 1132name = "security-framework-sys" 1133version = "2.12.1" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2" 1136dependencies = [ 1137 "core-foundation-sys", 1138 "libc", 1139] 1140 1141[[package]] 1142name = "serde" 1143version = "1.0.215" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" 1146dependencies = [ 1147 "serde_derive", 1148] 1149 1150[[package]] 1151name = "serde-pyobject" 1152version = "0.4.0" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "ca4b0aad8b225845739a0030a0d5cc2ae949c56a86a7daf9226c7df7c2016d16" 1155dependencies = [ 1156 "pyo3", 1157 "serde", 1158] 1159 1160[[package]] 1161name = "serde_derive" 1162version = "1.0.215" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" 1165dependencies = [ 1166 "proc-macro2", 1167 "quote", 1168 "syn", 1169] 1170 1171[[package]] 1172name = "serde_json" 1173version = "1.0.133" 1174source = "registry+https://github.com/rust-lang/crates.io-index" 1175checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" 1176dependencies = [ 1177 "indexmap", 1178 "itoa", 1179 "memchr", 1180 "ryu", 1181 "serde", 1182] 1183 1184[[package]] 1185name = "shlex" 1186version = "1.3.0" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1189 1190[[package]] 1191name = "smallvec" 1192version = "1.13.2" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 1195 1196[[package]] 1197name = "spin" 1198version = "0.9.8" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1201 1202[[package]] 1203name = "spm_precompiled" 1204version = "0.1.4" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326" 1207dependencies = [ 1208 "base64 0.13.1", 1209 "nom", 1210 "serde", 1211 "unicode-segmentation", 1212] 1213 1214[[package]] 1215name = "stable_deref_trait" 1216version = "1.2.0" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1219 1220[[package]] 1221name = "strsim" 1222version = "0.11.1" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1225 1226[[package]] 1227name = "subtle" 1228version = "2.6.1" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1231 1232[[package]] 1233name = "syn" 1234version = "2.0.89" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" 1237dependencies = [ 1238 "proc-macro2", 1239 "quote", 1240 "unicode-ident", 1241] 1242 1243[[package]] 1244name = "synstructure" 1245version = "0.13.1" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 1248dependencies = [ 1249 "proc-macro2", 1250 "quote", 1251 "syn", 1252] 1253 1254[[package]] 1255name = "target-lexicon" 1256version = "0.12.16" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 1259 1260[[package]] 1261name = "tempfile" 1262version = "3.14.0" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" 1265dependencies = [ 1266 "cfg-if", 1267 "fastrand", 1268 "once_cell", 1269 "rustix", 1270 "windows-sys 0.59.0", 1271] 1272 1273[[package]] 1274name = "thiserror" 1275version = "1.0.69" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1278dependencies = [ 1279 "thiserror-impl 1.0.69", 1280] 1281 1282[[package]] 1283name = "thiserror" 1284version = "2.0.3" 1285source = "registry+https://github.com/rust-lang/crates.io-index" 1286checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" 1287dependencies = [ 1288 "thiserror-impl 2.0.3", 1289] 1290 1291[[package]] 1292name = "thiserror-impl" 1293version = "1.0.69" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1296dependencies = [ 1297 "proc-macro2", 1298 "quote", 1299 "syn", 1300] 1301 1302[[package]] 1303name = "thiserror-impl" 1304version = "2.0.3" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" 1307dependencies = [ 1308 "proc-macro2", 1309 "quote", 1310 "syn", 1311] 1312 1313[[package]] 1314name = "tinystr" 1315version = "0.7.6" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 1318dependencies = [ 1319 "displaydoc", 1320 "zerovec", 1321] 1322 1323[[package]] 1324name = "tokenizers" 1325version = "0.20.3" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "67b67c92f6d705e2a1d106fb0b28c696f9074901a9c656ee5d9f5de204c39bf7" 1328dependencies = [ 1329 "aho-corasick", 1330 "derive_builder", 1331 "esaxx-rs", 1332 "getrandom", 1333 "hf-hub", 1334 "indicatif", 1335 "itertools 0.12.1", 1336 "lazy_static", 1337 "log", 1338 "macro_rules_attribute", 1339 "monostate", 1340 "onig", 1341 "paste", 1342 "rand", 1343 "rayon", 1344 "rayon-cond", 1345 "regex", 1346 "regex-syntax", 1347 "serde", 1348 "serde_json", 1349 "spm_precompiled", 1350 "thiserror 1.0.69", 1351 "unicode-normalization-alignments", 1352 "unicode-segmentation", 1353 "unicode_categories", 1354] 1355 1356[[package]] 1357name = "unicode-ident" 1358version = "1.0.14" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" 1361 1362[[package]] 1363name = "unicode-normalization-alignments" 1364version = "0.1.12" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de" 1367dependencies = [ 1368 "smallvec", 1369] 1370 1371[[package]] 1372name = "unicode-segmentation" 1373version = "1.12.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1376 1377[[package]] 1378name = "unicode-width" 1379version = "0.1.14" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1382 1383[[package]] 1384name = "unicode-width" 1385version = "0.2.0" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 1388 1389[[package]] 1390name = "unicode_categories" 1391version = "0.1.1" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 1394 1395[[package]] 1396name = "unindent" 1397version = "0.2.3" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 1400 1401[[package]] 1402name = "untrusted" 1403version = "0.9.0" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1406 1407[[package]] 1408name = "ureq" 1409version = "2.10.1" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" 1412dependencies = [ 1413 "base64 0.22.1", 1414 "flate2", 1415 "log", 1416 "native-tls", 1417 "once_cell", 1418 "rustls", 1419 "rustls-pki-types", 1420 "serde", 1421 "serde_json", 1422 "url", 1423 "webpki-roots", 1424] 1425 1426[[package]] 1427name = "url" 1428version = "2.5.3" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" 1431dependencies = [ 1432 "form_urlencoded", 1433 "idna", 1434 "percent-encoding", 1435] 1436 1437[[package]] 1438name = "utf16_iter" 1439version = "1.0.5" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 1442 1443[[package]] 1444name = "utf8_iter" 1445version = "1.0.4" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1448 1449[[package]] 1450name = "vcpkg" 1451version = "0.2.15" 1452source = "registry+https://github.com/rust-lang/crates.io-index" 1453checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1454 1455[[package]] 1456name = "virtue" 1457version = "0.0.13" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "9dcc60c0624df774c82a0ef104151231d37da4962957d691c011c852b2473314" 1460 1461[[package]] 1462name = "wasi" 1463version = "0.11.0+wasi-snapshot-preview1" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1466 1467[[package]] 1468name = "wasm-bindgen" 1469version = "0.2.95" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 1472dependencies = [ 1473 "cfg-if", 1474 "once_cell", 1475 "wasm-bindgen-macro", 1476] 1477 1478[[package]] 1479name = "wasm-bindgen-backend" 1480version = "0.2.95" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 1483dependencies = [ 1484 "bumpalo", 1485 "log", 1486 "once_cell", 1487 "proc-macro2", 1488 "quote", 1489 "syn", 1490 "wasm-bindgen-shared", 1491] 1492 1493[[package]] 1494name = "wasm-bindgen-macro" 1495version = "0.2.95" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 1498dependencies = [ 1499 "quote", 1500 "wasm-bindgen-macro-support", 1501] 1502 1503[[package]] 1504name = "wasm-bindgen-macro-support" 1505version = "0.2.95" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 1508dependencies = [ 1509 "proc-macro2", 1510 "quote", 1511 "syn", 1512 "wasm-bindgen-backend", 1513 "wasm-bindgen-shared", 1514] 1515 1516[[package]] 1517name = "wasm-bindgen-shared" 1518version = "0.2.95" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 1521 1522[[package]] 1523name = "web-time" 1524version = "1.1.0" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1527dependencies = [ 1528 "js-sys", 1529 "wasm-bindgen", 1530] 1531 1532[[package]] 1533name = "webpki-roots" 1534version = "0.26.7" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" 1537dependencies = [ 1538 "rustls-pki-types", 1539] 1540 1541[[package]] 1542name = "windows-sys" 1543version = "0.48.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1546dependencies = [ 1547 "windows-targets 0.48.5", 1548] 1549 1550[[package]] 1551name = "windows-sys" 1552version = "0.52.0" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1555dependencies = [ 1556 "windows-targets 0.52.6", 1557] 1558 1559[[package]] 1560name = "windows-sys" 1561version = "0.59.0" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1564dependencies = [ 1565 "windows-targets 0.52.6", 1566] 1567 1568[[package]] 1569name = "windows-targets" 1570version = "0.48.5" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1573dependencies = [ 1574 "windows_aarch64_gnullvm 0.48.5", 1575 "windows_aarch64_msvc 0.48.5", 1576 "windows_i686_gnu 0.48.5", 1577 "windows_i686_msvc 0.48.5", 1578 "windows_x86_64_gnu 0.48.5", 1579 "windows_x86_64_gnullvm 0.48.5", 1580 "windows_x86_64_msvc 0.48.5", 1581] 1582 1583[[package]] 1584name = "windows-targets" 1585version = "0.52.6" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1588dependencies = [ 1589 "windows_aarch64_gnullvm 0.52.6", 1590 "windows_aarch64_msvc 0.52.6", 1591 "windows_i686_gnu 0.52.6", 1592 "windows_i686_gnullvm", 1593 "windows_i686_msvc 0.52.6", 1594 "windows_x86_64_gnu 0.52.6", 1595 "windows_x86_64_gnullvm 0.52.6", 1596 "windows_x86_64_msvc 0.52.6", 1597] 1598 1599[[package]] 1600name = "windows_aarch64_gnullvm" 1601version = "0.48.5" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1604 1605[[package]] 1606name = "windows_aarch64_gnullvm" 1607version = "0.52.6" 1608source = "registry+https://github.com/rust-lang/crates.io-index" 1609checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1610 1611[[package]] 1612name = "windows_aarch64_msvc" 1613version = "0.48.5" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1616 1617[[package]] 1618name = "windows_aarch64_msvc" 1619version = "0.52.6" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1622 1623[[package]] 1624name = "windows_i686_gnu" 1625version = "0.48.5" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1628 1629[[package]] 1630name = "windows_i686_gnu" 1631version = "0.52.6" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1634 1635[[package]] 1636name = "windows_i686_gnullvm" 1637version = "0.52.6" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1640 1641[[package]] 1642name = "windows_i686_msvc" 1643version = "0.48.5" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1646 1647[[package]] 1648name = "windows_i686_msvc" 1649version = "0.52.6" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1652 1653[[package]] 1654name = "windows_x86_64_gnu" 1655version = "0.48.5" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1658 1659[[package]] 1660name = "windows_x86_64_gnu" 1661version = "0.52.6" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1664 1665[[package]] 1666name = "windows_x86_64_gnullvm" 1667version = "0.48.5" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1670 1671[[package]] 1672name = "windows_x86_64_gnullvm" 1673version = "0.52.6" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1676 1677[[package]] 1678name = "windows_x86_64_msvc" 1679version = "0.48.5" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1682 1683[[package]] 1684name = "windows_x86_64_msvc" 1685version = "0.52.6" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1688 1689[[package]] 1690name = "write16" 1691version = "1.0.0" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 1694 1695[[package]] 1696name = "writeable" 1697version = "0.5.5" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 1700 1701[[package]] 1702name = "yoke" 1703version = "0.7.4" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 1706dependencies = [ 1707 "serde", 1708 "stable_deref_trait", 1709 "yoke-derive", 1710 "zerofrom", 1711] 1712 1713[[package]] 1714name = "yoke-derive" 1715version = "0.7.4" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 1718dependencies = [ 1719 "proc-macro2", 1720 "quote", 1721 "syn", 1722 "synstructure", 1723] 1724 1725[[package]] 1726name = "zerocopy" 1727version = "0.7.35" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 1730dependencies = [ 1731 "byteorder", 1732 "zerocopy-derive", 1733] 1734 1735[[package]] 1736name = "zerocopy-derive" 1737version = "0.7.35" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 1740dependencies = [ 1741 "proc-macro2", 1742 "quote", 1743 "syn", 1744] 1745 1746[[package]] 1747name = "zerofrom" 1748version = "0.1.4" 1749source = "registry+https://github.com/rust-lang/crates.io-index" 1750checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 1751dependencies = [ 1752 "zerofrom-derive", 1753] 1754 1755[[package]] 1756name = "zerofrom-derive" 1757version = "0.1.4" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 1760dependencies = [ 1761 "proc-macro2", 1762 "quote", 1763 "syn", 1764 "synstructure", 1765] 1766 1767[[package]] 1768name = "zeroize" 1769version = "1.8.1" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 1772 1773[[package]] 1774name = "zerovec" 1775version = "0.10.4" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 1778dependencies = [ 1779 "yoke", 1780 "zerofrom", 1781 "zerovec-derive", 1782] 1783 1784[[package]] 1785name = "zerovec-derive" 1786version = "0.10.3" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 1789dependencies = [ 1790 "proc-macro2", 1791 "quote", 1792 "syn", 1793]