Tap drinker
2
fork

Configure Feed

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

at main 2903 lines 73 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "allocator-api2" 16version = "0.2.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 20[[package]] 21name = "anstream" 22version = "0.6.21" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon", 30 "colorchoice", 31 "is_terminal_polyfill", 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle" 37version = "1.0.13" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 40 41[[package]] 42name = "anstyle-parse" 43version = "0.2.7" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 46dependencies = [ 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle-query" 52version = "1.1.5" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 55dependencies = [ 56 "windows-sys 0.61.2", 57] 58 59[[package]] 60name = "anstyle-wincon" 61version = "3.0.11" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 64dependencies = [ 65 "anstyle", 66 "once_cell_polyfill", 67 "windows-sys 0.61.2", 68] 69 70[[package]] 71name = "anyhow" 72version = "1.0.100" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 75 76[[package]] 77name = "atoi" 78version = "2.0.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 81dependencies = [ 82 "num-traits", 83] 84 85[[package]] 86name = "atomic-waker" 87version = "1.1.2" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 90 91[[package]] 92name = "autocfg" 93version = "1.5.0" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 96 97[[package]] 98name = "base64" 99version = "0.22.1" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 102 103[[package]] 104name = "base64ct" 105version = "1.8.2" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "7d809780667f4410e7c41b07f52439b94d2bdf8528eeedc287fa38d3b7f95d82" 108 109[[package]] 110name = "bitflags" 111version = "2.10.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 114dependencies = [ 115 "serde_core", 116] 117 118[[package]] 119name = "block-buffer" 120version = "0.10.4" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 123dependencies = [ 124 "generic-array", 125] 126 127[[package]] 128name = "bumpalo" 129version = "3.19.1" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 132 133[[package]] 134name = "byteorder" 135version = "1.5.0" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 138 139[[package]] 140name = "bytes" 141version = "1.11.0" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 144 145[[package]] 146name = "cc" 147version = "1.2.51" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203" 150dependencies = [ 151 "find-msvc-tools", 152 "shlex", 153] 154 155[[package]] 156name = "cfg-if" 157version = "1.0.4" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 160 161[[package]] 162name = "clap" 163version = "4.5.54" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" 166dependencies = [ 167 "clap_builder", 168 "clap_derive", 169] 170 171[[package]] 172name = "clap_builder" 173version = "4.5.54" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" 176dependencies = [ 177 "anstream", 178 "anstyle", 179 "clap_lex", 180 "strsim", 181] 182 183[[package]] 184name = "clap_derive" 185version = "4.5.49" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 188dependencies = [ 189 "heck", 190 "proc-macro2", 191 "quote", 192 "syn", 193] 194 195[[package]] 196name = "clap_lex" 197version = "0.7.6" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 200 201[[package]] 202name = "colorchoice" 203version = "1.0.4" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 206 207[[package]] 208name = "concurrent-queue" 209version = "2.5.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 212dependencies = [ 213 "crossbeam-utils", 214] 215 216[[package]] 217name = "const-oid" 218version = "0.9.6" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 221 222[[package]] 223name = "core-foundation" 224version = "0.9.4" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 227dependencies = [ 228 "core-foundation-sys", 229 "libc", 230] 231 232[[package]] 233name = "core-foundation-sys" 234version = "0.8.7" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 237 238[[package]] 239name = "cpufeatures" 240version = "0.2.17" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 243dependencies = [ 244 "libc", 245] 246 247[[package]] 248name = "crc" 249version = "3.4.0" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 252dependencies = [ 253 "crc-catalog", 254] 255 256[[package]] 257name = "crc-catalog" 258version = "2.4.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 261 262[[package]] 263name = "crossbeam-queue" 264version = "0.3.12" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 267dependencies = [ 268 "crossbeam-utils", 269] 270 271[[package]] 272name = "crossbeam-utils" 273version = "0.8.21" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 276 277[[package]] 278name = "crypto-common" 279version = "0.1.7" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 282dependencies = [ 283 "generic-array", 284 "typenum", 285] 286 287[[package]] 288name = "data-encoding" 289version = "2.9.0" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 292 293[[package]] 294name = "der" 295version = "0.7.10" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 298dependencies = [ 299 "const-oid", 300 "pem-rfc7468", 301 "zeroize", 302] 303 304[[package]] 305name = "deranged" 306version = "0.5.5" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 309dependencies = [ 310 "powerfmt", 311] 312 313[[package]] 314name = "digest" 315version = "0.10.7" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 318dependencies = [ 319 "block-buffer", 320 "const-oid", 321 "crypto-common", 322 "subtle", 323] 324 325[[package]] 326name = "displaydoc" 327version = "0.2.5" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 330dependencies = [ 331 "proc-macro2", 332 "quote", 333 "syn", 334] 335 336[[package]] 337name = "dotenvy" 338version = "0.15.7" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 341 342[[package]] 343name = "either" 344version = "1.15.0" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 347dependencies = [ 348 "serde", 349] 350 351[[package]] 352name = "encoding_rs" 353version = "0.8.35" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 356dependencies = [ 357 "cfg-if", 358] 359 360[[package]] 361name = "equivalent" 362version = "1.0.2" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 365 366[[package]] 367name = "errno" 368version = "0.3.14" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 371dependencies = [ 372 "libc", 373 "windows-sys 0.61.2", 374] 375 376[[package]] 377name = "etcetera" 378version = "0.8.0" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 381dependencies = [ 382 "cfg-if", 383 "home", 384 "windows-sys 0.48.0", 385] 386 387[[package]] 388name = "event-listener" 389version = "5.4.1" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 392dependencies = [ 393 "concurrent-queue", 394 "parking", 395 "pin-project-lite", 396] 397 398[[package]] 399name = "fastrand" 400version = "2.3.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 403 404[[package]] 405name = "find-msvc-tools" 406version = "0.1.6" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" 409 410[[package]] 411name = "flume" 412version = "0.11.1" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 415dependencies = [ 416 "futures-core", 417 "futures-sink", 418 "spin", 419] 420 421[[package]] 422name = "fnv" 423version = "1.0.7" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 426 427[[package]] 428name = "foldhash" 429version = "0.1.5" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 432 433[[package]] 434name = "foreign-types" 435version = "0.3.2" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 438dependencies = [ 439 "foreign-types-shared", 440] 441 442[[package]] 443name = "foreign-types-shared" 444version = "0.1.1" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 447 448[[package]] 449name = "form_urlencoded" 450version = "1.2.2" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 453dependencies = [ 454 "percent-encoding", 455] 456 457[[package]] 458name = "futures-channel" 459version = "0.3.31" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 462dependencies = [ 463 "futures-core", 464 "futures-sink", 465] 466 467[[package]] 468name = "futures-core" 469version = "0.3.31" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 472 473[[package]] 474name = "futures-executor" 475version = "0.3.31" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 478dependencies = [ 479 "futures-core", 480 "futures-task", 481 "futures-util", 482] 483 484[[package]] 485name = "futures-intrusive" 486version = "0.5.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 489dependencies = [ 490 "futures-core", 491 "lock_api", 492 "parking_lot", 493] 494 495[[package]] 496name = "futures-io" 497version = "0.3.31" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 500 501[[package]] 502name = "futures-macro" 503version = "0.3.31" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 506dependencies = [ 507 "proc-macro2", 508 "quote", 509 "syn", 510] 511 512[[package]] 513name = "futures-sink" 514version = "0.3.31" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 517 518[[package]] 519name = "futures-task" 520version = "0.3.31" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 523 524[[package]] 525name = "futures-util" 526version = "0.3.31" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 529dependencies = [ 530 "futures-core", 531 "futures-io", 532 "futures-macro", 533 "futures-sink", 534 "futures-task", 535 "memchr", 536 "pin-project-lite", 537 "pin-utils", 538 "slab", 539] 540 541[[package]] 542name = "generic-array" 543version = "0.14.7" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 546dependencies = [ 547 "typenum", 548 "version_check", 549] 550 551[[package]] 552name = "getrandom" 553version = "0.2.16" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 556dependencies = [ 557 "cfg-if", 558 "libc", 559 "wasi", 560] 561 562[[package]] 563name = "getrandom" 564version = "0.3.4" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 567dependencies = [ 568 "cfg-if", 569 "libc", 570 "r-efi", 571 "wasip2", 572] 573 574[[package]] 575name = "h2" 576version = "0.4.13" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 579dependencies = [ 580 "atomic-waker", 581 "bytes", 582 "fnv", 583 "futures-core", 584 "futures-sink", 585 "http", 586 "indexmap", 587 "slab", 588 "tokio", 589 "tokio-util", 590 "tracing", 591] 592 593[[package]] 594name = "hashbrown" 595version = "0.15.5" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 598dependencies = [ 599 "allocator-api2", 600 "equivalent", 601 "foldhash", 602] 603 604[[package]] 605name = "hashbrown" 606version = "0.16.1" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 609 610[[package]] 611name = "hashlink" 612version = "0.10.0" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 615dependencies = [ 616 "hashbrown 0.15.5", 617] 618 619[[package]] 620name = "heck" 621version = "0.5.0" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 624 625[[package]] 626name = "hex" 627version = "0.4.3" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 630 631[[package]] 632name = "hkdf" 633version = "0.12.4" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 636dependencies = [ 637 "hmac", 638] 639 640[[package]] 641name = "hmac" 642version = "0.12.1" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 645dependencies = [ 646 "digest", 647] 648 649[[package]] 650name = "home" 651version = "0.5.12" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 654dependencies = [ 655 "windows-sys 0.61.2", 656] 657 658[[package]] 659name = "http" 660version = "1.4.0" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 663dependencies = [ 664 "bytes", 665 "itoa", 666] 667 668[[package]] 669name = "http-body" 670version = "1.0.1" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 673dependencies = [ 674 "bytes", 675 "http", 676] 677 678[[package]] 679name = "http-body-util" 680version = "0.1.3" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 683dependencies = [ 684 "bytes", 685 "futures-core", 686 "http", 687 "http-body", 688 "pin-project-lite", 689] 690 691[[package]] 692name = "httparse" 693version = "1.10.1" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 696 697[[package]] 698name = "hyper" 699version = "1.8.1" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 702dependencies = [ 703 "atomic-waker", 704 "bytes", 705 "futures-channel", 706 "futures-core", 707 "h2", 708 "http", 709 "http-body", 710 "httparse", 711 "itoa", 712 "pin-project-lite", 713 "pin-utils", 714 "smallvec", 715 "tokio", 716 "want", 717] 718 719[[package]] 720name = "hyper-rustls" 721version = "0.27.7" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 724dependencies = [ 725 "http", 726 "hyper", 727 "hyper-util", 728 "rustls", 729 "rustls-pki-types", 730 "tokio", 731 "tokio-rustls", 732 "tower-service", 733] 734 735[[package]] 736name = "hyper-tls" 737version = "0.6.0" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 740dependencies = [ 741 "bytes", 742 "http-body-util", 743 "hyper", 744 "hyper-util", 745 "native-tls", 746 "tokio", 747 "tokio-native-tls", 748 "tower-service", 749] 750 751[[package]] 752name = "hyper-util" 753version = "0.1.19" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 756dependencies = [ 757 "base64", 758 "bytes", 759 "futures-channel", 760 "futures-core", 761 "futures-util", 762 "http", 763 "http-body", 764 "hyper", 765 "ipnet", 766 "libc", 767 "percent-encoding", 768 "pin-project-lite", 769 "socket2", 770 "system-configuration", 771 "tokio", 772 "tower-service", 773 "tracing", 774 "windows-registry", 775] 776 777[[package]] 778name = "icu_collections" 779version = "2.1.1" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 782dependencies = [ 783 "displaydoc", 784 "potential_utf", 785 "yoke", 786 "zerofrom", 787 "zerovec", 788] 789 790[[package]] 791name = "icu_locale_core" 792version = "2.1.1" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 795dependencies = [ 796 "displaydoc", 797 "litemap", 798 "tinystr", 799 "writeable", 800 "zerovec", 801] 802 803[[package]] 804name = "icu_normalizer" 805version = "2.1.1" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 808dependencies = [ 809 "icu_collections", 810 "icu_normalizer_data", 811 "icu_properties", 812 "icu_provider", 813 "smallvec", 814 "zerovec", 815] 816 817[[package]] 818name = "icu_normalizer_data" 819version = "2.1.1" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 822 823[[package]] 824name = "icu_properties" 825version = "2.1.2" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 828dependencies = [ 829 "icu_collections", 830 "icu_locale_core", 831 "icu_properties_data", 832 "icu_provider", 833 "zerotrie", 834 "zerovec", 835] 836 837[[package]] 838name = "icu_properties_data" 839version = "2.1.2" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 842 843[[package]] 844name = "icu_provider" 845version = "2.1.1" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 848dependencies = [ 849 "displaydoc", 850 "icu_locale_core", 851 "writeable", 852 "yoke", 853 "zerofrom", 854 "zerotrie", 855 "zerovec", 856] 857 858[[package]] 859name = "idna" 860version = "1.1.0" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 863dependencies = [ 864 "idna_adapter", 865 "smallvec", 866 "utf8_iter", 867] 868 869[[package]] 870name = "idna_adapter" 871version = "1.2.1" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 874dependencies = [ 875 "icu_normalizer", 876 "icu_properties", 877] 878 879[[package]] 880name = "indexmap" 881version = "2.12.1" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 884dependencies = [ 885 "equivalent", 886 "hashbrown 0.16.1", 887] 888 889[[package]] 890name = "ipnet" 891version = "2.11.0" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 894 895[[package]] 896name = "iri-string" 897version = "0.7.10" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 900dependencies = [ 901 "memchr", 902 "serde", 903] 904 905[[package]] 906name = "is_terminal_polyfill" 907version = "1.70.2" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 910 911[[package]] 912name = "itoa" 913version = "1.0.17" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 916 917[[package]] 918name = "js-sys" 919version = "0.3.83" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 922dependencies = [ 923 "once_cell", 924 "wasm-bindgen", 925] 926 927[[package]] 928name = "lazy_static" 929version = "1.5.0" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 932dependencies = [ 933 "spin", 934] 935 936[[package]] 937name = "libc" 938version = "0.2.179" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" 941 942[[package]] 943name = "libm" 944version = "0.2.15" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 947 948[[package]] 949name = "libredox" 950version = "0.1.12" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 953dependencies = [ 954 "bitflags", 955 "libc", 956 "redox_syscall 0.7.0", 957] 958 959[[package]] 960name = "libsqlite3-sys" 961version = "0.30.1" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 964dependencies = [ 965 "pkg-config", 966 "vcpkg", 967] 968 969[[package]] 970name = "linux-raw-sys" 971version = "0.11.0" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 974 975[[package]] 976name = "litemap" 977version = "0.8.1" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 980 981[[package]] 982name = "lock_api" 983version = "0.4.14" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 986dependencies = [ 987 "scopeguard", 988] 989 990[[package]] 991name = "log" 992version = "0.4.29" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 995 996[[package]] 997name = "matchers" 998version = "0.2.0" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1001dependencies = [ 1002 "regex-automata", 1003] 1004 1005[[package]] 1006name = "md-5" 1007version = "0.10.6" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1010dependencies = [ 1011 "cfg-if", 1012 "digest", 1013] 1014 1015[[package]] 1016name = "memchr" 1017version = "2.7.6" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1020 1021[[package]] 1022name = "mime" 1023version = "0.3.17" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1026 1027[[package]] 1028name = "mio" 1029version = "1.1.1" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1032dependencies = [ 1033 "libc", 1034 "wasi", 1035 "windows-sys 0.61.2", 1036] 1037 1038[[package]] 1039name = "native-tls" 1040version = "0.2.14" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1043dependencies = [ 1044 "libc", 1045 "log", 1046 "openssl", 1047 "openssl-probe", 1048 "openssl-sys", 1049 "schannel", 1050 "security-framework", 1051 "security-framework-sys", 1052 "tempfile", 1053] 1054 1055[[package]] 1056name = "nu-ansi-term" 1057version = "0.50.3" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1060dependencies = [ 1061 "windows-sys 0.61.2", 1062] 1063 1064[[package]] 1065name = "num-bigint-dig" 1066version = "0.8.6" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 1069dependencies = [ 1070 "lazy_static", 1071 "libm", 1072 "num-integer", 1073 "num-iter", 1074 "num-traits", 1075 "rand 0.8.5", 1076 "smallvec", 1077 "zeroize", 1078] 1079 1080[[package]] 1081name = "num-conv" 1082version = "0.1.0" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1085 1086[[package]] 1087name = "num-integer" 1088version = "0.1.46" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1091dependencies = [ 1092 "num-traits", 1093] 1094 1095[[package]] 1096name = "num-iter" 1097version = "0.1.45" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1100dependencies = [ 1101 "autocfg", 1102 "num-integer", 1103 "num-traits", 1104] 1105 1106[[package]] 1107name = "num-traits" 1108version = "0.2.19" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1111dependencies = [ 1112 "autocfg", 1113 "libm", 1114] 1115 1116[[package]] 1117name = "once_cell" 1118version = "1.21.3" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1121 1122[[package]] 1123name = "once_cell_polyfill" 1124version = "1.70.2" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1127 1128[[package]] 1129name = "openssl" 1130version = "0.10.75" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1133dependencies = [ 1134 "bitflags", 1135 "cfg-if", 1136 "foreign-types", 1137 "libc", 1138 "once_cell", 1139 "openssl-macros", 1140 "openssl-sys", 1141] 1142 1143[[package]] 1144name = "openssl-macros" 1145version = "0.1.1" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1148dependencies = [ 1149 "proc-macro2", 1150 "quote", 1151 "syn", 1152] 1153 1154[[package]] 1155name = "openssl-probe" 1156version = "0.1.6" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1159 1160[[package]] 1161name = "openssl-sys" 1162version = "0.9.111" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1165dependencies = [ 1166 "cc", 1167 "libc", 1168 "pkg-config", 1169 "vcpkg", 1170] 1171 1172[[package]] 1173name = "parking" 1174version = "2.2.1" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1177 1178[[package]] 1179name = "parking_lot" 1180version = "0.12.5" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1183dependencies = [ 1184 "lock_api", 1185 "parking_lot_core", 1186] 1187 1188[[package]] 1189name = "parking_lot_core" 1190version = "0.9.12" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1193dependencies = [ 1194 "cfg-if", 1195 "libc", 1196 "redox_syscall 0.5.18", 1197 "smallvec", 1198 "windows-link", 1199] 1200 1201[[package]] 1202name = "pem-rfc7468" 1203version = "0.7.0" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1206dependencies = [ 1207 "base64ct", 1208] 1209 1210[[package]] 1211name = "percent-encoding" 1212version = "2.3.2" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1215 1216[[package]] 1217name = "pin-project-lite" 1218version = "0.2.16" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1221 1222[[package]] 1223name = "pin-utils" 1224version = "0.1.0" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1227 1228[[package]] 1229name = "pkcs1" 1230version = "0.7.5" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1233dependencies = [ 1234 "der", 1235 "pkcs8", 1236 "spki", 1237] 1238 1239[[package]] 1240name = "pkcs8" 1241version = "0.10.2" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1244dependencies = [ 1245 "der", 1246 "spki", 1247] 1248 1249[[package]] 1250name = "pkg-config" 1251version = "0.3.32" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1254 1255[[package]] 1256name = "potential_utf" 1257version = "0.1.4" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1260dependencies = [ 1261 "zerovec", 1262] 1263 1264[[package]] 1265name = "powerfmt" 1266version = "0.2.0" 1267source = "registry+https://github.com/rust-lang/crates.io-index" 1268checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1269 1270[[package]] 1271name = "ppv-lite86" 1272version = "0.2.21" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1275dependencies = [ 1276 "zerocopy", 1277] 1278 1279[[package]] 1280name = "proc-macro2" 1281version = "1.0.105" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" 1284dependencies = [ 1285 "unicode-ident", 1286] 1287 1288[[package]] 1289name = "quote" 1290version = "1.0.43" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" 1293dependencies = [ 1294 "proc-macro2", 1295] 1296 1297[[package]] 1298name = "r-efi" 1299version = "5.3.0" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1302 1303[[package]] 1304name = "rand" 1305version = "0.8.5" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1308dependencies = [ 1309 "libc", 1310 "rand_chacha 0.3.1", 1311 "rand_core 0.6.4", 1312] 1313 1314[[package]] 1315name = "rand" 1316version = "0.9.2" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1319dependencies = [ 1320 "rand_chacha 0.9.0", 1321 "rand_core 0.9.3", 1322] 1323 1324[[package]] 1325name = "rand_chacha" 1326version = "0.3.1" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1329dependencies = [ 1330 "ppv-lite86", 1331 "rand_core 0.6.4", 1332] 1333 1334[[package]] 1335name = "rand_chacha" 1336version = "0.9.0" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1339dependencies = [ 1340 "ppv-lite86", 1341 "rand_core 0.9.3", 1342] 1343 1344[[package]] 1345name = "rand_core" 1346version = "0.6.4" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1349dependencies = [ 1350 "getrandom 0.2.16", 1351] 1352 1353[[package]] 1354name = "rand_core" 1355version = "0.9.3" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1358dependencies = [ 1359 "getrandom 0.3.4", 1360] 1361 1362[[package]] 1363name = "redox_syscall" 1364version = "0.5.18" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1367dependencies = [ 1368 "bitflags", 1369] 1370 1371[[package]] 1372name = "redox_syscall" 1373version = "0.7.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27" 1376dependencies = [ 1377 "bitflags", 1378] 1379 1380[[package]] 1381name = "regex-automata" 1382version = "0.4.13" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1385dependencies = [ 1386 "aho-corasick", 1387 "memchr", 1388 "regex-syntax", 1389] 1390 1391[[package]] 1392name = "regex-syntax" 1393version = "0.8.8" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1396 1397[[package]] 1398name = "reqwest" 1399version = "0.12.28" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1402dependencies = [ 1403 "base64", 1404 "bytes", 1405 "encoding_rs", 1406 "futures-core", 1407 "h2", 1408 "http", 1409 "http-body", 1410 "http-body-util", 1411 "hyper", 1412 "hyper-rustls", 1413 "hyper-tls", 1414 "hyper-util", 1415 "js-sys", 1416 "log", 1417 "mime", 1418 "native-tls", 1419 "percent-encoding", 1420 "pin-project-lite", 1421 "rustls-pki-types", 1422 "serde", 1423 "serde_json", 1424 "serde_urlencoded", 1425 "sync_wrapper", 1426 "tokio", 1427 "tokio-native-tls", 1428 "tower", 1429 "tower-http", 1430 "tower-service", 1431 "url", 1432 "wasm-bindgen", 1433 "wasm-bindgen-futures", 1434 "web-sys", 1435] 1436 1437[[package]] 1438name = "ring" 1439version = "0.17.14" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1442dependencies = [ 1443 "cc", 1444 "cfg-if", 1445 "getrandom 0.2.16", 1446 "libc", 1447 "untrusted", 1448 "windows-sys 0.52.0", 1449] 1450 1451[[package]] 1452name = "rsa" 1453version = "0.9.9" 1454source = "registry+https://github.com/rust-lang/crates.io-index" 1455checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 1456dependencies = [ 1457 "const-oid", 1458 "digest", 1459 "num-bigint-dig", 1460 "num-integer", 1461 "num-traits", 1462 "pkcs1", 1463 "pkcs8", 1464 "rand_core 0.6.4", 1465 "signature", 1466 "spki", 1467 "subtle", 1468 "zeroize", 1469] 1470 1471[[package]] 1472name = "rustix" 1473version = "1.1.3" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 1476dependencies = [ 1477 "bitflags", 1478 "errno", 1479 "libc", 1480 "linux-raw-sys", 1481 "windows-sys 0.61.2", 1482] 1483 1484[[package]] 1485name = "rustls" 1486version = "0.23.36" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 1489dependencies = [ 1490 "once_cell", 1491 "rustls-pki-types", 1492 "rustls-webpki", 1493 "subtle", 1494 "zeroize", 1495] 1496 1497[[package]] 1498name = "rustls-pki-types" 1499version = "1.13.2" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282" 1502dependencies = [ 1503 "zeroize", 1504] 1505 1506[[package]] 1507name = "rustls-webpki" 1508version = "0.103.8" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 1511dependencies = [ 1512 "ring", 1513 "rustls-pki-types", 1514 "untrusted", 1515] 1516 1517[[package]] 1518name = "rustversion" 1519version = "1.0.22" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1522 1523[[package]] 1524name = "ryu" 1525version = "1.0.22" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 1528 1529[[package]] 1530name = "schannel" 1531version = "0.1.28" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1534dependencies = [ 1535 "windows-sys 0.61.2", 1536] 1537 1538[[package]] 1539name = "scopeguard" 1540version = "1.2.0" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1543 1544[[package]] 1545name = "security-framework" 1546version = "2.11.1" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1549dependencies = [ 1550 "bitflags", 1551 "core-foundation", 1552 "core-foundation-sys", 1553 "libc", 1554 "security-framework-sys", 1555] 1556 1557[[package]] 1558name = "security-framework-sys" 1559version = "2.15.0" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1562dependencies = [ 1563 "core-foundation-sys", 1564 "libc", 1565] 1566 1567[[package]] 1568name = "serde" 1569version = "1.0.228" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1572dependencies = [ 1573 "serde_core", 1574 "serde_derive", 1575] 1576 1577[[package]] 1578name = "serde_core" 1579version = "1.0.228" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1582dependencies = [ 1583 "serde_derive", 1584] 1585 1586[[package]] 1587name = "serde_derive" 1588version = "1.0.228" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1591dependencies = [ 1592 "proc-macro2", 1593 "quote", 1594 "syn", 1595] 1596 1597[[package]] 1598name = "serde_json" 1599version = "1.0.148" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" 1602dependencies = [ 1603 "itoa", 1604 "memchr", 1605 "serde", 1606 "serde_core", 1607 "zmij", 1608] 1609 1610[[package]] 1611name = "serde_urlencoded" 1612version = "0.7.1" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1615dependencies = [ 1616 "form_urlencoded", 1617 "itoa", 1618 "ryu", 1619 "serde", 1620] 1621 1622[[package]] 1623name = "sha1" 1624version = "0.10.6" 1625source = "registry+https://github.com/rust-lang/crates.io-index" 1626checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1627dependencies = [ 1628 "cfg-if", 1629 "cpufeatures", 1630 "digest", 1631] 1632 1633[[package]] 1634name = "sha2" 1635version = "0.10.9" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1638dependencies = [ 1639 "cfg-if", 1640 "cpufeatures", 1641 "digest", 1642] 1643 1644[[package]] 1645name = "sharded-slab" 1646version = "0.1.7" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1649dependencies = [ 1650 "lazy_static", 1651] 1652 1653[[package]] 1654name = "shlex" 1655version = "1.3.0" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1658 1659[[package]] 1660name = "signal-hook-registry" 1661version = "1.4.8" 1662source = "registry+https://github.com/rust-lang/crates.io-index" 1663checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1664dependencies = [ 1665 "errno", 1666 "libc", 1667] 1668 1669[[package]] 1670name = "signature" 1671version = "2.2.0" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 1674dependencies = [ 1675 "digest", 1676 "rand_core 0.6.4", 1677] 1678 1679[[package]] 1680name = "slab" 1681version = "0.4.11" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1684 1685[[package]] 1686name = "smallvec" 1687version = "1.15.1" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1690dependencies = [ 1691 "serde", 1692] 1693 1694[[package]] 1695name = "socket2" 1696version = "0.6.1" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1699dependencies = [ 1700 "libc", 1701 "windows-sys 0.60.2", 1702] 1703 1704[[package]] 1705name = "spin" 1706version = "0.9.8" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1709dependencies = [ 1710 "lock_api", 1711] 1712 1713[[package]] 1714name = "spki" 1715version = "0.7.3" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 1718dependencies = [ 1719 "base64ct", 1720 "der", 1721] 1722 1723[[package]] 1724name = "sqlx" 1725version = "0.8.6" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 1728dependencies = [ 1729 "sqlx-core", 1730 "sqlx-macros", 1731 "sqlx-mysql", 1732 "sqlx-postgres", 1733 "sqlx-sqlite", 1734] 1735 1736[[package]] 1737name = "sqlx-core" 1738version = "0.8.6" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 1741dependencies = [ 1742 "base64", 1743 "bytes", 1744 "crc", 1745 "crossbeam-queue", 1746 "either", 1747 "event-listener", 1748 "futures-core", 1749 "futures-intrusive", 1750 "futures-io", 1751 "futures-util", 1752 "hashbrown 0.15.5", 1753 "hashlink", 1754 "indexmap", 1755 "log", 1756 "memchr", 1757 "native-tls", 1758 "once_cell", 1759 "percent-encoding", 1760 "serde", 1761 "serde_json", 1762 "sha2", 1763 "smallvec", 1764 "thiserror", 1765 "time", 1766 "tokio", 1767 "tokio-stream", 1768 "tracing", 1769 "url", 1770] 1771 1772[[package]] 1773name = "sqlx-macros" 1774version = "0.8.6" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 1777dependencies = [ 1778 "proc-macro2", 1779 "quote", 1780 "sqlx-core", 1781 "sqlx-macros-core", 1782 "syn", 1783] 1784 1785[[package]] 1786name = "sqlx-macros-core" 1787version = "0.8.6" 1788source = "registry+https://github.com/rust-lang/crates.io-index" 1789checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 1790dependencies = [ 1791 "dotenvy", 1792 "either", 1793 "heck", 1794 "hex", 1795 "once_cell", 1796 "proc-macro2", 1797 "quote", 1798 "serde", 1799 "serde_json", 1800 "sha2", 1801 "sqlx-core", 1802 "sqlx-mysql", 1803 "sqlx-postgres", 1804 "sqlx-sqlite", 1805 "syn", 1806 "tokio", 1807 "url", 1808] 1809 1810[[package]] 1811name = "sqlx-mysql" 1812version = "0.8.6" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 1815dependencies = [ 1816 "atoi", 1817 "base64", 1818 "bitflags", 1819 "byteorder", 1820 "bytes", 1821 "crc", 1822 "digest", 1823 "dotenvy", 1824 "either", 1825 "futures-channel", 1826 "futures-core", 1827 "futures-io", 1828 "futures-util", 1829 "generic-array", 1830 "hex", 1831 "hkdf", 1832 "hmac", 1833 "itoa", 1834 "log", 1835 "md-5", 1836 "memchr", 1837 "once_cell", 1838 "percent-encoding", 1839 "rand 0.8.5", 1840 "rsa", 1841 "serde", 1842 "sha1", 1843 "sha2", 1844 "smallvec", 1845 "sqlx-core", 1846 "stringprep", 1847 "thiserror", 1848 "time", 1849 "tracing", 1850 "whoami", 1851] 1852 1853[[package]] 1854name = "sqlx-postgres" 1855version = "0.8.6" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 1858dependencies = [ 1859 "atoi", 1860 "base64", 1861 "bitflags", 1862 "byteorder", 1863 "crc", 1864 "dotenvy", 1865 "etcetera", 1866 "futures-channel", 1867 "futures-core", 1868 "futures-util", 1869 "hex", 1870 "hkdf", 1871 "hmac", 1872 "home", 1873 "itoa", 1874 "log", 1875 "md-5", 1876 "memchr", 1877 "once_cell", 1878 "rand 0.8.5", 1879 "serde", 1880 "serde_json", 1881 "sha2", 1882 "smallvec", 1883 "sqlx-core", 1884 "stringprep", 1885 "thiserror", 1886 "time", 1887 "tracing", 1888 "whoami", 1889] 1890 1891[[package]] 1892name = "sqlx-sqlite" 1893version = "0.8.6" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 1896dependencies = [ 1897 "atoi", 1898 "flume", 1899 "futures-channel", 1900 "futures-core", 1901 "futures-executor", 1902 "futures-intrusive", 1903 "futures-util", 1904 "libsqlite3-sys", 1905 "log", 1906 "percent-encoding", 1907 "serde", 1908 "serde_urlencoded", 1909 "sqlx-core", 1910 "thiserror", 1911 "time", 1912 "tracing", 1913 "url", 1914] 1915 1916[[package]] 1917name = "stable_deref_trait" 1918version = "1.2.1" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1921 1922[[package]] 1923name = "stringprep" 1924version = "0.1.5" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 1927dependencies = [ 1928 "unicode-bidi", 1929 "unicode-normalization", 1930 "unicode-properties", 1931] 1932 1933[[package]] 1934name = "strsim" 1935version = "0.11.1" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1938 1939[[package]] 1940name = "subtle" 1941version = "2.6.1" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1944 1945[[package]] 1946name = "syn" 1947version = "2.0.113" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4" 1950dependencies = [ 1951 "proc-macro2", 1952 "quote", 1953 "unicode-ident", 1954] 1955 1956[[package]] 1957name = "sync_wrapper" 1958version = "1.0.2" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1961dependencies = [ 1962 "futures-core", 1963] 1964 1965[[package]] 1966name = "synstructure" 1967version = "0.13.2" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1970dependencies = [ 1971 "proc-macro2", 1972 "quote", 1973 "syn", 1974] 1975 1976[[package]] 1977name = "system-configuration" 1978version = "0.6.1" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1981dependencies = [ 1982 "bitflags", 1983 "core-foundation", 1984 "system-configuration-sys", 1985] 1986 1987[[package]] 1988name = "system-configuration-sys" 1989version = "0.6.0" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1992dependencies = [ 1993 "core-foundation-sys", 1994 "libc", 1995] 1996 1997[[package]] 1998name = "tempfile" 1999version = "3.24.0" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 2002dependencies = [ 2003 "fastrand", 2004 "getrandom 0.3.4", 2005 "once_cell", 2006 "rustix", 2007 "windows-sys 0.61.2", 2008] 2009 2010[[package]] 2011name = "thiserror" 2012version = "2.0.17" 2013source = "registry+https://github.com/rust-lang/crates.io-index" 2014checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2015dependencies = [ 2016 "thiserror-impl", 2017] 2018 2019[[package]] 2020name = "thiserror-impl" 2021version = "2.0.17" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2024dependencies = [ 2025 "proc-macro2", 2026 "quote", 2027 "syn", 2028] 2029 2030[[package]] 2031name = "thread_local" 2032version = "1.1.9" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2035dependencies = [ 2036 "cfg-if", 2037] 2038 2039[[package]] 2040name = "time" 2041version = "0.3.44" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2044dependencies = [ 2045 "deranged", 2046 "itoa", 2047 "num-conv", 2048 "powerfmt", 2049 "serde", 2050 "time-core", 2051 "time-macros", 2052] 2053 2054[[package]] 2055name = "time-core" 2056version = "0.1.6" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2059 2060[[package]] 2061name = "time-macros" 2062version = "0.2.24" 2063source = "registry+https://github.com/rust-lang/crates.io-index" 2064checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 2065dependencies = [ 2066 "num-conv", 2067 "time-core", 2068] 2069 2070[[package]] 2071name = "tinystr" 2072version = "0.8.2" 2073source = "registry+https://github.com/rust-lang/crates.io-index" 2074checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 2075dependencies = [ 2076 "displaydoc", 2077 "zerovec", 2078] 2079 2080[[package]] 2081name = "tinyvec" 2082version = "1.10.0" 2083source = "registry+https://github.com/rust-lang/crates.io-index" 2084checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2085dependencies = [ 2086 "tinyvec_macros", 2087] 2088 2089[[package]] 2090name = "tinyvec_macros" 2091version = "0.1.1" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2094 2095[[package]] 2096name = "tokio" 2097version = "1.49.0" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 2100dependencies = [ 2101 "bytes", 2102 "libc", 2103 "mio", 2104 "pin-project-lite", 2105 "signal-hook-registry", 2106 "socket2", 2107 "tokio-macros", 2108 "windows-sys 0.61.2", 2109] 2110 2111[[package]] 2112name = "tokio-macros" 2113version = "2.6.0" 2114source = "registry+https://github.com/rust-lang/crates.io-index" 2115checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2116dependencies = [ 2117 "proc-macro2", 2118 "quote", 2119 "syn", 2120] 2121 2122[[package]] 2123name = "tokio-native-tls" 2124version = "0.3.1" 2125source = "registry+https://github.com/rust-lang/crates.io-index" 2126checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2127dependencies = [ 2128 "native-tls", 2129 "tokio", 2130] 2131 2132[[package]] 2133name = "tokio-rustls" 2134version = "0.26.4" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2137dependencies = [ 2138 "rustls", 2139 "tokio", 2140] 2141 2142[[package]] 2143name = "tokio-stream" 2144version = "0.1.18" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 2147dependencies = [ 2148 "futures-core", 2149 "pin-project-lite", 2150 "tokio", 2151] 2152 2153[[package]] 2154name = "tokio-tungstenite" 2155version = "0.28.0" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 2158dependencies = [ 2159 "futures-util", 2160 "log", 2161 "native-tls", 2162 "tokio", 2163 "tokio-native-tls", 2164 "tungstenite", 2165] 2166 2167[[package]] 2168name = "tokio-util" 2169version = "0.7.18" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 2172dependencies = [ 2173 "bytes", 2174 "futures-core", 2175 "futures-sink", 2176 "pin-project-lite", 2177 "tokio", 2178] 2179 2180[[package]] 2181name = "tower" 2182version = "0.5.2" 2183source = "registry+https://github.com/rust-lang/crates.io-index" 2184checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2185dependencies = [ 2186 "futures-core", 2187 "futures-util", 2188 "pin-project-lite", 2189 "sync_wrapper", 2190 "tokio", 2191 "tower-layer", 2192 "tower-service", 2193] 2194 2195[[package]] 2196name = "tower-http" 2197version = "0.6.8" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 2200dependencies = [ 2201 "bitflags", 2202 "bytes", 2203 "futures-util", 2204 "http", 2205 "http-body", 2206 "iri-string", 2207 "pin-project-lite", 2208 "tower", 2209 "tower-layer", 2210 "tower-service", 2211] 2212 2213[[package]] 2214name = "tower-layer" 2215version = "0.3.3" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2218 2219[[package]] 2220name = "tower-service" 2221version = "0.3.3" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2224 2225[[package]] 2226name = "tracing" 2227version = "0.1.44" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2230dependencies = [ 2231 "log", 2232 "pin-project-lite", 2233 "tracing-attributes", 2234 "tracing-core", 2235] 2236 2237[[package]] 2238name = "tracing-attributes" 2239version = "0.1.31" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2242dependencies = [ 2243 "proc-macro2", 2244 "quote", 2245 "syn", 2246] 2247 2248[[package]] 2249name = "tracing-core" 2250version = "0.1.36" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2253dependencies = [ 2254 "once_cell", 2255 "valuable", 2256] 2257 2258[[package]] 2259name = "tracing-log" 2260version = "0.2.0" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2263dependencies = [ 2264 "log", 2265 "once_cell", 2266 "tracing-core", 2267] 2268 2269[[package]] 2270name = "tracing-subscriber" 2271version = "0.3.22" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 2274dependencies = [ 2275 "matchers", 2276 "nu-ansi-term", 2277 "once_cell", 2278 "regex-automata", 2279 "sharded-slab", 2280 "smallvec", 2281 "thread_local", 2282 "tracing", 2283 "tracing-core", 2284 "tracing-log", 2285] 2286 2287[[package]] 2288name = "trap" 2289version = "0.0.0" 2290dependencies = [ 2291 "anyhow", 2292 "clap", 2293 "data-encoding", 2294 "futures-util", 2295 "reqwest", 2296 "serde", 2297 "serde_json", 2298 "sqlx", 2299 "thiserror", 2300 "tokio", 2301 "tokio-tungstenite", 2302 "tokio-util", 2303 "tracing", 2304 "tracing-subscriber", 2305 "url", 2306] 2307 2308[[package]] 2309name = "try-lock" 2310version = "0.2.5" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2313 2314[[package]] 2315name = "tungstenite" 2316version = "0.28.0" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 2319dependencies = [ 2320 "bytes", 2321 "data-encoding", 2322 "http", 2323 "httparse", 2324 "log", 2325 "native-tls", 2326 "rand 0.9.2", 2327 "sha1", 2328 "thiserror", 2329 "utf-8", 2330] 2331 2332[[package]] 2333name = "typenum" 2334version = "1.19.0" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 2337 2338[[package]] 2339name = "unicode-bidi" 2340version = "0.3.18" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2343 2344[[package]] 2345name = "unicode-ident" 2346version = "1.0.22" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 2349 2350[[package]] 2351name = "unicode-normalization" 2352version = "0.1.25" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 2355dependencies = [ 2356 "tinyvec", 2357] 2358 2359[[package]] 2360name = "unicode-properties" 2361version = "0.1.4" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 2364 2365[[package]] 2366name = "untrusted" 2367version = "0.9.0" 2368source = "registry+https://github.com/rust-lang/crates.io-index" 2369checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2370 2371[[package]] 2372name = "url" 2373version = "2.5.8" 2374source = "registry+https://github.com/rust-lang/crates.io-index" 2375checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2376dependencies = [ 2377 "form_urlencoded", 2378 "idna", 2379 "percent-encoding", 2380 "serde", 2381] 2382 2383[[package]] 2384name = "utf-8" 2385version = "0.7.6" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2388 2389[[package]] 2390name = "utf8_iter" 2391version = "1.0.4" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2394 2395[[package]] 2396name = "utf8parse" 2397version = "0.2.2" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2400 2401[[package]] 2402name = "valuable" 2403version = "0.1.1" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2406 2407[[package]] 2408name = "vcpkg" 2409version = "0.2.15" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2412 2413[[package]] 2414name = "version_check" 2415version = "0.9.5" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2418 2419[[package]] 2420name = "want" 2421version = "0.3.1" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2424dependencies = [ 2425 "try-lock", 2426] 2427 2428[[package]] 2429name = "wasi" 2430version = "0.11.1+wasi-snapshot-preview1" 2431source = "registry+https://github.com/rust-lang/crates.io-index" 2432checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2433 2434[[package]] 2435name = "wasip2" 2436version = "1.0.1+wasi-0.2.4" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2439dependencies = [ 2440 "wit-bindgen", 2441] 2442 2443[[package]] 2444name = "wasite" 2445version = "0.1.0" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 2448 2449[[package]] 2450name = "wasm-bindgen" 2451version = "0.2.106" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 2454dependencies = [ 2455 "cfg-if", 2456 "once_cell", 2457 "rustversion", 2458 "wasm-bindgen-macro", 2459 "wasm-bindgen-shared", 2460] 2461 2462[[package]] 2463name = "wasm-bindgen-futures" 2464version = "0.4.56" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 2467dependencies = [ 2468 "cfg-if", 2469 "js-sys", 2470 "once_cell", 2471 "wasm-bindgen", 2472 "web-sys", 2473] 2474 2475[[package]] 2476name = "wasm-bindgen-macro" 2477version = "0.2.106" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 2480dependencies = [ 2481 "quote", 2482 "wasm-bindgen-macro-support", 2483] 2484 2485[[package]] 2486name = "wasm-bindgen-macro-support" 2487version = "0.2.106" 2488source = "registry+https://github.com/rust-lang/crates.io-index" 2489checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 2490dependencies = [ 2491 "bumpalo", 2492 "proc-macro2", 2493 "quote", 2494 "syn", 2495 "wasm-bindgen-shared", 2496] 2497 2498[[package]] 2499name = "wasm-bindgen-shared" 2500version = "0.2.106" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 2503dependencies = [ 2504 "unicode-ident", 2505] 2506 2507[[package]] 2508name = "web-sys" 2509version = "0.3.83" 2510source = "registry+https://github.com/rust-lang/crates.io-index" 2511checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 2512dependencies = [ 2513 "js-sys", 2514 "wasm-bindgen", 2515] 2516 2517[[package]] 2518name = "whoami" 2519version = "1.6.1" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 2522dependencies = [ 2523 "libredox", 2524 "wasite", 2525] 2526 2527[[package]] 2528name = "windows-link" 2529version = "0.2.1" 2530source = "registry+https://github.com/rust-lang/crates.io-index" 2531checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2532 2533[[package]] 2534name = "windows-registry" 2535version = "0.6.1" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2538dependencies = [ 2539 "windows-link", 2540 "windows-result", 2541 "windows-strings", 2542] 2543 2544[[package]] 2545name = "windows-result" 2546version = "0.4.1" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2549dependencies = [ 2550 "windows-link", 2551] 2552 2553[[package]] 2554name = "windows-strings" 2555version = "0.5.1" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2558dependencies = [ 2559 "windows-link", 2560] 2561 2562[[package]] 2563name = "windows-sys" 2564version = "0.48.0" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2567dependencies = [ 2568 "windows-targets 0.48.5", 2569] 2570 2571[[package]] 2572name = "windows-sys" 2573version = "0.52.0" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2576dependencies = [ 2577 "windows-targets 0.52.6", 2578] 2579 2580[[package]] 2581name = "windows-sys" 2582version = "0.60.2" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2585dependencies = [ 2586 "windows-targets 0.53.5", 2587] 2588 2589[[package]] 2590name = "windows-sys" 2591version = "0.61.2" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2594dependencies = [ 2595 "windows-link", 2596] 2597 2598[[package]] 2599name = "windows-targets" 2600version = "0.48.5" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2603dependencies = [ 2604 "windows_aarch64_gnullvm 0.48.5", 2605 "windows_aarch64_msvc 0.48.5", 2606 "windows_i686_gnu 0.48.5", 2607 "windows_i686_msvc 0.48.5", 2608 "windows_x86_64_gnu 0.48.5", 2609 "windows_x86_64_gnullvm 0.48.5", 2610 "windows_x86_64_msvc 0.48.5", 2611] 2612 2613[[package]] 2614name = "windows-targets" 2615version = "0.52.6" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2618dependencies = [ 2619 "windows_aarch64_gnullvm 0.52.6", 2620 "windows_aarch64_msvc 0.52.6", 2621 "windows_i686_gnu 0.52.6", 2622 "windows_i686_gnullvm 0.52.6", 2623 "windows_i686_msvc 0.52.6", 2624 "windows_x86_64_gnu 0.52.6", 2625 "windows_x86_64_gnullvm 0.52.6", 2626 "windows_x86_64_msvc 0.52.6", 2627] 2628 2629[[package]] 2630name = "windows-targets" 2631version = "0.53.5" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2634dependencies = [ 2635 "windows-link", 2636 "windows_aarch64_gnullvm 0.53.1", 2637 "windows_aarch64_msvc 0.53.1", 2638 "windows_i686_gnu 0.53.1", 2639 "windows_i686_gnullvm 0.53.1", 2640 "windows_i686_msvc 0.53.1", 2641 "windows_x86_64_gnu 0.53.1", 2642 "windows_x86_64_gnullvm 0.53.1", 2643 "windows_x86_64_msvc 0.53.1", 2644] 2645 2646[[package]] 2647name = "windows_aarch64_gnullvm" 2648version = "0.48.5" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2651 2652[[package]] 2653name = "windows_aarch64_gnullvm" 2654version = "0.52.6" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2657 2658[[package]] 2659name = "windows_aarch64_gnullvm" 2660version = "0.53.1" 2661source = "registry+https://github.com/rust-lang/crates.io-index" 2662checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2663 2664[[package]] 2665name = "windows_aarch64_msvc" 2666version = "0.48.5" 2667source = "registry+https://github.com/rust-lang/crates.io-index" 2668checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2669 2670[[package]] 2671name = "windows_aarch64_msvc" 2672version = "0.52.6" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2675 2676[[package]] 2677name = "windows_aarch64_msvc" 2678version = "0.53.1" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2681 2682[[package]] 2683name = "windows_i686_gnu" 2684version = "0.48.5" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2687 2688[[package]] 2689name = "windows_i686_gnu" 2690version = "0.52.6" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2693 2694[[package]] 2695name = "windows_i686_gnu" 2696version = "0.53.1" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2699 2700[[package]] 2701name = "windows_i686_gnullvm" 2702version = "0.52.6" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2705 2706[[package]] 2707name = "windows_i686_gnullvm" 2708version = "0.53.1" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2711 2712[[package]] 2713name = "windows_i686_msvc" 2714version = "0.48.5" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2717 2718[[package]] 2719name = "windows_i686_msvc" 2720version = "0.52.6" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2723 2724[[package]] 2725name = "windows_i686_msvc" 2726version = "0.53.1" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2729 2730[[package]] 2731name = "windows_x86_64_gnu" 2732version = "0.48.5" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2735 2736[[package]] 2737name = "windows_x86_64_gnu" 2738version = "0.52.6" 2739source = "registry+https://github.com/rust-lang/crates.io-index" 2740checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2741 2742[[package]] 2743name = "windows_x86_64_gnu" 2744version = "0.53.1" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2747 2748[[package]] 2749name = "windows_x86_64_gnullvm" 2750version = "0.48.5" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2753 2754[[package]] 2755name = "windows_x86_64_gnullvm" 2756version = "0.52.6" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2759 2760[[package]] 2761name = "windows_x86_64_gnullvm" 2762version = "0.53.1" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2765 2766[[package]] 2767name = "windows_x86_64_msvc" 2768version = "0.48.5" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2771 2772[[package]] 2773name = "windows_x86_64_msvc" 2774version = "0.52.6" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2777 2778[[package]] 2779name = "windows_x86_64_msvc" 2780version = "0.53.1" 2781source = "registry+https://github.com/rust-lang/crates.io-index" 2782checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2783 2784[[package]] 2785name = "wit-bindgen" 2786version = "0.46.0" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2789 2790[[package]] 2791name = "writeable" 2792version = "0.6.2" 2793source = "registry+https://github.com/rust-lang/crates.io-index" 2794checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2795 2796[[package]] 2797name = "yoke" 2798version = "0.8.1" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2801dependencies = [ 2802 "stable_deref_trait", 2803 "yoke-derive", 2804 "zerofrom", 2805] 2806 2807[[package]] 2808name = "yoke-derive" 2809version = "0.8.1" 2810source = "registry+https://github.com/rust-lang/crates.io-index" 2811checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2812dependencies = [ 2813 "proc-macro2", 2814 "quote", 2815 "syn", 2816 "synstructure", 2817] 2818 2819[[package]] 2820name = "zerocopy" 2821version = "0.8.31" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 2824dependencies = [ 2825 "zerocopy-derive", 2826] 2827 2828[[package]] 2829name = "zerocopy-derive" 2830version = "0.8.31" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 2833dependencies = [ 2834 "proc-macro2", 2835 "quote", 2836 "syn", 2837] 2838 2839[[package]] 2840name = "zerofrom" 2841version = "0.1.6" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2844dependencies = [ 2845 "zerofrom-derive", 2846] 2847 2848[[package]] 2849name = "zerofrom-derive" 2850version = "0.1.6" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2853dependencies = [ 2854 "proc-macro2", 2855 "quote", 2856 "syn", 2857 "synstructure", 2858] 2859 2860[[package]] 2861name = "zeroize" 2862version = "1.8.2" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2865 2866[[package]] 2867name = "zerotrie" 2868version = "0.2.3" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2871dependencies = [ 2872 "displaydoc", 2873 "yoke", 2874 "zerofrom", 2875] 2876 2877[[package]] 2878name = "zerovec" 2879version = "0.11.5" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2882dependencies = [ 2883 "yoke", 2884 "zerofrom", 2885 "zerovec-derive", 2886] 2887 2888[[package]] 2889name = "zerovec-derive" 2890version = "0.11.2" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2893dependencies = [ 2894 "proc-macro2", 2895 "quote", 2896 "syn", 2897] 2898 2899[[package]] 2900name = "zmij" 2901version = "1.0.12" 2902source = "registry+https://github.com/rust-lang/crates.io-index" 2903checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8"