Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10 11[[package]] 12name = "adler" 13version = "1.0.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 16 17[[package]] 18name = "ahash" 19version = "0.7.6" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" 22dependencies = [ 23 "getrandom", 24 "once_cell", 25 "version_check", 26] 27 28[[package]] 29name = "aho-corasick" 30version = "0.7.20" 31source = "registry+https://github.com/rust-lang/crates.io-index" 32checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 33dependencies = [ 34 "memchr", 35] 36 37[[package]] 38name = "aho-corasick" 39version = "1.0.1" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04" 42dependencies = [ 43 "memchr", 44] 45 46[[package]] 47name = "android_system_properties" 48version = "0.1.5" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 51dependencies = [ 52 "libc", 53] 54 55[[package]] 56name = "anes" 57version = "0.1.6" 58source = "registry+https://github.com/rust-lang/crates.io-index" 59checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 60 61[[package]] 62name = "annotate-snippets" 63version = "0.6.1" 64source = "registry+https://github.com/rust-lang/crates.io-index" 65checksum = "c7021ce4924a3f25f802b2cccd1af585e39ea1a363a1aa2e72afe54b67a3a7a7" 66 67[[package]] 68name = "annotate-snippets" 69version = "0.9.1" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "c3b9d411ecbaf79885c6df4d75fff75858d5995ff25385657a28af47e82f9c36" 72dependencies = [ 73 "unicode-width", 74 "yansi-term", 75] 76 77[[package]] 78name = "anstream" 79version = "0.3.2" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" 82dependencies = [ 83 "anstyle", 84 "anstyle-parse", 85 "anstyle-query", 86 "anstyle-wincon", 87 "colorchoice", 88 "is-terminal", 89 "utf8parse", 90] 91 92[[package]] 93name = "anstyle" 94version = "1.0.0" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 97 98[[package]] 99name = "anstyle-parse" 100version = "0.2.0" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee" 103dependencies = [ 104 "utf8parse", 105] 106 107[[package]] 108name = "anstyle-query" 109version = "1.0.0" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" 112dependencies = [ 113 "windows-sys 0.48.0", 114] 115 116[[package]] 117name = "anstyle-wincon" 118version = "1.0.1" 119source = "registry+https://github.com/rust-lang/crates.io-index" 120checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" 121dependencies = [ 122 "anstyle", 123 "windows-sys 0.48.0", 124] 125 126[[package]] 127name = "anyhow" 128version = "1.0.71" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" 131 132[[package]] 133name = "argfile" 134version = "0.1.5" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "265f5108974489a217d5098cd81666b60480c8dd67302acbbe7cbdd8aa09d638" 137dependencies = [ 138 "os_str_bytes", 139] 140 141[[package]] 142name = "assert_cmd" 143version = "2.0.11" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151" 146dependencies = [ 147 "anstyle", 148 "bstr", 149 "doc-comment", 150 "predicates", 151 "predicates-core", 152 "predicates-tree", 153 "wait-timeout", 154] 155 156[[package]] 157name = "atty" 158version = "0.2.14" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 161dependencies = [ 162 "hermit-abi 0.1.19", 163 "libc", 164 "winapi", 165] 166 167[[package]] 168name = "autocfg" 169version = "1.1.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 172 173[[package]] 174name = "base64" 175version = "0.13.1" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 178 179[[package]] 180name = "bincode" 181version = "1.3.3" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 184dependencies = [ 185 "serde", 186] 187 188[[package]] 189name = "bitflags" 190version = "1.3.2" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 193 194[[package]] 195name = "bitflags" 196version = "2.3.1" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" 199 200[[package]] 201name = "bstr" 202version = "1.4.0" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 205dependencies = [ 206 "memchr", 207 "once_cell", 208 "regex-automata", 209 "serde", 210] 211 212[[package]] 213name = "bumpalo" 214version = "3.12.2" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 217 218[[package]] 219name = "cachedir" 220version = "0.3.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "e236bf5873ea57ec2877445297f4da008916bfae51567131acfc54a073d694f3" 223dependencies = [ 224 "tempfile", 225] 226 227[[package]] 228name = "cast" 229version = "0.3.0" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 232 233[[package]] 234name = "cc" 235version = "1.0.79" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 238 239[[package]] 240name = "cfg-if" 241version = "1.0.0" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 244 245[[package]] 246name = "chic" 247version = "1.2.2" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "a5b5db619f3556839cb2223ae86ff3f9a09da2c5013be42bc9af08c9589bf70c" 250dependencies = [ 251 "annotate-snippets 0.6.1", 252] 253 254[[package]] 255name = "chrono" 256version = "0.4.24" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" 259dependencies = [ 260 "iana-time-zone", 261 "js-sys", 262 "num-integer", 263 "num-traits", 264 "time", 265 "wasm-bindgen", 266 "winapi", 267] 268 269[[package]] 270name = "ciborium" 271version = "0.2.1" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" 274dependencies = [ 275 "ciborium-io", 276 "ciborium-ll", 277 "serde", 278] 279 280[[package]] 281name = "ciborium-io" 282version = "0.2.1" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" 285 286[[package]] 287name = "ciborium-ll" 288version = "0.2.1" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" 291dependencies = [ 292 "ciborium-io", 293 "half", 294] 295 296[[package]] 297name = "clap" 298version = "3.2.25" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 301dependencies = [ 302 "bitflags 1.3.2", 303 "clap_lex 0.2.4", 304 "indexmap", 305 "textwrap", 306] 307 308[[package]] 309name = "clap" 310version = "4.2.7" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938" 313dependencies = [ 314 "clap_builder", 315 "clap_derive", 316 "once_cell", 317] 318 319[[package]] 320name = "clap_builder" 321version = "4.2.7" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd" 324dependencies = [ 325 "anstream", 326 "anstyle", 327 "bitflags 1.3.2", 328 "clap_lex 0.4.1", 329 "strsim", 330] 331 332[[package]] 333name = "clap_complete" 334version = "4.2.3" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8" 337dependencies = [ 338 "clap 4.2.7", 339] 340 341[[package]] 342name = "clap_complete_command" 343version = "0.5.1" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "183495371ea78d4c9ff638bfc6497d46fed2396e4f9c50aebc1278a4a9919a3d" 346dependencies = [ 347 "clap 4.2.7", 348 "clap_complete", 349 "clap_complete_fig", 350 "clap_complete_nushell", 351] 352 353[[package]] 354name = "clap_complete_fig" 355version = "4.2.0" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "f3af28956330989baa428ed4d3471b853715d445c62de21b67292e22cf8a41fa" 358dependencies = [ 359 "clap 4.2.7", 360 "clap_complete", 361] 362 363[[package]] 364name = "clap_complete_nushell" 365version = "0.1.10" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "c7fa41f5e6aa83bd151b70fd0ceaee703d68cd669522795dc812df9edad1252c" 368dependencies = [ 369 "clap 4.2.7", 370 "clap_complete", 371] 372 373[[package]] 374name = "clap_derive" 375version = "4.2.0" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" 378dependencies = [ 379 "heck", 380 "proc-macro2", 381 "quote", 382 "syn 2.0.15", 383] 384 385[[package]] 386name = "clap_lex" 387version = "0.2.4" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 390dependencies = [ 391 "os_str_bytes", 392] 393 394[[package]] 395name = "clap_lex" 396version = "0.4.1" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" 399 400[[package]] 401name = "clearscreen" 402version = "2.0.1" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "72f3f22f1a586604e62efd23f78218f3ccdecf7a33c4500db2d37d85a24fe994" 405dependencies = [ 406 "nix", 407 "terminfo", 408 "thiserror", 409 "which", 410 "winapi", 411] 412 413[[package]] 414name = "colorchoice" 415version = "1.0.0" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 418 419[[package]] 420name = "colored" 421version = "2.0.0" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 424dependencies = [ 425 "atty", 426 "lazy_static", 427 "winapi", 428] 429 430[[package]] 431name = "configparser" 432version = "3.0.2" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "5458d9d1a587efaf5091602c59d299696a3877a439c8f6d461a2d3cce11df87a" 435 436[[package]] 437name = "console" 438version = "0.15.5" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60" 441dependencies = [ 442 "encode_unicode", 443 "lazy_static", 444 "libc", 445 "windows-sys 0.42.0", 446] 447 448[[package]] 449name = "console_error_panic_hook" 450version = "0.1.7" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 453dependencies = [ 454 "cfg-if", 455 "wasm-bindgen", 456] 457 458[[package]] 459name = "console_log" 460version = "1.0.0" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "be8aed40e4edbf4d3b4431ab260b63fdc40f5780a4766824329ea0f1eefe3c0f" 463dependencies = [ 464 "log", 465 "web-sys", 466] 467 468[[package]] 469name = "core-foundation-sys" 470version = "0.8.4" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 473 474[[package]] 475name = "crc32fast" 476version = "1.3.2" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 479dependencies = [ 480 "cfg-if", 481] 482 483[[package]] 484name = "criterion" 485version = "0.4.0" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" 488dependencies = [ 489 "anes", 490 "atty", 491 "cast", 492 "ciborium", 493 "clap 3.2.25", 494 "criterion-plot", 495 "itertools", 496 "lazy_static", 497 "num-traits", 498 "oorandom", 499 "plotters", 500 "rayon", 501 "regex", 502 "serde", 503 "serde_derive", 504 "serde_json", 505 "tinytemplate", 506 "walkdir", 507] 508 509[[package]] 510name = "criterion-plot" 511version = "0.5.0" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 514dependencies = [ 515 "cast", 516 "itertools", 517] 518 519[[package]] 520name = "crossbeam-channel" 521version = "0.5.8" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 524dependencies = [ 525 "cfg-if", 526 "crossbeam-utils", 527] 528 529[[package]] 530name = "crossbeam-deque" 531version = "0.8.3" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" 534dependencies = [ 535 "cfg-if", 536 "crossbeam-epoch", 537 "crossbeam-utils", 538] 539 540[[package]] 541name = "crossbeam-epoch" 542version = "0.9.14" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" 545dependencies = [ 546 "autocfg", 547 "cfg-if", 548 "crossbeam-utils", 549 "memoffset", 550 "scopeguard", 551] 552 553[[package]] 554name = "crossbeam-utils" 555version = "0.8.15" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 558dependencies = [ 559 "cfg-if", 560] 561 562[[package]] 563name = "crunchy" 564version = "0.2.2" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 567 568[[package]] 569name = "ctor" 570version = "0.1.26" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 573dependencies = [ 574 "quote", 575 "syn 1.0.109", 576] 577 578[[package]] 579name = "diff" 580version = "0.1.13" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 583 584[[package]] 585name = "difflib" 586version = "0.4.0" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" 589 590[[package]] 591name = "dirs" 592version = "4.0.0" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" 595dependencies = [ 596 "dirs-sys 0.3.7", 597] 598 599[[package]] 600name = "dirs" 601version = "5.0.1" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 604dependencies = [ 605 "dirs-sys 0.4.1", 606] 607 608[[package]] 609name = "dirs-sys" 610version = "0.3.7" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" 613dependencies = [ 614 "libc", 615 "redox_users", 616 "winapi", 617] 618 619[[package]] 620name = "dirs-sys" 621version = "0.4.1" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 624dependencies = [ 625 "libc", 626 "option-ext", 627 "redox_users", 628 "windows-sys 0.48.0", 629] 630 631[[package]] 632name = "doc-comment" 633version = "0.3.3" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 636 637[[package]] 638name = "drop_bomb" 639version = "0.1.5" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1" 642 643[[package]] 644name = "dyn-clone" 645version = "1.0.11" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" 648 649[[package]] 650name = "either" 651version = "1.8.1" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 654 655[[package]] 656name = "encode_unicode" 657version = "0.3.6" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 660 661[[package]] 662name = "errno" 663version = "0.3.1" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 666dependencies = [ 667 "errno-dragonfly", 668 "libc", 669 "windows-sys 0.48.0", 670] 671 672[[package]] 673name = "errno-dragonfly" 674version = "0.1.2" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 677dependencies = [ 678 "cc", 679 "libc", 680] 681 682[[package]] 683name = "fastrand" 684version = "1.9.0" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 687dependencies = [ 688 "instant", 689] 690 691[[package]] 692name = "fern" 693version = "0.6.2" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee" 696dependencies = [ 697 "log", 698] 699 700[[package]] 701name = "filetime" 702version = "0.2.21" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 705dependencies = [ 706 "cfg-if", 707 "libc", 708 "redox_syscall 0.2.16", 709 "windows-sys 0.48.0", 710] 711 712[[package]] 713name = "flake8-to-ruff" 714version = "0.0.270" 715dependencies = [ 716 "anyhow", 717 "clap 4.2.7", 718 "colored", 719 "configparser", 720 "once_cell", 721 "regex", 722 "ruff", 723 "rustc-hash", 724 "serde", 725 "serde_json", 726 "strum", 727 "strum_macros", 728 "toml", 729] 730 731[[package]] 732name = "flate2" 733version = "1.0.26" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 736dependencies = [ 737 "crc32fast", 738 "miniz_oxide", 739] 740 741[[package]] 742name = "fnv" 743version = "1.0.7" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 746 747[[package]] 748name = "form_urlencoded" 749version = "1.1.0" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 752dependencies = [ 753 "percent-encoding", 754] 755 756[[package]] 757name = "fsevent-sys" 758version = "4.1.0" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 761dependencies = [ 762 "libc", 763] 764 765[[package]] 766name = "getrandom" 767version = "0.2.9" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" 770dependencies = [ 771 "cfg-if", 772 "js-sys", 773 "libc", 774 "wasi 0.11.0+wasi-snapshot-preview1", 775 "wasm-bindgen", 776] 777 778[[package]] 779name = "glob" 780version = "0.3.1" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 783 784[[package]] 785name = "globset" 786version = "0.4.10" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" 789dependencies = [ 790 "aho-corasick 0.7.20", 791 "bstr", 792 "fnv", 793 "log", 794 "regex", 795] 796 797[[package]] 798name = "half" 799version = "1.8.2" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" 802 803[[package]] 804name = "hashbrown" 805version = "0.12.3" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 808dependencies = [ 809 "ahash", 810] 811 812[[package]] 813name = "heck" 814version = "0.4.1" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 817 818[[package]] 819name = "hermit-abi" 820version = "0.1.19" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 823dependencies = [ 824 "libc", 825] 826 827[[package]] 828name = "hermit-abi" 829version = "0.2.6" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 832dependencies = [ 833 "libc", 834] 835 836[[package]] 837name = "hermit-abi" 838version = "0.3.1" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 841 842[[package]] 843name = "hexf-parse" 844version = "0.2.1" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" 847 848[[package]] 849name = "iana-time-zone" 850version = "0.1.56" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c" 853dependencies = [ 854 "android_system_properties", 855 "core-foundation-sys", 856 "iana-time-zone-haiku", 857 "js-sys", 858 "wasm-bindgen", 859 "windows", 860] 861 862[[package]] 863name = "iana-time-zone-haiku" 864version = "0.1.2" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 867dependencies = [ 868 "cc", 869] 870 871[[package]] 872name = "idna" 873version = "0.3.0" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 876dependencies = [ 877 "unicode-bidi", 878 "unicode-normalization", 879] 880 881[[package]] 882name = "ignore" 883version = "0.4.20" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492" 886dependencies = [ 887 "globset", 888 "lazy_static", 889 "log", 890 "memchr", 891 "regex", 892 "same-file", 893 "thread_local", 894 "walkdir", 895 "winapi-util", 896] 897 898[[package]] 899name = "imperative" 900version = "1.0.4" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "9f92123bf2fe0d9f1b5df1964727b970ca3b2d0203d47cf97fb1f36d856b6398" 903dependencies = [ 904 "phf", 905 "rust-stemmers", 906] 907 908[[package]] 909name = "indexmap" 910version = "1.9.3" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 913dependencies = [ 914 "autocfg", 915 "hashbrown", 916] 917 918[[package]] 919name = "inotify" 920version = "0.9.6" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff" 923dependencies = [ 924 "bitflags 1.3.2", 925 "inotify-sys", 926 "libc", 927] 928 929[[package]] 930name = "inotify-sys" 931version = "0.1.5" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 934dependencies = [ 935 "libc", 936] 937 938[[package]] 939name = "insta" 940version = "1.29.0" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" 943dependencies = [ 944 "console", 945 "lazy_static", 946 "linked-hash-map", 947 "similar", 948 "yaml-rust", 949] 950 951[[package]] 952name = "instant" 953version = "0.1.12" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 956dependencies = [ 957 "cfg-if", 958] 959 960[[package]] 961name = "io-lifetimes" 962version = "1.0.10" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 965dependencies = [ 966 "hermit-abi 0.3.1", 967 "libc", 968 "windows-sys 0.48.0", 969] 970 971[[package]] 972name = "is-macro" 973version = "0.2.2" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "8a7d079e129b77477a49c5c4f1cfe9ce6c2c909ef52520693e8e811a714c7b20" 976dependencies = [ 977 "Inflector", 978 "pmutil", 979 "proc-macro2", 980 "quote", 981 "syn 1.0.109", 982] 983 984[[package]] 985name = "is-terminal" 986version = "0.4.7" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 989dependencies = [ 990 "hermit-abi 0.3.1", 991 "io-lifetimes", 992 "rustix", 993 "windows-sys 0.48.0", 994] 995 996[[package]] 997name = "itertools" 998version = "0.10.5" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1001dependencies = [ 1002 "either", 1003] 1004 1005[[package]] 1006name = "itoa" 1007version = "1.0.6" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 1010 1011[[package]] 1012name = "js-sys" 1013version = "0.3.62" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 1016dependencies = [ 1017 "wasm-bindgen", 1018] 1019 1020[[package]] 1021name = "kqueue" 1022version = "1.0.7" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98" 1025dependencies = [ 1026 "kqueue-sys", 1027 "libc", 1028] 1029 1030[[package]] 1031name = "kqueue-sys" 1032version = "1.0.3" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587" 1035dependencies = [ 1036 "bitflags 1.3.2", 1037 "libc", 1038] 1039 1040[[package]] 1041name = "lalrpop-util" 1042version = "0.20.0" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d" 1045 1046[[package]] 1047name = "lazy_static" 1048version = "1.4.0" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1051 1052[[package]] 1053name = "lexical-parse-float" 1054version = "0.8.5" 1055source = "registry+https://github.com/rust-lang/crates.io-index" 1056checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 1057dependencies = [ 1058 "lexical-parse-integer", 1059 "lexical-util", 1060 "static_assertions", 1061] 1062 1063[[package]] 1064name = "lexical-parse-integer" 1065version = "0.8.6" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 1068dependencies = [ 1069 "lexical-util", 1070 "static_assertions", 1071] 1072 1073[[package]] 1074name = "lexical-util" 1075version = "0.8.5" 1076source = "registry+https://github.com/rust-lang/crates.io-index" 1077checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 1078dependencies = [ 1079 "static_assertions", 1080] 1081 1082[[package]] 1083name = "libc" 1084version = "0.2.144" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 1087 1088[[package]] 1089name = "libcst" 1090version = "0.1.0" 1091source = "git+https://github.com/charliermarsh/LibCST?rev=80e4c1399f95e5beb532fdd1e209ad2dbb470438#80e4c1399f95e5beb532fdd1e209ad2dbb470438" 1092dependencies = [ 1093 "chic", 1094 "itertools", 1095 "libcst_derive", 1096 "once_cell", 1097 "paste", 1098 "peg", 1099 "regex", 1100 "thiserror", 1101] 1102 1103[[package]] 1104name = "libcst_derive" 1105version = "0.1.0" 1106source = "git+https://github.com/charliermarsh/LibCST?rev=80e4c1399f95e5beb532fdd1e209ad2dbb470438#80e4c1399f95e5beb532fdd1e209ad2dbb470438" 1107dependencies = [ 1108 "quote", 1109 "syn 1.0.109", 1110] 1111 1112[[package]] 1113name = "libmimalloc-sys" 1114version = "0.1.33" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "f4ac0e912c8ef1b735e92369695618dc5b1819f5a7bf3f167301a3ba1cea515e" 1117dependencies = [ 1118 "cc", 1119 "libc", 1120] 1121 1122[[package]] 1123name = "linked-hash-map" 1124version = "0.5.6" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1127 1128[[package]] 1129name = "linux-raw-sys" 1130version = "0.3.7" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 1133 1134[[package]] 1135name = "log" 1136version = "0.4.17" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 1139dependencies = [ 1140 "cfg-if", 1141] 1142 1143[[package]] 1144name = "matches" 1145version = "0.1.10" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" 1148 1149[[package]] 1150name = "memchr" 1151version = "2.5.0" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 1154 1155[[package]] 1156name = "memoffset" 1157version = "0.8.0" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" 1160dependencies = [ 1161 "autocfg", 1162] 1163 1164[[package]] 1165name = "mimalloc" 1166version = "0.1.37" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "4e2894987a3459f3ffb755608bd82188f8ed00d0ae077f1edea29c068d639d98" 1169dependencies = [ 1170 "libmimalloc-sys", 1171] 1172 1173[[package]] 1174name = "minimal-lexical" 1175version = "0.2.1" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1178 1179[[package]] 1180name = "miniz_oxide" 1181version = "0.7.1" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1184dependencies = [ 1185 "adler", 1186] 1187 1188[[package]] 1189name = "mio" 1190version = "0.8.6" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" 1193dependencies = [ 1194 "libc", 1195 "log", 1196 "wasi 0.11.0+wasi-snapshot-preview1", 1197 "windows-sys 0.45.0", 1198] 1199 1200[[package]] 1201name = "natord" 1202version = "1.0.9" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c" 1205 1206[[package]] 1207name = "nextest-workspace-hack" 1208version = "0.1.0" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "d906846a98739ed9d73d66e62c2641eef8321f1734b7a1156ab045a0248fb2b3" 1211 1212[[package]] 1213name = "nix" 1214version = "0.26.2" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" 1217dependencies = [ 1218 "bitflags 1.3.2", 1219 "cfg-if", 1220 "libc", 1221 "static_assertions", 1222] 1223 1224[[package]] 1225name = "nohash-hasher" 1226version = "0.2.0" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" 1229 1230[[package]] 1231name = "nom" 1232version = "7.1.3" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1235dependencies = [ 1236 "memchr", 1237 "minimal-lexical", 1238] 1239 1240[[package]] 1241name = "notify" 1242version = "5.1.0" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9" 1245dependencies = [ 1246 "bitflags 1.3.2", 1247 "crossbeam-channel", 1248 "filetime", 1249 "fsevent-sys", 1250 "inotify", 1251 "kqueue", 1252 "libc", 1253 "mio", 1254 "walkdir", 1255 "windows-sys 0.42.0", 1256] 1257 1258[[package]] 1259name = "num-bigint" 1260version = "0.4.3" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" 1263dependencies = [ 1264 "autocfg", 1265 "num-integer", 1266 "num-traits", 1267] 1268 1269[[package]] 1270name = "num-integer" 1271version = "0.1.45" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" 1274dependencies = [ 1275 "autocfg", 1276 "num-traits", 1277] 1278 1279[[package]] 1280name = "num-traits" 1281version = "0.2.15" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" 1284dependencies = [ 1285 "autocfg", 1286] 1287 1288[[package]] 1289name = "num_cpus" 1290version = "1.15.0" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1293dependencies = [ 1294 "hermit-abi 0.2.6", 1295 "libc", 1296] 1297 1298[[package]] 1299name = "once_cell" 1300version = "1.17.1" 1301source = "registry+https://github.com/rust-lang/crates.io-index" 1302checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1303 1304[[package]] 1305name = "oorandom" 1306version = "11.1.3" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 1309 1310[[package]] 1311name = "option-ext" 1312version = "0.2.0" 1313source = "registry+https://github.com/rust-lang/crates.io-index" 1314checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1315 1316[[package]] 1317name = "os_str_bytes" 1318version = "6.5.0" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" 1321dependencies = [ 1322 "memchr", 1323] 1324 1325[[package]] 1326name = "output_vt100" 1327version = "0.1.3" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 1330dependencies = [ 1331 "winapi", 1332] 1333 1334[[package]] 1335name = "paste" 1336version = "1.0.12" 1337source = "registry+https://github.com/rust-lang/crates.io-index" 1338checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" 1339 1340[[package]] 1341name = "path-absolutize" 1342version = "3.1.0" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "43eb3595c63a214e1b37b44f44b0a84900ef7ae0b4c5efce59e123d246d7a0de" 1345dependencies = [ 1346 "path-dedot", 1347] 1348 1349[[package]] 1350name = "path-dedot" 1351version = "3.1.0" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "9d55e486337acb9973cdea3ec5638c1b3bcb22e573b2b7b41969e0c744d5a15e" 1354dependencies = [ 1355 "once_cell", 1356] 1357 1358[[package]] 1359name = "pathdiff" 1360version = "0.2.1" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1363 1364[[package]] 1365name = "peg" 1366version = "0.8.1" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "a07f2cafdc3babeebc087e499118343442b742cc7c31b4d054682cc598508554" 1369dependencies = [ 1370 "peg-macros", 1371 "peg-runtime", 1372] 1373 1374[[package]] 1375name = "peg-macros" 1376version = "0.8.1" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "4a90084dc05cf0428428e3d12399f39faad19b0909f64fb9170c9fdd6d9cd49b" 1379dependencies = [ 1380 "peg-runtime", 1381 "proc-macro2", 1382 "quote", 1383] 1384 1385[[package]] 1386name = "peg-runtime" 1387version = "0.8.1" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "9fa00462b37ead6d11a82c9d568b26682d78e0477dc02d1966c013af80969739" 1390 1391[[package]] 1392name = "pep440_rs" 1393version = "0.3.9" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "fe1d15693a11422cfa7d401b00dc9ae9fb8edbfbcb711a77130663f4ddf67650" 1396dependencies = [ 1397 "lazy_static", 1398 "regex", 1399 "serde", 1400 "tracing", 1401 "unicode-width", 1402] 1403 1404[[package]] 1405name = "percent-encoding" 1406version = "2.2.0" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 1409 1410[[package]] 1411name = "phf" 1412version = "0.11.1" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" 1415dependencies = [ 1416 "phf_shared", 1417] 1418 1419[[package]] 1420name = "phf_codegen" 1421version = "0.11.1" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "a56ac890c5e3ca598bbdeaa99964edb5b0258a583a9eb6ef4e89fc85d9224770" 1424dependencies = [ 1425 "phf_generator", 1426 "phf_shared", 1427] 1428 1429[[package]] 1430name = "phf_generator" 1431version = "0.11.1" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" 1434dependencies = [ 1435 "phf_shared", 1436 "rand", 1437] 1438 1439[[package]] 1440name = "phf_shared" 1441version = "0.11.1" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" 1444dependencies = [ 1445 "siphasher", 1446] 1447 1448[[package]] 1449name = "pin-project-lite" 1450version = "0.2.9" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 1453 1454[[package]] 1455name = "plotters" 1456version = "0.3.4" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97" 1459dependencies = [ 1460 "num-traits", 1461 "plotters-backend", 1462 "plotters-svg", 1463 "wasm-bindgen", 1464 "web-sys", 1465] 1466 1467[[package]] 1468name = "plotters-backend" 1469version = "0.3.4" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142" 1472 1473[[package]] 1474name = "plotters-svg" 1475version = "0.3.3" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f" 1478dependencies = [ 1479 "plotters-backend", 1480] 1481 1482[[package]] 1483name = "pmutil" 1484version = "0.5.3" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004" 1487dependencies = [ 1488 "proc-macro2", 1489 "quote", 1490 "syn 1.0.109", 1491] 1492 1493[[package]] 1494name = "predicates" 1495version = "3.0.3" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" 1498dependencies = [ 1499 "anstyle", 1500 "difflib", 1501 "itertools", 1502 "predicates-core", 1503] 1504 1505[[package]] 1506name = "predicates-core" 1507version = "1.0.6" 1508source = "registry+https://github.com/rust-lang/crates.io-index" 1509checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" 1510 1511[[package]] 1512name = "predicates-tree" 1513version = "1.0.9" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" 1516dependencies = [ 1517 "predicates-core", 1518 "termtree", 1519] 1520 1521[[package]] 1522name = "pretty_assertions" 1523version = "1.3.0" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" 1526dependencies = [ 1527 "ctor", 1528 "diff", 1529 "output_vt100", 1530 "yansi", 1531] 1532 1533[[package]] 1534name = "proc-macro-error" 1535version = "1.0.4" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1538dependencies = [ 1539 "proc-macro-error-attr", 1540 "proc-macro2", 1541 "quote", 1542 "syn 1.0.109", 1543 "version_check", 1544] 1545 1546[[package]] 1547name = "proc-macro-error-attr" 1548version = "1.0.4" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1551dependencies = [ 1552 "proc-macro2", 1553 "quote", 1554 "version_check", 1555] 1556 1557[[package]] 1558name = "proc-macro2" 1559version = "1.0.56" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 1562dependencies = [ 1563 "unicode-ident", 1564] 1565 1566[[package]] 1567name = "quick-junit" 1568version = "0.3.2" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "05b909fe9bf2abb1e3d6a97c9189a37c8105c61d03dca9ce6aace023e7d682bd" 1571dependencies = [ 1572 "chrono", 1573 "indexmap", 1574 "nextest-workspace-hack", 1575 "quick-xml", 1576 "thiserror", 1577 "uuid", 1578] 1579 1580[[package]] 1581name = "quick-xml" 1582version = "0.26.0" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd" 1585dependencies = [ 1586 "memchr", 1587] 1588 1589[[package]] 1590name = "quote" 1591version = "1.0.27" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 1594dependencies = [ 1595 "proc-macro2", 1596] 1597 1598[[package]] 1599name = "rand" 1600version = "0.8.5" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1603dependencies = [ 1604 "rand_core", 1605] 1606 1607[[package]] 1608name = "rand_core" 1609version = "0.6.4" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1612 1613[[package]] 1614name = "rayon" 1615version = "1.7.0" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" 1618dependencies = [ 1619 "either", 1620 "rayon-core", 1621] 1622 1623[[package]] 1624name = "rayon-core" 1625version = "1.11.0" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" 1628dependencies = [ 1629 "crossbeam-channel", 1630 "crossbeam-deque", 1631 "crossbeam-utils", 1632 "num_cpus", 1633] 1634 1635[[package]] 1636name = "redox_syscall" 1637version = "0.2.16" 1638source = "registry+https://github.com/rust-lang/crates.io-index" 1639checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1640dependencies = [ 1641 "bitflags 1.3.2", 1642] 1643 1644[[package]] 1645name = "redox_syscall" 1646version = "0.3.5" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 1649dependencies = [ 1650 "bitflags 1.3.2", 1651] 1652 1653[[package]] 1654name = "redox_users" 1655version = "0.4.3" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" 1658dependencies = [ 1659 "getrandom", 1660 "redox_syscall 0.2.16", 1661 "thiserror", 1662] 1663 1664[[package]] 1665name = "regex" 1666version = "1.8.1" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" 1669dependencies = [ 1670 "aho-corasick 1.0.1", 1671 "memchr", 1672 "regex-syntax", 1673] 1674 1675[[package]] 1676name = "regex-automata" 1677version = "0.1.10" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1680 1681[[package]] 1682name = "regex-syntax" 1683version = "0.7.1" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" 1686 1687[[package]] 1688name = "result-like" 1689version = "0.4.6" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "ccc7ce6435c33898517a30e85578cd204cbb696875efb93dec19a2d31294f810" 1692dependencies = [ 1693 "result-like-derive", 1694] 1695 1696[[package]] 1697name = "result-like-derive" 1698version = "0.4.6" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "1fabf0a2e54f711c68c50d49f648a1a8a37adcb57353f518ac4df374f0788f42" 1701dependencies = [ 1702 "pmutil", 1703 "proc-macro2", 1704 "quote", 1705 "syn 1.0.109", 1706 "syn-ext", 1707] 1708 1709[[package]] 1710name = "ring" 1711version = "0.16.20" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1714dependencies = [ 1715 "cc", 1716 "libc", 1717 "once_cell", 1718 "spin", 1719 "untrusted", 1720 "web-sys", 1721 "winapi", 1722] 1723 1724[[package]] 1725name = "ruff" 1726version = "0.0.270" 1727dependencies = [ 1728 "annotate-snippets 0.9.1", 1729 "anyhow", 1730 "bitflags 2.3.1", 1731 "chrono", 1732 "clap 4.2.7", 1733 "colored", 1734 "dirs 5.0.1", 1735 "fern", 1736 "glob", 1737 "globset", 1738 "ignore", 1739 "imperative", 1740 "insta", 1741 "is-macro", 1742 "itertools", 1743 "libcst", 1744 "log", 1745 "natord", 1746 "nohash-hasher", 1747 "num-bigint", 1748 "num-traits", 1749 "once_cell", 1750 "path-absolutize", 1751 "pathdiff", 1752 "pep440_rs", 1753 "pretty_assertions", 1754 "quick-junit", 1755 "regex", 1756 "result-like", 1757 "ruff_cache", 1758 "ruff_diagnostics", 1759 "ruff_macros", 1760 "ruff_python_ast", 1761 "ruff_python_semantic", 1762 "ruff_python_stdlib", 1763 "ruff_rustpython", 1764 "ruff_text_size", 1765 "rustc-hash", 1766 "rustpython-format", 1767 "rustpython-parser", 1768 "schemars", 1769 "semver", 1770 "serde", 1771 "serde_json", 1772 "shellexpand", 1773 "similar", 1774 "smallvec", 1775 "strum", 1776 "strum_macros", 1777 "test-case", 1778 "textwrap", 1779 "thiserror", 1780 "toml", 1781 "typed-arena", 1782 "unicode-width", 1783 "unicode_names2", 1784] 1785 1786[[package]] 1787name = "ruff_benchmark" 1788version = "0.0.0" 1789dependencies = [ 1790 "criterion", 1791 "mimalloc", 1792 "once_cell", 1793 "ruff", 1794 "ruff_python_ast", 1795 "rustpython-parser", 1796 "serde", 1797 "serde_json", 1798 "tikv-jemallocator", 1799 "ureq", 1800 "url", 1801] 1802 1803[[package]] 1804name = "ruff_cache" 1805version = "0.0.0" 1806dependencies = [ 1807 "filetime", 1808 "globset", 1809 "itertools", 1810 "regex", 1811 "ruff_macros", 1812] 1813 1814[[package]] 1815name = "ruff_cli" 1816version = "0.0.270" 1817dependencies = [ 1818 "annotate-snippets 0.9.1", 1819 "anyhow", 1820 "argfile", 1821 "assert_cmd", 1822 "atty", 1823 "bincode", 1824 "bitflags 2.3.1", 1825 "cachedir", 1826 "chrono", 1827 "clap 4.2.7", 1828 "clap_complete_command", 1829 "clearscreen", 1830 "colored", 1831 "filetime", 1832 "glob", 1833 "ignore", 1834 "itertools", 1835 "log", 1836 "mimalloc", 1837 "notify", 1838 "path-absolutize", 1839 "rayon", 1840 "regex", 1841 "ruff", 1842 "ruff_cache", 1843 "ruff_diagnostics", 1844 "ruff_python_ast", 1845 "ruff_python_stdlib", 1846 "ruff_text_size", 1847 "rustc-hash", 1848 "serde", 1849 "serde_json", 1850 "shellexpand", 1851 "similar", 1852 "strum", 1853 "textwrap", 1854 "tikv-jemallocator", 1855 "ureq", 1856 "walkdir", 1857 "wild", 1858] 1859 1860[[package]] 1861name = "ruff_dev" 1862version = "0.0.0" 1863dependencies = [ 1864 "anyhow", 1865 "clap 4.2.7", 1866 "itertools", 1867 "libcst", 1868 "once_cell", 1869 "pretty_assertions", 1870 "regex", 1871 "ruff", 1872 "ruff_cli", 1873 "ruff_diagnostics", 1874 "rustpython-format", 1875 "rustpython-parser", 1876 "schemars", 1877 "serde_json", 1878 "strum", 1879 "strum_macros", 1880 "textwrap", 1881] 1882 1883[[package]] 1884name = "ruff_diagnostics" 1885version = "0.0.0" 1886dependencies = [ 1887 "anyhow", 1888 "log", 1889 "ruff_text_size", 1890 "serde", 1891] 1892 1893[[package]] 1894name = "ruff_formatter" 1895version = "0.0.0" 1896dependencies = [ 1897 "drop_bomb", 1898 "insta", 1899 "ruff_text_size", 1900 "rustc-hash", 1901 "schemars", 1902 "serde", 1903 "static_assertions", 1904 "tracing", 1905 "unicode-width", 1906] 1907 1908[[package]] 1909name = "ruff_index" 1910version = "0.0.0" 1911dependencies = [ 1912 "ruff_macros", 1913 "static_assertions", 1914] 1915 1916[[package]] 1917name = "ruff_macros" 1918version = "0.0.0" 1919dependencies = [ 1920 "itertools", 1921 "proc-macro2", 1922 "quote", 1923 "syn 2.0.15", 1924 "textwrap", 1925] 1926 1927[[package]] 1928name = "ruff_python_ast" 1929version = "0.0.0" 1930dependencies = [ 1931 "anyhow", 1932 "bitflags 2.3.1", 1933 "is-macro", 1934 "itertools", 1935 "log", 1936 "memchr", 1937 "num-bigint", 1938 "num-traits", 1939 "once_cell", 1940 "ruff_text_size", 1941 "rustc-hash", 1942 "rustpython-ast", 1943 "rustpython-literal", 1944 "rustpython-parser", 1945 "serde", 1946 "smallvec", 1947] 1948 1949[[package]] 1950name = "ruff_python_formatter" 1951version = "0.0.0" 1952dependencies = [ 1953 "anyhow", 1954 "clap 4.2.7", 1955 "insta", 1956 "is-macro", 1957 "itertools", 1958 "once_cell", 1959 "ruff_formatter", 1960 "ruff_python_ast", 1961 "ruff_rustpython", 1962 "ruff_testing_macros", 1963 "ruff_text_size", 1964 "rustc-hash", 1965 "rustpython-parser", 1966 "similar", 1967 "test-case", 1968] 1969 1970[[package]] 1971name = "ruff_python_semantic" 1972version = "0.0.0" 1973dependencies = [ 1974 "bitflags 2.3.1", 1975 "is-macro", 1976 "nohash-hasher", 1977 "ruff_index", 1978 "ruff_python_ast", 1979 "ruff_python_stdlib", 1980 "ruff_text_size", 1981 "rustc-hash", 1982 "rustpython-parser", 1983 "smallvec", 1984] 1985 1986[[package]] 1987name = "ruff_python_stdlib" 1988version = "0.0.0" 1989dependencies = [ 1990 "once_cell", 1991 "rustc-hash", 1992] 1993 1994[[package]] 1995name = "ruff_rustpython" 1996version = "0.0.0" 1997dependencies = [ 1998 "anyhow", 1999 "rustpython-parser", 2000] 2001 2002[[package]] 2003name = "ruff_testing_macros" 2004version = "0.0.0" 2005dependencies = [ 2006 "glob", 2007 "proc-macro2", 2008 "quote", 2009 "syn 2.0.15", 2010] 2011 2012[[package]] 2013name = "ruff_text_size" 2014version = "0.0.0" 2015source = "git+https://github.com/astral-sh/RustPython-Parser.git?rev=335780aeeac1e6fcd85994ba001d7b8ce99fcf65#335780aeeac1e6fcd85994ba001d7b8ce99fcf65" 2016dependencies = [ 2017 "schemars", 2018 "serde", 2019] 2020 2021[[package]] 2022name = "ruff_wasm" 2023version = "0.0.0" 2024dependencies = [ 2025 "console_error_panic_hook", 2026 "console_log", 2027 "getrandom", 2028 "js-sys", 2029 "log", 2030 "ruff", 2031 "ruff_diagnostics", 2032 "ruff_python_ast", 2033 "ruff_rustpython", 2034 "rustpython-parser", 2035 "serde", 2036 "serde-wasm-bindgen", 2037 "wasm-bindgen", 2038 "wasm-bindgen-test", 2039] 2040 2041[[package]] 2042name = "rust-stemmers" 2043version = "1.2.0" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54" 2046dependencies = [ 2047 "serde", 2048 "serde_derive", 2049] 2050 2051[[package]] 2052name = "rustc-hash" 2053version = "1.1.0" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2056 2057[[package]] 2058name = "rustix" 2059version = "0.37.19" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 2062dependencies = [ 2063 "bitflags 1.3.2", 2064 "errno", 2065 "io-lifetimes", 2066 "libc", 2067 "linux-raw-sys", 2068 "windows-sys 0.48.0", 2069] 2070 2071[[package]] 2072name = "rustls" 2073version = "0.20.8" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" 2076dependencies = [ 2077 "log", 2078 "ring", 2079 "sct", 2080 "webpki", 2081] 2082 2083[[package]] 2084name = "rustpython-ast" 2085version = "0.2.0" 2086source = "git+https://github.com/astral-sh/RustPython-Parser.git?rev=335780aeeac1e6fcd85994ba001d7b8ce99fcf65#335780aeeac1e6fcd85994ba001d7b8ce99fcf65" 2087dependencies = [ 2088 "is-macro", 2089 "num-bigint", 2090 "rustpython-parser-core", 2091 "static_assertions", 2092] 2093 2094[[package]] 2095name = "rustpython-format" 2096version = "0.2.0" 2097source = "git+https://github.com/astral-sh/RustPython-Parser.git?rev=335780aeeac1e6fcd85994ba001d7b8ce99fcf65#335780aeeac1e6fcd85994ba001d7b8ce99fcf65" 2098dependencies = [ 2099 "bitflags 2.3.1", 2100 "itertools", 2101 "num-bigint", 2102 "num-traits", 2103 "rustpython-literal", 2104] 2105 2106[[package]] 2107name = "rustpython-literal" 2108version = "0.2.0" 2109source = "git+https://github.com/astral-sh/RustPython-Parser.git?rev=335780aeeac1e6fcd85994ba001d7b8ce99fcf65#335780aeeac1e6fcd85994ba001d7b8ce99fcf65" 2110dependencies = [ 2111 "hexf-parse", 2112 "is-macro", 2113 "lexical-parse-float", 2114 "num-traits", 2115 "unic-ucd-category", 2116] 2117 2118[[package]] 2119name = "rustpython-parser" 2120version = "0.2.0" 2121source = "git+https://github.com/astral-sh/RustPython-Parser.git?rev=335780aeeac1e6fcd85994ba001d7b8ce99fcf65#335780aeeac1e6fcd85994ba001d7b8ce99fcf65" 2122dependencies = [ 2123 "anyhow", 2124 "is-macro", 2125 "itertools", 2126 "lalrpop-util", 2127 "log", 2128 "num-bigint", 2129 "num-traits", 2130 "phf", 2131 "phf_codegen", 2132 "rustc-hash", 2133 "rustpython-ast", 2134 "rustpython-parser-core", 2135 "tiny-keccak", 2136 "unic-emoji-char", 2137 "unic-ucd-ident", 2138 "unicode_names2", 2139] 2140 2141[[package]] 2142name = "rustpython-parser-core" 2143version = "0.2.0" 2144source = "git+https://github.com/astral-sh/RustPython-Parser.git?rev=335780aeeac1e6fcd85994ba001d7b8ce99fcf65#335780aeeac1e6fcd85994ba001d7b8ce99fcf65" 2145dependencies = [ 2146 "is-macro", 2147 "ruff_text_size", 2148] 2149 2150[[package]] 2151name = "rustversion" 2152version = "1.0.12" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" 2155 2156[[package]] 2157name = "ryu" 2158version = "1.0.13" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 2161 2162[[package]] 2163name = "same-file" 2164version = "1.0.6" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2167dependencies = [ 2168 "winapi-util", 2169] 2170 2171[[package]] 2172name = "schemars" 2173version = "0.8.12" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f" 2176dependencies = [ 2177 "dyn-clone", 2178 "schemars_derive", 2179 "serde", 2180 "serde_json", 2181] 2182 2183[[package]] 2184name = "schemars_derive" 2185version = "0.8.12" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c" 2188dependencies = [ 2189 "proc-macro2", 2190 "quote", 2191 "serde_derive_internals", 2192 "syn 1.0.109", 2193] 2194 2195[[package]] 2196name = "scoped-tls" 2197version = "1.0.1" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2200 2201[[package]] 2202name = "scopeguard" 2203version = "1.1.0" 2204source = "registry+https://github.com/rust-lang/crates.io-index" 2205checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 2206 2207[[package]] 2208name = "sct" 2209version = "0.7.0" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" 2212dependencies = [ 2213 "ring", 2214 "untrusted", 2215] 2216 2217[[package]] 2218name = "semver" 2219version = "1.0.17" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2222 2223[[package]] 2224name = "serde" 2225version = "1.0.163" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 2228dependencies = [ 2229 "serde_derive", 2230] 2231 2232[[package]] 2233name = "serde-wasm-bindgen" 2234version = "0.5.0" 2235source = "registry+https://github.com/rust-lang/crates.io-index" 2236checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e" 2237dependencies = [ 2238 "js-sys", 2239 "serde", 2240 "wasm-bindgen", 2241] 2242 2243[[package]] 2244name = "serde_derive" 2245version = "1.0.163" 2246source = "registry+https://github.com/rust-lang/crates.io-index" 2247checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e" 2248dependencies = [ 2249 "proc-macro2", 2250 "quote", 2251 "syn 2.0.15", 2252] 2253 2254[[package]] 2255name = "serde_derive_internals" 2256version = "0.26.0" 2257source = "registry+https://github.com/rust-lang/crates.io-index" 2258checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c" 2259dependencies = [ 2260 "proc-macro2", 2261 "quote", 2262 "syn 1.0.109", 2263] 2264 2265[[package]] 2266name = "serde_json" 2267version = "1.0.96" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2270dependencies = [ 2271 "indexmap", 2272 "itoa", 2273 "ryu", 2274 "serde", 2275] 2276 2277[[package]] 2278name = "serde_spanned" 2279version = "0.6.1" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" 2282dependencies = [ 2283 "serde", 2284] 2285 2286[[package]] 2287name = "shellexpand" 2288version = "3.1.0" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 2291dependencies = [ 2292 "dirs 5.0.1", 2293] 2294 2295[[package]] 2296name = "similar" 2297version = "2.2.1" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf" 2300 2301[[package]] 2302name = "siphasher" 2303version = "0.3.10" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" 2306 2307[[package]] 2308name = "smallvec" 2309version = "1.10.0" 2310source = "registry+https://github.com/rust-lang/crates.io-index" 2311checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 2312 2313[[package]] 2314name = "smawk" 2315version = "0.3.1" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" 2318 2319[[package]] 2320name = "spin" 2321version = "0.5.2" 2322source = "registry+https://github.com/rust-lang/crates.io-index" 2323checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2324 2325[[package]] 2326name = "static_assertions" 2327version = "1.1.0" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2330 2331[[package]] 2332name = "strsim" 2333version = "0.10.0" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2336 2337[[package]] 2338name = "strum" 2339version = "0.24.1" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" 2342dependencies = [ 2343 "strum_macros", 2344] 2345 2346[[package]] 2347name = "strum_macros" 2348version = "0.24.3" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" 2351dependencies = [ 2352 "heck", 2353 "proc-macro2", 2354 "quote", 2355 "rustversion", 2356 "syn 1.0.109", 2357] 2358 2359[[package]] 2360name = "syn" 2361version = "1.0.109" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2364dependencies = [ 2365 "proc-macro2", 2366 "quote", 2367 "unicode-ident", 2368] 2369 2370[[package]] 2371name = "syn" 2372version = "2.0.15" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 2375dependencies = [ 2376 "proc-macro2", 2377 "quote", 2378 "unicode-ident", 2379] 2380 2381[[package]] 2382name = "syn-ext" 2383version = "0.4.0" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "9b86cb2b68c5b3c078cac02588bc23f3c04bb828c5d3aedd17980876ec6a7be6" 2386dependencies = [ 2387 "syn 1.0.109", 2388] 2389 2390[[package]] 2391name = "tempfile" 2392version = "3.5.0" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2395dependencies = [ 2396 "cfg-if", 2397 "fastrand", 2398 "redox_syscall 0.3.5", 2399 "rustix", 2400 "windows-sys 0.45.0", 2401] 2402 2403[[package]] 2404name = "terminfo" 2405version = "0.8.0" 2406source = "registry+https://github.com/rust-lang/crates.io-index" 2407checksum = "666cd3a6681775d22b200409aad3b089c5b99fb11ecdd8a204d9d62f8148498f" 2408dependencies = [ 2409 "dirs 4.0.0", 2410 "fnv", 2411 "nom", 2412 "phf", 2413 "phf_codegen", 2414] 2415 2416[[package]] 2417name = "termtree" 2418version = "0.4.1" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" 2421 2422[[package]] 2423name = "test-case" 2424version = "3.1.0" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "2a1d6e7bde536b0412f20765b76e921028059adfd1b90d8974d33fd3c91b25df" 2427dependencies = [ 2428 "test-case-macros", 2429] 2430 2431[[package]] 2432name = "test-case-core" 2433version = "3.1.0" 2434source = "registry+https://github.com/rust-lang/crates.io-index" 2435checksum = "d10394d5d1e27794f772b6fc854c7e91a2dc26e2cbf807ad523370c2a59c0cee" 2436dependencies = [ 2437 "cfg-if", 2438 "proc-macro-error", 2439 "proc-macro2", 2440 "quote", 2441 "syn 1.0.109", 2442] 2443 2444[[package]] 2445name = "test-case-macros" 2446version = "3.1.0" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "eeb9a44b1c6a54c1ba58b152797739dba2a83ca74e18168a68c980eb142f9404" 2449dependencies = [ 2450 "proc-macro-error", 2451 "proc-macro2", 2452 "quote", 2453 "syn 1.0.109", 2454 "test-case-core", 2455] 2456 2457[[package]] 2458name = "textwrap" 2459version = "0.16.0" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" 2462dependencies = [ 2463 "smawk", 2464 "unicode-linebreak", 2465 "unicode-width", 2466] 2467 2468[[package]] 2469name = "thiserror" 2470version = "1.0.40" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2473dependencies = [ 2474 "thiserror-impl", 2475] 2476 2477[[package]] 2478name = "thiserror-impl" 2479version = "1.0.40" 2480source = "registry+https://github.com/rust-lang/crates.io-index" 2481checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2482dependencies = [ 2483 "proc-macro2", 2484 "quote", 2485 "syn 2.0.15", 2486] 2487 2488[[package]] 2489name = "thread_local" 2490version = "1.1.7" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" 2493dependencies = [ 2494 "cfg-if", 2495 "once_cell", 2496] 2497 2498[[package]] 2499name = "tikv-jemalloc-sys" 2500version = "0.5.3+5.3.0-patched" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" 2503dependencies = [ 2504 "cc", 2505 "libc", 2506] 2507 2508[[package]] 2509name = "tikv-jemallocator" 2510version = "0.5.0" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "20612db8a13a6c06d57ec83953694185a367e16945f66565e8028d2c0bd76979" 2513dependencies = [ 2514 "libc", 2515 "tikv-jemalloc-sys", 2516] 2517 2518[[package]] 2519name = "time" 2520version = "0.1.45" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" 2523dependencies = [ 2524 "libc", 2525 "wasi 0.10.0+wasi-snapshot-preview1", 2526 "winapi", 2527] 2528 2529[[package]] 2530name = "tiny-keccak" 2531version = "2.0.2" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 2534dependencies = [ 2535 "crunchy", 2536] 2537 2538[[package]] 2539name = "tinytemplate" 2540version = "1.2.1" 2541source = "registry+https://github.com/rust-lang/crates.io-index" 2542checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 2543dependencies = [ 2544 "serde", 2545 "serde_json", 2546] 2547 2548[[package]] 2549name = "tinyvec" 2550version = "1.6.0" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2553dependencies = [ 2554 "tinyvec_macros", 2555] 2556 2557[[package]] 2558name = "tinyvec_macros" 2559version = "0.1.1" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2562 2563[[package]] 2564name = "toml" 2565version = "0.7.3" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" 2568dependencies = [ 2569 "serde", 2570 "serde_spanned", 2571 "toml_datetime", 2572 "toml_edit", 2573] 2574 2575[[package]] 2576name = "toml_datetime" 2577version = "0.6.1" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" 2580dependencies = [ 2581 "serde", 2582] 2583 2584[[package]] 2585name = "toml_edit" 2586version = "0.19.8" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" 2589dependencies = [ 2590 "indexmap", 2591 "serde", 2592 "serde_spanned", 2593 "toml_datetime", 2594 "winnow", 2595] 2596 2597[[package]] 2598name = "tracing" 2599version = "0.1.37" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 2602dependencies = [ 2603 "cfg-if", 2604 "pin-project-lite", 2605 "tracing-attributes", 2606 "tracing-core", 2607] 2608 2609[[package]] 2610name = "tracing-attributes" 2611version = "0.1.24" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" 2614dependencies = [ 2615 "proc-macro2", 2616 "quote", 2617 "syn 2.0.15", 2618] 2619 2620[[package]] 2621name = "tracing-core" 2622version = "0.1.31" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 2625dependencies = [ 2626 "once_cell", 2627] 2628 2629[[package]] 2630name = "typed-arena" 2631version = "2.0.2" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 2634 2635[[package]] 2636name = "unic-char-property" 2637version = "0.9.0" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221" 2640dependencies = [ 2641 "unic-char-range", 2642] 2643 2644[[package]] 2645name = "unic-char-range" 2646version = "0.9.0" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc" 2649 2650[[package]] 2651name = "unic-common" 2652version = "0.9.0" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc" 2655 2656[[package]] 2657name = "unic-emoji-char" 2658version = "0.9.0" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "0b07221e68897210270a38bde4babb655869637af0f69407f96053a34f76494d" 2661dependencies = [ 2662 "unic-char-property", 2663 "unic-char-range", 2664 "unic-ucd-version", 2665] 2666 2667[[package]] 2668name = "unic-ucd-category" 2669version = "0.9.0" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "1b8d4591f5fcfe1bd4453baaf803c40e1b1e69ff8455c47620440b46efef91c0" 2672dependencies = [ 2673 "matches", 2674 "unic-char-property", 2675 "unic-char-range", 2676 "unic-ucd-version", 2677] 2678 2679[[package]] 2680name = "unic-ucd-ident" 2681version = "0.9.0" 2682source = "registry+https://github.com/rust-lang/crates.io-index" 2683checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987" 2684dependencies = [ 2685 "unic-char-property", 2686 "unic-char-range", 2687 "unic-ucd-version", 2688] 2689 2690[[package]] 2691name = "unic-ucd-version" 2692version = "0.9.0" 2693source = "registry+https://github.com/rust-lang/crates.io-index" 2694checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4" 2695dependencies = [ 2696 "unic-common", 2697] 2698 2699[[package]] 2700name = "unicode-bidi" 2701version = "0.3.13" 2702source = "registry+https://github.com/rust-lang/crates.io-index" 2703checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2704 2705[[package]] 2706name = "unicode-ident" 2707version = "1.0.8" 2708source = "registry+https://github.com/rust-lang/crates.io-index" 2709checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 2710 2711[[package]] 2712name = "unicode-linebreak" 2713version = "0.1.4" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" 2716dependencies = [ 2717 "hashbrown", 2718 "regex", 2719] 2720 2721[[package]] 2722name = "unicode-normalization" 2723version = "0.1.22" 2724source = "registry+https://github.com/rust-lang/crates.io-index" 2725checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 2726dependencies = [ 2727 "tinyvec", 2728] 2729 2730[[package]] 2731name = "unicode-width" 2732version = "0.1.10" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 2735 2736[[package]] 2737name = "unicode_names2" 2738version = "0.6.0" 2739source = "git+https://github.com/youknowone/unicode_names2.git?rev=4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde#4ce16aa85cbcdd9cc830410f1a72ef9a235f2fde" 2740dependencies = [ 2741 "phf", 2742] 2743 2744[[package]] 2745name = "untrusted" 2746version = "0.7.1" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2749 2750[[package]] 2751name = "ureq" 2752version = "2.6.2" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d" 2755dependencies = [ 2756 "base64", 2757 "flate2", 2758 "log", 2759 "once_cell", 2760 "rustls", 2761 "url", 2762 "webpki", 2763 "webpki-roots", 2764] 2765 2766[[package]] 2767name = "url" 2768version = "2.3.1" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 2771dependencies = [ 2772 "form_urlencoded", 2773 "idna", 2774 "percent-encoding", 2775] 2776 2777[[package]] 2778name = "utf8parse" 2779version = "0.2.1" 2780source = "registry+https://github.com/rust-lang/crates.io-index" 2781checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2782 2783[[package]] 2784name = "uuid" 2785version = "1.3.2" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2" 2788 2789[[package]] 2790name = "version_check" 2791version = "0.9.4" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2794 2795[[package]] 2796name = "wait-timeout" 2797version = "0.2.0" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" 2800dependencies = [ 2801 "libc", 2802] 2803 2804[[package]] 2805name = "walkdir" 2806version = "2.3.3" 2807source = "registry+https://github.com/rust-lang/crates.io-index" 2808checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698" 2809dependencies = [ 2810 "same-file", 2811 "winapi-util", 2812] 2813 2814[[package]] 2815name = "wasi" 2816version = "0.10.0+wasi-snapshot-preview1" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" 2819 2820[[package]] 2821name = "wasi" 2822version = "0.11.0+wasi-snapshot-preview1" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2825 2826[[package]] 2827name = "wasm-bindgen" 2828version = "0.2.85" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 2831dependencies = [ 2832 "cfg-if", 2833 "wasm-bindgen-macro", 2834] 2835 2836[[package]] 2837name = "wasm-bindgen-backend" 2838version = "0.2.85" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 2841dependencies = [ 2842 "bumpalo", 2843 "log", 2844 "once_cell", 2845 "proc-macro2", 2846 "quote", 2847 "syn 2.0.15", 2848 "wasm-bindgen-shared", 2849] 2850 2851[[package]] 2852name = "wasm-bindgen-futures" 2853version = "0.4.35" 2854source = "registry+https://github.com/rust-lang/crates.io-index" 2855checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163" 2856dependencies = [ 2857 "cfg-if", 2858 "js-sys", 2859 "wasm-bindgen", 2860 "web-sys", 2861] 2862 2863[[package]] 2864name = "wasm-bindgen-macro" 2865version = "0.2.85" 2866source = "registry+https://github.com/rust-lang/crates.io-index" 2867checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 2868dependencies = [ 2869 "quote", 2870 "wasm-bindgen-macro-support", 2871] 2872 2873[[package]] 2874name = "wasm-bindgen-macro-support" 2875version = "0.2.85" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 2878dependencies = [ 2879 "proc-macro2", 2880 "quote", 2881 "syn 2.0.15", 2882 "wasm-bindgen-backend", 2883 "wasm-bindgen-shared", 2884] 2885 2886[[package]] 2887name = "wasm-bindgen-shared" 2888version = "0.2.85" 2889source = "registry+https://github.com/rust-lang/crates.io-index" 2890checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 2891 2892[[package]] 2893name = "wasm-bindgen-test" 2894version = "0.3.35" 2895source = "registry+https://github.com/rust-lang/crates.io-index" 2896checksum = "b27e15b4a3030b9944370ba1d8cec6f21f66a1ad4fd14725c5685600460713ec" 2897dependencies = [ 2898 "console_error_panic_hook", 2899 "js-sys", 2900 "scoped-tls", 2901 "wasm-bindgen", 2902 "wasm-bindgen-futures", 2903 "wasm-bindgen-test-macro", 2904] 2905 2906[[package]] 2907name = "wasm-bindgen-test-macro" 2908version = "0.3.35" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "1dbaa9b9a574eac00c4f3a9c4941ac051f07632ecd0484a8588abd95af6b99d2" 2911dependencies = [ 2912 "proc-macro2", 2913 "quote", 2914] 2915 2916[[package]] 2917name = "web-sys" 2918version = "0.3.62" 2919source = "registry+https://github.com/rust-lang/crates.io-index" 2920checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 2921dependencies = [ 2922 "js-sys", 2923 "wasm-bindgen", 2924] 2925 2926[[package]] 2927name = "webpki" 2928version = "0.22.0" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd" 2931dependencies = [ 2932 "ring", 2933 "untrusted", 2934] 2935 2936[[package]] 2937name = "webpki-roots" 2938version = "0.22.6" 2939source = "registry+https://github.com/rust-lang/crates.io-index" 2940checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" 2941dependencies = [ 2942 "webpki", 2943] 2944 2945[[package]] 2946name = "which" 2947version = "4.4.0" 2948source = "registry+https://github.com/rust-lang/crates.io-index" 2949checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 2950dependencies = [ 2951 "either", 2952 "libc", 2953 "once_cell", 2954] 2955 2956[[package]] 2957name = "wild" 2958version = "2.1.0" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74" 2961dependencies = [ 2962 "glob", 2963] 2964 2965[[package]] 2966name = "winapi" 2967version = "0.3.9" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2970dependencies = [ 2971 "winapi-i686-pc-windows-gnu", 2972 "winapi-x86_64-pc-windows-gnu", 2973] 2974 2975[[package]] 2976name = "winapi-i686-pc-windows-gnu" 2977version = "0.4.0" 2978source = "registry+https://github.com/rust-lang/crates.io-index" 2979checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2980 2981[[package]] 2982name = "winapi-util" 2983version = "0.1.5" 2984source = "registry+https://github.com/rust-lang/crates.io-index" 2985checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 2986dependencies = [ 2987 "winapi", 2988] 2989 2990[[package]] 2991name = "winapi-x86_64-pc-windows-gnu" 2992version = "0.4.0" 2993source = "registry+https://github.com/rust-lang/crates.io-index" 2994checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2995 2996[[package]] 2997name = "windows" 2998version = "0.48.0" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 3001dependencies = [ 3002 "windows-targets 0.48.0", 3003] 3004 3005[[package]] 3006name = "windows-sys" 3007version = "0.42.0" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3010dependencies = [ 3011 "windows_aarch64_gnullvm 0.42.2", 3012 "windows_aarch64_msvc 0.42.2", 3013 "windows_i686_gnu 0.42.2", 3014 "windows_i686_msvc 0.42.2", 3015 "windows_x86_64_gnu 0.42.2", 3016 "windows_x86_64_gnullvm 0.42.2", 3017 "windows_x86_64_msvc 0.42.2", 3018] 3019 3020[[package]] 3021name = "windows-sys" 3022version = "0.45.0" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3025dependencies = [ 3026 "windows-targets 0.42.2", 3027] 3028 3029[[package]] 3030name = "windows-sys" 3031version = "0.48.0" 3032source = "registry+https://github.com/rust-lang/crates.io-index" 3033checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3034dependencies = [ 3035 "windows-targets 0.48.0", 3036] 3037 3038[[package]] 3039name = "windows-targets" 3040version = "0.42.2" 3041source = "registry+https://github.com/rust-lang/crates.io-index" 3042checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 3043dependencies = [ 3044 "windows_aarch64_gnullvm 0.42.2", 3045 "windows_aarch64_msvc 0.42.2", 3046 "windows_i686_gnu 0.42.2", 3047 "windows_i686_msvc 0.42.2", 3048 "windows_x86_64_gnu 0.42.2", 3049 "windows_x86_64_gnullvm 0.42.2", 3050 "windows_x86_64_msvc 0.42.2", 3051] 3052 3053[[package]] 3054name = "windows-targets" 3055version = "0.48.0" 3056source = "registry+https://github.com/rust-lang/crates.io-index" 3057checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 3058dependencies = [ 3059 "windows_aarch64_gnullvm 0.48.0", 3060 "windows_aarch64_msvc 0.48.0", 3061 "windows_i686_gnu 0.48.0", 3062 "windows_i686_msvc 0.48.0", 3063 "windows_x86_64_gnu 0.48.0", 3064 "windows_x86_64_gnullvm 0.48.0", 3065 "windows_x86_64_msvc 0.48.0", 3066] 3067 3068[[package]] 3069name = "windows_aarch64_gnullvm" 3070version = "0.42.2" 3071source = "registry+https://github.com/rust-lang/crates.io-index" 3072checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 3073 3074[[package]] 3075name = "windows_aarch64_gnullvm" 3076version = "0.48.0" 3077source = "registry+https://github.com/rust-lang/crates.io-index" 3078checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 3079 3080[[package]] 3081name = "windows_aarch64_msvc" 3082version = "0.42.2" 3083source = "registry+https://github.com/rust-lang/crates.io-index" 3084checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 3085 3086[[package]] 3087name = "windows_aarch64_msvc" 3088version = "0.48.0" 3089source = "registry+https://github.com/rust-lang/crates.io-index" 3090checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 3091 3092[[package]] 3093name = "windows_i686_gnu" 3094version = "0.42.2" 3095source = "registry+https://github.com/rust-lang/crates.io-index" 3096checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 3097 3098[[package]] 3099name = "windows_i686_gnu" 3100version = "0.48.0" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 3103 3104[[package]] 3105name = "windows_i686_msvc" 3106version = "0.42.2" 3107source = "registry+https://github.com/rust-lang/crates.io-index" 3108checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 3109 3110[[package]] 3111name = "windows_i686_msvc" 3112version = "0.48.0" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 3115 3116[[package]] 3117name = "windows_x86_64_gnu" 3118version = "0.42.2" 3119source = "registry+https://github.com/rust-lang/crates.io-index" 3120checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 3121 3122[[package]] 3123name = "windows_x86_64_gnu" 3124version = "0.48.0" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 3127 3128[[package]] 3129name = "windows_x86_64_gnullvm" 3130version = "0.42.2" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 3133 3134[[package]] 3135name = "windows_x86_64_gnullvm" 3136version = "0.48.0" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 3139 3140[[package]] 3141name = "windows_x86_64_msvc" 3142version = "0.42.2" 3143source = "registry+https://github.com/rust-lang/crates.io-index" 3144checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 3145 3146[[package]] 3147name = "windows_x86_64_msvc" 3148version = "0.48.0" 3149source = "registry+https://github.com/rust-lang/crates.io-index" 3150checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 3151 3152[[package]] 3153name = "winnow" 3154version = "0.4.6" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" 3157dependencies = [ 3158 "memchr", 3159] 3160 3161[[package]] 3162name = "yaml-rust" 3163version = "0.4.5" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 3166dependencies = [ 3167 "linked-hash-map", 3168] 3169 3170[[package]] 3171name = "yansi" 3172version = "0.5.1" 3173source = "registry+https://github.com/rust-lang/crates.io-index" 3174checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" 3175 3176[[package]] 3177name = "yansi-term" 3178version = "0.1.2" 3179source = "registry+https://github.com/rust-lang/crates.io-index" 3180checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1" 3181dependencies = [ 3182 "winapi", 3183]