silly goober bot
at 3e2e54fe2c3eb12fdb0edaaf7d63f2ce95784d3d 3112 lines 78 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 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 = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "android-tzdata" 31version = "0.1.1" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 34 35[[package]] 36name = "android_system_properties" 37version = "0.1.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 40dependencies = [ 41 "libc", 42] 43 44[[package]] 45name = "ansi_term" 46version = "0.12.1" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 49dependencies = [ 50 "winapi", 51] 52 53[[package]] 54name = "anstream" 55version = "0.6.14" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 58dependencies = [ 59 "anstyle", 60 "anstyle-parse", 61 "anstyle-query", 62 "anstyle-wincon", 63 "colorchoice", 64 "is_terminal_polyfill", 65 "utf8parse", 66] 67 68[[package]] 69name = "anstyle" 70version = "1.0.7" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 73 74[[package]] 75name = "anstyle-parse" 76version = "0.2.4" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 79dependencies = [ 80 "utf8parse", 81] 82 83[[package]] 84name = "anstyle-query" 85version = "1.1.0" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 88dependencies = [ 89 "windows-sys 0.52.0", 90] 91 92[[package]] 93name = "anstyle-wincon" 94version = "3.0.3" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 97dependencies = [ 98 "anstyle", 99 "windows-sys 0.52.0", 100] 101 102[[package]] 103name = "anyhow" 104version = "1.0.86" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 107 108[[package]] 109name = "arrayvec" 110version = "0.7.4" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 113dependencies = [ 114 "serde", 115] 116 117[[package]] 118name = "async-trait" 119version = "0.1.80" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 122dependencies = [ 123 "proc-macro2", 124 "quote", 125 "syn 2.0.67", 126] 127 128[[package]] 129name = "atomic-waker" 130version = "1.1.2" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 133 134[[package]] 135name = "atty" 136version = "0.2.14" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 139dependencies = [ 140 "hermit-abi 0.1.19", 141 "libc", 142 "winapi", 143] 144 145[[package]] 146name = "autocfg" 147version = "1.3.0" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 150 151[[package]] 152name = "backtrace" 153version = "0.3.71" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 156dependencies = [ 157 "addr2line", 158 "cc", 159 "cfg-if", 160 "libc", 161 "miniz_oxide", 162 "object", 163 "rustc-demangle", 164] 165 166[[package]] 167name = "base64" 168version = "0.21.7" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 171 172[[package]] 173name = "base64" 174version = "0.22.1" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 177 178[[package]] 179name = "bitflags" 180version = "1.3.2" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 183 184[[package]] 185name = "bitflags" 186version = "2.5.0" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 189 190[[package]] 191name = "blahaj" 192version = "0.2.0" 193dependencies = [ 194 "bottomify", 195 "color-eyre", 196 "dotenv", 197 "git-tracker", 198 "humantime", 199 "kittysay", 200 "poise", 201 "rand 0.8.5", 202 "regex", 203 "reqwest 0.12.5", 204 "serde", 205 "serenity", 206 "tokio", 207] 208 209[[package]] 210name = "block-buffer" 211version = "0.10.4" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 214dependencies = [ 215 "generic-array", 216] 217 218[[package]] 219name = "bottomify" 220version = "1.2.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "6836f736e3f74b97b1e816f2ab9e1464a24f2fb114151a4c5ee3dce6ce413768" 223dependencies = [ 224 "anyhow", 225 "clap 2.34.0", 226 "phf", 227 "phf_codegen", 228] 229 230[[package]] 231name = "bumpalo" 232version = "3.16.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 235 236[[package]] 237name = "bytecount" 238version = "0.6.8" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce" 241 242[[package]] 243name = "byteorder" 244version = "1.5.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 247 248[[package]] 249name = "bytes" 250version = "1.6.0" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 253 254[[package]] 255name = "camino" 256version = "1.1.7" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239" 259dependencies = [ 260 "serde", 261] 262 263[[package]] 264name = "cargo-platform" 265version = "0.1.8" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" 268dependencies = [ 269 "serde", 270] 271 272[[package]] 273name = "cargo_metadata" 274version = "0.14.2" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" 277dependencies = [ 278 "camino", 279 "cargo-platform", 280 "semver", 281 "serde", 282 "serde_json", 283] 284 285[[package]] 286name = "cc" 287version = "1.0.99" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" 290dependencies = [ 291 "jobserver", 292 "libc", 293 "once_cell", 294] 295 296[[package]] 297name = "cfg-if" 298version = "1.0.0" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 301 302[[package]] 303name = "chrono" 304version = "0.4.38" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 307dependencies = [ 308 "android-tzdata", 309 "iana-time-zone", 310 "num-traits", 311 "serde", 312 "windows-targets 0.52.5", 313] 314 315[[package]] 316name = "clap" 317version = "2.34.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 320dependencies = [ 321 "ansi_term", 322 "atty", 323 "bitflags 1.3.2", 324 "strsim 0.8.0", 325 "textwrap 0.11.0", 326 "unicode-width", 327 "vec_map", 328] 329 330[[package]] 331name = "clap" 332version = "4.5.7" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" 335dependencies = [ 336 "clap_builder", 337 "clap_derive", 338] 339 340[[package]] 341name = "clap-stdin" 342version = "0.4.0" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "bc126d12a0930c94c3548581294d5f19360ac02e408600b4d7619d7234e8b505" 345dependencies = [ 346 "thiserror", 347] 348 349[[package]] 350name = "clap_builder" 351version = "4.5.7" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" 354dependencies = [ 355 "anstream", 356 "anstyle", 357 "clap_lex", 358 "strsim 0.11.1", 359] 360 361[[package]] 362name = "clap_derive" 363version = "4.5.5" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" 366dependencies = [ 367 "heck", 368 "proc-macro2", 369 "quote", 370 "syn 2.0.67", 371] 372 373[[package]] 374name = "clap_lex" 375version = "0.7.1" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" 378 379[[package]] 380name = "color-eyre" 381version = "0.6.3" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" 384dependencies = [ 385 "backtrace", 386 "color-spantrace", 387 "eyre", 388 "indenter", 389 "once_cell", 390 "owo-colors", 391 "tracing-error", 392] 393 394[[package]] 395name = "color-spantrace" 396version = "0.2.1" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" 399dependencies = [ 400 "once_cell", 401 "owo-colors", 402 "tracing-core", 403 "tracing-error", 404] 405 406[[package]] 407name = "colorchoice" 408version = "1.0.1" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 411 412[[package]] 413name = "command_attr" 414version = "0.5.2" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "88da8d7e9fe6f30d8e3fcf72d0f84102b49de70fece952633e8439e89bdc7631" 417dependencies = [ 418 "proc-macro2", 419 "quote", 420 "syn 1.0.109", 421] 422 423[[package]] 424name = "console" 425version = "0.15.8" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 428dependencies = [ 429 "encode_unicode", 430 "lazy_static", 431 "libc", 432 "unicode-width", 433 "windows-sys 0.52.0", 434] 435 436[[package]] 437name = "core-foundation" 438version = "0.9.4" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 441dependencies = [ 442 "core-foundation-sys", 443 "libc", 444] 445 446[[package]] 447name = "core-foundation-sys" 448version = "0.8.6" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 451 452[[package]] 453name = "cpufeatures" 454version = "0.2.12" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 457dependencies = [ 458 "libc", 459] 460 461[[package]] 462name = "crc32fast" 463version = "1.4.2" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 466dependencies = [ 467 "cfg-if", 468] 469 470[[package]] 471name = "crossbeam-channel" 472version = "0.5.13" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 475dependencies = [ 476 "crossbeam-utils", 477] 478 479[[package]] 480name = "crossbeam-utils" 481version = "0.8.20" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 484 485[[package]] 486name = "crossterm" 487version = "0.27.0" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" 490dependencies = [ 491 "bitflags 2.5.0", 492 "crossterm_winapi", 493 "libc", 494 "mio", 495 "parking_lot", 496 "signal-hook", 497 "signal-hook-mio", 498 "winapi", 499] 500 501[[package]] 502name = "crossterm_winapi" 503version = "0.9.1" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 506dependencies = [ 507 "winapi", 508] 509 510[[package]] 511name = "crypto-common" 512version = "0.1.6" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 515dependencies = [ 516 "generic-array", 517 "typenum", 518] 519 520[[package]] 521name = "darling" 522version = "0.20.9" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" 525dependencies = [ 526 "darling_core", 527 "darling_macro", 528] 529 530[[package]] 531name = "darling_core" 532version = "0.20.9" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" 535dependencies = [ 536 "fnv", 537 "ident_case", 538 "proc-macro2", 539 "quote", 540 "strsim 0.11.1", 541 "syn 2.0.67", 542] 543 544[[package]] 545name = "darling_macro" 546version = "0.20.9" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" 549dependencies = [ 550 "darling_core", 551 "quote", 552 "syn 2.0.67", 553] 554 555[[package]] 556name = "dashmap" 557version = "5.5.3" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" 560dependencies = [ 561 "cfg-if", 562 "hashbrown", 563 "lock_api", 564 "once_cell", 565 "parking_lot_core", 566 "serde", 567] 568 569[[package]] 570name = "data-encoding" 571version = "2.6.0" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 574 575[[package]] 576name = "deranged" 577version = "0.3.11" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 580dependencies = [ 581 "powerfmt", 582 "serde", 583] 584 585[[package]] 586name = "derivative" 587version = "2.2.0" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" 590dependencies = [ 591 "proc-macro2", 592 "quote", 593 "syn 1.0.109", 594] 595 596[[package]] 597name = "digest" 598version = "0.10.7" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 601dependencies = [ 602 "block-buffer", 603 "crypto-common", 604] 605 606[[package]] 607name = "dotenv" 608version = "0.15.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" 611 612[[package]] 613name = "encode_unicode" 614version = "0.3.6" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 617 618[[package]] 619name = "encoding_rs" 620version = "0.8.34" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 623dependencies = [ 624 "cfg-if", 625] 626 627[[package]] 628name = "equivalent" 629version = "1.0.1" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 632 633[[package]] 634name = "errno" 635version = "0.3.9" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 638dependencies = [ 639 "libc", 640 "windows-sys 0.52.0", 641] 642 643[[package]] 644name = "error-chain" 645version = "0.12.4" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" 648dependencies = [ 649 "version_check", 650] 651 652[[package]] 653name = "eyre" 654version = "0.6.12" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 657dependencies = [ 658 "indenter", 659 "once_cell", 660] 661 662[[package]] 663name = "fastrand" 664version = "2.1.0" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 667 668[[package]] 669name = "flate2" 670version = "1.0.30" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 673dependencies = [ 674 "crc32fast", 675 "miniz_oxide", 676] 677 678[[package]] 679name = "fnv" 680version = "1.0.7" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 683 684[[package]] 685name = "foreign-types" 686version = "0.3.2" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 689dependencies = [ 690 "foreign-types-shared", 691] 692 693[[package]] 694name = "foreign-types-shared" 695version = "0.1.1" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 698 699[[package]] 700name = "form_urlencoded" 701version = "1.2.1" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 704dependencies = [ 705 "percent-encoding", 706] 707 708[[package]] 709name = "futures" 710version = "0.3.30" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 713dependencies = [ 714 "futures-channel", 715 "futures-core", 716 "futures-io", 717 "futures-sink", 718 "futures-task", 719 "futures-util", 720] 721 722[[package]] 723name = "futures-channel" 724version = "0.3.30" 725source = "registry+https://github.com/rust-lang/crates.io-index" 726checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 727dependencies = [ 728 "futures-core", 729 "futures-sink", 730] 731 732[[package]] 733name = "futures-core" 734version = "0.3.30" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 737 738[[package]] 739name = "futures-io" 740version = "0.3.30" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 743 744[[package]] 745name = "futures-macro" 746version = "0.3.30" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 749dependencies = [ 750 "proc-macro2", 751 "quote", 752 "syn 2.0.67", 753] 754 755[[package]] 756name = "futures-sink" 757version = "0.3.30" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 760 761[[package]] 762name = "futures-task" 763version = "0.3.30" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 766 767[[package]] 768name = "futures-util" 769version = "0.3.30" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 772dependencies = [ 773 "futures-channel", 774 "futures-core", 775 "futures-io", 776 "futures-macro", 777 "futures-sink", 778 "futures-task", 779 "memchr", 780 "pin-project-lite", 781 "pin-utils", 782 "slab", 783] 784 785[[package]] 786name = "fxhash" 787version = "0.2.1" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 790dependencies = [ 791 "byteorder", 792] 793 794[[package]] 795name = "generic-array" 796version = "0.14.7" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 799dependencies = [ 800 "typenum", 801 "version_check", 802] 803 804[[package]] 805name = "getrandom" 806version = "0.1.16" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" 809dependencies = [ 810 "cfg-if", 811 "libc", 812 "wasi 0.9.0+wasi-snapshot-preview1", 813] 814 815[[package]] 816name = "getrandom" 817version = "0.2.15" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 820dependencies = [ 821 "cfg-if", 822 "libc", 823 "wasi 0.11.0+wasi-snapshot-preview1", 824] 825 826[[package]] 827name = "gimli" 828version = "0.28.1" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 831 832[[package]] 833name = "git-tracker" 834version = "0.2.0" 835source = "git+https://github.com/getchoo/nixpkgs-tracker-bot#b602b445cc4accbbc28c054c900cca85aa17b119" 836dependencies = [ 837 "git2", 838 "log", 839 "thiserror", 840] 841 842[[package]] 843name = "git2" 844version = "0.18.3" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" 847dependencies = [ 848 "bitflags 2.5.0", 849 "libc", 850 "libgit2-sys", 851 "log", 852 "url", 853] 854 855[[package]] 856name = "glob" 857version = "0.3.1" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 860 861[[package]] 862name = "h2" 863version = "0.3.26" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 866dependencies = [ 867 "bytes", 868 "fnv", 869 "futures-core", 870 "futures-sink", 871 "futures-util", 872 "http 0.2.12", 873 "indexmap", 874 "slab", 875 "tokio", 876 "tokio-util", 877 "tracing", 878] 879 880[[package]] 881name = "h2" 882version = "0.4.5" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 885dependencies = [ 886 "atomic-waker", 887 "bytes", 888 "fnv", 889 "futures-core", 890 "futures-sink", 891 "http 1.1.0", 892 "indexmap", 893 "slab", 894 "tokio", 895 "tokio-util", 896 "tracing", 897] 898 899[[package]] 900name = "hashbrown" 901version = "0.14.5" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 904 905[[package]] 906name = "heck" 907version = "0.5.0" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 910 911[[package]] 912name = "hermit-abi" 913version = "0.1.19" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 916dependencies = [ 917 "libc", 918] 919 920[[package]] 921name = "hermit-abi" 922version = "0.3.9" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 925 926[[package]] 927name = "http" 928version = "0.2.12" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 931dependencies = [ 932 "bytes", 933 "fnv", 934 "itoa", 935] 936 937[[package]] 938name = "http" 939version = "1.1.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 942dependencies = [ 943 "bytes", 944 "fnv", 945 "itoa", 946] 947 948[[package]] 949name = "http-body" 950version = "0.4.6" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 953dependencies = [ 954 "bytes", 955 "http 0.2.12", 956 "pin-project-lite", 957] 958 959[[package]] 960name = "http-body" 961version = "1.0.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 964dependencies = [ 965 "bytes", 966 "http 1.1.0", 967] 968 969[[package]] 970name = "http-body-util" 971version = "0.1.2" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 974dependencies = [ 975 "bytes", 976 "futures-util", 977 "http 1.1.0", 978 "http-body 1.0.0", 979 "pin-project-lite", 980] 981 982[[package]] 983name = "httparse" 984version = "1.9.4" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 987 988[[package]] 989name = "httpdate" 990version = "1.0.3" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 993 994[[package]] 995name = "humantime" 996version = "2.1.0" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 999 1000[[package]] 1001name = "hyper" 1002version = "0.14.29" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" 1005dependencies = [ 1006 "bytes", 1007 "futures-channel", 1008 "futures-core", 1009 "futures-util", 1010 "h2 0.3.26", 1011 "http 0.2.12", 1012 "http-body 0.4.6", 1013 "httparse", 1014 "httpdate", 1015 "itoa", 1016 "pin-project-lite", 1017 "socket2", 1018 "tokio", 1019 "tower-service", 1020 "tracing", 1021 "want", 1022] 1023 1024[[package]] 1025name = "hyper" 1026version = "1.3.1" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" 1029dependencies = [ 1030 "bytes", 1031 "futures-channel", 1032 "futures-util", 1033 "h2 0.4.5", 1034 "http 1.1.0", 1035 "http-body 1.0.0", 1036 "httparse", 1037 "itoa", 1038 "pin-project-lite", 1039 "smallvec", 1040 "tokio", 1041 "want", 1042] 1043 1044[[package]] 1045name = "hyper-rustls" 1046version = "0.24.2" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1049dependencies = [ 1050 "futures-util", 1051 "http 0.2.12", 1052 "hyper 0.14.29", 1053 "rustls 0.21.12", 1054 "tokio", 1055 "tokio-rustls 0.24.1", 1056] 1057 1058[[package]] 1059name = "hyper-rustls" 1060version = "0.27.2" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 1063dependencies = [ 1064 "futures-util", 1065 "http 1.1.0", 1066 "hyper 1.3.1", 1067 "hyper-util", 1068 "rustls 0.23.10", 1069 "rustls-pki-types", 1070 "tokio", 1071 "tokio-rustls 0.26.0", 1072 "tower-service", 1073] 1074 1075[[package]] 1076name = "hyper-tls" 1077version = "0.6.0" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1080dependencies = [ 1081 "bytes", 1082 "http-body-util", 1083 "hyper 1.3.1", 1084 "hyper-util", 1085 "native-tls", 1086 "tokio", 1087 "tokio-native-tls", 1088 "tower-service", 1089] 1090 1091[[package]] 1092name = "hyper-util" 1093version = "0.1.5" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" 1096dependencies = [ 1097 "bytes", 1098 "futures-channel", 1099 "futures-util", 1100 "http 1.1.0", 1101 "http-body 1.0.0", 1102 "hyper 1.3.1", 1103 "pin-project-lite", 1104 "socket2", 1105 "tokio", 1106 "tower", 1107 "tower-service", 1108 "tracing", 1109] 1110 1111[[package]] 1112name = "iana-time-zone" 1113version = "0.1.60" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 1116dependencies = [ 1117 "android_system_properties", 1118 "core-foundation-sys", 1119 "iana-time-zone-haiku", 1120 "js-sys", 1121 "wasm-bindgen", 1122 "windows-core", 1123] 1124 1125[[package]] 1126name = "iana-time-zone-haiku" 1127version = "0.1.2" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1130dependencies = [ 1131 "cc", 1132] 1133 1134[[package]] 1135name = "ident_case" 1136version = "1.0.1" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1139 1140[[package]] 1141name = "idna" 1142version = "0.5.0" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1145dependencies = [ 1146 "unicode-bidi", 1147 "unicode-normalization", 1148] 1149 1150[[package]] 1151name = "indenter" 1152version = "0.3.3" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 1155 1156[[package]] 1157name = "indexmap" 1158version = "2.2.6" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1161dependencies = [ 1162 "equivalent", 1163 "hashbrown", 1164] 1165 1166[[package]] 1167name = "ipnet" 1168version = "2.9.0" 1169source = "registry+https://github.com/rust-lang/crates.io-index" 1170checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1171 1172[[package]] 1173name = "is_terminal_polyfill" 1174version = "1.70.0" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 1177 1178[[package]] 1179name = "itoa" 1180version = "1.0.11" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1183 1184[[package]] 1185name = "jobserver" 1186version = "0.1.31" 1187source = "registry+https://github.com/rust-lang/crates.io-index" 1188checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 1189dependencies = [ 1190 "libc", 1191] 1192 1193[[package]] 1194name = "js-sys" 1195version = "0.3.69" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1198dependencies = [ 1199 "wasm-bindgen", 1200] 1201 1202[[package]] 1203name = "kittysay" 1204version = "0.8.0" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "069387989a3b4c9824320975e3689503053c49ee46de1c3b15597a20574d66c6" 1207dependencies = [ 1208 "clap 4.5.7", 1209 "clap-stdin", 1210 "color-eyre", 1211 "console", 1212 "crossterm", 1213 "textwrap 0.16.1", 1214 "unicode-width", 1215] 1216 1217[[package]] 1218name = "lazy_static" 1219version = "1.5.0" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1222 1223[[package]] 1224name = "levenshtein" 1225version = "1.0.5" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "db13adb97ab515a3691f56e4dbab09283d0b86cb45abd991d8634a9d6f501760" 1228 1229[[package]] 1230name = "libc" 1231version = "0.2.155" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1234 1235[[package]] 1236name = "libgit2-sys" 1237version = "0.16.2+1.7.2" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" 1240dependencies = [ 1241 "cc", 1242 "libc", 1243 "libz-sys", 1244 "pkg-config", 1245] 1246 1247[[package]] 1248name = "libz-sys" 1249version = "1.1.18" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" 1252dependencies = [ 1253 "cc", 1254 "libc", 1255 "pkg-config", 1256 "vcpkg", 1257] 1258 1259[[package]] 1260name = "linux-raw-sys" 1261version = "0.4.14" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1264 1265[[package]] 1266name = "lock_api" 1267version = "0.4.12" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1270dependencies = [ 1271 "autocfg", 1272 "scopeguard", 1273] 1274 1275[[package]] 1276name = "log" 1277version = "0.4.21" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1280 1281[[package]] 1282name = "memchr" 1283version = "2.7.4" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1286 1287[[package]] 1288name = "mime" 1289version = "0.3.17" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1292 1293[[package]] 1294name = "mime_guess" 1295version = "2.0.4" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1298dependencies = [ 1299 "mime", 1300 "unicase", 1301] 1302 1303[[package]] 1304name = "mini-moka" 1305version = "0.10.3" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803" 1308dependencies = [ 1309 "crossbeam-channel", 1310 "crossbeam-utils", 1311 "dashmap", 1312 "skeptic", 1313 "smallvec", 1314 "tagptr", 1315 "triomphe", 1316] 1317 1318[[package]] 1319name = "miniz_oxide" 1320version = "0.7.4" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 1323dependencies = [ 1324 "adler", 1325] 1326 1327[[package]] 1328name = "mio" 1329version = "0.8.11" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1332dependencies = [ 1333 "libc", 1334 "log", 1335 "wasi 0.11.0+wasi-snapshot-preview1", 1336 "windows-sys 0.48.0", 1337] 1338 1339[[package]] 1340name = "native-tls" 1341version = "0.2.12" 1342source = "registry+https://github.com/rust-lang/crates.io-index" 1343checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 1344dependencies = [ 1345 "libc", 1346 "log", 1347 "openssl", 1348 "openssl-probe", 1349 "openssl-sys", 1350 "schannel", 1351 "security-framework", 1352 "security-framework-sys", 1353 "tempfile", 1354] 1355 1356[[package]] 1357name = "num-conv" 1358version = "0.1.0" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1361 1362[[package]] 1363name = "num-traits" 1364version = "0.2.19" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1367dependencies = [ 1368 "autocfg", 1369] 1370 1371[[package]] 1372name = "num_cpus" 1373version = "1.16.0" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1376dependencies = [ 1377 "hermit-abi 0.3.9", 1378 "libc", 1379] 1380 1381[[package]] 1382name = "object" 1383version = "0.32.2" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 1386dependencies = [ 1387 "memchr", 1388] 1389 1390[[package]] 1391name = "once_cell" 1392version = "1.19.0" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1395 1396[[package]] 1397name = "openssl" 1398version = "0.10.64" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" 1401dependencies = [ 1402 "bitflags 2.5.0", 1403 "cfg-if", 1404 "foreign-types", 1405 "libc", 1406 "once_cell", 1407 "openssl-macros", 1408 "openssl-sys", 1409] 1410 1411[[package]] 1412name = "openssl-macros" 1413version = "0.1.1" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1416dependencies = [ 1417 "proc-macro2", 1418 "quote", 1419 "syn 2.0.67", 1420] 1421 1422[[package]] 1423name = "openssl-probe" 1424version = "0.1.5" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1427 1428[[package]] 1429name = "openssl-sys" 1430version = "0.9.102" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" 1433dependencies = [ 1434 "cc", 1435 "libc", 1436 "pkg-config", 1437 "vcpkg", 1438] 1439 1440[[package]] 1441name = "owo-colors" 1442version = "3.5.0" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 1445 1446[[package]] 1447name = "parking_lot" 1448version = "0.12.3" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1451dependencies = [ 1452 "lock_api", 1453 "parking_lot_core", 1454] 1455 1456[[package]] 1457name = "parking_lot_core" 1458version = "0.9.10" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1461dependencies = [ 1462 "cfg-if", 1463 "libc", 1464 "redox_syscall", 1465 "smallvec", 1466 "windows-targets 0.52.5", 1467] 1468 1469[[package]] 1470name = "percent-encoding" 1471version = "2.3.1" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1474 1475[[package]] 1476name = "phf" 1477version = "0.8.0" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12" 1480dependencies = [ 1481 "phf_shared", 1482] 1483 1484[[package]] 1485name = "phf_codegen" 1486version = "0.8.0" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815" 1489dependencies = [ 1490 "phf_generator", 1491 "phf_shared", 1492] 1493 1494[[package]] 1495name = "phf_generator" 1496version = "0.8.0" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526" 1499dependencies = [ 1500 "phf_shared", 1501 "rand 0.7.3", 1502] 1503 1504[[package]] 1505name = "phf_shared" 1506version = "0.8.0" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7" 1509dependencies = [ 1510 "siphasher", 1511] 1512 1513[[package]] 1514name = "pin-project" 1515version = "1.1.5" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 1518dependencies = [ 1519 "pin-project-internal", 1520] 1521 1522[[package]] 1523name = "pin-project-internal" 1524version = "1.1.5" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 1527dependencies = [ 1528 "proc-macro2", 1529 "quote", 1530 "syn 2.0.67", 1531] 1532 1533[[package]] 1534name = "pin-project-lite" 1535version = "0.2.14" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 1538 1539[[package]] 1540name = "pin-utils" 1541version = "0.1.0" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1544 1545[[package]] 1546name = "pkg-config" 1547version = "0.3.30" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1550 1551[[package]] 1552name = "poise" 1553version = "0.6.1" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "1819d5a45e3590ef33754abce46432570c54a120798bdbf893112b4211fa09a6" 1556dependencies = [ 1557 "async-trait", 1558 "derivative", 1559 "futures-util", 1560 "parking_lot", 1561 "poise_macros", 1562 "regex", 1563 "serenity", 1564 "tokio", 1565 "tracing", 1566] 1567 1568[[package]] 1569name = "poise_macros" 1570version = "0.6.1" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "8fa2c123c961e78315cd3deac7663177f12be4460f5440dbf62a7ed37b1effea" 1573dependencies = [ 1574 "darling", 1575 "proc-macro2", 1576 "quote", 1577 "syn 2.0.67", 1578] 1579 1580[[package]] 1581name = "powerfmt" 1582version = "0.2.0" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1585 1586[[package]] 1587name = "ppv-lite86" 1588version = "0.2.17" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1591 1592[[package]] 1593name = "proc-macro2" 1594version = "1.0.86" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 1597dependencies = [ 1598 "unicode-ident", 1599] 1600 1601[[package]] 1602name = "pulldown-cmark" 1603version = "0.9.6" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" 1606dependencies = [ 1607 "bitflags 2.5.0", 1608 "memchr", 1609 "unicase", 1610] 1611 1612[[package]] 1613name = "quote" 1614version = "1.0.36" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 1617dependencies = [ 1618 "proc-macro2", 1619] 1620 1621[[package]] 1622name = "rand" 1623version = "0.7.3" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" 1626dependencies = [ 1627 "getrandom 0.1.16", 1628 "libc", 1629 "rand_chacha 0.2.2", 1630 "rand_core 0.5.1", 1631 "rand_hc", 1632 "rand_pcg", 1633] 1634 1635[[package]] 1636name = "rand" 1637version = "0.8.5" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1640dependencies = [ 1641 "libc", 1642 "rand_chacha 0.3.1", 1643 "rand_core 0.6.4", 1644] 1645 1646[[package]] 1647name = "rand_chacha" 1648version = "0.2.2" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" 1651dependencies = [ 1652 "ppv-lite86", 1653 "rand_core 0.5.1", 1654] 1655 1656[[package]] 1657name = "rand_chacha" 1658version = "0.3.1" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1661dependencies = [ 1662 "ppv-lite86", 1663 "rand_core 0.6.4", 1664] 1665 1666[[package]] 1667name = "rand_core" 1668version = "0.5.1" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" 1671dependencies = [ 1672 "getrandom 0.1.16", 1673] 1674 1675[[package]] 1676name = "rand_core" 1677version = "0.6.4" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1680dependencies = [ 1681 "getrandom 0.2.15", 1682] 1683 1684[[package]] 1685name = "rand_hc" 1686version = "0.2.0" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" 1689dependencies = [ 1690 "rand_core 0.5.1", 1691] 1692 1693[[package]] 1694name = "rand_pcg" 1695version = "0.2.1" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" 1698dependencies = [ 1699 "rand_core 0.5.1", 1700] 1701 1702[[package]] 1703name = "redox_syscall" 1704version = "0.5.2" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 1707dependencies = [ 1708 "bitflags 2.5.0", 1709] 1710 1711[[package]] 1712name = "regex" 1713version = "1.10.5" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 1716dependencies = [ 1717 "aho-corasick", 1718 "memchr", 1719 "regex-automata", 1720 "regex-syntax", 1721] 1722 1723[[package]] 1724name = "regex-automata" 1725version = "0.4.7" 1726source = "registry+https://github.com/rust-lang/crates.io-index" 1727checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 1728dependencies = [ 1729 "aho-corasick", 1730 "memchr", 1731 "regex-syntax", 1732] 1733 1734[[package]] 1735name = "regex-syntax" 1736version = "0.8.4" 1737source = "registry+https://github.com/rust-lang/crates.io-index" 1738checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 1739 1740[[package]] 1741name = "reqwest" 1742version = "0.11.27" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 1745dependencies = [ 1746 "base64 0.21.7", 1747 "bytes", 1748 "encoding_rs", 1749 "futures-core", 1750 "futures-util", 1751 "h2 0.3.26", 1752 "http 0.2.12", 1753 "http-body 0.4.6", 1754 "hyper 0.14.29", 1755 "hyper-rustls 0.24.2", 1756 "ipnet", 1757 "js-sys", 1758 "log", 1759 "mime", 1760 "mime_guess", 1761 "once_cell", 1762 "percent-encoding", 1763 "pin-project-lite", 1764 "rustls 0.21.12", 1765 "rustls-pemfile 1.0.4", 1766 "serde", 1767 "serde_json", 1768 "serde_urlencoded", 1769 "sync_wrapper 0.1.2", 1770 "system-configuration", 1771 "tokio", 1772 "tokio-rustls 0.24.1", 1773 "tokio-util", 1774 "tower-service", 1775 "url", 1776 "wasm-bindgen", 1777 "wasm-bindgen-futures", 1778 "wasm-streams", 1779 "web-sys", 1780 "webpki-roots 0.25.4", 1781 "winreg 0.50.0", 1782] 1783 1784[[package]] 1785name = "reqwest" 1786version = "0.12.5" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37" 1789dependencies = [ 1790 "base64 0.22.1", 1791 "bytes", 1792 "encoding_rs", 1793 "futures-core", 1794 "futures-util", 1795 "h2 0.4.5", 1796 "http 1.1.0", 1797 "http-body 1.0.0", 1798 "http-body-util", 1799 "hyper 1.3.1", 1800 "hyper-rustls 0.27.2", 1801 "hyper-tls", 1802 "hyper-util", 1803 "ipnet", 1804 "js-sys", 1805 "log", 1806 "mime", 1807 "native-tls", 1808 "once_cell", 1809 "percent-encoding", 1810 "pin-project-lite", 1811 "rustls-pemfile 2.1.2", 1812 "serde", 1813 "serde_json", 1814 "serde_urlencoded", 1815 "sync_wrapper 1.0.1", 1816 "system-configuration", 1817 "tokio", 1818 "tokio-native-tls", 1819 "tower-service", 1820 "url", 1821 "wasm-bindgen", 1822 "wasm-bindgen-futures", 1823 "web-sys", 1824 "winreg 0.52.0", 1825] 1826 1827[[package]] 1828name = "ring" 1829version = "0.17.8" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1832dependencies = [ 1833 "cc", 1834 "cfg-if", 1835 "getrandom 0.2.15", 1836 "libc", 1837 "spin", 1838 "untrusted", 1839 "windows-sys 0.52.0", 1840] 1841 1842[[package]] 1843name = "rustc-demangle" 1844version = "0.1.24" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1847 1848[[package]] 1849name = "rustix" 1850version = "0.38.34" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 1853dependencies = [ 1854 "bitflags 2.5.0", 1855 "errno", 1856 "libc", 1857 "linux-raw-sys", 1858 "windows-sys 0.52.0", 1859] 1860 1861[[package]] 1862name = "rustls" 1863version = "0.21.12" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 1866dependencies = [ 1867 "log", 1868 "ring", 1869 "rustls-webpki 0.101.7", 1870 "sct", 1871] 1872 1873[[package]] 1874name = "rustls" 1875version = "0.22.4" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 1878dependencies = [ 1879 "log", 1880 "ring", 1881 "rustls-pki-types", 1882 "rustls-webpki 0.102.4", 1883 "subtle", 1884 "zeroize", 1885] 1886 1887[[package]] 1888name = "rustls" 1889version = "0.23.10" 1890source = "registry+https://github.com/rust-lang/crates.io-index" 1891checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" 1892dependencies = [ 1893 "once_cell", 1894 "rustls-pki-types", 1895 "rustls-webpki 0.102.4", 1896 "subtle", 1897 "zeroize", 1898] 1899 1900[[package]] 1901name = "rustls-pemfile" 1902version = "1.0.4" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1905dependencies = [ 1906 "base64 0.21.7", 1907] 1908 1909[[package]] 1910name = "rustls-pemfile" 1911version = "2.1.2" 1912source = "registry+https://github.com/rust-lang/crates.io-index" 1913checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 1914dependencies = [ 1915 "base64 0.22.1", 1916 "rustls-pki-types", 1917] 1918 1919[[package]] 1920name = "rustls-pki-types" 1921version = "1.7.0" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 1924 1925[[package]] 1926name = "rustls-webpki" 1927version = "0.101.7" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1930dependencies = [ 1931 "ring", 1932 "untrusted", 1933] 1934 1935[[package]] 1936name = "rustls-webpki" 1937version = "0.102.4" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" 1940dependencies = [ 1941 "ring", 1942 "rustls-pki-types", 1943 "untrusted", 1944] 1945 1946[[package]] 1947name = "ryu" 1948version = "1.0.18" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 1951 1952[[package]] 1953name = "same-file" 1954version = "1.0.6" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1957dependencies = [ 1958 "winapi-util", 1959] 1960 1961[[package]] 1962name = "schannel" 1963version = "0.1.23" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 1966dependencies = [ 1967 "windows-sys 0.52.0", 1968] 1969 1970[[package]] 1971name = "scopeguard" 1972version = "1.2.0" 1973source = "registry+https://github.com/rust-lang/crates.io-index" 1974checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1975 1976[[package]] 1977name = "sct" 1978version = "0.7.1" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1981dependencies = [ 1982 "ring", 1983 "untrusted", 1984] 1985 1986[[package]] 1987name = "secrecy" 1988version = "0.8.0" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" 1991dependencies = [ 1992 "serde", 1993 "zeroize", 1994] 1995 1996[[package]] 1997name = "security-framework" 1998version = "2.11.0" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 2001dependencies = [ 2002 "bitflags 2.5.0", 2003 "core-foundation", 2004 "core-foundation-sys", 2005 "libc", 2006 "security-framework-sys", 2007] 2008 2009[[package]] 2010name = "security-framework-sys" 2011version = "2.11.0" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 2014dependencies = [ 2015 "core-foundation-sys", 2016 "libc", 2017] 2018 2019[[package]] 2020name = "semver" 2021version = "1.0.23" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 2024dependencies = [ 2025 "serde", 2026] 2027 2028[[package]] 2029name = "serde" 2030version = "1.0.203" 2031source = "registry+https://github.com/rust-lang/crates.io-index" 2032checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 2033dependencies = [ 2034 "serde_derive", 2035] 2036 2037[[package]] 2038name = "serde_cow" 2039version = "0.1.0" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "64e84ce5596a72f0c4c60759a10ff8c22d5eaf227b0dc2789c8746193309058b" 2042dependencies = [ 2043 "serde", 2044] 2045 2046[[package]] 2047name = "serde_derive" 2048version = "1.0.203" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 2051dependencies = [ 2052 "proc-macro2", 2053 "quote", 2054 "syn 2.0.67", 2055] 2056 2057[[package]] 2058name = "serde_json" 2059version = "1.0.117" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" 2062dependencies = [ 2063 "itoa", 2064 "ryu", 2065 "serde", 2066] 2067 2068[[package]] 2069name = "serde_urlencoded" 2070version = "0.7.1" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2073dependencies = [ 2074 "form_urlencoded", 2075 "itoa", 2076 "ryu", 2077 "serde", 2078] 2079 2080[[package]] 2081name = "serenity" 2082version = "0.12.2" 2083source = "registry+https://github.com/rust-lang/crates.io-index" 2084checksum = "880a04106592d0a8f5bdacb1d935889bfbccb4a14f7074984d9cd857235d34ac" 2085dependencies = [ 2086 "arrayvec", 2087 "async-trait", 2088 "base64 0.22.1", 2089 "bitflags 2.5.0", 2090 "bytes", 2091 "chrono", 2092 "command_attr", 2093 "dashmap", 2094 "flate2", 2095 "futures", 2096 "fxhash", 2097 "levenshtein", 2098 "mime_guess", 2099 "parking_lot", 2100 "percent-encoding", 2101 "reqwest 0.11.27", 2102 "secrecy", 2103 "serde", 2104 "serde_cow", 2105 "serde_json", 2106 "static_assertions", 2107 "time", 2108 "tokio", 2109 "tokio-tungstenite", 2110 "tracing", 2111 "typemap_rev", 2112 "typesize", 2113 "url", 2114 "uwl", 2115] 2116 2117[[package]] 2118name = "sha1" 2119version = "0.10.6" 2120source = "registry+https://github.com/rust-lang/crates.io-index" 2121checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2122dependencies = [ 2123 "cfg-if", 2124 "cpufeatures", 2125 "digest", 2126] 2127 2128[[package]] 2129name = "sharded-slab" 2130version = "0.1.7" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2133dependencies = [ 2134 "lazy_static", 2135] 2136 2137[[package]] 2138name = "signal-hook" 2139version = "0.3.17" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" 2142dependencies = [ 2143 "libc", 2144 "signal-hook-registry", 2145] 2146 2147[[package]] 2148name = "signal-hook-mio" 2149version = "0.2.3" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af" 2152dependencies = [ 2153 "libc", 2154 "mio", 2155 "signal-hook", 2156] 2157 2158[[package]] 2159name = "signal-hook-registry" 2160version = "1.4.2" 2161source = "registry+https://github.com/rust-lang/crates.io-index" 2162checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2163dependencies = [ 2164 "libc", 2165] 2166 2167[[package]] 2168name = "siphasher" 2169version = "0.3.11" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 2172 2173[[package]] 2174name = "skeptic" 2175version = "0.13.7" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8" 2178dependencies = [ 2179 "bytecount", 2180 "cargo_metadata", 2181 "error-chain", 2182 "glob", 2183 "pulldown-cmark", 2184 "tempfile", 2185 "walkdir", 2186] 2187 2188[[package]] 2189name = "slab" 2190version = "0.4.9" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2193dependencies = [ 2194 "autocfg", 2195] 2196 2197[[package]] 2198name = "smallvec" 2199version = "1.13.2" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2202 2203[[package]] 2204name = "smawk" 2205version = "0.3.2" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 2208 2209[[package]] 2210name = "socket2" 2211version = "0.5.7" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2214dependencies = [ 2215 "libc", 2216 "windows-sys 0.52.0", 2217] 2218 2219[[package]] 2220name = "spin" 2221version = "0.9.8" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2224 2225[[package]] 2226name = "static_assertions" 2227version = "1.1.0" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2230 2231[[package]] 2232name = "strsim" 2233version = "0.8.0" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 2236 2237[[package]] 2238name = "strsim" 2239version = "0.11.1" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2242 2243[[package]] 2244name = "subtle" 2245version = "2.6.0" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" 2248 2249[[package]] 2250name = "syn" 2251version = "1.0.109" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2254dependencies = [ 2255 "proc-macro2", 2256 "quote", 2257 "unicode-ident", 2258] 2259 2260[[package]] 2261name = "syn" 2262version = "2.0.67" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90" 2265dependencies = [ 2266 "proc-macro2", 2267 "quote", 2268 "unicode-ident", 2269] 2270 2271[[package]] 2272name = "sync_wrapper" 2273version = "0.1.2" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2276 2277[[package]] 2278name = "sync_wrapper" 2279version = "1.0.1" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 2282 2283[[package]] 2284name = "system-configuration" 2285version = "0.5.1" 2286source = "registry+https://github.com/rust-lang/crates.io-index" 2287checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2288dependencies = [ 2289 "bitflags 1.3.2", 2290 "core-foundation", 2291 "system-configuration-sys", 2292] 2293 2294[[package]] 2295name = "system-configuration-sys" 2296version = "0.5.0" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2299dependencies = [ 2300 "core-foundation-sys", 2301 "libc", 2302] 2303 2304[[package]] 2305name = "tagptr" 2306version = "0.2.0" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2309 2310[[package]] 2311name = "tempfile" 2312version = "3.10.1" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 2315dependencies = [ 2316 "cfg-if", 2317 "fastrand", 2318 "rustix", 2319 "windows-sys 0.52.0", 2320] 2321 2322[[package]] 2323name = "textwrap" 2324version = "0.11.0" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 2327dependencies = [ 2328 "unicode-width", 2329] 2330 2331[[package]] 2332name = "textwrap" 2333version = "0.16.1" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 2336dependencies = [ 2337 "smawk", 2338 "unicode-linebreak", 2339 "unicode-width", 2340] 2341 2342[[package]] 2343name = "thiserror" 2344version = "1.0.61" 2345source = "registry+https://github.com/rust-lang/crates.io-index" 2346checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 2347dependencies = [ 2348 "thiserror-impl", 2349] 2350 2351[[package]] 2352name = "thiserror-impl" 2353version = "1.0.61" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 2356dependencies = [ 2357 "proc-macro2", 2358 "quote", 2359 "syn 2.0.67", 2360] 2361 2362[[package]] 2363name = "thread_local" 2364version = "1.1.8" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2367dependencies = [ 2368 "cfg-if", 2369 "once_cell", 2370] 2371 2372[[package]] 2373name = "time" 2374version = "0.3.36" 2375source = "registry+https://github.com/rust-lang/crates.io-index" 2376checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2377dependencies = [ 2378 "deranged", 2379 "itoa", 2380 "num-conv", 2381 "powerfmt", 2382 "serde", 2383 "time-core", 2384 "time-macros", 2385] 2386 2387[[package]] 2388name = "time-core" 2389version = "0.1.2" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2392 2393[[package]] 2394name = "time-macros" 2395version = "0.2.18" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 2398dependencies = [ 2399 "num-conv", 2400 "time-core", 2401] 2402 2403[[package]] 2404name = "tinyvec" 2405version = "1.6.0" 2406source = "registry+https://github.com/rust-lang/crates.io-index" 2407checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2408dependencies = [ 2409 "tinyvec_macros", 2410] 2411 2412[[package]] 2413name = "tinyvec_macros" 2414version = "0.1.1" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2417 2418[[package]] 2419name = "tokio" 2420version = "1.38.0" 2421source = "registry+https://github.com/rust-lang/crates.io-index" 2422checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 2423dependencies = [ 2424 "backtrace", 2425 "bytes", 2426 "libc", 2427 "mio", 2428 "num_cpus", 2429 "pin-project-lite", 2430 "socket2", 2431 "tokio-macros", 2432 "windows-sys 0.48.0", 2433] 2434 2435[[package]] 2436name = "tokio-macros" 2437version = "2.3.0" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 2440dependencies = [ 2441 "proc-macro2", 2442 "quote", 2443 "syn 2.0.67", 2444] 2445 2446[[package]] 2447name = "tokio-native-tls" 2448version = "0.3.1" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2451dependencies = [ 2452 "native-tls", 2453 "tokio", 2454] 2455 2456[[package]] 2457name = "tokio-rustls" 2458version = "0.24.1" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2461dependencies = [ 2462 "rustls 0.21.12", 2463 "tokio", 2464] 2465 2466[[package]] 2467name = "tokio-rustls" 2468version = "0.25.0" 2469source = "registry+https://github.com/rust-lang/crates.io-index" 2470checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 2471dependencies = [ 2472 "rustls 0.22.4", 2473 "rustls-pki-types", 2474 "tokio", 2475] 2476 2477[[package]] 2478name = "tokio-rustls" 2479version = "0.26.0" 2480source = "registry+https://github.com/rust-lang/crates.io-index" 2481checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 2482dependencies = [ 2483 "rustls 0.23.10", 2484 "rustls-pki-types", 2485 "tokio", 2486] 2487 2488[[package]] 2489name = "tokio-tungstenite" 2490version = "0.21.0" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" 2493dependencies = [ 2494 "futures-util", 2495 "log", 2496 "rustls 0.22.4", 2497 "rustls-pki-types", 2498 "tokio", 2499 "tokio-rustls 0.25.0", 2500 "tungstenite", 2501 "webpki-roots 0.26.3", 2502] 2503 2504[[package]] 2505name = "tokio-util" 2506version = "0.7.11" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 2509dependencies = [ 2510 "bytes", 2511 "futures-core", 2512 "futures-sink", 2513 "pin-project-lite", 2514 "tokio", 2515] 2516 2517[[package]] 2518name = "tower" 2519version = "0.4.13" 2520source = "registry+https://github.com/rust-lang/crates.io-index" 2521checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 2522dependencies = [ 2523 "futures-core", 2524 "futures-util", 2525 "pin-project", 2526 "pin-project-lite", 2527 "tokio", 2528 "tower-layer", 2529 "tower-service", 2530] 2531 2532[[package]] 2533name = "tower-layer" 2534version = "0.3.2" 2535source = "registry+https://github.com/rust-lang/crates.io-index" 2536checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 2537 2538[[package]] 2539name = "tower-service" 2540version = "0.3.2" 2541source = "registry+https://github.com/rust-lang/crates.io-index" 2542checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2543 2544[[package]] 2545name = "tracing" 2546version = "0.1.40" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2549dependencies = [ 2550 "log", 2551 "pin-project-lite", 2552 "tracing-attributes", 2553 "tracing-core", 2554] 2555 2556[[package]] 2557name = "tracing-attributes" 2558version = "0.1.27" 2559source = "registry+https://github.com/rust-lang/crates.io-index" 2560checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2561dependencies = [ 2562 "proc-macro2", 2563 "quote", 2564 "syn 2.0.67", 2565] 2566 2567[[package]] 2568name = "tracing-core" 2569version = "0.1.32" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2572dependencies = [ 2573 "once_cell", 2574 "valuable", 2575] 2576 2577[[package]] 2578name = "tracing-error" 2579version = "0.2.0" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" 2582dependencies = [ 2583 "tracing", 2584 "tracing-subscriber", 2585] 2586 2587[[package]] 2588name = "tracing-subscriber" 2589version = "0.3.18" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2592dependencies = [ 2593 "sharded-slab", 2594 "thread_local", 2595 "tracing-core", 2596] 2597 2598[[package]] 2599name = "triomphe" 2600version = "0.1.13" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369" 2603 2604[[package]] 2605name = "try-lock" 2606version = "0.2.5" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2609 2610[[package]] 2611name = "tungstenite" 2612version = "0.21.0" 2613source = "registry+https://github.com/rust-lang/crates.io-index" 2614checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" 2615dependencies = [ 2616 "byteorder", 2617 "bytes", 2618 "data-encoding", 2619 "http 1.1.0", 2620 "httparse", 2621 "log", 2622 "rand 0.8.5", 2623 "rustls 0.22.4", 2624 "rustls-pki-types", 2625 "sha1", 2626 "thiserror", 2627 "url", 2628 "utf-8", 2629] 2630 2631[[package]] 2632name = "typemap_rev" 2633version = "0.3.0" 2634source = "registry+https://github.com/rust-lang/crates.io-index" 2635checksum = "74b08b0c1257381af16a5c3605254d529d3e7e109f3c62befc5d168968192998" 2636 2637[[package]] 2638name = "typenum" 2639version = "1.17.0" 2640source = "registry+https://github.com/rust-lang/crates.io-index" 2641checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2642 2643[[package]] 2644name = "typesize" 2645version = "0.1.7" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "eb704842c709bc76f63e99e704cb208beeccca2abbabd0d9aec02e48ca1cee0f" 2648dependencies = [ 2649 "chrono", 2650 "dashmap", 2651 "hashbrown", 2652 "mini-moka", 2653 "parking_lot", 2654 "secrecy", 2655 "serde_json", 2656 "time", 2657 "typesize-derive", 2658 "url", 2659] 2660 2661[[package]] 2662name = "typesize-derive" 2663version = "0.1.7" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "905e88c2a4cc27686bd57e495121d451f027e441388a67f773be729ad4be1ea8" 2666dependencies = [ 2667 "proc-macro2", 2668 "quote", 2669 "syn 2.0.67", 2670] 2671 2672[[package]] 2673name = "unicase" 2674version = "2.7.0" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 2677dependencies = [ 2678 "version_check", 2679] 2680 2681[[package]] 2682name = "unicode-bidi" 2683version = "0.3.15" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 2686 2687[[package]] 2688name = "unicode-ident" 2689version = "1.0.12" 2690source = "registry+https://github.com/rust-lang/crates.io-index" 2691checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2692 2693[[package]] 2694name = "unicode-linebreak" 2695version = "0.1.5" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2698 2699[[package]] 2700name = "unicode-normalization" 2701version = "0.1.23" 2702source = "registry+https://github.com/rust-lang/crates.io-index" 2703checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 2704dependencies = [ 2705 "tinyvec", 2706] 2707 2708[[package]] 2709name = "unicode-width" 2710version = "0.1.13" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 2713 2714[[package]] 2715name = "untrusted" 2716version = "0.9.0" 2717source = "registry+https://github.com/rust-lang/crates.io-index" 2718checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2719 2720[[package]] 2721name = "url" 2722version = "2.5.2" 2723source = "registry+https://github.com/rust-lang/crates.io-index" 2724checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 2725dependencies = [ 2726 "form_urlencoded", 2727 "idna", 2728 "percent-encoding", 2729 "serde", 2730] 2731 2732[[package]] 2733name = "utf-8" 2734version = "0.7.6" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2737 2738[[package]] 2739name = "utf8parse" 2740version = "0.2.2" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2743 2744[[package]] 2745name = "uwl" 2746version = "0.6.0" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0" 2749 2750[[package]] 2751name = "valuable" 2752version = "0.1.0" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2755 2756[[package]] 2757name = "vcpkg" 2758version = "0.2.15" 2759source = "registry+https://github.com/rust-lang/crates.io-index" 2760checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2761 2762[[package]] 2763name = "vec_map" 2764version = "0.8.2" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2767 2768[[package]] 2769name = "version_check" 2770version = "0.9.4" 2771source = "registry+https://github.com/rust-lang/crates.io-index" 2772checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2773 2774[[package]] 2775name = "walkdir" 2776version = "2.5.0" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2779dependencies = [ 2780 "same-file", 2781 "winapi-util", 2782] 2783 2784[[package]] 2785name = "want" 2786version = "0.3.1" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2789dependencies = [ 2790 "try-lock", 2791] 2792 2793[[package]] 2794name = "wasi" 2795version = "0.9.0+wasi-snapshot-preview1" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" 2798 2799[[package]] 2800name = "wasi" 2801version = "0.11.0+wasi-snapshot-preview1" 2802source = "registry+https://github.com/rust-lang/crates.io-index" 2803checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2804 2805[[package]] 2806name = "wasm-bindgen" 2807version = "0.2.92" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 2810dependencies = [ 2811 "cfg-if", 2812 "wasm-bindgen-macro", 2813] 2814 2815[[package]] 2816name = "wasm-bindgen-backend" 2817version = "0.2.92" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 2820dependencies = [ 2821 "bumpalo", 2822 "log", 2823 "once_cell", 2824 "proc-macro2", 2825 "quote", 2826 "syn 2.0.67", 2827 "wasm-bindgen-shared", 2828] 2829 2830[[package]] 2831name = "wasm-bindgen-futures" 2832version = "0.4.42" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 2835dependencies = [ 2836 "cfg-if", 2837 "js-sys", 2838 "wasm-bindgen", 2839 "web-sys", 2840] 2841 2842[[package]] 2843name = "wasm-bindgen-macro" 2844version = "0.2.92" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 2847dependencies = [ 2848 "quote", 2849 "wasm-bindgen-macro-support", 2850] 2851 2852[[package]] 2853name = "wasm-bindgen-macro-support" 2854version = "0.2.92" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 2857dependencies = [ 2858 "proc-macro2", 2859 "quote", 2860 "syn 2.0.67", 2861 "wasm-bindgen-backend", 2862 "wasm-bindgen-shared", 2863] 2864 2865[[package]] 2866name = "wasm-bindgen-shared" 2867version = "0.2.92" 2868source = "registry+https://github.com/rust-lang/crates.io-index" 2869checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 2870 2871[[package]] 2872name = "wasm-streams" 2873version = "0.4.0" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 2876dependencies = [ 2877 "futures-util", 2878 "js-sys", 2879 "wasm-bindgen", 2880 "wasm-bindgen-futures", 2881 "web-sys", 2882] 2883 2884[[package]] 2885name = "web-sys" 2886version = "0.3.69" 2887source = "registry+https://github.com/rust-lang/crates.io-index" 2888checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 2889dependencies = [ 2890 "js-sys", 2891 "wasm-bindgen", 2892] 2893 2894[[package]] 2895name = "webpki-roots" 2896version = "0.25.4" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 2899 2900[[package]] 2901name = "webpki-roots" 2902version = "0.26.3" 2903source = "registry+https://github.com/rust-lang/crates.io-index" 2904checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" 2905dependencies = [ 2906 "rustls-pki-types", 2907] 2908 2909[[package]] 2910name = "winapi" 2911version = "0.3.9" 2912source = "registry+https://github.com/rust-lang/crates.io-index" 2913checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2914dependencies = [ 2915 "winapi-i686-pc-windows-gnu", 2916 "winapi-x86_64-pc-windows-gnu", 2917] 2918 2919[[package]] 2920name = "winapi-i686-pc-windows-gnu" 2921version = "0.4.0" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2924 2925[[package]] 2926name = "winapi-util" 2927version = "0.1.8" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 2930dependencies = [ 2931 "windows-sys 0.52.0", 2932] 2933 2934[[package]] 2935name = "winapi-x86_64-pc-windows-gnu" 2936version = "0.4.0" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2939 2940[[package]] 2941name = "windows-core" 2942version = "0.52.0" 2943source = "registry+https://github.com/rust-lang/crates.io-index" 2944checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2945dependencies = [ 2946 "windows-targets 0.52.5", 2947] 2948 2949[[package]] 2950name = "windows-sys" 2951version = "0.48.0" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2954dependencies = [ 2955 "windows-targets 0.48.5", 2956] 2957 2958[[package]] 2959name = "windows-sys" 2960version = "0.52.0" 2961source = "registry+https://github.com/rust-lang/crates.io-index" 2962checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2963dependencies = [ 2964 "windows-targets 0.52.5", 2965] 2966 2967[[package]] 2968name = "windows-targets" 2969version = "0.48.5" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2972dependencies = [ 2973 "windows_aarch64_gnullvm 0.48.5", 2974 "windows_aarch64_msvc 0.48.5", 2975 "windows_i686_gnu 0.48.5", 2976 "windows_i686_msvc 0.48.5", 2977 "windows_x86_64_gnu 0.48.5", 2978 "windows_x86_64_gnullvm 0.48.5", 2979 "windows_x86_64_msvc 0.48.5", 2980] 2981 2982[[package]] 2983name = "windows-targets" 2984version = "0.52.5" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 2987dependencies = [ 2988 "windows_aarch64_gnullvm 0.52.5", 2989 "windows_aarch64_msvc 0.52.5", 2990 "windows_i686_gnu 0.52.5", 2991 "windows_i686_gnullvm", 2992 "windows_i686_msvc 0.52.5", 2993 "windows_x86_64_gnu 0.52.5", 2994 "windows_x86_64_gnullvm 0.52.5", 2995 "windows_x86_64_msvc 0.52.5", 2996] 2997 2998[[package]] 2999name = "windows_aarch64_gnullvm" 3000version = "0.48.5" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3003 3004[[package]] 3005name = "windows_aarch64_gnullvm" 3006version = "0.52.5" 3007source = "registry+https://github.com/rust-lang/crates.io-index" 3008checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 3009 3010[[package]] 3011name = "windows_aarch64_msvc" 3012version = "0.48.5" 3013source = "registry+https://github.com/rust-lang/crates.io-index" 3014checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3015 3016[[package]] 3017name = "windows_aarch64_msvc" 3018version = "0.52.5" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 3021 3022[[package]] 3023name = "windows_i686_gnu" 3024version = "0.48.5" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3027 3028[[package]] 3029name = "windows_i686_gnu" 3030version = "0.52.5" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 3033 3034[[package]] 3035name = "windows_i686_gnullvm" 3036version = "0.52.5" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 3039 3040[[package]] 3041name = "windows_i686_msvc" 3042version = "0.48.5" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3045 3046[[package]] 3047name = "windows_i686_msvc" 3048version = "0.52.5" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 3051 3052[[package]] 3053name = "windows_x86_64_gnu" 3054version = "0.48.5" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3057 3058[[package]] 3059name = "windows_x86_64_gnu" 3060version = "0.52.5" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 3063 3064[[package]] 3065name = "windows_x86_64_gnullvm" 3066version = "0.48.5" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3069 3070[[package]] 3071name = "windows_x86_64_gnullvm" 3072version = "0.52.5" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 3075 3076[[package]] 3077name = "windows_x86_64_msvc" 3078version = "0.48.5" 3079source = "registry+https://github.com/rust-lang/crates.io-index" 3080checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3081 3082[[package]] 3083name = "windows_x86_64_msvc" 3084version = "0.52.5" 3085source = "registry+https://github.com/rust-lang/crates.io-index" 3086checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 3087 3088[[package]] 3089name = "winreg" 3090version = "0.50.0" 3091source = "registry+https://github.com/rust-lang/crates.io-index" 3092checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3093dependencies = [ 3094 "cfg-if", 3095 "windows-sys 0.48.0", 3096] 3097 3098[[package]] 3099name = "winreg" 3100version = "0.52.0" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 3103dependencies = [ 3104 "cfg-if", 3105 "windows-sys 0.48.0", 3106] 3107 3108[[package]] 3109name = "zeroize" 3110version = "1.8.1" 3111source = "registry+https://github.com/rust-lang/crates.io-index" 3112checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"