silly goober bot
at main 3533 lines 89 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 = "addr2line" 7version = "0.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "adler2" 22version = "2.0.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 25 26[[package]] 27name = "aho-corasick" 28version = "1.1.3" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 31dependencies = [ 32 "memchr", 33] 34 35[[package]] 36name = "android-tzdata" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "ansi_term" 52version = "0.12.1" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 55dependencies = [ 56 "winapi", 57] 58 59[[package]] 60name = "anstream" 61version = "0.6.18" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" 64dependencies = [ 65 "anstyle", 66 "anstyle-parse", 67 "anstyle-query", 68 "anstyle-wincon", 69 "colorchoice", 70 "is_terminal_polyfill", 71 "utf8parse", 72] 73 74[[package]] 75name = "anstyle" 76version = "1.0.10" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" 79 80[[package]] 81name = "anstyle-parse" 82version = "0.2.6" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" 85dependencies = [ 86 "utf8parse", 87] 88 89[[package]] 90name = "anstyle-query" 91version = "1.1.2" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" 94dependencies = [ 95 "windows-sys 0.59.0", 96] 97 98[[package]] 99name = "anstyle-wincon" 100version = "3.0.7" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" 103dependencies = [ 104 "anstyle", 105 "once_cell", 106 "windows-sys 0.59.0", 107] 108 109[[package]] 110name = "anyhow" 111version = "1.0.97" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" 114 115[[package]] 116name = "arrayvec" 117version = "0.7.6" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 120dependencies = [ 121 "serde", 122] 123 124[[package]] 125name = "async-trait" 126version = "0.1.88" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 129dependencies = [ 130 "proc-macro2", 131 "quote", 132 "syn 2.0.100", 133] 134 135[[package]] 136name = "atomic-waker" 137version = "1.1.2" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 140 141[[package]] 142name = "atty" 143version = "0.2.14" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 146dependencies = [ 147 "hermit-abi", 148 "libc", 149 "winapi", 150] 151 152[[package]] 153name = "autocfg" 154version = "1.4.0" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 157 158[[package]] 159name = "backtrace" 160version = "0.3.71" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 163dependencies = [ 164 "addr2line", 165 "cc", 166 "cfg-if", 167 "libc", 168 "miniz_oxide 0.7.4", 169 "object", 170 "rustc-demangle", 171] 172 173[[package]] 174name = "base64" 175version = "0.21.7" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 178 179[[package]] 180name = "base64" 181version = "0.22.1" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 184 185[[package]] 186name = "bitflags" 187version = "1.3.2" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 190 191[[package]] 192name = "bitflags" 193version = "2.9.0" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 196 197[[package]] 198name = "blahaj" 199version = "0.2.1" 200dependencies = [ 201 "bottomify", 202 "color-eyre", 203 "dotenv", 204 "humantime", 205 "kittysay", 206 "nixpkgs-track_lib", 207 "poise", 208 "rand 0.9.1", 209 "regex", 210 "reqwest 0.12.22", 211 "serde", 212 "serde_json", 213 "serenity", 214 "tokio", 215] 216 217[[package]] 218name = "block-buffer" 219version = "0.10.4" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 222dependencies = [ 223 "generic-array", 224] 225 226[[package]] 227name = "bottomify" 228version = "1.2.0" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "6836f736e3f74b97b1e816f2ab9e1464a24f2fb114151a4c5ee3dce6ce413768" 231dependencies = [ 232 "anyhow", 233 "clap 2.34.0", 234 "phf", 235 "phf_codegen", 236] 237 238[[package]] 239name = "bumpalo" 240version = "3.17.0" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 243 244[[package]] 245name = "bytecount" 246version = "0.6.8" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 249 250[[package]] 251name = "byteorder" 252version = "1.5.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 255 256[[package]] 257name = "bytes" 258version = "1.10.1" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 261 262[[package]] 263name = "camino" 264version = "1.1.9" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 267dependencies = [ 268 "serde", 269] 270 271[[package]] 272name = "cargo-platform" 273version = "0.1.9" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" 276dependencies = [ 277 "serde", 278] 279 280[[package]] 281name = "cargo_metadata" 282version = "0.14.2" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 285dependencies = [ 286 "camino", 287 "cargo-platform", 288 "semver", 289 "serde", 290 "serde_json", 291] 292 293[[package]] 294name = "cc" 295version = "1.2.16" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" 298dependencies = [ 299 "shlex", 300] 301 302[[package]] 303name = "cfg-if" 304version = "1.0.0" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 307 308[[package]] 309name = "chrono" 310version = "0.4.40" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" 313dependencies = [ 314 "android-tzdata", 315 "iana-time-zone", 316 "js-sys", 317 "num-traits", 318 "serde", 319 "wasm-bindgen", 320 "windows-link", 321] 322 323[[package]] 324name = "clap" 325version = "2.34.0" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 328dependencies = [ 329 "ansi_term", 330 "atty", 331 "bitflags 1.3.2", 332 "strsim 0.8.0", 333 "textwrap 0.11.0", 334 "unicode-width 0.1.14", 335 "vec_map", 336] 337 338[[package]] 339name = "clap" 340version = "4.5.32" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83" 343dependencies = [ 344 "clap_builder", 345 "clap_derive", 346] 347 348[[package]] 349name = "clap-stdin" 350version = "0.4.0" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "bc126d12a0930c94c3548581294d5f19360ac02e408600b4d7619d7234e8b505" 353dependencies = [ 354 "thiserror 1.0.69", 355] 356 357[[package]] 358name = "clap_builder" 359version = "4.5.32" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8" 362dependencies = [ 363 "anstream", 364 "anstyle", 365 "clap_lex", 366 "strsim 0.11.1", 367] 368 369[[package]] 370name = "clap_derive" 371version = "4.5.32" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7" 374dependencies = [ 375 "heck", 376 "proc-macro2", 377 "quote", 378 "syn 2.0.100", 379] 380 381[[package]] 382name = "clap_lex" 383version = "0.7.4" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" 386 387[[package]] 388name = "color-eyre" 389version = "0.6.5" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 392dependencies = [ 393 "backtrace", 394 "color-spantrace", 395 "eyre", 396 "indenter", 397 "once_cell", 398 "owo-colors", 399 "tracing-error", 400] 401 402[[package]] 403name = "color-spantrace" 404version = "0.3.0" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 407dependencies = [ 408 "once_cell", 409 "owo-colors", 410 "tracing-core", 411 "tracing-error", 412] 413 414[[package]] 415name = "colorchoice" 416version = "1.0.3" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" 419 420[[package]] 421name = "command_attr" 422version = "0.5.3" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "6fcc89439e1bb4e19050a9586a767781a3060000d2f3296fd2a40597ad9421c5" 425dependencies = [ 426 "proc-macro2", 427 "quote", 428 "syn 1.0.109", 429] 430 431[[package]] 432name = "console" 433version = "0.15.11" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 436dependencies = [ 437 "encode_unicode", 438 "libc", 439 "once_cell", 440 "unicode-width 0.2.0", 441 "windows-sys 0.59.0", 442] 443 444[[package]] 445name = "core-foundation" 446version = "0.9.4" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 449dependencies = [ 450 "core-foundation-sys", 451 "libc", 452] 453 454[[package]] 455name = "core-foundation-sys" 456version = "0.8.7" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 459 460[[package]] 461name = "cpufeatures" 462version = "0.2.17" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 465dependencies = [ 466 "libc", 467] 468 469[[package]] 470name = "crc32fast" 471version = "1.4.2" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 474dependencies = [ 475 "cfg-if", 476] 477 478[[package]] 479name = "crossbeam-channel" 480version = "0.5.14" 481source = "registry+https://github.com/rust-lang/crates.io-index" 482checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" 483dependencies = [ 484 "crossbeam-utils", 485] 486 487[[package]] 488name = "crossbeam-utils" 489version = "0.8.21" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 492 493[[package]] 494name = "crossterm" 495version = "0.27.0" 496source = "registry+https://github.com/rust-lang/crates.io-index" 497checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 498dependencies = [ 499 "bitflags 2.9.0", 500 "crossterm_winapi", 501 "libc", 502 "mio 0.8.11", 503 "parking_lot", 504 "signal-hook", 505 "signal-hook-mio", 506 "winapi", 507] 508 509[[package]] 510name = "crossterm_winapi" 511version = "0.9.1" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 514dependencies = [ 515 "winapi", 516] 517 518[[package]] 519name = "crypto-common" 520version = "0.1.6" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 523dependencies = [ 524 "generic-array", 525 "typenum", 526] 527 528[[package]] 529name = "darling" 530version = "0.20.10" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 533dependencies = [ 534 "darling_core", 535 "darling_macro", 536] 537 538[[package]] 539name = "darling_core" 540version = "0.20.10" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 543dependencies = [ 544 "fnv", 545 "ident_case", 546 "proc-macro2", 547 "quote", 548 "strsim 0.11.1", 549 "syn 2.0.100", 550] 551 552[[package]] 553name = "darling_macro" 554version = "0.20.10" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 557dependencies = [ 558 "darling_core", 559 "quote", 560 "syn 2.0.100", 561] 562 563[[package]] 564name = "dashmap" 565version = "5.5.3" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 568dependencies = [ 569 "cfg-if", 570 "hashbrown 0.14.5", 571 "lock_api", 572 "once_cell", 573 "parking_lot_core", 574 "serde", 575] 576 577[[package]] 578name = "data-encoding" 579version = "2.8.0" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" 582 583[[package]] 584name = "deranged" 585version = "0.4.0" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 588dependencies = [ 589 "powerfmt", 590 "serde", 591] 592 593[[package]] 594name = "derivative" 595version = "2.2.0" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 598dependencies = [ 599 "proc-macro2", 600 "quote", 601 "syn 1.0.109", 602] 603 604[[package]] 605name = "digest" 606version = "0.10.7" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 609dependencies = [ 610 "block-buffer", 611 "crypto-common", 612] 613 614[[package]] 615name = "displaydoc" 616version = "0.2.5" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 619dependencies = [ 620 "proc-macro2", 621 "quote", 622 "syn 2.0.100", 623] 624 625[[package]] 626name = "dotenv" 627version = "0.15.0" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 630 631[[package]] 632name = "encode_unicode" 633version = "1.0.0" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 636 637[[package]] 638name = "encoding_rs" 639version = "0.8.35" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 642dependencies = [ 643 "cfg-if", 644] 645 646[[package]] 647name = "equivalent" 648version = "1.0.2" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 651 652[[package]] 653name = "errno" 654version = "0.3.10" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 657dependencies = [ 658 "libc", 659 "windows-sys 0.59.0", 660] 661 662[[package]] 663name = "error-chain" 664version = "0.12.4" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 667dependencies = [ 668 "version_check", 669] 670 671[[package]] 672name = "eyre" 673version = "0.6.12" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 676dependencies = [ 677 "indenter", 678 "once_cell", 679] 680 681[[package]] 682name = "fastrand" 683version = "2.3.0" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 686 687[[package]] 688name = "flate2" 689version = "1.1.0" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc" 692dependencies = [ 693 "crc32fast", 694 "miniz_oxide 0.8.5", 695] 696 697[[package]] 698name = "fnv" 699version = "1.0.7" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 702 703[[package]] 704name = "foreign-types" 705version = "0.3.2" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 708dependencies = [ 709 "foreign-types-shared", 710] 711 712[[package]] 713name = "foreign-types-shared" 714version = "0.1.1" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 717 718[[package]] 719name = "form_urlencoded" 720version = "1.2.1" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 723dependencies = [ 724 "percent-encoding", 725] 726 727[[package]] 728name = "futures" 729version = "0.3.31" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 732dependencies = [ 733 "futures-channel", 734 "futures-core", 735 "futures-io", 736 "futures-sink", 737 "futures-task", 738 "futures-util", 739] 740 741[[package]] 742name = "futures-channel" 743version = "0.3.31" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 746dependencies = [ 747 "futures-core", 748 "futures-sink", 749] 750 751[[package]] 752name = "futures-core" 753version = "0.3.31" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 756 757[[package]] 758name = "futures-io" 759version = "0.3.31" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 762 763[[package]] 764name = "futures-macro" 765version = "0.3.31" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 768dependencies = [ 769 "proc-macro2", 770 "quote", 771 "syn 2.0.100", 772] 773 774[[package]] 775name = "futures-sink" 776version = "0.3.31" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 779 780[[package]] 781name = "futures-task" 782version = "0.3.31" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 785 786[[package]] 787name = "futures-util" 788version = "0.3.31" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 791dependencies = [ 792 "futures-channel", 793 "futures-core", 794 "futures-io", 795 "futures-macro", 796 "futures-sink", 797 "futures-task", 798 "memchr", 799 "pin-project-lite", 800 "pin-utils", 801 "slab", 802] 803 804[[package]] 805name = "fxhash" 806version = "0.2.1" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 809dependencies = [ 810 "byteorder", 811] 812 813[[package]] 814name = "generic-array" 815version = "0.14.7" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 818dependencies = [ 819 "typenum", 820 "version_check", 821] 822 823[[package]] 824name = "getrandom" 825version = "0.1.16" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 828dependencies = [ 829 "cfg-if", 830 "libc", 831 "wasi 0.9.0+wasi-snapshot-preview1", 832] 833 834[[package]] 835name = "getrandom" 836version = "0.2.15" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 839dependencies = [ 840 "cfg-if", 841 "libc", 842 "wasi 0.11.0+wasi-snapshot-preview1", 843] 844 845[[package]] 846name = "getrandom" 847version = "0.3.2" 848source = "registry+https://github.com/rust-lang/crates.io-index" 849checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 850dependencies = [ 851 "cfg-if", 852 "libc", 853 "r-efi", 854 "wasi 0.14.2+wasi-0.2.4", 855] 856 857[[package]] 858name = "gimli" 859version = "0.28.1" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 862 863[[package]] 864name = "glob" 865version = "0.3.2" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" 868 869[[package]] 870name = "h2" 871version = "0.3.26" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 874dependencies = [ 875 "bytes", 876 "fnv", 877 "futures-core", 878 "futures-sink", 879 "futures-util", 880 "http 0.2.12", 881 "indexmap", 882 "slab", 883 "tokio", 884 "tokio-util", 885 "tracing", 886] 887 888[[package]] 889name = "h2" 890version = "0.4.8" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 893dependencies = [ 894 "atomic-waker", 895 "bytes", 896 "fnv", 897 "futures-core", 898 "futures-sink", 899 "http 1.3.1", 900 "indexmap", 901 "slab", 902 "tokio", 903 "tokio-util", 904 "tracing", 905] 906 907[[package]] 908name = "hashbrown" 909version = "0.14.5" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 912 913[[package]] 914name = "hashbrown" 915version = "0.15.2" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 918 919[[package]] 920name = "heck" 921version = "0.5.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 924 925[[package]] 926name = "hermit-abi" 927version = "0.1.19" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 930dependencies = [ 931 "libc", 932] 933 934[[package]] 935name = "http" 936version = "0.2.12" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 939dependencies = [ 940 "bytes", 941 "fnv", 942 "itoa", 943] 944 945[[package]] 946name = "http" 947version = "1.3.1" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 950dependencies = [ 951 "bytes", 952 "fnv", 953 "itoa", 954] 955 956[[package]] 957name = "http-body" 958version = "0.4.6" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 961dependencies = [ 962 "bytes", 963 "http 0.2.12", 964 "pin-project-lite", 965] 966 967[[package]] 968name = "http-body" 969version = "1.0.1" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 972dependencies = [ 973 "bytes", 974 "http 1.3.1", 975] 976 977[[package]] 978name = "http-body-util" 979version = "0.1.3" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 982dependencies = [ 983 "bytes", 984 "futures-core", 985 "http 1.3.1", 986 "http-body 1.0.1", 987 "pin-project-lite", 988] 989 990[[package]] 991name = "httparse" 992version = "1.10.1" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 995 996[[package]] 997name = "httpdate" 998version = "1.0.3" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1001 1002[[package]] 1003name = "humantime" 1004version = "2.2.0" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" 1007 1008[[package]] 1009name = "hyper" 1010version = "0.14.32" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" 1013dependencies = [ 1014 "bytes", 1015 "futures-channel", 1016 "futures-core", 1017 "futures-util", 1018 "h2 0.3.26", 1019 "http 0.2.12", 1020 "http-body 0.4.6", 1021 "httparse", 1022 "httpdate", 1023 "itoa", 1024 "pin-project-lite", 1025 "socket2", 1026 "tokio", 1027 "tower-service", 1028 "tracing", 1029 "want", 1030] 1031 1032[[package]] 1033name = "hyper" 1034version = "1.6.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1037dependencies = [ 1038 "bytes", 1039 "futures-channel", 1040 "futures-util", 1041 "h2 0.4.8", 1042 "http 1.3.1", 1043 "http-body 1.0.1", 1044 "httparse", 1045 "itoa", 1046 "pin-project-lite", 1047 "smallvec", 1048 "tokio", 1049 "want", 1050] 1051 1052[[package]] 1053name = "hyper-rustls" 1054version = "0.24.2" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1057dependencies = [ 1058 "futures-util", 1059 "http 0.2.12", 1060 "hyper 0.14.32", 1061 "rustls 0.21.12", 1062 "tokio", 1063 "tokio-rustls 0.24.1", 1064] 1065 1066[[package]] 1067name = "hyper-rustls" 1068version = "0.27.5" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 1071dependencies = [ 1072 "futures-util", 1073 "http 1.3.1", 1074 "hyper 1.6.0", 1075 "hyper-util", 1076 "rustls 0.23.25", 1077 "rustls-pki-types", 1078 "tokio", 1079 "tokio-rustls 0.26.2", 1080 "tower-service", 1081] 1082 1083[[package]] 1084name = "hyper-tls" 1085version = "0.6.0" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1088dependencies = [ 1089 "bytes", 1090 "http-body-util", 1091 "hyper 1.6.0", 1092 "hyper-util", 1093 "native-tls", 1094 "tokio", 1095 "tokio-native-tls", 1096 "tower-service", 1097] 1098 1099[[package]] 1100name = "hyper-util" 1101version = "0.1.15" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df" 1104dependencies = [ 1105 "base64 0.22.1", 1106 "bytes", 1107 "futures-channel", 1108 "futures-core", 1109 "futures-util", 1110 "http 1.3.1", 1111 "http-body 1.0.1", 1112 "hyper 1.6.0", 1113 "ipnet", 1114 "libc", 1115 "percent-encoding", 1116 "pin-project-lite", 1117 "socket2", 1118 "system-configuration 0.6.1", 1119 "tokio", 1120 "tower-service", 1121 "tracing", 1122 "windows-registry", 1123] 1124 1125[[package]] 1126name = "iana-time-zone" 1127version = "0.1.61" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 1130dependencies = [ 1131 "android_system_properties", 1132 "core-foundation-sys", 1133 "iana-time-zone-haiku", 1134 "js-sys", 1135 "wasm-bindgen", 1136 "windows-core", 1137] 1138 1139[[package]] 1140name = "iana-time-zone-haiku" 1141version = "0.1.2" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1144dependencies = [ 1145 "cc", 1146] 1147 1148[[package]] 1149name = "icu_collections" 1150version = "1.5.0" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1153dependencies = [ 1154 "displaydoc", 1155 "yoke", 1156 "zerofrom", 1157 "zerovec", 1158] 1159 1160[[package]] 1161name = "icu_locid" 1162version = "1.5.0" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1165dependencies = [ 1166 "displaydoc", 1167 "litemap", 1168 "tinystr", 1169 "writeable", 1170 "zerovec", 1171] 1172 1173[[package]] 1174name = "icu_locid_transform" 1175version = "1.5.0" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1178dependencies = [ 1179 "displaydoc", 1180 "icu_locid", 1181 "icu_locid_transform_data", 1182 "icu_provider", 1183 "tinystr", 1184 "zerovec", 1185] 1186 1187[[package]] 1188name = "icu_locid_transform_data" 1189version = "1.5.0" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1192 1193[[package]] 1194name = "icu_normalizer" 1195version = "1.5.0" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1198dependencies = [ 1199 "displaydoc", 1200 "icu_collections", 1201 "icu_normalizer_data", 1202 "icu_properties", 1203 "icu_provider", 1204 "smallvec", 1205 "utf16_iter", 1206 "utf8_iter", 1207 "write16", 1208 "zerovec", 1209] 1210 1211[[package]] 1212name = "icu_normalizer_data" 1213version = "1.5.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1216 1217[[package]] 1218name = "icu_properties" 1219version = "1.5.1" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1222dependencies = [ 1223 "displaydoc", 1224 "icu_collections", 1225 "icu_locid_transform", 1226 "icu_properties_data", 1227 "icu_provider", 1228 "tinystr", 1229 "zerovec", 1230] 1231 1232[[package]] 1233name = "icu_properties_data" 1234version = "1.5.0" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1237 1238[[package]] 1239name = "icu_provider" 1240version = "1.5.0" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1243dependencies = [ 1244 "displaydoc", 1245 "icu_locid", 1246 "icu_provider_macros", 1247 "stable_deref_trait", 1248 "tinystr", 1249 "writeable", 1250 "yoke", 1251 "zerofrom", 1252 "zerovec", 1253] 1254 1255[[package]] 1256name = "icu_provider_macros" 1257version = "1.5.0" 1258source = "registry+https://github.com/rust-lang/crates.io-index" 1259checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1260dependencies = [ 1261 "proc-macro2", 1262 "quote", 1263 "syn 2.0.100", 1264] 1265 1266[[package]] 1267name = "ident_case" 1268version = "1.0.1" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1271 1272[[package]] 1273name = "idna" 1274version = "1.0.3" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1277dependencies = [ 1278 "idna_adapter", 1279 "smallvec", 1280 "utf8_iter", 1281] 1282 1283[[package]] 1284name = "idna_adapter" 1285version = "1.2.0" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1288dependencies = [ 1289 "icu_normalizer", 1290 "icu_properties", 1291] 1292 1293[[package]] 1294name = "indenter" 1295version = "0.3.3" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 1298 1299[[package]] 1300name = "indexmap" 1301version = "2.8.0" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" 1304dependencies = [ 1305 "equivalent", 1306 "hashbrown 0.15.2", 1307] 1308 1309[[package]] 1310name = "io-uring" 1311version = "0.7.8" 1312source = "registry+https://github.com/rust-lang/crates.io-index" 1313checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" 1314dependencies = [ 1315 "bitflags 2.9.0", 1316 "cfg-if", 1317 "libc", 1318] 1319 1320[[package]] 1321name = "ipnet" 1322version = "2.11.0" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1325 1326[[package]] 1327name = "iri-string" 1328version = "0.7.8" 1329source = "registry+https://github.com/rust-lang/crates.io-index" 1330checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1331dependencies = [ 1332 "memchr", 1333 "serde", 1334] 1335 1336[[package]] 1337name = "is_terminal_polyfill" 1338version = "1.70.1" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1341 1342[[package]] 1343name = "itoa" 1344version = "1.0.15" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1347 1348[[package]] 1349name = "js-sys" 1350version = "0.3.77" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1353dependencies = [ 1354 "once_cell", 1355 "wasm-bindgen", 1356] 1357 1358[[package]] 1359name = "kittysay" 1360version = "0.8.0" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "069387989a3b4c9824320975e3689503053c49ee46de1c3b15597a20574d66c6" 1363dependencies = [ 1364 "clap 4.5.32", 1365 "clap-stdin", 1366 "color-eyre", 1367 "console", 1368 "crossterm", 1369 "textwrap 0.16.2", 1370 "unicode-width 0.1.14", 1371] 1372 1373[[package]] 1374name = "lazy_static" 1375version = "1.5.0" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1378 1379[[package]] 1380name = "levenshtein" 1381version = "1.0.5" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 1384 1385[[package]] 1386name = "libc" 1387version = "0.2.171" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 1390 1391[[package]] 1392name = "linux-raw-sys" 1393version = "0.9.3" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" 1396 1397[[package]] 1398name = "litemap" 1399version = "0.7.5" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 1402 1403[[package]] 1404name = "lock_api" 1405version = "0.4.12" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1408dependencies = [ 1409 "autocfg", 1410 "scopeguard", 1411] 1412 1413[[package]] 1414name = "log" 1415version = "0.4.26" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 1418 1419[[package]] 1420name = "memchr" 1421version = "2.7.4" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1424 1425[[package]] 1426name = "mime" 1427version = "0.3.17" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1430 1431[[package]] 1432name = "mime_guess" 1433version = "2.0.5" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1436dependencies = [ 1437 "mime", 1438 "unicase", 1439] 1440 1441[[package]] 1442name = "mini-moka" 1443version = "0.10.3" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803" 1446dependencies = [ 1447 "crossbeam-channel", 1448 "crossbeam-utils", 1449 "dashmap", 1450 "skeptic", 1451 "smallvec", 1452 "tagptr", 1453 "triomphe", 1454] 1455 1456[[package]] 1457name = "miniz_oxide" 1458version = "0.7.4" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 1461dependencies = [ 1462 "adler", 1463] 1464 1465[[package]] 1466name = "miniz_oxide" 1467version = "0.8.5" 1468source = "registry+https://github.com/rust-lang/crates.io-index" 1469checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" 1470dependencies = [ 1471 "adler2", 1472] 1473 1474[[package]] 1475name = "mio" 1476version = "0.8.11" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1479dependencies = [ 1480 "libc", 1481 "log", 1482 "wasi 0.11.0+wasi-snapshot-preview1", 1483 "windows-sys 0.48.0", 1484] 1485 1486[[package]] 1487name = "mio" 1488version = "1.0.3" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1491dependencies = [ 1492 "libc", 1493 "wasi 0.11.0+wasi-snapshot-preview1", 1494 "windows-sys 0.52.0", 1495] 1496 1497[[package]] 1498name = "native-tls" 1499version = "0.2.14" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1502dependencies = [ 1503 "libc", 1504 "log", 1505 "openssl", 1506 "openssl-probe", 1507 "openssl-sys", 1508 "schannel", 1509 "security-framework", 1510 "security-framework-sys", 1511 "tempfile", 1512] 1513 1514[[package]] 1515name = "nixpkgs-track_lib" 1516version = "0.2.0" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "0b09848685abe6004ee407ee46feb81c52b5cf30f8bbcdeb817f5099b2e6ddc5" 1519dependencies = [ 1520 "chrono", 1521 "log", 1522 "reqwest 0.12.22", 1523 "serde", 1524 "serde_json", 1525 "thiserror 2.0.12", 1526] 1527 1528[[package]] 1529name = "num-conv" 1530version = "0.1.0" 1531source = "registry+https://github.com/rust-lang/crates.io-index" 1532checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1533 1534[[package]] 1535name = "num-traits" 1536version = "0.2.19" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1539dependencies = [ 1540 "autocfg", 1541] 1542 1543[[package]] 1544name = "object" 1545version = "0.32.2" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 1548dependencies = [ 1549 "memchr", 1550] 1551 1552[[package]] 1553name = "once_cell" 1554version = "1.21.1" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" 1557 1558[[package]] 1559name = "openssl" 1560version = "0.10.71" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" 1563dependencies = [ 1564 "bitflags 2.9.0", 1565 "cfg-if", 1566 "foreign-types", 1567 "libc", 1568 "once_cell", 1569 "openssl-macros", 1570 "openssl-sys", 1571] 1572 1573[[package]] 1574name = "openssl-macros" 1575version = "0.1.1" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1578dependencies = [ 1579 "proc-macro2", 1580 "quote", 1581 "syn 2.0.100", 1582] 1583 1584[[package]] 1585name = "openssl-probe" 1586version = "0.1.6" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1589 1590[[package]] 1591name = "openssl-sys" 1592version = "0.9.106" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" 1595dependencies = [ 1596 "cc", 1597 "libc", 1598 "pkg-config", 1599 "vcpkg", 1600] 1601 1602[[package]] 1603name = "owo-colors" 1604version = "4.2.2" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "48dd4f4a2c8405440fd0462561f0e5806bd0f77e86f51c761481bdd4018b545e" 1607 1608[[package]] 1609name = "parking_lot" 1610version = "0.12.3" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1613dependencies = [ 1614 "lock_api", 1615 "parking_lot_core", 1616] 1617 1618[[package]] 1619name = "parking_lot_core" 1620version = "0.9.10" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1623dependencies = [ 1624 "cfg-if", 1625 "libc", 1626 "redox_syscall", 1627 "smallvec", 1628 "windows-targets 0.52.6", 1629] 1630 1631[[package]] 1632name = "percent-encoding" 1633version = "2.3.1" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1636 1637[[package]] 1638name = "phf" 1639version = "0.8.0" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 1642dependencies = [ 1643 "phf_shared", 1644] 1645 1646[[package]] 1647name = "phf_codegen" 1648version = "0.8.0" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 1651dependencies = [ 1652 "phf_generator", 1653 "phf_shared", 1654] 1655 1656[[package]] 1657name = "phf_generator" 1658version = "0.8.0" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 1661dependencies = [ 1662 "phf_shared", 1663 "rand 0.7.3", 1664] 1665 1666[[package]] 1667name = "phf_shared" 1668version = "0.8.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 1671dependencies = [ 1672 "siphasher", 1673] 1674 1675[[package]] 1676name = "pin-project-lite" 1677version = "0.2.16" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1680 1681[[package]] 1682name = "pin-utils" 1683version = "0.1.0" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1686 1687[[package]] 1688name = "pkg-config" 1689version = "0.3.32" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1692 1693[[package]] 1694name = "poise" 1695version = "0.6.1" 1696source = "git+https://github.com/serenity-rs/poise?branch=current#518ff0564865bca2abf01ae8995b77340f439ef9" 1697dependencies = [ 1698 "async-trait", 1699 "derivative", 1700 "futures-util", 1701 "indexmap", 1702 "parking_lot", 1703 "poise_macros", 1704 "regex", 1705 "serenity", 1706 "tokio", 1707 "tracing", 1708 "trim-in-place", 1709] 1710 1711[[package]] 1712name = "poise_macros" 1713version = "0.6.1" 1714source = "git+https://github.com/serenity-rs/poise?branch=current#518ff0564865bca2abf01ae8995b77340f439ef9" 1715dependencies = [ 1716 "darling", 1717 "proc-macro2", 1718 "quote", 1719 "syn 2.0.100", 1720] 1721 1722[[package]] 1723name = "powerfmt" 1724version = "0.2.0" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1727 1728[[package]] 1729name = "ppv-lite86" 1730version = "0.2.21" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1733dependencies = [ 1734 "zerocopy", 1735] 1736 1737[[package]] 1738name = "proc-macro2" 1739version = "1.0.94" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 1742dependencies = [ 1743 "unicode-ident", 1744] 1745 1746[[package]] 1747name = "pulldown-cmark" 1748version = "0.9.6" 1749source = "registry+https://github.com/rust-lang/crates.io-index" 1750checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 1751dependencies = [ 1752 "bitflags 2.9.0", 1753 "memchr", 1754 "unicase", 1755] 1756 1757[[package]] 1758name = "quote" 1759version = "1.0.40" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1762dependencies = [ 1763 "proc-macro2", 1764] 1765 1766[[package]] 1767name = "r-efi" 1768version = "5.2.0" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1771 1772[[package]] 1773name = "rand" 1774version = "0.7.3" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 1777dependencies = [ 1778 "getrandom 0.1.16", 1779 "libc", 1780 "rand_chacha 0.2.2", 1781 "rand_core 0.5.1", 1782 "rand_hc", 1783 "rand_pcg", 1784] 1785 1786[[package]] 1787name = "rand" 1788version = "0.8.5" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1791dependencies = [ 1792 "libc", 1793 "rand_chacha 0.3.1", 1794 "rand_core 0.6.4", 1795] 1796 1797[[package]] 1798name = "rand" 1799version = "0.9.1" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1802dependencies = [ 1803 "rand_chacha 0.9.0", 1804 "rand_core 0.9.3", 1805] 1806 1807[[package]] 1808name = "rand_chacha" 1809version = "0.2.2" 1810source = "registry+https://github.com/rust-lang/crates.io-index" 1811checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 1812dependencies = [ 1813 "ppv-lite86", 1814 "rand_core 0.5.1", 1815] 1816 1817[[package]] 1818name = "rand_chacha" 1819version = "0.3.1" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1822dependencies = [ 1823 "ppv-lite86", 1824 "rand_core 0.6.4", 1825] 1826 1827[[package]] 1828name = "rand_chacha" 1829version = "0.9.0" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1832dependencies = [ 1833 "ppv-lite86", 1834 "rand_core 0.9.3", 1835] 1836 1837[[package]] 1838name = "rand_core" 1839version = "0.5.1" 1840source = "registry+https://github.com/rust-lang/crates.io-index" 1841checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 1842dependencies = [ 1843 "getrandom 0.1.16", 1844] 1845 1846[[package]] 1847name = "rand_core" 1848version = "0.6.4" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1851dependencies = [ 1852 "getrandom 0.2.15", 1853] 1854 1855[[package]] 1856name = "rand_core" 1857version = "0.9.3" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1860dependencies = [ 1861 "getrandom 0.3.2", 1862] 1863 1864[[package]] 1865name = "rand_hc" 1866version = "0.2.0" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1869dependencies = [ 1870 "rand_core 0.5.1", 1871] 1872 1873[[package]] 1874name = "rand_pcg" 1875version = "0.2.1" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 1878dependencies = [ 1879 "rand_core 0.5.1", 1880] 1881 1882[[package]] 1883name = "redox_syscall" 1884version = "0.5.10" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "0b8c0c260b63a8219631167be35e6a988e9554dbd323f8bd08439c8ed1302bd1" 1887dependencies = [ 1888 "bitflags 2.9.0", 1889] 1890 1891[[package]] 1892name = "regex" 1893version = "1.11.1" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1896dependencies = [ 1897 "aho-corasick", 1898 "memchr", 1899 "regex-automata", 1900 "regex-syntax", 1901] 1902 1903[[package]] 1904name = "regex-automata" 1905version = "0.4.9" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1908dependencies = [ 1909 "aho-corasick", 1910 "memchr", 1911 "regex-syntax", 1912] 1913 1914[[package]] 1915name = "regex-syntax" 1916version = "0.8.5" 1917source = "registry+https://github.com/rust-lang/crates.io-index" 1918checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1919 1920[[package]] 1921name = "reqwest" 1922version = "0.11.27" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 1925dependencies = [ 1926 "base64 0.21.7", 1927 "bytes", 1928 "encoding_rs", 1929 "futures-core", 1930 "futures-util", 1931 "h2 0.3.26", 1932 "http 0.2.12", 1933 "http-body 0.4.6", 1934 "hyper 0.14.32", 1935 "hyper-rustls 0.24.2", 1936 "ipnet", 1937 "js-sys", 1938 "log", 1939 "mime", 1940 "mime_guess", 1941 "once_cell", 1942 "percent-encoding", 1943 "pin-project-lite", 1944 "rustls 0.21.12", 1945 "rustls-pemfile", 1946 "serde", 1947 "serde_json", 1948 "serde_urlencoded", 1949 "sync_wrapper 0.1.2", 1950 "system-configuration 0.5.1", 1951 "tokio", 1952 "tokio-rustls 0.24.1", 1953 "tokio-util", 1954 "tower-service", 1955 "url", 1956 "wasm-bindgen", 1957 "wasm-bindgen-futures", 1958 "wasm-streams", 1959 "web-sys", 1960 "webpki-roots 0.25.4", 1961 "winreg", 1962] 1963 1964[[package]] 1965name = "reqwest" 1966version = "0.12.22" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531" 1969dependencies = [ 1970 "base64 0.22.1", 1971 "bytes", 1972 "encoding_rs", 1973 "futures-core", 1974 "h2 0.4.8", 1975 "http 1.3.1", 1976 "http-body 1.0.1", 1977 "http-body-util", 1978 "hyper 1.6.0", 1979 "hyper-rustls 0.27.5", 1980 "hyper-tls", 1981 "hyper-util", 1982 "js-sys", 1983 "log", 1984 "mime", 1985 "native-tls", 1986 "percent-encoding", 1987 "pin-project-lite", 1988 "rustls-pki-types", 1989 "serde", 1990 "serde_json", 1991 "serde_urlencoded", 1992 "sync_wrapper 1.0.2", 1993 "tokio", 1994 "tokio-native-tls", 1995 "tower", 1996 "tower-http", 1997 "tower-service", 1998 "url", 1999 "wasm-bindgen", 2000 "wasm-bindgen-futures", 2001 "web-sys", 2002] 2003 2004[[package]] 2005name = "ring" 2006version = "0.17.14" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2009dependencies = [ 2010 "cc", 2011 "cfg-if", 2012 "getrandom 0.2.15", 2013 "libc", 2014 "untrusted", 2015 "windows-sys 0.52.0", 2016] 2017 2018[[package]] 2019name = "rustc-demangle" 2020version = "0.1.24" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2023 2024[[package]] 2025name = "rustix" 2026version = "1.0.3" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" 2029dependencies = [ 2030 "bitflags 2.9.0", 2031 "errno", 2032 "libc", 2033 "linux-raw-sys", 2034 "windows-sys 0.59.0", 2035] 2036 2037[[package]] 2038name = "rustls" 2039version = "0.21.12" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 2042dependencies = [ 2043 "log", 2044 "ring", 2045 "rustls-webpki 0.101.7", 2046 "sct", 2047] 2048 2049[[package]] 2050name = "rustls" 2051version = "0.22.4" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 2054dependencies = [ 2055 "log", 2056 "ring", 2057 "rustls-pki-types", 2058 "rustls-webpki 0.102.8", 2059 "subtle", 2060 "zeroize", 2061] 2062 2063[[package]] 2064name = "rustls" 2065version = "0.23.25" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" 2068dependencies = [ 2069 "once_cell", 2070 "rustls-pki-types", 2071 "rustls-webpki 0.103.0", 2072 "subtle", 2073 "zeroize", 2074] 2075 2076[[package]] 2077name = "rustls-pemfile" 2078version = "1.0.4" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 2081dependencies = [ 2082 "base64 0.21.7", 2083] 2084 2085[[package]] 2086name = "rustls-pki-types" 2087version = "1.11.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 2090 2091[[package]] 2092name = "rustls-webpki" 2093version = "0.101.7" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2096dependencies = [ 2097 "ring", 2098 "untrusted", 2099] 2100 2101[[package]] 2102name = "rustls-webpki" 2103version = "0.102.8" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2106dependencies = [ 2107 "ring", 2108 "rustls-pki-types", 2109 "untrusted", 2110] 2111 2112[[package]] 2113name = "rustls-webpki" 2114version = "0.103.0" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f" 2117dependencies = [ 2118 "ring", 2119 "rustls-pki-types", 2120 "untrusted", 2121] 2122 2123[[package]] 2124name = "rustversion" 2125version = "1.0.20" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 2128 2129[[package]] 2130name = "ryu" 2131version = "1.0.20" 2132source = "registry+https://github.com/rust-lang/crates.io-index" 2133checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2134 2135[[package]] 2136name = "same-file" 2137version = "1.0.6" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2140dependencies = [ 2141 "winapi-util", 2142] 2143 2144[[package]] 2145name = "schannel" 2146version = "0.1.27" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2149dependencies = [ 2150 "windows-sys 0.59.0", 2151] 2152 2153[[package]] 2154name = "scopeguard" 2155version = "1.2.0" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2158 2159[[package]] 2160name = "sct" 2161version = "0.7.1" 2162source = "registry+https://github.com/rust-lang/crates.io-index" 2163checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 2164dependencies = [ 2165 "ring", 2166 "untrusted", 2167] 2168 2169[[package]] 2170name = "secrecy" 2171version = "0.8.0" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 2174dependencies = [ 2175 "serde", 2176 "zeroize", 2177] 2178 2179[[package]] 2180name = "security-framework" 2181version = "2.11.1" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2184dependencies = [ 2185 "bitflags 2.9.0", 2186 "core-foundation", 2187 "core-foundation-sys", 2188 "libc", 2189 "security-framework-sys", 2190] 2191 2192[[package]] 2193name = "security-framework-sys" 2194version = "2.14.0" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 2197dependencies = [ 2198 "core-foundation-sys", 2199 "libc", 2200] 2201 2202[[package]] 2203name = "semver" 2204version = "1.0.26" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 2207dependencies = [ 2208 "serde", 2209] 2210 2211[[package]] 2212name = "serde" 2213version = "1.0.219" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2216dependencies = [ 2217 "serde_derive", 2218] 2219 2220[[package]] 2221name = "serde_cow" 2222version = "0.1.2" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "1e7bbbec7196bfde255ab54b65e34087c0849629280028238e67ee25d6a4b7da" 2225dependencies = [ 2226 "serde", 2227] 2228 2229[[package]] 2230name = "serde_derive" 2231version = "1.0.219" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2234dependencies = [ 2235 "proc-macro2", 2236 "quote", 2237 "syn 2.0.100", 2238] 2239 2240[[package]] 2241name = "serde_json" 2242version = "1.0.140" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2245dependencies = [ 2246 "itoa", 2247 "memchr", 2248 "ryu", 2249 "serde", 2250] 2251 2252[[package]] 2253name = "serde_urlencoded" 2254version = "0.7.1" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2257dependencies = [ 2258 "form_urlencoded", 2259 "itoa", 2260 "ryu", 2261 "serde", 2262] 2263 2264[[package]] 2265name = "serenity" 2266version = "0.12.4" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "3d72ec4323681bf9a3cabe40fd080abc2435859b502a1b5aa9bf693f125bfa76" 2269dependencies = [ 2270 "arrayvec", 2271 "async-trait", 2272 "base64 0.22.1", 2273 "bitflags 2.9.0", 2274 "bytes", 2275 "chrono", 2276 "command_attr", 2277 "dashmap", 2278 "flate2", 2279 "futures", 2280 "fxhash", 2281 "levenshtein", 2282 "mime_guess", 2283 "parking_lot", 2284 "percent-encoding", 2285 "reqwest 0.11.27", 2286 "secrecy", 2287 "serde", 2288 "serde_cow", 2289 "serde_json", 2290 "static_assertions", 2291 "time", 2292 "tokio", 2293 "tokio-tungstenite", 2294 "tracing", 2295 "typemap_rev", 2296 "typesize", 2297 "url", 2298 "uwl", 2299] 2300 2301[[package]] 2302name = "sha1" 2303version = "0.10.6" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2306dependencies = [ 2307 "cfg-if", 2308 "cpufeatures", 2309 "digest", 2310] 2311 2312[[package]] 2313name = "sharded-slab" 2314version = "0.1.7" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2317dependencies = [ 2318 "lazy_static", 2319] 2320 2321[[package]] 2322name = "shlex" 2323version = "1.3.0" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2326 2327[[package]] 2328name = "signal-hook" 2329version = "0.3.17" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 2332dependencies = [ 2333 "libc", 2334 "signal-hook-registry", 2335] 2336 2337[[package]] 2338name = "signal-hook-mio" 2339version = "0.2.4" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" 2342dependencies = [ 2343 "libc", 2344 "mio 0.8.11", 2345 "signal-hook", 2346] 2347 2348[[package]] 2349name = "signal-hook-registry" 2350version = "1.4.2" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2353dependencies = [ 2354 "libc", 2355] 2356 2357[[package]] 2358name = "siphasher" 2359version = "0.3.11" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2362 2363[[package]] 2364name = "skeptic" 2365version = "0.13.7" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" 2368dependencies = [ 2369 "bytecount", 2370 "cargo_metadata", 2371 "error-chain", 2372 "glob", 2373 "pulldown-cmark", 2374 "tempfile", 2375 "walkdir", 2376] 2377 2378[[package]] 2379name = "slab" 2380version = "0.4.9" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2383dependencies = [ 2384 "autocfg", 2385] 2386 2387[[package]] 2388name = "smallvec" 2389version = "1.14.0" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" 2392 2393[[package]] 2394name = "smawk" 2395version = "0.3.2" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 2398 2399[[package]] 2400name = "socket2" 2401version = "0.5.10" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2404dependencies = [ 2405 "libc", 2406 "windows-sys 0.52.0", 2407] 2408 2409[[package]] 2410name = "stable_deref_trait" 2411version = "1.2.0" 2412source = "registry+https://github.com/rust-lang/crates.io-index" 2413checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2414 2415[[package]] 2416name = "static_assertions" 2417version = "1.1.0" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2420 2421[[package]] 2422name = "strsim" 2423version = "0.8.0" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 2426 2427[[package]] 2428name = "strsim" 2429version = "0.11.1" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2432 2433[[package]] 2434name = "subtle" 2435version = "2.6.1" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2438 2439[[package]] 2440name = "syn" 2441version = "1.0.109" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2444dependencies = [ 2445 "proc-macro2", 2446 "quote", 2447 "unicode-ident", 2448] 2449 2450[[package]] 2451name = "syn" 2452version = "2.0.100" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 2455dependencies = [ 2456 "proc-macro2", 2457 "quote", 2458 "unicode-ident", 2459] 2460 2461[[package]] 2462name = "sync_wrapper" 2463version = "0.1.2" 2464source = "registry+https://github.com/rust-lang/crates.io-index" 2465checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2466 2467[[package]] 2468name = "sync_wrapper" 2469version = "1.0.2" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2472dependencies = [ 2473 "futures-core", 2474] 2475 2476[[package]] 2477name = "synstructure" 2478version = "0.13.1" 2479source = "registry+https://github.com/rust-lang/crates.io-index" 2480checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2481dependencies = [ 2482 "proc-macro2", 2483 "quote", 2484 "syn 2.0.100", 2485] 2486 2487[[package]] 2488name = "system-configuration" 2489version = "0.5.1" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2492dependencies = [ 2493 "bitflags 1.3.2", 2494 "core-foundation", 2495 "system-configuration-sys 0.5.0", 2496] 2497 2498[[package]] 2499name = "system-configuration" 2500version = "0.6.1" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2503dependencies = [ 2504 "bitflags 2.9.0", 2505 "core-foundation", 2506 "system-configuration-sys 0.6.0", 2507] 2508 2509[[package]] 2510name = "system-configuration-sys" 2511version = "0.5.0" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2514dependencies = [ 2515 "core-foundation-sys", 2516 "libc", 2517] 2518 2519[[package]] 2520name = "system-configuration-sys" 2521version = "0.6.0" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2524dependencies = [ 2525 "core-foundation-sys", 2526 "libc", 2527] 2528 2529[[package]] 2530name = "tagptr" 2531version = "0.2.0" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2534 2535[[package]] 2536name = "tempfile" 2537version = "3.19.0" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "488960f40a3fd53d72c2a29a58722561dee8afdd175bd88e3db4677d7b2ba600" 2540dependencies = [ 2541 "fastrand", 2542 "getrandom 0.3.2", 2543 "once_cell", 2544 "rustix", 2545 "windows-sys 0.59.0", 2546] 2547 2548[[package]] 2549name = "textwrap" 2550version = "0.11.0" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 2553dependencies = [ 2554 "unicode-width 0.1.14", 2555] 2556 2557[[package]] 2558name = "textwrap" 2559version = "0.16.2" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 2562dependencies = [ 2563 "smawk", 2564 "unicode-linebreak", 2565 "unicode-width 0.2.0", 2566] 2567 2568[[package]] 2569name = "thiserror" 2570version = "1.0.69" 2571source = "registry+https://github.com/rust-lang/crates.io-index" 2572checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2573dependencies = [ 2574 "thiserror-impl 1.0.69", 2575] 2576 2577[[package]] 2578name = "thiserror" 2579version = "2.0.12" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 2582dependencies = [ 2583 "thiserror-impl 2.0.12", 2584] 2585 2586[[package]] 2587name = "thiserror-impl" 2588version = "1.0.69" 2589source = "registry+https://github.com/rust-lang/crates.io-index" 2590checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2591dependencies = [ 2592 "proc-macro2", 2593 "quote", 2594 "syn 2.0.100", 2595] 2596 2597[[package]] 2598name = "thiserror-impl" 2599version = "2.0.12" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 2602dependencies = [ 2603 "proc-macro2", 2604 "quote", 2605 "syn 2.0.100", 2606] 2607 2608[[package]] 2609name = "thread_local" 2610version = "1.1.8" 2611source = "registry+https://github.com/rust-lang/crates.io-index" 2612checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2613dependencies = [ 2614 "cfg-if", 2615 "once_cell", 2616] 2617 2618[[package]] 2619name = "time" 2620version = "0.3.40" 2621source = "registry+https://github.com/rust-lang/crates.io-index" 2622checksum = "9d9c75b47bdff86fa3334a3db91356b8d7d86a9b839dab7d0bdc5c3d3a077618" 2623dependencies = [ 2624 "deranged", 2625 "itoa", 2626 "num-conv", 2627 "powerfmt", 2628 "serde", 2629 "time-core", 2630 "time-macros", 2631] 2632 2633[[package]] 2634name = "time-core" 2635version = "0.1.4" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 2638 2639[[package]] 2640name = "time-macros" 2641version = "0.2.21" 2642source = "registry+https://github.com/rust-lang/crates.io-index" 2643checksum = "29aa485584182073ed57fd5004aa09c371f021325014694e432313345865fd04" 2644dependencies = [ 2645 "num-conv", 2646 "time-core", 2647] 2648 2649[[package]] 2650name = "tinystr" 2651version = "0.7.6" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2654dependencies = [ 2655 "displaydoc", 2656 "zerovec", 2657] 2658 2659[[package]] 2660name = "tokio" 2661version = "1.46.1" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" 2664dependencies = [ 2665 "backtrace", 2666 "bytes", 2667 "io-uring", 2668 "libc", 2669 "mio 1.0.3", 2670 "pin-project-lite", 2671 "slab", 2672 "socket2", 2673 "tokio-macros", 2674 "windows-sys 0.52.0", 2675] 2676 2677[[package]] 2678name = "tokio-macros" 2679version = "2.5.0" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2682dependencies = [ 2683 "proc-macro2", 2684 "quote", 2685 "syn 2.0.100", 2686] 2687 2688[[package]] 2689name = "tokio-native-tls" 2690version = "0.3.1" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2693dependencies = [ 2694 "native-tls", 2695 "tokio", 2696] 2697 2698[[package]] 2699name = "tokio-rustls" 2700version = "0.24.1" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2703dependencies = [ 2704 "rustls 0.21.12", 2705 "tokio", 2706] 2707 2708[[package]] 2709name = "tokio-rustls" 2710version = "0.25.0" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 2713dependencies = [ 2714 "rustls 0.22.4", 2715 "rustls-pki-types", 2716 "tokio", 2717] 2718 2719[[package]] 2720name = "tokio-rustls" 2721version = "0.26.2" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 2724dependencies = [ 2725 "rustls 0.23.25", 2726 "tokio", 2727] 2728 2729[[package]] 2730name = "tokio-tungstenite" 2731version = "0.21.0" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 2734dependencies = [ 2735 "futures-util", 2736 "log", 2737 "rustls 0.22.4", 2738 "rustls-pki-types", 2739 "tokio", 2740 "tokio-rustls 0.25.0", 2741 "tungstenite", 2742 "webpki-roots 0.26.8", 2743] 2744 2745[[package]] 2746name = "tokio-util" 2747version = "0.7.14" 2748source = "registry+https://github.com/rust-lang/crates.io-index" 2749checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" 2750dependencies = [ 2751 "bytes", 2752 "futures-core", 2753 "futures-sink", 2754 "pin-project-lite", 2755 "tokio", 2756] 2757 2758[[package]] 2759name = "tower" 2760version = "0.5.2" 2761source = "registry+https://github.com/rust-lang/crates.io-index" 2762checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2763dependencies = [ 2764 "futures-core", 2765 "futures-util", 2766 "pin-project-lite", 2767 "sync_wrapper 1.0.2", 2768 "tokio", 2769 "tower-layer", 2770 "tower-service", 2771] 2772 2773[[package]] 2774name = "tower-http" 2775version = "0.6.6" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2778dependencies = [ 2779 "bitflags 2.9.0", 2780 "bytes", 2781 "futures-util", 2782 "http 1.3.1", 2783 "http-body 1.0.1", 2784 "iri-string", 2785 "pin-project-lite", 2786 "tower", 2787 "tower-layer", 2788 "tower-service", 2789] 2790 2791[[package]] 2792name = "tower-layer" 2793version = "0.3.3" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2796 2797[[package]] 2798name = "tower-service" 2799version = "0.3.3" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2802 2803[[package]] 2804name = "tracing" 2805version = "0.1.41" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2808dependencies = [ 2809 "log", 2810 "pin-project-lite", 2811 "tracing-attributes", 2812 "tracing-core", 2813] 2814 2815[[package]] 2816name = "tracing-attributes" 2817version = "0.1.28" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2820dependencies = [ 2821 "proc-macro2", 2822 "quote", 2823 "syn 2.0.100", 2824] 2825 2826[[package]] 2827name = "tracing-core" 2828version = "0.1.33" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2831dependencies = [ 2832 "once_cell", 2833 "valuable", 2834] 2835 2836[[package]] 2837name = "tracing-error" 2838version = "0.2.1" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 2841dependencies = [ 2842 "tracing", 2843 "tracing-subscriber", 2844] 2845 2846[[package]] 2847name = "tracing-subscriber" 2848version = "0.3.19" 2849source = "registry+https://github.com/rust-lang/crates.io-index" 2850checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 2851dependencies = [ 2852 "sharded-slab", 2853 "thread_local", 2854 "tracing-core", 2855] 2856 2857[[package]] 2858name = "trim-in-place" 2859version = "0.1.7" 2860source = "registry+https://github.com/rust-lang/crates.io-index" 2861checksum = "343e926fc669bc8cde4fa3129ab681c63671bae288b1f1081ceee6d9d37904fc" 2862 2863[[package]] 2864name = "triomphe" 2865version = "0.1.14" 2866source = "registry+https://github.com/rust-lang/crates.io-index" 2867checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85" 2868 2869[[package]] 2870name = "try-lock" 2871version = "0.2.5" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2874 2875[[package]] 2876name = "tungstenite" 2877version = "0.21.0" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 2880dependencies = [ 2881 "byteorder", 2882 "bytes", 2883 "data-encoding", 2884 "http 1.3.1", 2885 "httparse", 2886 "log", 2887 "rand 0.8.5", 2888 "rustls 0.22.4", 2889 "rustls-pki-types", 2890 "sha1", 2891 "thiserror 1.0.69", 2892 "url", 2893 "utf-8", 2894] 2895 2896[[package]] 2897name = "typemap_rev" 2898version = "0.3.0" 2899source = "registry+https://github.com/rust-lang/crates.io-index" 2900checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998" 2901 2902[[package]] 2903name = "typenum" 2904version = "1.18.0" 2905source = "registry+https://github.com/rust-lang/crates.io-index" 2906checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2907 2908[[package]] 2909name = "typesize" 2910version = "0.1.13" 2911source = "registry+https://github.com/rust-lang/crates.io-index" 2912checksum = "e29e4cac0f1acdbbe7b4deb46876a04246dc6abf60b6f2587bef8ae327cd134c" 2913dependencies = [ 2914 "chrono", 2915 "dashmap", 2916 "hashbrown 0.14.5", 2917 "mini-moka", 2918 "parking_lot", 2919 "secrecy", 2920 "serde_json", 2921 "time", 2922 "typesize-derive", 2923 "url", 2924] 2925 2926[[package]] 2927name = "typesize-derive" 2928version = "0.1.11" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "536b6812192bda8551cfa0e52524e328c6a951b48e66529ee4522d6c721243d6" 2931dependencies = [ 2932 "proc-macro2", 2933 "quote", 2934 "syn 2.0.100", 2935] 2936 2937[[package]] 2938name = "unicase" 2939version = "2.8.1" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 2942 2943[[package]] 2944name = "unicode-ident" 2945version = "1.0.18" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2948 2949[[package]] 2950name = "unicode-linebreak" 2951version = "0.1.5" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2954 2955[[package]] 2956name = "unicode-width" 2957version = "0.1.14" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2960 2961[[package]] 2962name = "unicode-width" 2963version = "0.2.0" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2966 2967[[package]] 2968name = "untrusted" 2969version = "0.9.0" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2972 2973[[package]] 2974name = "url" 2975version = "2.5.4" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 2978dependencies = [ 2979 "form_urlencoded", 2980 "idna", 2981 "percent-encoding", 2982 "serde", 2983] 2984 2985[[package]] 2986name = "utf-8" 2987version = "0.7.6" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2990 2991[[package]] 2992name = "utf16_iter" 2993version = "1.0.5" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2996 2997[[package]] 2998name = "utf8_iter" 2999version = "1.0.4" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3002 3003[[package]] 3004name = "utf8parse" 3005version = "0.2.2" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3008 3009[[package]] 3010name = "uwl" 3011version = "0.6.0" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0" 3014 3015[[package]] 3016name = "valuable" 3017version = "0.1.1" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3020 3021[[package]] 3022name = "vcpkg" 3023version = "0.2.15" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3026 3027[[package]] 3028name = "vec_map" 3029version = "0.8.2" 3030source = "registry+https://github.com/rust-lang/crates.io-index" 3031checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 3032 3033[[package]] 3034name = "version_check" 3035version = "0.9.5" 3036source = "registry+https://github.com/rust-lang/crates.io-index" 3037checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3038 3039[[package]] 3040name = "walkdir" 3041version = "2.5.0" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3044dependencies = [ 3045 "same-file", 3046 "winapi-util", 3047] 3048 3049[[package]] 3050name = "want" 3051version = "0.3.1" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3054dependencies = [ 3055 "try-lock", 3056] 3057 3058[[package]] 3059name = "wasi" 3060version = "0.9.0+wasi-snapshot-preview1" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 3063 3064[[package]] 3065name = "wasi" 3066version = "0.11.0+wasi-snapshot-preview1" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3069 3070[[package]] 3071name = "wasi" 3072version = "0.14.2+wasi-0.2.4" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 3075dependencies = [ 3076 "wit-bindgen-rt", 3077] 3078 3079[[package]] 3080name = "wasm-bindgen" 3081version = "0.2.100" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 3084dependencies = [ 3085 "cfg-if", 3086 "once_cell", 3087 "rustversion", 3088 "wasm-bindgen-macro", 3089] 3090 3091[[package]] 3092name = "wasm-bindgen-backend" 3093version = "0.2.100" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 3096dependencies = [ 3097 "bumpalo", 3098 "log", 3099 "proc-macro2", 3100 "quote", 3101 "syn 2.0.100", 3102 "wasm-bindgen-shared", 3103] 3104 3105[[package]] 3106name = "wasm-bindgen-futures" 3107version = "0.4.50" 3108source = "registry+https://github.com/rust-lang/crates.io-index" 3109checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 3110dependencies = [ 3111 "cfg-if", 3112 "js-sys", 3113 "once_cell", 3114 "wasm-bindgen", 3115 "web-sys", 3116] 3117 3118[[package]] 3119name = "wasm-bindgen-macro" 3120version = "0.2.100" 3121source = "registry+https://github.com/rust-lang/crates.io-index" 3122checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 3123dependencies = [ 3124 "quote", 3125 "wasm-bindgen-macro-support", 3126] 3127 3128[[package]] 3129name = "wasm-bindgen-macro-support" 3130version = "0.2.100" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 3133dependencies = [ 3134 "proc-macro2", 3135 "quote", 3136 "syn 2.0.100", 3137 "wasm-bindgen-backend", 3138 "wasm-bindgen-shared", 3139] 3140 3141[[package]] 3142name = "wasm-bindgen-shared" 3143version = "0.2.100" 3144source = "registry+https://github.com/rust-lang/crates.io-index" 3145checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 3146dependencies = [ 3147 "unicode-ident", 3148] 3149 3150[[package]] 3151name = "wasm-streams" 3152version = "0.4.2" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3155dependencies = [ 3156 "futures-util", 3157 "js-sys", 3158 "wasm-bindgen", 3159 "wasm-bindgen-futures", 3160 "web-sys", 3161] 3162 3163[[package]] 3164name = "web-sys" 3165version = "0.3.77" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 3168dependencies = [ 3169 "js-sys", 3170 "wasm-bindgen", 3171] 3172 3173[[package]] 3174name = "webpki-roots" 3175version = "0.25.4" 3176source = "registry+https://github.com/rust-lang/crates.io-index" 3177checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 3178 3179[[package]] 3180name = "webpki-roots" 3181version = "0.26.8" 3182source = "registry+https://github.com/rust-lang/crates.io-index" 3183checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" 3184dependencies = [ 3185 "rustls-pki-types", 3186] 3187 3188[[package]] 3189name = "winapi" 3190version = "0.3.9" 3191source = "registry+https://github.com/rust-lang/crates.io-index" 3192checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3193dependencies = [ 3194 "winapi-i686-pc-windows-gnu", 3195 "winapi-x86_64-pc-windows-gnu", 3196] 3197 3198[[package]] 3199name = "winapi-i686-pc-windows-gnu" 3200version = "0.4.0" 3201source = "registry+https://github.com/rust-lang/crates.io-index" 3202checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3203 3204[[package]] 3205name = "winapi-util" 3206version = "0.1.9" 3207source = "registry+https://github.com/rust-lang/crates.io-index" 3208checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 3209dependencies = [ 3210 "windows-sys 0.59.0", 3211] 3212 3213[[package]] 3214name = "winapi-x86_64-pc-windows-gnu" 3215version = "0.4.0" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3218 3219[[package]] 3220name = "windows-core" 3221version = "0.52.0" 3222source = "registry+https://github.com/rust-lang/crates.io-index" 3223checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 3224dependencies = [ 3225 "windows-targets 0.52.6", 3226] 3227 3228[[package]] 3229name = "windows-link" 3230version = "0.1.1" 3231source = "registry+https://github.com/rust-lang/crates.io-index" 3232checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 3233 3234[[package]] 3235name = "windows-registry" 3236version = "0.5.2" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820" 3239dependencies = [ 3240 "windows-link", 3241 "windows-result", 3242 "windows-strings", 3243] 3244 3245[[package]] 3246name = "windows-result" 3247version = "0.3.4" 3248source = "registry+https://github.com/rust-lang/crates.io-index" 3249checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3250dependencies = [ 3251 "windows-link", 3252] 3253 3254[[package]] 3255name = "windows-strings" 3256version = "0.4.2" 3257source = "registry+https://github.com/rust-lang/crates.io-index" 3258checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3259dependencies = [ 3260 "windows-link", 3261] 3262 3263[[package]] 3264name = "windows-sys" 3265version = "0.48.0" 3266source = "registry+https://github.com/rust-lang/crates.io-index" 3267checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3268dependencies = [ 3269 "windows-targets 0.48.5", 3270] 3271 3272[[package]] 3273name = "windows-sys" 3274version = "0.52.0" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3277dependencies = [ 3278 "windows-targets 0.52.6", 3279] 3280 3281[[package]] 3282name = "windows-sys" 3283version = "0.59.0" 3284source = "registry+https://github.com/rust-lang/crates.io-index" 3285checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3286dependencies = [ 3287 "windows-targets 0.52.6", 3288] 3289 3290[[package]] 3291name = "windows-targets" 3292version = "0.48.5" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3295dependencies = [ 3296 "windows_aarch64_gnullvm 0.48.5", 3297 "windows_aarch64_msvc 0.48.5", 3298 "windows_i686_gnu 0.48.5", 3299 "windows_i686_msvc 0.48.5", 3300 "windows_x86_64_gnu 0.48.5", 3301 "windows_x86_64_gnullvm 0.48.5", 3302 "windows_x86_64_msvc 0.48.5", 3303] 3304 3305[[package]] 3306name = "windows-targets" 3307version = "0.52.6" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3310dependencies = [ 3311 "windows_aarch64_gnullvm 0.52.6", 3312 "windows_aarch64_msvc 0.52.6", 3313 "windows_i686_gnu 0.52.6", 3314 "windows_i686_gnullvm", 3315 "windows_i686_msvc 0.52.6", 3316 "windows_x86_64_gnu 0.52.6", 3317 "windows_x86_64_gnullvm 0.52.6", 3318 "windows_x86_64_msvc 0.52.6", 3319] 3320 3321[[package]] 3322name = "windows_aarch64_gnullvm" 3323version = "0.48.5" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3326 3327[[package]] 3328name = "windows_aarch64_gnullvm" 3329version = "0.52.6" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3332 3333[[package]] 3334name = "windows_aarch64_msvc" 3335version = "0.48.5" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3338 3339[[package]] 3340name = "windows_aarch64_msvc" 3341version = "0.52.6" 3342source = "registry+https://github.com/rust-lang/crates.io-index" 3343checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3344 3345[[package]] 3346name = "windows_i686_gnu" 3347version = "0.48.5" 3348source = "registry+https://github.com/rust-lang/crates.io-index" 3349checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3350 3351[[package]] 3352name = "windows_i686_gnu" 3353version = "0.52.6" 3354source = "registry+https://github.com/rust-lang/crates.io-index" 3355checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3356 3357[[package]] 3358name = "windows_i686_gnullvm" 3359version = "0.52.6" 3360source = "registry+https://github.com/rust-lang/crates.io-index" 3361checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3362 3363[[package]] 3364name = "windows_i686_msvc" 3365version = "0.48.5" 3366source = "registry+https://github.com/rust-lang/crates.io-index" 3367checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3368 3369[[package]] 3370name = "windows_i686_msvc" 3371version = "0.52.6" 3372source = "registry+https://github.com/rust-lang/crates.io-index" 3373checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3374 3375[[package]] 3376name = "windows_x86_64_gnu" 3377version = "0.48.5" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3380 3381[[package]] 3382name = "windows_x86_64_gnu" 3383version = "0.52.6" 3384source = "registry+https://github.com/rust-lang/crates.io-index" 3385checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3386 3387[[package]] 3388name = "windows_x86_64_gnullvm" 3389version = "0.48.5" 3390source = "registry+https://github.com/rust-lang/crates.io-index" 3391checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3392 3393[[package]] 3394name = "windows_x86_64_gnullvm" 3395version = "0.52.6" 3396source = "registry+https://github.com/rust-lang/crates.io-index" 3397checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3398 3399[[package]] 3400name = "windows_x86_64_msvc" 3401version = "0.48.5" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3404 3405[[package]] 3406name = "windows_x86_64_msvc" 3407version = "0.52.6" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3410 3411[[package]] 3412name = "winreg" 3413version = "0.50.0" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3416dependencies = [ 3417 "cfg-if", 3418 "windows-sys 0.48.0", 3419] 3420 3421[[package]] 3422name = "wit-bindgen-rt" 3423version = "0.39.0" 3424source = "registry+https://github.com/rust-lang/crates.io-index" 3425checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 3426dependencies = [ 3427 "bitflags 2.9.0", 3428] 3429 3430[[package]] 3431name = "write16" 3432version = "1.0.0" 3433source = "registry+https://github.com/rust-lang/crates.io-index" 3434checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3435 3436[[package]] 3437name = "writeable" 3438version = "0.5.5" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3441 3442[[package]] 3443name = "yoke" 3444version = "0.7.5" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 3447dependencies = [ 3448 "serde", 3449 "stable_deref_trait", 3450 "yoke-derive", 3451 "zerofrom", 3452] 3453 3454[[package]] 3455name = "yoke-derive" 3456version = "0.7.5" 3457source = "registry+https://github.com/rust-lang/crates.io-index" 3458checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 3459dependencies = [ 3460 "proc-macro2", 3461 "quote", 3462 "syn 2.0.100", 3463 "synstructure", 3464] 3465 3466[[package]] 3467name = "zerocopy" 3468version = "0.8.23" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6" 3471dependencies = [ 3472 "zerocopy-derive", 3473] 3474 3475[[package]] 3476name = "zerocopy-derive" 3477version = "0.8.23" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154" 3480dependencies = [ 3481 "proc-macro2", 3482 "quote", 3483 "syn 2.0.100", 3484] 3485 3486[[package]] 3487name = "zerofrom" 3488version = "0.1.6" 3489source = "registry+https://github.com/rust-lang/crates.io-index" 3490checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3491dependencies = [ 3492 "zerofrom-derive", 3493] 3494 3495[[package]] 3496name = "zerofrom-derive" 3497version = "0.1.6" 3498source = "registry+https://github.com/rust-lang/crates.io-index" 3499checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3500dependencies = [ 3501 "proc-macro2", 3502 "quote", 3503 "syn 2.0.100", 3504 "synstructure", 3505] 3506 3507[[package]] 3508name = "zeroize" 3509version = "1.8.1" 3510source = "registry+https://github.com/rust-lang/crates.io-index" 3511checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3512 3513[[package]] 3514name = "zerovec" 3515version = "0.10.4" 3516source = "registry+https://github.com/rust-lang/crates.io-index" 3517checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3518dependencies = [ 3519 "yoke", 3520 "zerofrom", 3521 "zerovec-derive", 3522] 3523 3524[[package]] 3525name = "zerovec-derive" 3526version = "0.10.3" 3527source = "registry+https://github.com/rust-lang/crates.io-index" 3528checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3529dependencies = [ 3530 "proc-macro2", 3531 "quote", 3532 "syn 2.0.100", 3533]