Work in progress atmosphere stats viewer
1

Configure Feed

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

atmo-stats / Cargo.lock
76 kB 3044 lines
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.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "ahash" 22version = "0.8.12" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 25dependencies = [ 26 "cfg-if", 27 "const-random", 28 "getrandom 0.3.4", 29 "once_cell", 30 "version_check", 31 "zerocopy", 32] 33 34[[package]] 35name = "aho-corasick" 36version = "1.1.4" 37source = "registry+https://github.com/rust-lang/crates.io-index" 38checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 39dependencies = [ 40 "memchr", 41] 42 43[[package]] 44name = "android_system_properties" 45version = "0.1.5" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 48dependencies = [ 49 "libc", 50] 51 52[[package]] 53name = "anstream" 54version = "1.0.0" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 57dependencies = [ 58 "anstyle", 59 "anstyle-parse", 60 "anstyle-query", 61 "anstyle-wincon", 62 "colorchoice", 63 "is_terminal_polyfill", 64 "utf8parse", 65] 66 67[[package]] 68name = "anstyle" 69version = "1.0.14" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 72 73[[package]] 74name = "anstyle-parse" 75version = "1.0.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 78dependencies = [ 79 "utf8parse", 80] 81 82[[package]] 83name = "anstyle-query" 84version = "1.1.5" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 87dependencies = [ 88 "windows-sys 0.61.2", 89] 90 91[[package]] 92name = "anstyle-wincon" 93version = "3.0.11" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 96dependencies = [ 97 "anstyle", 98 "once_cell_polyfill", 99 "windows-sys 0.61.2", 100] 101 102[[package]] 103name = "arbitrary" 104version = "1.4.2" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 107dependencies = [ 108 "derive_arbitrary", 109] 110 111[[package]] 112name = "arrow" 113version = "58.4.0" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "6cfdd0833e32a9874d2b55089333ad310c0be208aafa277385ce2461dec90be3" 116dependencies = [ 117 "arrow-arith", 118 "arrow-array", 119 "arrow-buffer", 120 "arrow-cast", 121 "arrow-data", 122 "arrow-ord", 123 "arrow-row", 124 "arrow-schema", 125 "arrow-select", 126 "arrow-string", 127] 128 129[[package]] 130name = "arrow-arith" 131version = "58.4.0" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "0a41203398f0eaa6f7ec8e62c0da742a21abf282c148fc157f6c35c90e29981a" 134dependencies = [ 135 "arrow-array", 136 "arrow-buffer", 137 "arrow-data", 138 "arrow-schema", 139 "chrono", 140 "num-traits", 141] 142 143[[package]] 144name = "arrow-array" 145version = "58.4.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "ae33dad492b7df00a217563a7b0ef2874df68a0deea1b1a3acf628152f7f7a69" 148dependencies = [ 149 "ahash", 150 "arrow-buffer", 151 "arrow-data", 152 "arrow-schema", 153 "chrono", 154 "half", 155 "hashbrown 0.17.1", 156 "num-complex", 157 "num-integer", 158 "num-traits", 159] 160 161[[package]] 162name = "arrow-buffer" 163version = "58.4.0" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "b9552f96391c005e6ab449fa941420935e7e062489b12b8b1b08879b2163f5b5" 166dependencies = [ 167 "bytes", 168 "half", 169 "num-bigint", 170 "num-traits", 171] 172 173[[package]] 174name = "arrow-cast" 175version = "58.4.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "3a8a327c9649f30d8406995f27642b68df354713cca3baaaf100f076f18d5f34" 178dependencies = [ 179 "arrow-array", 180 "arrow-buffer", 181 "arrow-data", 182 "arrow-ord", 183 "arrow-schema", 184 "arrow-select", 185 "atoi", 186 "base64", 187 "chrono", 188 "comfy-table", 189 "half", 190 "lexical-core", 191 "num-traits", 192 "ryu", 193] 194 195[[package]] 196name = "arrow-data" 197version = "58.4.0" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "2b24852db04738907e06c04ea61e42fe7fda962a34513022dc0d0e754fb7976b" 200dependencies = [ 201 "arrow-buffer", 202 "arrow-schema", 203 "half", 204 "num-integer", 205 "num-traits", 206] 207 208[[package]] 209name = "arrow-ord" 210version = "58.4.0" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "63a083ec750f5c043f02946b4baf05fcdbb55f4560a3277055caca5cc99f3eb0" 213dependencies = [ 214 "arrow-array", 215 "arrow-buffer", 216 "arrow-data", 217 "arrow-schema", 218 "arrow-select", 219] 220 221[[package]] 222name = "arrow-row" 223version = "58.4.0" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "514ba0ef0d4c5896202dae736251ce415abb43a950bed570fb7981b8716c0e4c" 226dependencies = [ 227 "arrow-array", 228 "arrow-buffer", 229 "arrow-data", 230 "arrow-schema", 231 "half", 232] 233 234[[package]] 235name = "arrow-schema" 236version = "58.4.0" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "21ca356ad6425cecb6eb7b28e4f659f1ee7880fbb1a16127de7dd62901efee9e" 239dependencies = [ 240 "bitflags", 241] 242 243[[package]] 244name = "arrow-select" 245version = "58.4.0" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "c58da39eb3d8350ad4a549e5c2bc49284dac554016c69829310350f1731b0aad" 248dependencies = [ 249 "ahash", 250 "arrow-array", 251 "arrow-buffer", 252 "arrow-data", 253 "arrow-schema", 254 "num-traits", 255] 256 257[[package]] 258name = "arrow-string" 259version = "58.4.0" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "b6789b388467525e3271326b6b4915666ecfdf5142aef09779445c954b67543c" 262dependencies = [ 263 "arrow-array", 264 "arrow-buffer", 265 "arrow-data", 266 "arrow-schema", 267 "arrow-select", 268 "memchr", 269 "num-traits", 270 "regex", 271 "regex-syntax", 272] 273 274[[package]] 275name = "atoi" 276version = "2.0.0" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 279dependencies = [ 280 "num-traits", 281] 282 283[[package]] 284name = "atomic-waker" 285version = "1.1.2" 286source = "registry+https://github.com/rust-lang/crates.io-index" 287checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 288 289[[package]] 290name = "autocfg" 291version = "1.5.1" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 294 295[[package]] 296name = "aws-lc-rs" 297version = "1.17.3" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1" 300dependencies = [ 301 "aws-lc-sys", 302 "zeroize", 303] 304 305[[package]] 306name = "aws-lc-sys" 307version = "0.43.0" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c" 310dependencies = [ 311 "cc", 312 "cmake", 313 "dunce", 314 "fs_extra", 315 "pkg-config", 316] 317 318[[package]] 319name = "axum" 320version = "0.8.9" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 323dependencies = [ 324 "axum-core", 325 "bytes", 326 "form_urlencoded", 327 "futures-util", 328 "http", 329 "http-body", 330 "http-body-util", 331 "hyper", 332 "hyper-util", 333 "itoa", 334 "matchit", 335 "memchr", 336 "mime", 337 "percent-encoding", 338 "pin-project-lite", 339 "serde_core", 340 "serde_json", 341 "serde_path_to_error", 342 "serde_urlencoded", 343 "sync_wrapper", 344 "tokio", 345 "tower", 346 "tower-layer", 347 "tower-service", 348 "tracing", 349] 350 351[[package]] 352name = "axum-core" 353version = "0.5.6" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 356dependencies = [ 357 "bytes", 358 "futures-core", 359 "http", 360 "http-body", 361 "http-body-util", 362 "mime", 363 "pin-project-lite", 364 "sync_wrapper", 365 "tower-layer", 366 "tower-service", 367 "tracing", 368] 369 370[[package]] 371name = "backtrace" 372version = "0.3.76" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 375dependencies = [ 376 "addr2line", 377 "cfg-if", 378 "libc", 379 "miniz_oxide", 380 "object", 381 "rustc-demangle", 382 "windows-link", 383] 384 385[[package]] 386name = "base64" 387version = "0.22.1" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 390 391[[package]] 392name = "bitflags" 393version = "2.13.1" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da" 396 397[[package]] 398name = "bumpalo" 399version = "3.20.3" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 402 403[[package]] 404name = "bytes" 405version = "1.12.1" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04" 408 409[[package]] 410name = "cast" 411version = "0.3.0" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 414 415[[package]] 416name = "cc" 417version = "1.4.0" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9" 420dependencies = [ 421 "find-msvc-tools", 422 "jobserver", 423 "libc", 424 "shlex", 425] 426 427[[package]] 428name = "cfg-if" 429version = "1.0.4" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 432 433[[package]] 434name = "cfg_aliases" 435version = "0.2.2" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527" 438 439[[package]] 440name = "chacha20" 441version = "0.10.1" 442source = "registry+https://github.com/rust-lang/crates.io-index" 443checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81" 444dependencies = [ 445 "cfg-if", 446 "cpufeatures", 447 "rand_core", 448] 449 450[[package]] 451name = "chrono" 452version = "0.4.45" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 455dependencies = [ 456 "iana-time-zone", 457 "js-sys", 458 "num-traits", 459 "wasm-bindgen", 460 "windows-link", 461] 462 463[[package]] 464name = "clap" 465version = "4.6.4" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "d91e0c145792ef73a6ad36d27c75ac09f1832222a3c209689d90f534685ee5b7" 468dependencies = [ 469 "clap_builder", 470 "clap_derive", 471] 472 473[[package]] 474name = "clap_builder" 475version = "4.6.2" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "f09628afdcc538b57f3c6341e9c8e9970f18e4a481690a64974d7023bd33548b" 478dependencies = [ 479 "anstream", 480 "anstyle", 481 "clap_lex", 482 "strsim", 483] 484 485[[package]] 486name = "clap_derive" 487version = "4.6.4" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061" 490dependencies = [ 491 "heck", 492 "proc-macro2", 493 "quote", 494 "syn 3.0.3", 495] 496 497[[package]] 498name = "clap_lex" 499version = "1.1.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 502 503[[package]] 504name = "cmake" 505version = "0.1.58" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 508dependencies = [ 509 "cc", 510] 511 512[[package]] 513name = "color-eyre" 514version = "0.6.5" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 517dependencies = [ 518 "backtrace", 519 "color-spantrace", 520 "eyre", 521 "indenter", 522 "once_cell", 523 "owo-colors", 524 "tracing-error", 525] 526 527[[package]] 528name = "color-spantrace" 529version = "0.3.0" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 532dependencies = [ 533 "once_cell", 534 "owo-colors", 535 "tracing-core", 536 "tracing-error", 537] 538 539[[package]] 540name = "colorchoice" 541version = "1.0.5" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 544 545[[package]] 546name = "combine" 547version = "4.6.7" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 550dependencies = [ 551 "bytes", 552 "memchr", 553] 554 555[[package]] 556name = "comfy-table" 557version = "7.1.4" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" 560dependencies = [ 561 "crossterm", 562 "unicode-segmentation", 563 "unicode-width", 564] 565 566[[package]] 567name = "const-random" 568version = "0.1.18" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 571dependencies = [ 572 "const-random-macro", 573] 574 575[[package]] 576name = "const-random-macro" 577version = "0.1.16" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 580dependencies = [ 581 "getrandom 0.2.17", 582 "once_cell", 583 "tiny-keccak", 584] 585 586[[package]] 587name = "core-foundation" 588version = "0.9.4" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 591dependencies = [ 592 "core-foundation-sys", 593 "libc", 594] 595 596[[package]] 597name = "core-foundation" 598version = "0.10.1" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 601dependencies = [ 602 "core-foundation-sys", 603 "libc", 604] 605 606[[package]] 607name = "core-foundation-sys" 608version = "0.8.7" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 611 612[[package]] 613name = "cpufeatures" 614version = "0.3.0" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 617dependencies = [ 618 "libc", 619] 620 621[[package]] 622name = "crc32fast" 623version = "1.5.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 626dependencies = [ 627 "cfg-if", 628] 629 630[[package]] 631name = "crossterm" 632version = "0.28.1" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 635dependencies = [ 636 "bitflags", 637 "crossterm_winapi", 638 "parking_lot", 639 "rustix 0.38.44", 640 "winapi", 641] 642 643[[package]] 644name = "crossterm_winapi" 645version = "0.9.1" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 648dependencies = [ 649 "winapi", 650] 651 652[[package]] 653name = "crunchy" 654version = "0.2.4" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 657 658[[package]] 659name = "derive_arbitrary" 660version = "1.4.2" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" 663dependencies = [ 664 "proc-macro2", 665 "quote", 666 "syn 2.0.119", 667] 668 669[[package]] 670name = "displaydoc" 671version = "0.2.6" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 674dependencies = [ 675 "proc-macro2", 676 "quote", 677 "syn 2.0.119", 678] 679 680[[package]] 681name = "duckdb" 682version = "1.10505.0" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "970e05eedd3f55c435194d9104f90a9b4a79a80d6e73251bc9ff43e178130c4e" 685dependencies = [ 686 "arrow", 687 "cast", 688 "chrono", 689 "comfy-table", 690 "fallible-iterator", 691 "fallible-streaming-iterator", 692 "hashlink", 693 "libduckdb-sys", 694 "num-integer", 695 "r2d2", 696 "strum", 697] 698 699[[package]] 700name = "dunce" 701version = "1.0.5" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 704 705[[package]] 706name = "encoding_rs" 707version = "0.8.35" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 710dependencies = [ 711 "cfg-if", 712] 713 714[[package]] 715name = "equivalent" 716version = "1.0.2" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 719 720[[package]] 721name = "errno" 722version = "0.3.14" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 725dependencies = [ 726 "libc", 727 "windows-sys 0.61.2", 728] 729 730[[package]] 731name = "eyre" 732version = "0.6.12" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 735dependencies = [ 736 "indenter", 737 "once_cell", 738] 739 740[[package]] 741name = "fallible-iterator" 742version = "0.3.0" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" 745 746[[package]] 747name = "fallible-streaming-iterator" 748version = "0.1.9" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" 751 752[[package]] 753name = "filetime" 754version = "0.2.29" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" 757dependencies = [ 758 "cfg-if", 759 "libc", 760] 761 762[[package]] 763name = "find-msvc-tools" 764version = "0.1.9" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 767 768[[package]] 769name = "flate2" 770version = "1.1.9" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 773dependencies = [ 774 "crc32fast", 775 "miniz_oxide", 776 "zlib-rs", 777] 778 779[[package]] 780name = "fnv" 781version = "1.0.7" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 784 785[[package]] 786name = "foldhash" 787version = "0.1.5" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 790 791[[package]] 792name = "form_urlencoded" 793version = "1.2.2" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 796dependencies = [ 797 "percent-encoding", 798] 799 800[[package]] 801name = "fs_extra" 802version = "1.3.0" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 805 806[[package]] 807name = "futures-channel" 808version = "0.3.33" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae" 811dependencies = [ 812 "futures-core", 813] 814 815[[package]] 816name = "futures-core" 817version = "0.3.33" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" 820 821[[package]] 822name = "futures-sink" 823version = "0.3.33" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307" 826 827[[package]] 828name = "futures-task" 829version = "0.3.33" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" 832 833[[package]] 834name = "futures-util" 835version = "0.3.33" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" 838dependencies = [ 839 "futures-core", 840 "futures-task", 841 "pin-project-lite", 842 "slab", 843] 844 845[[package]] 846name = "getrandom" 847version = "0.2.17" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 850dependencies = [ 851 "cfg-if", 852 "js-sys", 853 "libc", 854 "wasi", 855 "wasm-bindgen", 856] 857 858[[package]] 859name = "getrandom" 860version = "0.3.4" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 863dependencies = [ 864 "cfg-if", 865 "libc", 866 "r-efi 5.3.0", 867 "wasip2", 868] 869 870[[package]] 871name = "getrandom" 872version = "0.4.3" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 875dependencies = [ 876 "cfg-if", 877 "js-sys", 878 "libc", 879 "r-efi 6.0.0", 880 "rand_core", 881 "wasm-bindgen", 882] 883 884[[package]] 885name = "gimli" 886version = "0.32.3" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 889 890[[package]] 891name = "h2" 892version = "0.4.15" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" 895dependencies = [ 896 "atomic-waker", 897 "bytes", 898 "fnv", 899 "futures-core", 900 "futures-sink", 901 "http", 902 "indexmap", 903 "slab", 904 "tokio", 905 "tokio-util", 906 "tracing", 907] 908 909[[package]] 910name = "half" 911version = "2.7.1" 912source = "registry+https://github.com/rust-lang/crates.io-index" 913checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 914dependencies = [ 915 "cfg-if", 916 "crunchy", 917 "num-traits", 918 "zerocopy", 919] 920 921[[package]] 922name = "hashbrown" 923version = "0.15.5" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 926dependencies = [ 927 "foldhash", 928] 929 930[[package]] 931name = "hashbrown" 932version = "0.17.1" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 935 936[[package]] 937name = "hashlink" 938version = "0.10.0" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 941dependencies = [ 942 "hashbrown 0.15.5", 943] 944 945[[package]] 946name = "heck" 947version = "0.5.0" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 950 951[[package]] 952name = "http" 953version = "1.4.2" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 956dependencies = [ 957 "bytes", 958 "itoa", 959] 960 961[[package]] 962name = "http-body" 963version = "1.1.0" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" 966dependencies = [ 967 "bytes", 968 "http", 969] 970 971[[package]] 972name = "http-body-util" 973version = "0.1.4" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" 976dependencies = [ 977 "bytes", 978 "futures-core", 979 "http", 980 "http-body", 981 "pin-project-lite", 982] 983 984[[package]] 985name = "httparse" 986version = "1.10.1" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 989 990[[package]] 991name = "httpdate" 992version = "1.0.3" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 995 996[[package]] 997name = "hyper" 998version = "1.11.0" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" 1001dependencies = [ 1002 "atomic-waker", 1003 "bytes", 1004 "futures-channel", 1005 "futures-core", 1006 "h2", 1007 "http", 1008 "http-body", 1009 "httparse", 1010 "httpdate", 1011 "itoa", 1012 "pin-project-lite", 1013 "smallvec", 1014 "tokio", 1015 "want", 1016] 1017 1018[[package]] 1019name = "hyper-rustls" 1020version = "0.27.9" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 1023dependencies = [ 1024 "http", 1025 "hyper", 1026 "hyper-util", 1027 "rustls", 1028 "tokio", 1029 "tokio-rustls", 1030 "tower-service", 1031] 1032 1033[[package]] 1034name = "hyper-util" 1035version = "0.1.20" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1038dependencies = [ 1039 "base64", 1040 "bytes", 1041 "futures-channel", 1042 "futures-util", 1043 "http", 1044 "http-body", 1045 "hyper", 1046 "ipnet", 1047 "libc", 1048 "percent-encoding", 1049 "pin-project-lite", 1050 "socket2", 1051 "system-configuration", 1052 "tokio", 1053 "tower-service", 1054 "tracing", 1055 "windows-registry", 1056] 1057 1058[[package]] 1059name = "iana-time-zone" 1060version = "0.1.65" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1063dependencies = [ 1064 "android_system_properties", 1065 "core-foundation-sys", 1066 "iana-time-zone-haiku", 1067 "js-sys", 1068 "log", 1069 "wasm-bindgen", 1070 "windows-core", 1071] 1072 1073[[package]] 1074name = "iana-time-zone-haiku" 1075version = "0.1.2" 1076source = "registry+https://github.com/rust-lang/crates.io-index" 1077checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1078dependencies = [ 1079 "cc", 1080] 1081 1082[[package]] 1083name = "icu_collections" 1084version = "2.2.0" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1087dependencies = [ 1088 "displaydoc", 1089 "potential_utf", 1090 "utf8_iter", 1091 "yoke", 1092 "zerofrom", 1093 "zerovec", 1094] 1095 1096[[package]] 1097name = "icu_locale_core" 1098version = "2.2.0" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1101dependencies = [ 1102 "displaydoc", 1103 "litemap", 1104 "tinystr", 1105 "writeable", 1106 "zerovec", 1107] 1108 1109[[package]] 1110name = "icu_normalizer" 1111version = "2.2.0" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1114dependencies = [ 1115 "icu_collections", 1116 "icu_normalizer_data", 1117 "icu_properties", 1118 "icu_provider", 1119 "smallvec", 1120 "zerovec", 1121] 1122 1123[[package]] 1124name = "icu_normalizer_data" 1125version = "2.2.0" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1128 1129[[package]] 1130name = "icu_properties" 1131version = "2.2.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1134dependencies = [ 1135 "icu_collections", 1136 "icu_locale_core", 1137 "icu_properties_data", 1138 "icu_provider", 1139 "zerotrie", 1140 "zerovec", 1141] 1142 1143[[package]] 1144name = "icu_properties_data" 1145version = "2.2.0" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1148 1149[[package]] 1150name = "icu_provider" 1151version = "2.2.0" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1154dependencies = [ 1155 "displaydoc", 1156 "icu_locale_core", 1157 "writeable", 1158 "yoke", 1159 "zerofrom", 1160 "zerotrie", 1161 "zerovec", 1162] 1163 1164[[package]] 1165name = "idna" 1166version = "1.1.0" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1169dependencies = [ 1170 "idna_adapter", 1171 "smallvec", 1172 "utf8_iter", 1173] 1174 1175[[package]] 1176name = "idna_adapter" 1177version = "1.2.2" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 1180dependencies = [ 1181 "icu_normalizer", 1182 "icu_properties", 1183] 1184 1185[[package]] 1186name = "indenter" 1187version = "0.3.4" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" 1190 1191[[package]] 1192name = "indexmap" 1193version = "2.14.0" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1196dependencies = [ 1197 "equivalent", 1198 "hashbrown 0.17.1", 1199] 1200 1201[[package]] 1202name = "ipnet" 1203version = "2.12.0" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 1206 1207[[package]] 1208name = "is_terminal_polyfill" 1209version = "1.70.2" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1212 1213[[package]] 1214name = "itoa" 1215version = "1.0.18" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1218 1219[[package]] 1220name = "jni" 1221version = "0.22.4" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498" 1224dependencies = [ 1225 "cfg-if", 1226 "combine", 1227 "jni-macros", 1228 "jni-sys", 1229 "log", 1230 "simd_cesu8", 1231 "thiserror", 1232 "walkdir", 1233 "windows-link", 1234] 1235 1236[[package]] 1237name = "jni-macros" 1238version = "0.22.4" 1239source = "registry+https://github.com/rust-lang/crates.io-index" 1240checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3" 1241dependencies = [ 1242 "proc-macro2", 1243 "quote", 1244 "rustc_version", 1245 "simd_cesu8", 1246 "syn 2.0.119", 1247] 1248 1249[[package]] 1250name = "jni-sys" 1251version = "0.4.1" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 1254dependencies = [ 1255 "jni-sys-macros", 1256] 1257 1258[[package]] 1259name = "jni-sys-macros" 1260version = "0.4.1" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 1263dependencies = [ 1264 "quote", 1265 "syn 2.0.119", 1266] 1267 1268[[package]] 1269name = "jobserver" 1270version = "0.1.35" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3" 1273dependencies = [ 1274 "getrandom 0.4.3", 1275 "libc", 1276] 1277 1278[[package]] 1279name = "js-sys" 1280version = "0.3.103" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" 1283dependencies = [ 1284 "cfg-if", 1285 "futures-util", 1286 "wasm-bindgen", 1287] 1288 1289[[package]] 1290name = "lazy_static" 1291version = "1.5.0" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1294 1295[[package]] 1296name = "lexical-core" 1297version = "1.0.6" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594" 1300dependencies = [ 1301 "lexical-parse-float", 1302 "lexical-parse-integer", 1303 "lexical-util", 1304 "lexical-write-float", 1305 "lexical-write-integer", 1306] 1307 1308[[package]] 1309name = "lexical-parse-float" 1310version = "1.0.6" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56" 1313dependencies = [ 1314 "lexical-parse-integer", 1315 "lexical-util", 1316] 1317 1318[[package]] 1319name = "lexical-parse-integer" 1320version = "1.0.6" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34" 1323dependencies = [ 1324 "lexical-util", 1325] 1326 1327[[package]] 1328name = "lexical-util" 1329version = "1.0.7" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17" 1332 1333[[package]] 1334name = "lexical-write-float" 1335version = "1.0.6" 1336source = "registry+https://github.com/rust-lang/crates.io-index" 1337checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361" 1338dependencies = [ 1339 "lexical-util", 1340 "lexical-write-integer", 1341] 1342 1343[[package]] 1344name = "lexical-write-integer" 1345version = "1.0.6" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df" 1348dependencies = [ 1349 "lexical-util", 1350] 1351 1352[[package]] 1353name = "libc" 1354version = "0.2.189" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" 1357 1358[[package]] 1359name = "libduckdb-sys" 1360version = "1.10505.0" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "6cb514dab5e271e849235c1cb98bd65a2ae107fbd619a6740219319c54a71d95" 1363dependencies = [ 1364 "flate2", 1365 "pkg-config", 1366 "serde", 1367 "serde_json", 1368 "tar", 1369 "ureq", 1370 "vcpkg", 1371 "zip", 1372] 1373 1374[[package]] 1375name = "libm" 1376version = "0.2.16" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1379 1380[[package]] 1381name = "linux-raw-sys" 1382version = "0.4.15" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1385 1386[[package]] 1387name = "linux-raw-sys" 1388version = "0.12.1" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1391 1392[[package]] 1393name = "litemap" 1394version = "0.8.2" 1395source = "registry+https://github.com/rust-lang/crates.io-index" 1396checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 1397 1398[[package]] 1399name = "lock_api" 1400version = "0.4.14" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1403dependencies = [ 1404 "scopeguard", 1405] 1406 1407[[package]] 1408name = "log" 1409version = "0.4.33" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 1412 1413[[package]] 1414name = "lru-slab" 1415version = "0.1.2" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1418 1419[[package]] 1420name = "matchit" 1421version = "0.8.4" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1424 1425[[package]] 1426name = "memchr" 1427version = "2.8.3" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" 1430 1431[[package]] 1432name = "mime" 1433version = "0.3.17" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1436 1437[[package]] 1438name = "miniz_oxide" 1439version = "0.8.9" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1442dependencies = [ 1443 "adler2", 1444 "simd-adler32", 1445] 1446 1447[[package]] 1448name = "mio" 1449version = "1.2.2" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427" 1452dependencies = [ 1453 "libc", 1454 "wasi", 1455 "windows-sys 0.61.2", 1456] 1457 1458[[package]] 1459name = "num-bigint" 1460version = "0.4.8" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367" 1463dependencies = [ 1464 "num-integer", 1465 "num-traits", 1466] 1467 1468[[package]] 1469name = "num-complex" 1470version = "0.4.6" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 1473dependencies = [ 1474 "num-traits", 1475] 1476 1477[[package]] 1478name = "num-integer" 1479version = "0.1.46" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1482dependencies = [ 1483 "num-traits", 1484] 1485 1486[[package]] 1487name = "num-traits" 1488version = "0.2.19" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1491dependencies = [ 1492 "autocfg", 1493 "libm", 1494] 1495 1496[[package]] 1497name = "object" 1498version = "0.37.3" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1501dependencies = [ 1502 "memchr", 1503] 1504 1505[[package]] 1506name = "once_cell" 1507version = "1.21.4" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 1510 1511[[package]] 1512name = "once_cell_polyfill" 1513version = "1.70.2" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1516 1517[[package]] 1518name = "openssl-probe" 1519version = "0.2.1" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1522 1523[[package]] 1524name = "owo-colors" 1525version = "4.3.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 1528 1529[[package]] 1530name = "parking_lot" 1531version = "0.12.5" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1534dependencies = [ 1535 "lock_api", 1536 "parking_lot_core", 1537] 1538 1539[[package]] 1540name = "parking_lot_core" 1541version = "0.9.12" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1544dependencies = [ 1545 "cfg-if", 1546 "libc", 1547 "redox_syscall", 1548 "smallvec", 1549 "windows-link", 1550] 1551 1552[[package]] 1553name = "percent-encoding" 1554version = "2.3.2" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1557 1558[[package]] 1559name = "pin-project-lite" 1560version = "0.2.17" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 1563 1564[[package]] 1565name = "pkg-config" 1566version = "0.3.33" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 1569 1570[[package]] 1571name = "potential_utf" 1572version = "0.1.5" 1573source = "registry+https://github.com/rust-lang/crates.io-index" 1574checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 1575dependencies = [ 1576 "zerovec", 1577] 1578 1579[[package]] 1580name = "proc-macro2" 1581version = "1.0.107" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" 1584dependencies = [ 1585 "unicode-ident", 1586] 1587 1588[[package]] 1589name = "quinn" 1590version = "0.11.11" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" 1593dependencies = [ 1594 "bytes", 1595 "cfg_aliases", 1596 "pin-project-lite", 1597 "quinn-proto", 1598 "quinn-udp", 1599 "rustc-hash", 1600 "rustls", 1601 "socket2", 1602 "thiserror", 1603 "tokio", 1604 "tracing", 1605 "web-time", 1606] 1607 1608[[package]] 1609name = "quinn-proto" 1610version = "0.11.16" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560" 1613dependencies = [ 1614 "aws-lc-rs", 1615 "bytes", 1616 "getrandom 0.4.3", 1617 "lru-slab", 1618 "rand", 1619 "rand_pcg", 1620 "ring", 1621 "rustc-hash", 1622 "rustls", 1623 "rustls-pki-types", 1624 "slab", 1625 "thiserror", 1626 "tinyvec", 1627 "tracing", 1628 "web-time", 1629] 1630 1631[[package]] 1632name = "quinn-udp" 1633version = "0.5.15" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694" 1636dependencies = [ 1637 "cfg_aliases", 1638 "libc", 1639 "once_cell", 1640 "socket2", 1641 "tracing", 1642 "windows-sys 0.61.2", 1643] 1644 1645[[package]] 1646name = "quote" 1647version = "1.0.47" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" 1650dependencies = [ 1651 "proc-macro2", 1652] 1653 1654[[package]] 1655name = "r-efi" 1656version = "5.3.0" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1659 1660[[package]] 1661name = "r-efi" 1662version = "6.0.0" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 1665 1666[[package]] 1667name = "r2d2" 1668version = "0.8.10" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93" 1671dependencies = [ 1672 "log", 1673 "parking_lot", 1674 "scheduled-thread-pool", 1675] 1676 1677[[package]] 1678name = "rand" 1679version = "0.10.2" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" 1682dependencies = [ 1683 "chacha20", 1684 "getrandom 0.4.3", 1685 "rand_core", 1686] 1687 1688[[package]] 1689name = "rand_core" 1690version = "0.10.1" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 1693 1694[[package]] 1695name = "rand_pcg" 1696version = "0.10.2" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a" 1699dependencies = [ 1700 "rand_core", 1701] 1702 1703[[package]] 1704name = "redox_syscall" 1705version = "0.5.18" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1708dependencies = [ 1709 "bitflags", 1710] 1711 1712[[package]] 1713name = "regex" 1714version = "1.13.1" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d" 1717dependencies = [ 1718 "aho-corasick", 1719 "memchr", 1720 "regex-automata", 1721 "regex-syntax", 1722] 1723 1724[[package]] 1725name = "regex-automata" 1726version = "0.4.16" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad" 1729dependencies = [ 1730 "aho-corasick", 1731 "memchr", 1732 "regex-syntax", 1733] 1734 1735[[package]] 1736name = "regex-syntax" 1737version = "0.8.11" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 1740 1741[[package]] 1742name = "reqwest" 1743version = "0.13.4" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3" 1746dependencies = [ 1747 "base64", 1748 "bytes", 1749 "encoding_rs", 1750 "futures-core", 1751 "h2", 1752 "http", 1753 "http-body", 1754 "http-body-util", 1755 "hyper", 1756 "hyper-rustls", 1757 "hyper-util", 1758 "js-sys", 1759 "log", 1760 "mime", 1761 "percent-encoding", 1762 "pin-project-lite", 1763 "quinn", 1764 "rustls", 1765 "rustls-pki-types", 1766 "rustls-platform-verifier", 1767 "sync_wrapper", 1768 "tokio", 1769 "tokio-rustls", 1770 "tower", 1771 "tower-http", 1772 "tower-service", 1773 "url", 1774 "wasm-bindgen", 1775 "wasm-bindgen-futures", 1776 "web-sys", 1777] 1778 1779[[package]] 1780name = "ring" 1781version = "0.17.14" 1782source = "registry+https://github.com/rust-lang/crates.io-index" 1783checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1784dependencies = [ 1785 "cc", 1786 "cfg-if", 1787 "getrandom 0.2.17", 1788 "libc", 1789 "untrusted", 1790 "windows-sys 0.52.0", 1791] 1792 1793[[package]] 1794name = "rustc-demangle" 1795version = "0.1.28" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb" 1798 1799[[package]] 1800name = "rustc-hash" 1801version = "2.1.3" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d" 1804 1805[[package]] 1806name = "rustc_version" 1807version = "0.4.1" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1810dependencies = [ 1811 "semver", 1812] 1813 1814[[package]] 1815name = "rustix" 1816version = "0.38.44" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1819dependencies = [ 1820 "bitflags", 1821 "errno", 1822 "libc", 1823 "linux-raw-sys 0.4.15", 1824 "windows-sys 0.59.0", 1825] 1826 1827[[package]] 1828name = "rustix" 1829version = "1.1.4" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1832dependencies = [ 1833 "bitflags", 1834 "errno", 1835 "libc", 1836 "linux-raw-sys 0.12.1", 1837 "windows-sys 0.61.2", 1838] 1839 1840[[package]] 1841name = "rustls" 1842version = "0.23.42" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138" 1845dependencies = [ 1846 "aws-lc-rs", 1847 "log", 1848 "once_cell", 1849 "ring", 1850 "rustls-pki-types", 1851 "rustls-webpki", 1852 "subtle", 1853 "zeroize", 1854] 1855 1856[[package]] 1857name = "rustls-native-certs" 1858version = "0.8.4" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" 1861dependencies = [ 1862 "openssl-probe", 1863 "rustls-pki-types", 1864 "schannel", 1865 "security-framework", 1866] 1867 1868[[package]] 1869name = "rustls-pki-types" 1870version = "1.15.1" 1871source = "registry+https://github.com/rust-lang/crates.io-index" 1872checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96" 1873dependencies = [ 1874 "web-time", 1875 "zeroize", 1876] 1877 1878[[package]] 1879name = "rustls-platform-verifier" 1880version = "0.7.0" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0" 1883dependencies = [ 1884 "core-foundation 0.10.1", 1885 "core-foundation-sys", 1886 "jni", 1887 "log", 1888 "once_cell", 1889 "rustls", 1890 "rustls-native-certs", 1891 "rustls-platform-verifier-android", 1892 "rustls-webpki", 1893 "security-framework", 1894 "security-framework-sys", 1895 "webpki-root-certs", 1896 "windows-sys 0.61.2", 1897] 1898 1899[[package]] 1900name = "rustls-platform-verifier-android" 1901version = "0.1.1" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 1904 1905[[package]] 1906name = "rustls-webpki" 1907version = "0.103.13" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 1910dependencies = [ 1911 "aws-lc-rs", 1912 "ring", 1913 "rustls-pki-types", 1914 "untrusted", 1915] 1916 1917[[package]] 1918name = "rustversion" 1919version = "1.0.23" 1920source = "registry+https://github.com/rust-lang/crates.io-index" 1921checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" 1922 1923[[package]] 1924name = "ryu" 1925version = "1.0.23" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1928 1929[[package]] 1930name = "same-file" 1931version = "1.0.6" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1934dependencies = [ 1935 "winapi-util", 1936] 1937 1938[[package]] 1939name = "schannel" 1940version = "0.1.29" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 1943dependencies = [ 1944 "windows-sys 0.61.2", 1945] 1946 1947[[package]] 1948name = "scheduled-thread-pool" 1949version = "0.2.7" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19" 1952dependencies = [ 1953 "parking_lot", 1954] 1955 1956[[package]] 1957name = "scopeguard" 1958version = "1.2.0" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1961 1962[[package]] 1963name = "security-framework" 1964version = "3.7.0" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 1967dependencies = [ 1968 "bitflags", 1969 "core-foundation 0.10.1", 1970 "core-foundation-sys", 1971 "libc", 1972 "security-framework-sys", 1973] 1974 1975[[package]] 1976name = "security-framework-sys" 1977version = "2.17.0" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 1980dependencies = [ 1981 "core-foundation-sys", 1982 "libc", 1983] 1984 1985[[package]] 1986name = "semver" 1987version = "1.0.28" 1988source = "registry+https://github.com/rust-lang/crates.io-index" 1989checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 1990 1991[[package]] 1992name = "serde" 1993version = "1.0.229" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" 1996dependencies = [ 1997 "serde_core", 1998 "serde_derive", 1999] 2000 2001[[package]] 2002name = "serde_core" 2003version = "1.0.229" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" 2006dependencies = [ 2007 "serde_derive", 2008] 2009 2010[[package]] 2011name = "serde_derive" 2012version = "1.0.229" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" 2015dependencies = [ 2016 "proc-macro2", 2017 "quote", 2018 "syn 3.0.3", 2019] 2020 2021[[package]] 2022name = "serde_json" 2023version = "1.0.151" 2024source = "registry+https://github.com/rust-lang/crates.io-index" 2025checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" 2026dependencies = [ 2027 "itoa", 2028 "memchr", 2029 "serde", 2030 "serde_core", 2031 "zmij", 2032] 2033 2034[[package]] 2035name = "serde_path_to_error" 2036version = "0.1.20" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2039dependencies = [ 2040 "itoa", 2041 "serde", 2042 "serde_core", 2043] 2044 2045[[package]] 2046name = "serde_urlencoded" 2047version = "0.7.1" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2050dependencies = [ 2051 "form_urlencoded", 2052 "itoa", 2053 "ryu", 2054 "serde", 2055] 2056 2057[[package]] 2058name = "sharded-slab" 2059version = "0.1.7" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2062dependencies = [ 2063 "lazy_static", 2064] 2065 2066[[package]] 2067name = "shlex" 2068version = "2.0.1" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 2071 2072[[package]] 2073name = "signal-hook-registry" 2074version = "1.4.8" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2077dependencies = [ 2078 "errno", 2079 "libc", 2080] 2081 2082[[package]] 2083name = "simd-adler32" 2084version = "0.3.10" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" 2087 2088[[package]] 2089name = "simd_cesu8" 2090version = "1.2.0" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520" 2093dependencies = [ 2094 "rustc_version", 2095 "simdutf8", 2096] 2097 2098[[package]] 2099name = "simdutf8" 2100version = "0.1.5" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 2103 2104[[package]] 2105name = "slab" 2106version = "0.4.12" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2109 2110[[package]] 2111name = "smallvec" 2112version = "1.15.2" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 2115 2116[[package]] 2117name = "socket2" 2118version = "0.6.5" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4" 2121dependencies = [ 2122 "libc", 2123 "windows-sys 0.61.2", 2124] 2125 2126[[package]] 2127name = "stable_deref_trait" 2128version = "1.2.1" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2131 2132[[package]] 2133name = "strsim" 2134version = "0.11.1" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2137 2138[[package]] 2139name = "strum" 2140version = "0.27.2" 2141source = "registry+https://github.com/rust-lang/crates.io-index" 2142checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 2143dependencies = [ 2144 "strum_macros", 2145] 2146 2147[[package]] 2148name = "strum_macros" 2149version = "0.27.2" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 2152dependencies = [ 2153 "heck", 2154 "proc-macro2", 2155 "quote", 2156 "syn 2.0.119", 2157] 2158 2159[[package]] 2160name = "subtle" 2161version = "2.6.1" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2164 2165[[package]] 2166name = "syn" 2167version = "2.0.119" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" 2170dependencies = [ 2171 "proc-macro2", 2172 "quote", 2173 "unicode-ident", 2174] 2175 2176[[package]] 2177name = "syn" 2178version = "3.0.3" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3" 2181dependencies = [ 2182 "proc-macro2", 2183 "quote", 2184 "unicode-ident", 2185] 2186 2187[[package]] 2188name = "sync_wrapper" 2189version = "1.0.2" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2192dependencies = [ 2193 "futures-core", 2194] 2195 2196[[package]] 2197name = "synstructure" 2198version = "0.13.2" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2201dependencies = [ 2202 "proc-macro2", 2203 "quote", 2204 "syn 2.0.119", 2205] 2206 2207[[package]] 2208name = "system-configuration" 2209version = "0.7.0" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 2212dependencies = [ 2213 "bitflags", 2214 "core-foundation 0.9.4", 2215 "system-configuration-sys", 2216] 2217 2218[[package]] 2219name = "system-configuration-sys" 2220version = "0.6.0" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2223dependencies = [ 2224 "core-foundation-sys", 2225 "libc", 2226] 2227 2228[[package]] 2229name = "tar" 2230version = "0.4.46" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" 2233dependencies = [ 2234 "filetime", 2235 "libc", 2236 "xattr", 2237] 2238 2239[[package]] 2240name = "thiserror" 2241version = "2.0.19" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9" 2244dependencies = [ 2245 "thiserror-impl", 2246] 2247 2248[[package]] 2249name = "thiserror-impl" 2250version = "2.0.19" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd" 2253dependencies = [ 2254 "proc-macro2", 2255 "quote", 2256 "syn 3.0.3", 2257] 2258 2259[[package]] 2260name = "thread_local" 2261version = "1.1.10" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070" 2264dependencies = [ 2265 "cfg-if", 2266] 2267 2268[[package]] 2269name = "tiny-keccak" 2270version = "2.0.2" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 2273dependencies = [ 2274 "crunchy", 2275] 2276 2277[[package]] 2278name = "tinystr" 2279version = "0.8.3" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 2282dependencies = [ 2283 "displaydoc", 2284 "zerovec", 2285] 2286 2287[[package]] 2288name = "tinyvec" 2289version = "1.12.0" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f" 2292dependencies = [ 2293 "tinyvec_macros", 2294] 2295 2296[[package]] 2297name = "tinyvec_macros" 2298version = "0.1.1" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2301 2302[[package]] 2303name = "tokio" 2304version = "1.53.1" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" 2307dependencies = [ 2308 "bytes", 2309 "libc", 2310 "mio", 2311 "parking_lot", 2312 "pin-project-lite", 2313 "signal-hook-registry", 2314 "socket2", 2315 "tokio-macros", 2316 "windows-sys 0.61.2", 2317] 2318 2319[[package]] 2320name = "tokio-macros" 2321version = "2.7.1" 2322source = "registry+https://github.com/rust-lang/crates.io-index" 2323checksum = "6328af13490e73a9b4694030fafd93f8c8c6a9dede33e821c3fc63eddf8042ba" 2324dependencies = [ 2325 "proc-macro2", 2326 "quote", 2327 "syn 2.0.119", 2328] 2329 2330[[package]] 2331name = "tokio-rustls" 2332version = "0.26.4" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2335dependencies = [ 2336 "rustls", 2337 "tokio", 2338] 2339 2340[[package]] 2341name = "tokio-util" 2342version = "0.7.19" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" 2345dependencies = [ 2346 "bytes", 2347 "futures-core", 2348 "futures-sink", 2349 "libc", 2350 "pin-project-lite", 2351 "tokio", 2352] 2353 2354[[package]] 2355name = "tower" 2356version = "0.5.3" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 2359dependencies = [ 2360 "futures-core", 2361 "futures-util", 2362 "pin-project-lite", 2363 "sync_wrapper", 2364 "tokio", 2365 "tower-layer", 2366 "tower-service", 2367 "tracing", 2368] 2369 2370[[package]] 2371name = "tower-http" 2372version = "0.6.11" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 2375dependencies = [ 2376 "bitflags", 2377 "bytes", 2378 "futures-util", 2379 "http", 2380 "http-body", 2381 "pin-project-lite", 2382 "tower", 2383 "tower-layer", 2384 "tower-service", 2385 "url", 2386] 2387 2388[[package]] 2389name = "tower-layer" 2390version = "0.3.3" 2391source = "registry+https://github.com/rust-lang/crates.io-index" 2392checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2393 2394[[package]] 2395name = "tower-service" 2396version = "0.3.3" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2399 2400[[package]] 2401name = "tracing" 2402version = "0.1.44" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2405dependencies = [ 2406 "log", 2407 "pin-project-lite", 2408 "tracing-core", 2409] 2410 2411[[package]] 2412name = "tracing-core" 2413version = "0.1.36" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2416dependencies = [ 2417 "once_cell", 2418 "valuable", 2419] 2420 2421[[package]] 2422name = "tracing-error" 2423version = "0.2.1" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 2426dependencies = [ 2427 "tracing", 2428 "tracing-subscriber", 2429] 2430 2431[[package]] 2432name = "tracing-subscriber" 2433version = "0.3.23" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 2436dependencies = [ 2437 "sharded-slab", 2438 "thread_local", 2439 "tracing-core", 2440] 2441 2442[[package]] 2443name = "try-lock" 2444version = "0.2.5" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2447 2448[[package]] 2449name = "unicode-ident" 2450version = "1.0.24" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 2453 2454[[package]] 2455name = "unicode-segmentation" 2456version = "1.13.3" 2457source = "registry+https://github.com/rust-lang/crates.io-index" 2458checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 2459 2460[[package]] 2461name = "unicode-width" 2462version = "0.2.2" 2463source = "registry+https://github.com/rust-lang/crates.io-index" 2464checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 2465 2466[[package]] 2467name = "untrusted" 2468version = "0.9.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2471 2472[[package]] 2473name = "uplc" 2474version = "0.1.0" 2475dependencies = [ 2476 "axum", 2477 "chrono", 2478 "clap", 2479 "color-eyre", 2480 "duckdb", 2481 "r2d2", 2482 "reqwest", 2483 "serde", 2484 "serde_json", 2485 "tokio", 2486] 2487 2488[[package]] 2489name = "ureq" 2490version = "3.3.0" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0" 2493dependencies = [ 2494 "base64", 2495 "log", 2496 "percent-encoding", 2497 "rustls", 2498 "rustls-pki-types", 2499 "ureq-proto", 2500 "utf8-zero", 2501 "webpki-roots", 2502] 2503 2504[[package]] 2505name = "ureq-proto" 2506version = "0.6.0" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c" 2509dependencies = [ 2510 "base64", 2511 "http", 2512 "httparse", 2513 "log", 2514] 2515 2516[[package]] 2517name = "url" 2518version = "2.5.8" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2521dependencies = [ 2522 "form_urlencoded", 2523 "idna", 2524 "percent-encoding", 2525 "serde", 2526] 2527 2528[[package]] 2529name = "utf8-zero" 2530version = "0.8.1" 2531source = "registry+https://github.com/rust-lang/crates.io-index" 2532checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e" 2533 2534[[package]] 2535name = "utf8_iter" 2536version = "1.0.4" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2539 2540[[package]] 2541name = "utf8parse" 2542version = "0.2.2" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2545 2546[[package]] 2547name = "valuable" 2548version = "0.1.1" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2551 2552[[package]] 2553name = "vcpkg" 2554version = "0.2.15" 2555source = "registry+https://github.com/rust-lang/crates.io-index" 2556checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2557 2558[[package]] 2559name = "version_check" 2560version = "0.9.5" 2561source = "registry+https://github.com/rust-lang/crates.io-index" 2562checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2563 2564[[package]] 2565name = "walkdir" 2566version = "2.5.0" 2567source = "registry+https://github.com/rust-lang/crates.io-index" 2568checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2569dependencies = [ 2570 "same-file", 2571 "winapi-util", 2572] 2573 2574[[package]] 2575name = "want" 2576version = "0.3.1" 2577source = "registry+https://github.com/rust-lang/crates.io-index" 2578checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2579dependencies = [ 2580 "try-lock", 2581] 2582 2583[[package]] 2584name = "wasi" 2585version = "0.11.1+wasi-snapshot-preview1" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2588 2589[[package]] 2590name = "wasip2" 2591version = "1.0.4+wasi-0.2.12" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 2594dependencies = [ 2595 "wit-bindgen", 2596] 2597 2598[[package]] 2599name = "wasm-bindgen" 2600version = "0.2.126" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" 2603dependencies = [ 2604 "cfg-if", 2605 "once_cell", 2606 "rustversion", 2607 "wasm-bindgen-macro", 2608 "wasm-bindgen-shared", 2609] 2610 2611[[package]] 2612name = "wasm-bindgen-futures" 2613version = "0.4.76" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" 2616dependencies = [ 2617 "js-sys", 2618 "wasm-bindgen", 2619] 2620 2621[[package]] 2622name = "wasm-bindgen-macro" 2623version = "0.2.126" 2624source = "registry+https://github.com/rust-lang/crates.io-index" 2625checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" 2626dependencies = [ 2627 "quote", 2628 "wasm-bindgen-macro-support", 2629] 2630 2631[[package]] 2632name = "wasm-bindgen-macro-support" 2633version = "0.2.126" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" 2636dependencies = [ 2637 "bumpalo", 2638 "proc-macro2", 2639 "quote", 2640 "syn 2.0.119", 2641 "wasm-bindgen-shared", 2642] 2643 2644[[package]] 2645name = "wasm-bindgen-shared" 2646version = "0.2.126" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" 2649dependencies = [ 2650 "unicode-ident", 2651] 2652 2653[[package]] 2654name = "web-sys" 2655version = "0.3.103" 2656source = "registry+https://github.com/rust-lang/crates.io-index" 2657checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" 2658dependencies = [ 2659 "js-sys", 2660 "wasm-bindgen", 2661] 2662 2663[[package]] 2664name = "web-time" 2665version = "1.1.0" 2666source = "registry+https://github.com/rust-lang/crates.io-index" 2667checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2668dependencies = [ 2669 "js-sys", 2670 "wasm-bindgen", 2671] 2672 2673[[package]] 2674name = "webpki-root-certs" 2675version = "1.0.9" 2676source = "registry+https://github.com/rust-lang/crates.io-index" 2677checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b" 2678dependencies = [ 2679 "rustls-pki-types", 2680] 2681 2682[[package]] 2683name = "webpki-roots" 2684version = "1.0.9" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a" 2687dependencies = [ 2688 "rustls-pki-types", 2689] 2690 2691[[package]] 2692name = "winapi" 2693version = "0.3.9" 2694source = "registry+https://github.com/rust-lang/crates.io-index" 2695checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2696dependencies = [ 2697 "winapi-i686-pc-windows-gnu", 2698 "winapi-x86_64-pc-windows-gnu", 2699] 2700 2701[[package]] 2702name = "winapi-i686-pc-windows-gnu" 2703version = "0.4.0" 2704source = "registry+https://github.com/rust-lang/crates.io-index" 2705checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2706 2707[[package]] 2708name = "winapi-util" 2709version = "0.1.11" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 2712dependencies = [ 2713 "windows-sys 0.61.2", 2714] 2715 2716[[package]] 2717name = "winapi-x86_64-pc-windows-gnu" 2718version = "0.4.0" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2721 2722[[package]] 2723name = "windows-core" 2724version = "0.62.2" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2727dependencies = [ 2728 "windows-implement", 2729 "windows-interface", 2730 "windows-link", 2731 "windows-result", 2732 "windows-strings", 2733] 2734 2735[[package]] 2736name = "windows-implement" 2737version = "0.60.2" 2738source = "registry+https://github.com/rust-lang/crates.io-index" 2739checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2740dependencies = [ 2741 "proc-macro2", 2742 "quote", 2743 "syn 2.0.119", 2744] 2745 2746[[package]] 2747name = "windows-interface" 2748version = "0.59.3" 2749source = "registry+https://github.com/rust-lang/crates.io-index" 2750checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2751dependencies = [ 2752 "proc-macro2", 2753 "quote", 2754 "syn 2.0.119", 2755] 2756 2757[[package]] 2758name = "windows-link" 2759version = "0.2.1" 2760source = "registry+https://github.com/rust-lang/crates.io-index" 2761checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2762 2763[[package]] 2764name = "windows-registry" 2765version = "0.6.1" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2768dependencies = [ 2769 "windows-link", 2770 "windows-result", 2771 "windows-strings", 2772] 2773 2774[[package]] 2775name = "windows-result" 2776version = "0.4.1" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2779dependencies = [ 2780 "windows-link", 2781] 2782 2783[[package]] 2784name = "windows-strings" 2785version = "0.5.1" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2788dependencies = [ 2789 "windows-link", 2790] 2791 2792[[package]] 2793name = "windows-sys" 2794version = "0.52.0" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2797dependencies = [ 2798 "windows-targets", 2799] 2800 2801[[package]] 2802name = "windows-sys" 2803version = "0.59.0" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2806dependencies = [ 2807 "windows-targets", 2808] 2809 2810[[package]] 2811name = "windows-sys" 2812version = "0.61.2" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2815dependencies = [ 2816 "windows-link", 2817] 2818 2819[[package]] 2820name = "windows-targets" 2821version = "0.52.6" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2824dependencies = [ 2825 "windows_aarch64_gnullvm", 2826 "windows_aarch64_msvc", 2827 "windows_i686_gnu", 2828 "windows_i686_gnullvm", 2829 "windows_i686_msvc", 2830 "windows_x86_64_gnu", 2831 "windows_x86_64_gnullvm", 2832 "windows_x86_64_msvc", 2833] 2834 2835[[package]] 2836name = "windows_aarch64_gnullvm" 2837version = "0.52.6" 2838source = "registry+https://github.com/rust-lang/crates.io-index" 2839checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2840 2841[[package]] 2842name = "windows_aarch64_msvc" 2843version = "0.52.6" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2846 2847[[package]] 2848name = "windows_i686_gnu" 2849version = "0.52.6" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2852 2853[[package]] 2854name = "windows_i686_gnullvm" 2855version = "0.52.6" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2858 2859[[package]] 2860name = "windows_i686_msvc" 2861version = "0.52.6" 2862source = "registry+https://github.com/rust-lang/crates.io-index" 2863checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2864 2865[[package]] 2866name = "windows_x86_64_gnu" 2867version = "0.52.6" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2870 2871[[package]] 2872name = "windows_x86_64_gnullvm" 2873version = "0.52.6" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2876 2877[[package]] 2878name = "windows_x86_64_msvc" 2879version = "0.52.6" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2882 2883[[package]] 2884name = "wit-bindgen" 2885version = "0.57.1" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 2888 2889[[package]] 2890name = "writeable" 2891version = "0.6.3" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 2894 2895[[package]] 2896name = "xattr" 2897version = "1.6.1" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 2900dependencies = [ 2901 "libc", 2902 "rustix 1.1.4", 2903] 2904 2905[[package]] 2906name = "yoke" 2907version = "0.8.3" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 2910dependencies = [ 2911 "stable_deref_trait", 2912 "yoke-derive", 2913 "zerofrom", 2914] 2915 2916[[package]] 2917name = "yoke-derive" 2918version = "0.8.2" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 2921dependencies = [ 2922 "proc-macro2", 2923 "quote", 2924 "syn 2.0.119", 2925 "synstructure", 2926] 2927 2928[[package]] 2929name = "zerocopy" 2930version = "0.8.55" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb" 2933dependencies = [ 2934 "zerocopy-derive", 2935] 2936 2937[[package]] 2938name = "zerocopy-derive" 2939version = "0.8.55" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb" 2942dependencies = [ 2943 "proc-macro2", 2944 "quote", 2945 "syn 2.0.119", 2946] 2947 2948[[package]] 2949name = "zerofrom" 2950version = "0.1.8" 2951source = "registry+https://github.com/rust-lang/crates.io-index" 2952checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 2953dependencies = [ 2954 "zerofrom-derive", 2955] 2956 2957[[package]] 2958name = "zerofrom-derive" 2959version = "0.1.7" 2960source = "registry+https://github.com/rust-lang/crates.io-index" 2961checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 2962dependencies = [ 2963 "proc-macro2", 2964 "quote", 2965 "syn 2.0.119", 2966 "synstructure", 2967] 2968 2969[[package]] 2970name = "zeroize" 2971version = "1.9.0" 2972source = "registry+https://github.com/rust-lang/crates.io-index" 2973checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" 2974 2975[[package]] 2976name = "zerotrie" 2977version = "0.2.4" 2978source = "registry+https://github.com/rust-lang/crates.io-index" 2979checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 2980dependencies = [ 2981 "displaydoc", 2982 "yoke", 2983 "zerofrom", 2984] 2985 2986[[package]] 2987name = "zerovec" 2988version = "0.11.6" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 2991dependencies = [ 2992 "yoke", 2993 "zerofrom", 2994 "zerovec-derive", 2995] 2996 2997[[package]] 2998name = "zerovec-derive" 2999version = "0.11.3" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 3002dependencies = [ 3003 "proc-macro2", 3004 "quote", 3005 "syn 2.0.119", 3006] 3007 3008[[package]] 3009name = "zip" 3010version = "6.0.0" 3011source = "registry+https://github.com/rust-lang/crates.io-index" 3012checksum = "eb2a05c7c36fde6c09b08576c9f7fb4cda705990f73b58fe011abf7dfb24168b" 3013dependencies = [ 3014 "arbitrary", 3015 "crc32fast", 3016 "flate2", 3017 "indexmap", 3018 "memchr", 3019 "zopfli", 3020] 3021 3022[[package]] 3023name = "zlib-rs" 3024version = "0.6.6" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "b142a20ec14a91d5bc708c1dc21b080c550113d8aa77afa29635673a65dd02c5" 3027 3028[[package]] 3029name = "zmij" 3030version = "1.0.23" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" 3033 3034[[package]] 3035name = "zopfli" 3036version = "0.8.3" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" 3039dependencies = [ 3040 "bumpalo", 3041 "crc32fast", 3042 "log", 3043 "simd-adler32", 3044]