Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

gleam / Cargo.lock
74 kB 2950 lines
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 = "anstream" 31version = "0.6.13" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "utf8parse", 41] 42 43[[package]] 44name = "anstyle" 45version = "1.0.6" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" 48 49[[package]] 50name = "anstyle-parse" 51version = "0.2.3" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" 54dependencies = [ 55 "utf8parse", 56] 57 58[[package]] 59name = "anstyle-query" 60version = "1.0.2" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" 63dependencies = [ 64 "windows-sys 0.52.0", 65] 66 67[[package]] 68name = "anstyle-wincon" 69version = "3.0.2" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" 72dependencies = [ 73 "anstyle", 74 "windows-sys 0.52.0", 75] 76 77[[package]] 78name = "askama" 79version = "0.12.1" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" 82dependencies = [ 83 "askama_derive", 84 "askama_escape", 85 "humansize", 86 "num-traits", 87 "percent-encoding", 88] 89 90[[package]] 91name = "askama_derive" 92version = "0.12.5" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" 95dependencies = [ 96 "askama_parser", 97 "basic-toml", 98 "mime", 99 "mime_guess", 100 "proc-macro2", 101 "quote", 102 "serde", 103 "syn 2.0.58", 104] 105 106[[package]] 107name = "askama_escape" 108version = "0.10.3" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 111 112[[package]] 113name = "askama_parser" 114version = "0.2.1" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" 117dependencies = [ 118 "nom", 119] 120 121[[package]] 122name = "asn1-rs" 123version = "0.5.2" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 126dependencies = [ 127 "asn1-rs-derive", 128 "asn1-rs-impl", 129 "displaydoc", 130 "nom", 131 "num-traits", 132 "rusticata-macros", 133 "thiserror", 134 "time", 135] 136 137[[package]] 138name = "asn1-rs-derive" 139version = "0.4.0" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 142dependencies = [ 143 "proc-macro2", 144 "quote", 145 "syn 1.0.109", 146 "synstructure", 147] 148 149[[package]] 150name = "asn1-rs-impl" 151version = "0.1.0" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 154dependencies = [ 155 "proc-macro2", 156 "quote", 157 "syn 1.0.109", 158] 159 160[[package]] 161name = "async-trait" 162version = "0.1.80" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 165dependencies = [ 166 "proc-macro2", 167 "quote", 168 "syn 2.0.58", 169] 170 171[[package]] 172name = "atty" 173version = "0.2.14" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 176dependencies = [ 177 "hermit-abi 0.1.19", 178 "libc", 179 "winapi", 180] 181 182[[package]] 183name = "autocfg" 184version = "1.2.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" 187 188[[package]] 189name = "backtrace" 190version = "0.3.71" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" 193dependencies = [ 194 "addr2line", 195 "cc", 196 "cfg-if", 197 "libc", 198 "miniz_oxide", 199 "object", 200 "rustc-demangle", 201] 202 203[[package]] 204name = "base16" 205version = "0.2.1" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" 208 209[[package]] 210name = "base64" 211version = "0.13.1" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 214 215[[package]] 216name = "base64" 217version = "0.21.7" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 220 221[[package]] 222name = "basic-toml" 223version = "0.1.9" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" 226dependencies = [ 227 "serde", 228] 229 230[[package]] 231name = "bincode" 232version = "1.3.3" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 235dependencies = [ 236 "serde", 237] 238 239[[package]] 240name = "bitflags" 241version = "1.3.2" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 244 245[[package]] 246name = "bitflags" 247version = "2.5.0" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 250 251[[package]] 252name = "bitmaps" 253version = "2.1.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" 256dependencies = [ 257 "typenum", 258] 259 260[[package]] 261name = "block-buffer" 262version = "0.10.4" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 265dependencies = [ 266 "generic-array", 267] 268 269[[package]] 270name = "bstr" 271version = "1.9.1" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 274dependencies = [ 275 "memchr", 276 "regex-automata 0.4.6", 277 "serde", 278] 279 280[[package]] 281name = "bumpalo" 282version = "3.15.4" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 285 286[[package]] 287name = "bytes" 288version = "1.6.0" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 291 292[[package]] 293name = "camino" 294version = "1.1.6" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" 297dependencies = [ 298 "serde", 299] 300 301[[package]] 302name = "capnp" 303version = "0.14.11" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "2dca085c2c7d9d65ad749d450b19b551efaa8e3476a439bdca07aca8533097f3" 306 307[[package]] 308name = "capnpc" 309version = "0.14.9" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "bdc9f1dc84666d4ff007b1a16c8f97db80764a624625979be05d869bcff43aaa" 312dependencies = [ 313 "capnp", 314] 315 316[[package]] 317name = "cc" 318version = "1.0.90" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" 321 322[[package]] 323name = "cfg-if" 324version = "1.0.0" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 327 328[[package]] 329name = "cfg_aliases" 330version = "0.1.1" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 333 334[[package]] 335name = "clap" 336version = "4.5.4" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" 339dependencies = [ 340 "clap_builder", 341 "clap_derive", 342] 343 344[[package]] 345name = "clap_builder" 346version = "4.5.2" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" 349dependencies = [ 350 "anstream", 351 "anstyle", 352 "clap_lex", 353 "strsim", 354] 355 356[[package]] 357name = "clap_derive" 358version = "4.5.4" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" 361dependencies = [ 362 "heck 0.5.0", 363 "proc-macro2", 364 "quote", 365 "syn 2.0.58", 366] 367 368[[package]] 369name = "clap_lex" 370version = "0.7.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 373 374[[package]] 375name = "codespan-reporting" 376version = "0.11.1" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 379dependencies = [ 380 "termcolor", 381 "unicode-width", 382] 383 384[[package]] 385name = "colorchoice" 386version = "1.0.0" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 389 390[[package]] 391name = "combine" 392version = "4.6.6" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4" 395dependencies = [ 396 "bytes", 397 "memchr", 398] 399 400[[package]] 401name = "console" 402version = "0.15.8" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 405dependencies = [ 406 "encode_unicode", 407 "lazy_static", 408 "libc", 409 "windows-sys 0.52.0", 410] 411 412[[package]] 413name = "console_error_panic_hook" 414version = "0.1.7" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 417dependencies = [ 418 "cfg-if", 419 "wasm-bindgen", 420] 421 422[[package]] 423name = "core-foundation" 424version = "0.9.4" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 427dependencies = [ 428 "core-foundation-sys", 429 "libc", 430] 431 432[[package]] 433name = "core-foundation-sys" 434version = "0.8.6" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 437 438[[package]] 439name = "cpufeatures" 440version = "0.2.12" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 443dependencies = [ 444 "libc", 445] 446 447[[package]] 448name = "crc32fast" 449version = "1.4.0" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 452dependencies = [ 453 "cfg-if", 454] 455 456[[package]] 457name = "crossbeam-channel" 458version = "0.5.12" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 461dependencies = [ 462 "crossbeam-utils", 463] 464 465[[package]] 466name = "crossbeam-deque" 467version = "0.8.5" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 470dependencies = [ 471 "crossbeam-epoch", 472 "crossbeam-utils", 473] 474 475[[package]] 476name = "crossbeam-epoch" 477version = "0.9.18" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 480dependencies = [ 481 "crossbeam-utils", 482] 483 484[[package]] 485name = "crossbeam-utils" 486version = "0.8.19" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 489 490[[package]] 491name = "crypto-common" 492version = "0.1.6" 493source = "registry+https://github.com/rust-lang/crates.io-index" 494checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 495dependencies = [ 496 "generic-array", 497 "typenum", 498] 499 500[[package]] 501name = "ctrlc" 502version = "3.4.4" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345" 505dependencies = [ 506 "nix", 507 "windows-sys 0.52.0", 508] 509 510[[package]] 511name = "data-encoding" 512version = "2.5.0" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 515 516[[package]] 517name = "dbus" 518version = "0.9.7" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 521dependencies = [ 522 "libc", 523 "libdbus-sys", 524 "winapi", 525] 526 527[[package]] 528name = "debug-ignore" 529version = "1.0.5" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" 532 533[[package]] 534name = "der-parser" 535version = "8.2.0" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" 538dependencies = [ 539 "asn1-rs", 540 "displaydoc", 541 "nom", 542 "num-bigint", 543 "num-traits", 544 "rusticata-macros", 545] 546 547[[package]] 548name = "deranged" 549version = "0.3.11" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 552dependencies = [ 553 "powerfmt", 554] 555 556[[package]] 557name = "diff" 558version = "0.1.13" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 561 562[[package]] 563name = "digest" 564version = "0.10.7" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 567dependencies = [ 568 "block-buffer", 569 "crypto-common", 570] 571 572[[package]] 573name = "dirs-next" 574version = "2.0.0" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 577dependencies = [ 578 "cfg-if", 579 "dirs-sys-next", 580] 581 582[[package]] 583name = "dirs-sys-next" 584version = "0.1.2" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 587dependencies = [ 588 "libc", 589 "redox_users", 590 "winapi", 591] 592 593[[package]] 594name = "displaydoc" 595version = "0.2.4" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 598dependencies = [ 599 "proc-macro2", 600 "quote", 601 "syn 2.0.58", 602] 603 604[[package]] 605name = "ecow" 606version = "0.2.2" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "54bfbb1708988623190a6c4dbedaeaf0f53c20c6395abd6a01feb327b3146f4b" 609dependencies = [ 610 "serde", 611] 612 613[[package]] 614name = "either" 615version = "1.10.0" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 618 619[[package]] 620name = "encode_unicode" 621version = "0.3.6" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 624 625[[package]] 626name = "encoding_rs" 627version = "0.8.33" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1" 630dependencies = [ 631 "cfg-if", 632] 633 634[[package]] 635name = "equivalent" 636version = "1.0.1" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 639 640[[package]] 641name = "errno" 642version = "0.3.8" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 645dependencies = [ 646 "libc", 647 "windows-sys 0.52.0", 648] 649 650[[package]] 651name = "fastrand" 652version = "2.0.2" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 655 656[[package]] 657name = "filetime" 658version = "0.2.23" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 661dependencies = [ 662 "cfg-if", 663 "libc", 664 "redox_syscall", 665 "windows-sys 0.52.0", 666] 667 668[[package]] 669name = "fixedbitset" 670version = "0.4.2" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 673 674[[package]] 675name = "flate2" 676version = "1.0.28" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" 679dependencies = [ 680 "crc32fast", 681 "miniz_oxide", 682] 683 684[[package]] 685name = "fnv" 686version = "1.0.7" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 689 690[[package]] 691name = "form_urlencoded" 692version = "1.2.1" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 695dependencies = [ 696 "percent-encoding", 697] 698 699[[package]] 700name = "fs_extra" 701version = "1.3.0" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 704 705[[package]] 706name = "fslock" 707version = "0.2.1" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 710dependencies = [ 711 "libc", 712 "winapi", 713] 714 715[[package]] 716name = "futures" 717version = "0.3.30" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 720dependencies = [ 721 "futures-channel", 722 "futures-core", 723 "futures-executor", 724 "futures-io", 725 "futures-sink", 726 "futures-task", 727 "futures-util", 728] 729 730[[package]] 731name = "futures-channel" 732version = "0.3.30" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 735dependencies = [ 736 "futures-core", 737 "futures-sink", 738] 739 740[[package]] 741name = "futures-core" 742version = "0.3.30" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 745 746[[package]] 747name = "futures-executor" 748version = "0.3.30" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 751dependencies = [ 752 "futures-core", 753 "futures-task", 754 "futures-util", 755] 756 757[[package]] 758name = "futures-io" 759version = "0.3.30" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 762 763[[package]] 764name = "futures-macro" 765version = "0.3.30" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 768dependencies = [ 769 "proc-macro2", 770 "quote", 771 "syn 2.0.58", 772] 773 774[[package]] 775name = "futures-sink" 776version = "0.3.30" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 779 780[[package]] 781name = "futures-task" 782version = "0.3.30" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 785 786[[package]] 787name = "futures-util" 788version = "0.3.30" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 791dependencies = [ 792 "futures-channel", 793 "futures-core", 794 "futures-io", 795 "futures-macro", 796 "futures-sink", 797 "futures-task", 798 "memchr", 799 "pin-project-lite", 800 "pin-utils", 801 "slab", 802] 803 804[[package]] 805name = "generic-array" 806version = "0.14.7" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 809dependencies = [ 810 "typenum", 811 "version_check", 812] 813 814[[package]] 815name = "getrandom" 816version = "0.2.12" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" 819dependencies = [ 820 "cfg-if", 821 "libc", 822 "wasi", 823] 824 825[[package]] 826name = "gimli" 827version = "0.28.1" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 830 831[[package]] 832name = "gleam" 833version = "1.1.0-rc3" 834dependencies = [ 835 "async-trait", 836 "atty", 837 "base16", 838 "bytes", 839 "camino", 840 "clap", 841 "ctrlc", 842 "debug-ignore", 843 "ecow", 844 "flate2", 845 "fs_extra", 846 "fslock", 847 "futures", 848 "gleam-core", 849 "hexpm", 850 "hostname", 851 "http", 852 "ignore", 853 "im", 854 "itertools 0.12.1", 855 "lsp-server", 856 "lsp-types", 857 "opener", 858 "pretty_assertions", 859 "regex", 860 "reqwest", 861 "rpassword", 862 "same-file", 863 "serde", 864 "serde_json", 865 "sha2", 866 "static_vcruntime", 867 "strum", 868 "tar", 869 "tempfile", 870 "termcolor", 871 "tokio", 872 "toml", 873 "toml_edit", 874 "tracing", 875 "tracing-subscriber", 876 "walkdir", 877] 878 879[[package]] 880name = "gleam-core" 881version = "1.1.0-rc3" 882dependencies = [ 883 "askama", 884 "async-trait", 885 "base16", 886 "bincode", 887 "bytes", 888 "camino", 889 "capnp", 890 "capnpc", 891 "codespan-reporting", 892 "debug-ignore", 893 "dirs-next", 894 "ecow", 895 "flate2", 896 "futures", 897 "globset", 898 "heck 0.5.0", 899 "hexpm", 900 "http", 901 "id-arena", 902 "im", 903 "insta", 904 "itertools 0.12.1", 905 "lsp-server", 906 "lsp-types", 907 "pathdiff", 908 "petgraph", 909 "pretty_assertions", 910 "pubgrub", 911 "pulldown-cmark", 912 "rand", 913 "regex", 914 "serde", 915 "serde_derive", 916 "serde_json", 917 "spdx", 918 "strsim", 919 "strum", 920 "tar", 921 "termcolor", 922 "textwrap", 923 "thiserror", 924 "toml", 925 "tracing", 926 "vec1", 927 "xxhash-rust", 928] 929 930[[package]] 931name = "gleam-wasm" 932version = "1.1.0-rc3" 933dependencies = [ 934 "camino", 935 "console_error_panic_hook", 936 "gleam-core", 937 "hexpm", 938 "im", 939 "itertools 0.12.1", 940 "serde", 941 "serde-wasm-bindgen", 942 "termcolor", 943 "tracing", 944 "tracing-wasm", 945 "wasm-bindgen", 946 "wasm-bindgen-test", 947] 948 949[[package]] 950name = "globset" 951version = "0.4.14" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 954dependencies = [ 955 "aho-corasick", 956 "bstr", 957 "log", 958 "regex-automata 0.4.6", 959 "regex-syntax 0.8.3", 960 "serde", 961] 962 963[[package]] 964name = "h2" 965version = "0.3.26" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 968dependencies = [ 969 "bytes", 970 "fnv", 971 "futures-core", 972 "futures-sink", 973 "futures-util", 974 "http", 975 "indexmap 2.2.6", 976 "slab", 977 "tokio", 978 "tokio-util", 979 "tracing", 980] 981 982[[package]] 983name = "hashbrown" 984version = "0.12.3" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 987 988[[package]] 989name = "hashbrown" 990version = "0.14.3" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 993 994[[package]] 995name = "heck" 996version = "0.4.1" 997source = "registry+https://github.com/rust-lang/crates.io-index" 998checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 999 1000[[package]] 1001name = "heck" 1002version = "0.5.0" 1003source = "registry+https://github.com/rust-lang/crates.io-index" 1004checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1005 1006[[package]] 1007name = "hermit-abi" 1008version = "0.1.19" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1011dependencies = [ 1012 "libc", 1013] 1014 1015[[package]] 1016name = "hermit-abi" 1017version = "0.3.9" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1020 1021[[package]] 1022name = "hexpm" 1023version = "2.1.1" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "3b1d50f24724b62709e6cd44c064fe95cbaf545c4c1b3c5736f159e027a9778d" 1026dependencies = [ 1027 "base16", 1028 "bytes", 1029 "flate2", 1030 "http", 1031 "http-auth-basic", 1032 "lazy_static", 1033 "protobuf", 1034 "protobuf-codegen-pure", 1035 "pubgrub", 1036 "regex", 1037 "ring 0.16.20", 1038 "serde", 1039 "serde_json", 1040 "thiserror", 1041 "url", 1042 "x509-parser", 1043] 1044 1045[[package]] 1046name = "hostname" 1047version = "0.3.1" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 1050dependencies = [ 1051 "libc", 1052 "match_cfg", 1053 "winapi", 1054] 1055 1056[[package]] 1057name = "http" 1058version = "0.2.12" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1061dependencies = [ 1062 "bytes", 1063 "fnv", 1064 "itoa", 1065] 1066 1067[[package]] 1068name = "http-auth-basic" 1069version = "0.3.3" 1070source = "registry+https://github.com/rust-lang/crates.io-index" 1071checksum = "dd2e17aacf7f4a2428def798e2ff4f4f883c0987bdaf47dd5c8bc027bc9f1ebc" 1072dependencies = [ 1073 "base64 0.13.1", 1074] 1075 1076[[package]] 1077name = "http-body" 1078version = "0.4.6" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1081dependencies = [ 1082 "bytes", 1083 "http", 1084 "pin-project-lite", 1085] 1086 1087[[package]] 1088name = "httparse" 1089version = "1.8.0" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1092 1093[[package]] 1094name = "httpdate" 1095version = "1.0.3" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1098 1099[[package]] 1100name = "humansize" 1101version = "2.1.3" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 1104dependencies = [ 1105 "libm", 1106] 1107 1108[[package]] 1109name = "hyper" 1110version = "0.14.28" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" 1113dependencies = [ 1114 "bytes", 1115 "futures-channel", 1116 "futures-core", 1117 "futures-util", 1118 "h2", 1119 "http", 1120 "http-body", 1121 "httparse", 1122 "httpdate", 1123 "itoa", 1124 "pin-project-lite", 1125 "socket2", 1126 "tokio", 1127 "tower-service", 1128 "tracing", 1129 "want", 1130] 1131 1132[[package]] 1133name = "hyper-rustls" 1134version = "0.24.2" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1137dependencies = [ 1138 "futures-util", 1139 "http", 1140 "hyper", 1141 "rustls", 1142 "tokio", 1143 "tokio-rustls", 1144] 1145 1146[[package]] 1147name = "id-arena" 1148version = "2.2.1" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 1151 1152[[package]] 1153name = "idna" 1154version = "0.5.0" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1157dependencies = [ 1158 "unicode-bidi", 1159 "unicode-normalization", 1160] 1161 1162[[package]] 1163name = "ignore" 1164version = "0.4.22" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 1167dependencies = [ 1168 "crossbeam-deque", 1169 "globset", 1170 "log", 1171 "memchr", 1172 "regex-automata 0.4.6", 1173 "same-file", 1174 "walkdir", 1175 "winapi-util", 1176] 1177 1178[[package]] 1179name = "im" 1180version = "15.1.0" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" 1183dependencies = [ 1184 "bitmaps", 1185 "rand_core", 1186 "rand_xoshiro", 1187 "sized-chunks", 1188 "typenum", 1189 "version_check", 1190] 1191 1192[[package]] 1193name = "indexmap" 1194version = "1.9.3" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1197dependencies = [ 1198 "autocfg", 1199 "hashbrown 0.12.3", 1200] 1201 1202[[package]] 1203name = "indexmap" 1204version = "2.2.6" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1207dependencies = [ 1208 "equivalent", 1209 "hashbrown 0.14.3", 1210] 1211 1212[[package]] 1213name = "insta" 1214version = "1.38.0" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc" 1217dependencies = [ 1218 "console", 1219 "lazy_static", 1220 "linked-hash-map", 1221 "similar", 1222] 1223 1224[[package]] 1225name = "ipnet" 1226version = "2.9.0" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1229 1230[[package]] 1231name = "itertools" 1232version = "0.10.5" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 1235dependencies = [ 1236 "either", 1237] 1238 1239[[package]] 1240name = "itertools" 1241version = "0.12.1" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1244dependencies = [ 1245 "either", 1246] 1247 1248[[package]] 1249name = "itoa" 1250version = "1.0.11" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1253 1254[[package]] 1255name = "js-sys" 1256version = "0.3.69" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1259dependencies = [ 1260 "wasm-bindgen", 1261] 1262 1263[[package]] 1264name = "kstring" 1265version = "1.0.6" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "8b310ccceade8121d7d77fee406160e457c2f4e7c7982d589da3499bc7ea4526" 1268dependencies = [ 1269 "serde", 1270] 1271 1272[[package]] 1273name = "lazy_static" 1274version = "1.4.0" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1277 1278[[package]] 1279name = "libc" 1280version = "0.2.153" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" 1283 1284[[package]] 1285name = "libdbus-sys" 1286version = "0.2.5" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 1289dependencies = [ 1290 "cc", 1291 "pkg-config", 1292] 1293 1294[[package]] 1295name = "libm" 1296version = "0.2.8" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1299 1300[[package]] 1301name = "libredox" 1302version = "0.1.3" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1305dependencies = [ 1306 "bitflags 2.5.0", 1307 "libc", 1308] 1309 1310[[package]] 1311name = "linked-hash-map" 1312version = "0.5.6" 1313source = "registry+https://github.com/rust-lang/crates.io-index" 1314checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1315 1316[[package]] 1317name = "linux-raw-sys" 1318version = "0.4.13" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1321 1322[[package]] 1323name = "log" 1324version = "0.4.21" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 1327 1328[[package]] 1329name = "lsp-server" 1330version = "0.7.6" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" 1333dependencies = [ 1334 "crossbeam-channel", 1335 "log", 1336 "serde", 1337 "serde_json", 1338] 1339 1340[[package]] 1341name = "lsp-types" 1342version = "0.95.1" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365" 1345dependencies = [ 1346 "bitflags 1.3.2", 1347 "serde", 1348 "serde_json", 1349 "serde_repr", 1350 "url", 1351] 1352 1353[[package]] 1354name = "match_cfg" 1355version = "0.1.0" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1358 1359[[package]] 1360name = "matchers" 1361version = "0.1.0" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1364dependencies = [ 1365 "regex-automata 0.1.10", 1366] 1367 1368[[package]] 1369name = "memchr" 1370version = "2.7.2" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 1373 1374[[package]] 1375name = "mime" 1376version = "0.3.17" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1379 1380[[package]] 1381name = "mime_guess" 1382version = "2.0.4" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1385dependencies = [ 1386 "mime", 1387 "unicase", 1388] 1389 1390[[package]] 1391name = "minimal-lexical" 1392version = "0.2.1" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1395 1396[[package]] 1397name = "miniz_oxide" 1398version = "0.7.2" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 1401dependencies = [ 1402 "adler", 1403] 1404 1405[[package]] 1406name = "mio" 1407version = "0.8.11" 1408source = "registry+https://github.com/rust-lang/crates.io-index" 1409checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1410dependencies = [ 1411 "libc", 1412 "wasi", 1413 "windows-sys 0.48.0", 1414] 1415 1416[[package]] 1417name = "nix" 1418version = "0.28.0" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 1421dependencies = [ 1422 "bitflags 2.5.0", 1423 "cfg-if", 1424 "cfg_aliases", 1425 "libc", 1426] 1427 1428[[package]] 1429name = "nom" 1430version = "7.1.3" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1433dependencies = [ 1434 "memchr", 1435 "minimal-lexical", 1436] 1437 1438[[package]] 1439name = "normpath" 1440version = "1.2.0" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" 1443dependencies = [ 1444 "windows-sys 0.52.0", 1445] 1446 1447[[package]] 1448name = "nu-ansi-term" 1449version = "0.46.0" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1452dependencies = [ 1453 "overload", 1454 "winapi", 1455] 1456 1457[[package]] 1458name = "num-bigint" 1459version = "0.4.4" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" 1462dependencies = [ 1463 "autocfg", 1464 "num-integer", 1465 "num-traits", 1466] 1467 1468[[package]] 1469name = "num-conv" 1470version = "0.1.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1473 1474[[package]] 1475name = "num-integer" 1476version = "0.1.46" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1479dependencies = [ 1480 "num-traits", 1481] 1482 1483[[package]] 1484name = "num-traits" 1485version = "0.2.18" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a" 1488dependencies = [ 1489 "autocfg", 1490] 1491 1492[[package]] 1493name = "num_cpus" 1494version = "1.16.0" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1497dependencies = [ 1498 "hermit-abi 0.3.9", 1499 "libc", 1500] 1501 1502[[package]] 1503name = "object" 1504version = "0.32.2" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 1507dependencies = [ 1508 "memchr", 1509] 1510 1511[[package]] 1512name = "oid-registry" 1513version = "0.6.1" 1514source = "registry+https://github.com/rust-lang/crates.io-index" 1515checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 1516dependencies = [ 1517 "asn1-rs", 1518] 1519 1520[[package]] 1521name = "once_cell" 1522version = "1.19.0" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1525 1526[[package]] 1527name = "opener" 1528version = "0.7.0" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "f9901cb49d7fc923b256db329ee26ffed69130bf05d74b9efdd1875c92d6af01" 1531dependencies = [ 1532 "bstr", 1533 "dbus", 1534 "normpath", 1535 "windows-sys 0.52.0", 1536] 1537 1538[[package]] 1539name = "overload" 1540version = "0.1.1" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1543 1544[[package]] 1545name = "pathdiff" 1546version = "0.2.1" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" 1549dependencies = [ 1550 "camino", 1551] 1552 1553[[package]] 1554name = "percent-encoding" 1555version = "2.3.1" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1558 1559[[package]] 1560name = "petgraph" 1561version = "0.6.4" 1562source = "registry+https://github.com/rust-lang/crates.io-index" 1563checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" 1564dependencies = [ 1565 "fixedbitset", 1566 "indexmap 2.2.6", 1567] 1568 1569[[package]] 1570name = "pin-project-lite" 1571version = "0.2.14" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 1574 1575[[package]] 1576name = "pin-utils" 1577version = "0.1.0" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1580 1581[[package]] 1582name = "pkg-config" 1583version = "0.3.30" 1584source = "registry+https://github.com/rust-lang/crates.io-index" 1585checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1586 1587[[package]] 1588name = "powerfmt" 1589version = "0.2.0" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1592 1593[[package]] 1594name = "ppv-lite86" 1595version = "0.2.17" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1598 1599[[package]] 1600name = "pretty_assertions" 1601version = "1.4.0" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" 1604dependencies = [ 1605 "diff", 1606 "yansi", 1607] 1608 1609[[package]] 1610name = "proc-macro2" 1611version = "1.0.79" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 1614dependencies = [ 1615 "unicode-ident", 1616] 1617 1618[[package]] 1619name = "protobuf" 1620version = "2.28.0" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" 1623 1624[[package]] 1625name = "protobuf-codegen" 1626version = "2.28.0" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "033460afb75cf755fcfc16dfaed20b86468082a2ea24e05ac35ab4a099a017d6" 1629dependencies = [ 1630 "protobuf", 1631] 1632 1633[[package]] 1634name = "protobuf-codegen-pure" 1635version = "2.28.0" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "95a29399fc94bcd3eeaa951c715f7bea69409b2445356b00519740bcd6ddd865" 1638dependencies = [ 1639 "protobuf", 1640 "protobuf-codegen", 1641] 1642 1643[[package]] 1644name = "pubgrub" 1645version = "0.2.1" 1646source = "registry+https://github.com/rust-lang/crates.io-index" 1647checksum = "cdd14552ad5f5d743a323c10d576f26822a044355d6601f377d813ece46f38fd" 1648dependencies = [ 1649 "rustc-hash", 1650 "thiserror", 1651] 1652 1653[[package]] 1654name = "pulldown-cmark" 1655version = "0.10.2" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "5f0530d13d87d1f549b66a3e8d0c688952abe5994e204ed62615baaf25dc029c" 1658dependencies = [ 1659 "bitflags 2.5.0", 1660 "memchr", 1661 "pulldown-cmark-escape", 1662 "unicase", 1663] 1664 1665[[package]] 1666name = "pulldown-cmark-escape" 1667version = "0.10.0" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b" 1670 1671[[package]] 1672name = "quote" 1673version = "1.0.35" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 1676dependencies = [ 1677 "proc-macro2", 1678] 1679 1680[[package]] 1681name = "rand" 1682version = "0.8.5" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1685dependencies = [ 1686 "libc", 1687 "rand_chacha", 1688 "rand_core", 1689] 1690 1691[[package]] 1692name = "rand_chacha" 1693version = "0.3.1" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1696dependencies = [ 1697 "ppv-lite86", 1698 "rand_core", 1699] 1700 1701[[package]] 1702name = "rand_core" 1703version = "0.6.4" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1706dependencies = [ 1707 "getrandom", 1708] 1709 1710[[package]] 1711name = "rand_xoshiro" 1712version = "0.6.0" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 1715dependencies = [ 1716 "rand_core", 1717] 1718 1719[[package]] 1720name = "redox_syscall" 1721version = "0.4.1" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 1724dependencies = [ 1725 "bitflags 1.3.2", 1726] 1727 1728[[package]] 1729name = "redox_users" 1730version = "0.4.5" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 1733dependencies = [ 1734 "getrandom", 1735 "libredox", 1736 "thiserror", 1737] 1738 1739[[package]] 1740name = "regex" 1741version = "1.10.4" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" 1744dependencies = [ 1745 "aho-corasick", 1746 "memchr", 1747 "regex-automata 0.4.6", 1748 "regex-syntax 0.8.3", 1749] 1750 1751[[package]] 1752name = "regex-automata" 1753version = "0.1.10" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1756dependencies = [ 1757 "regex-syntax 0.6.29", 1758] 1759 1760[[package]] 1761name = "regex-automata" 1762version = "0.4.6" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 1765dependencies = [ 1766 "aho-corasick", 1767 "memchr", 1768 "regex-syntax 0.8.3", 1769] 1770 1771[[package]] 1772name = "regex-syntax" 1773version = "0.6.29" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1776 1777[[package]] 1778name = "regex-syntax" 1779version = "0.8.3" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 1782 1783[[package]] 1784name = "reqwest" 1785version = "0.11.27" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 1788dependencies = [ 1789 "base64 0.21.7", 1790 "bytes", 1791 "encoding_rs", 1792 "futures-core", 1793 "futures-util", 1794 "h2", 1795 "http", 1796 "http-body", 1797 "hyper", 1798 "hyper-rustls", 1799 "ipnet", 1800 "js-sys", 1801 "log", 1802 "mime", 1803 "once_cell", 1804 "percent-encoding", 1805 "pin-project-lite", 1806 "rustls", 1807 "rustls-pemfile", 1808 "serde", 1809 "serde_json", 1810 "serde_urlencoded", 1811 "sync_wrapper", 1812 "system-configuration", 1813 "tokio", 1814 "tokio-rustls", 1815 "tower-service", 1816 "url", 1817 "wasm-bindgen", 1818 "wasm-bindgen-futures", 1819 "web-sys", 1820 "webpki-roots", 1821 "winreg", 1822] 1823 1824[[package]] 1825name = "ring" 1826version = "0.16.20" 1827source = "registry+https://github.com/rust-lang/crates.io-index" 1828checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 1829dependencies = [ 1830 "cc", 1831 "libc", 1832 "once_cell", 1833 "spin 0.5.2", 1834 "untrusted 0.7.1", 1835 "web-sys", 1836 "winapi", 1837] 1838 1839[[package]] 1840name = "ring" 1841version = "0.17.8" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1844dependencies = [ 1845 "cc", 1846 "cfg-if", 1847 "getrandom", 1848 "libc", 1849 "spin 0.9.8", 1850 "untrusted 0.9.0", 1851 "windows-sys 0.52.0", 1852] 1853 1854[[package]] 1855name = "rpassword" 1856version = "5.0.1" 1857source = "registry+https://github.com/rust-lang/crates.io-index" 1858checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb" 1859dependencies = [ 1860 "libc", 1861 "winapi", 1862] 1863 1864[[package]] 1865name = "rustc-demangle" 1866version = "0.1.23" 1867source = "registry+https://github.com/rust-lang/crates.io-index" 1868checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 1869 1870[[package]] 1871name = "rustc-hash" 1872version = "1.1.0" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 1875 1876[[package]] 1877name = "rusticata-macros" 1878version = "4.1.0" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 1881dependencies = [ 1882 "nom", 1883] 1884 1885[[package]] 1886name = "rustix" 1887version = "0.38.32" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 1890dependencies = [ 1891 "bitflags 2.5.0", 1892 "errno", 1893 "libc", 1894 "linux-raw-sys", 1895 "windows-sys 0.52.0", 1896] 1897 1898[[package]] 1899name = "rustls" 1900version = "0.21.10" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" 1903dependencies = [ 1904 "log", 1905 "ring 0.17.8", 1906 "rustls-webpki", 1907 "sct", 1908] 1909 1910[[package]] 1911name = "rustls-pemfile" 1912version = "1.0.4" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 1915dependencies = [ 1916 "base64 0.21.7", 1917] 1918 1919[[package]] 1920name = "rustls-webpki" 1921version = "0.101.7" 1922source = "registry+https://github.com/rust-lang/crates.io-index" 1923checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 1924dependencies = [ 1925 "ring 0.17.8", 1926 "untrusted 0.9.0", 1927] 1928 1929[[package]] 1930name = "rustversion" 1931version = "1.0.14" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 1934 1935[[package]] 1936name = "ryu" 1937version = "1.0.17" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 1940 1941[[package]] 1942name = "same-file" 1943version = "1.0.6" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 1946dependencies = [ 1947 "winapi-util", 1948] 1949 1950[[package]] 1951name = "scoped-tls" 1952version = "1.0.1" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 1955 1956[[package]] 1957name = "sct" 1958version = "0.7.1" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 1961dependencies = [ 1962 "ring 0.17.8", 1963 "untrusted 0.9.0", 1964] 1965 1966[[package]] 1967name = "serde" 1968version = "1.0.197" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" 1971dependencies = [ 1972 "serde_derive", 1973] 1974 1975[[package]] 1976name = "serde-wasm-bindgen" 1977version = "0.6.5" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" 1980dependencies = [ 1981 "js-sys", 1982 "serde", 1983 "wasm-bindgen", 1984] 1985 1986[[package]] 1987name = "serde_derive" 1988version = "1.0.197" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" 1991dependencies = [ 1992 "proc-macro2", 1993 "quote", 1994 "syn 2.0.58", 1995] 1996 1997[[package]] 1998name = "serde_json" 1999version = "1.0.115" 2000source = "registry+https://github.com/rust-lang/crates.io-index" 2001checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" 2002dependencies = [ 2003 "itoa", 2004 "ryu", 2005 "serde", 2006] 2007 2008[[package]] 2009name = "serde_repr" 2010version = "0.1.18" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" 2013dependencies = [ 2014 "proc-macro2", 2015 "quote", 2016 "syn 2.0.58", 2017] 2018 2019[[package]] 2020name = "serde_urlencoded" 2021version = "0.7.1" 2022source = "registry+https://github.com/rust-lang/crates.io-index" 2023checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2024dependencies = [ 2025 "form_urlencoded", 2026 "itoa", 2027 "ryu", 2028 "serde", 2029] 2030 2031[[package]] 2032name = "sha2" 2033version = "0.10.8" 2034source = "registry+https://github.com/rust-lang/crates.io-index" 2035checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2036dependencies = [ 2037 "cfg-if", 2038 "cpufeatures", 2039 "digest", 2040] 2041 2042[[package]] 2043name = "sharded-slab" 2044version = "0.1.7" 2045source = "registry+https://github.com/rust-lang/crates.io-index" 2046checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2047dependencies = [ 2048 "lazy_static", 2049] 2050 2051[[package]] 2052name = "similar" 2053version = "2.5.0" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" 2056 2057[[package]] 2058name = "sized-chunks" 2059version = "0.6.5" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 2062dependencies = [ 2063 "bitmaps", 2064 "typenum", 2065] 2066 2067[[package]] 2068name = "slab" 2069version = "0.4.9" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2072dependencies = [ 2073 "autocfg", 2074] 2075 2076[[package]] 2077name = "smallvec" 2078version = "1.13.2" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2081 2082[[package]] 2083name = "smawk" 2084version = "0.3.2" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" 2087 2088[[package]] 2089name = "socket2" 2090version = "0.5.6" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 2093dependencies = [ 2094 "libc", 2095 "windows-sys 0.52.0", 2096] 2097 2098[[package]] 2099name = "spdx" 2100version = "0.10.4" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9" 2103dependencies = [ 2104 "smallvec", 2105] 2106 2107[[package]] 2108name = "spin" 2109version = "0.5.2" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 2112 2113[[package]] 2114name = "spin" 2115version = "0.9.8" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2118 2119[[package]] 2120name = "static_vcruntime" 2121version = "2.0.0" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b" 2124 2125[[package]] 2126name = "strsim" 2127version = "0.11.1" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2130 2131[[package]] 2132name = "strum" 2133version = "0.26.2" 2134source = "registry+https://github.com/rust-lang/crates.io-index" 2135checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" 2136dependencies = [ 2137 "strum_macros", 2138] 2139 2140[[package]] 2141name = "strum_macros" 2142version = "0.26.2" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" 2145dependencies = [ 2146 "heck 0.4.1", 2147 "proc-macro2", 2148 "quote", 2149 "rustversion", 2150 "syn 2.0.58", 2151] 2152 2153[[package]] 2154name = "syn" 2155version = "1.0.109" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2158dependencies = [ 2159 "proc-macro2", 2160 "quote", 2161 "unicode-ident", 2162] 2163 2164[[package]] 2165name = "syn" 2166version = "2.0.58" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" 2169dependencies = [ 2170 "proc-macro2", 2171 "quote", 2172 "unicode-ident", 2173] 2174 2175[[package]] 2176name = "sync_wrapper" 2177version = "0.1.2" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2180 2181[[package]] 2182name = "synstructure" 2183version = "0.12.6" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 2186dependencies = [ 2187 "proc-macro2", 2188 "quote", 2189 "syn 1.0.109", 2190 "unicode-xid", 2191] 2192 2193[[package]] 2194name = "system-configuration" 2195version = "0.5.1" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2198dependencies = [ 2199 "bitflags 1.3.2", 2200 "core-foundation", 2201 "system-configuration-sys", 2202] 2203 2204[[package]] 2205name = "system-configuration-sys" 2206version = "0.5.0" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2209dependencies = [ 2210 "core-foundation-sys", 2211 "libc", 2212] 2213 2214[[package]] 2215name = "tar" 2216version = "0.4.40" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb" 2219dependencies = [ 2220 "filetime", 2221 "libc", 2222 "xattr", 2223] 2224 2225[[package]] 2226name = "tempfile" 2227version = "3.10.1" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 2230dependencies = [ 2231 "cfg-if", 2232 "fastrand", 2233 "rustix", 2234 "windows-sys 0.52.0", 2235] 2236 2237[[package]] 2238name = "termcolor" 2239version = "1.4.1" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 2242dependencies = [ 2243 "winapi-util", 2244] 2245 2246[[package]] 2247name = "terminal_size" 2248version = "0.1.17" 2249source = "registry+https://github.com/rust-lang/crates.io-index" 2250checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" 2251dependencies = [ 2252 "libc", 2253 "winapi", 2254] 2255 2256[[package]] 2257name = "test-package-compiler" 2258version = "1.1.0-rc3" 2259dependencies = [ 2260 "camino", 2261 "gleam-core", 2262 "im", 2263 "insta", 2264 "itertools 0.12.1", 2265 "regex", 2266 "toml", 2267 "walkdir", 2268] 2269 2270[[package]] 2271name = "textwrap" 2272version = "0.15.0" 2273source = "registry+https://github.com/rust-lang/crates.io-index" 2274checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" 2275dependencies = [ 2276 "smawk", 2277 "terminal_size", 2278 "unicode-linebreak", 2279 "unicode-width", 2280] 2281 2282[[package]] 2283name = "thiserror" 2284version = "1.0.58" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" 2287dependencies = [ 2288 "thiserror-impl", 2289] 2290 2291[[package]] 2292name = "thiserror-impl" 2293version = "1.0.58" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" 2296dependencies = [ 2297 "proc-macro2", 2298 "quote", 2299 "syn 2.0.58", 2300] 2301 2302[[package]] 2303name = "thread_local" 2304version = "1.1.8" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2307dependencies = [ 2308 "cfg-if", 2309 "once_cell", 2310] 2311 2312[[package]] 2313name = "time" 2314version = "0.3.34" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" 2317dependencies = [ 2318 "deranged", 2319 "itoa", 2320 "num-conv", 2321 "powerfmt", 2322 "serde", 2323 "time-core", 2324 "time-macros", 2325] 2326 2327[[package]] 2328name = "time-core" 2329version = "0.1.2" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2332 2333[[package]] 2334name = "time-macros" 2335version = "0.2.17" 2336source = "registry+https://github.com/rust-lang/crates.io-index" 2337checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" 2338dependencies = [ 2339 "num-conv", 2340 "time-core", 2341] 2342 2343[[package]] 2344name = "tinyvec" 2345version = "1.6.0" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 2348dependencies = [ 2349 "tinyvec_macros", 2350] 2351 2352[[package]] 2353name = "tinyvec_macros" 2354version = "0.1.1" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2357 2358[[package]] 2359name = "tokio" 2360version = "1.37.0" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" 2363dependencies = [ 2364 "backtrace", 2365 "bytes", 2366 "libc", 2367 "mio", 2368 "num_cpus", 2369 "pin-project-lite", 2370 "socket2", 2371 "windows-sys 0.48.0", 2372] 2373 2374[[package]] 2375name = "tokio-rustls" 2376version = "0.24.1" 2377source = "registry+https://github.com/rust-lang/crates.io-index" 2378checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2379dependencies = [ 2380 "rustls", 2381 "tokio", 2382] 2383 2384[[package]] 2385name = "tokio-util" 2386version = "0.7.10" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" 2389dependencies = [ 2390 "bytes", 2391 "futures-core", 2392 "futures-sink", 2393 "pin-project-lite", 2394 "tokio", 2395 "tracing", 2396] 2397 2398[[package]] 2399name = "toml" 2400version = "0.5.11" 2401source = "registry+https://github.com/rust-lang/crates.io-index" 2402checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2403dependencies = [ 2404 "serde", 2405] 2406 2407[[package]] 2408name = "toml_edit" 2409version = "0.9.1" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "6b26d63d75583ce572323a963b850d2121cf47a03b1f6c5fc96d641d3b0412b3" 2412dependencies = [ 2413 "combine", 2414 "indexmap 1.9.3", 2415 "itertools 0.10.5", 2416 "kstring", 2417] 2418 2419[[package]] 2420name = "tower-service" 2421version = "0.3.2" 2422source = "registry+https://github.com/rust-lang/crates.io-index" 2423checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2424 2425[[package]] 2426name = "tracing" 2427version = "0.1.40" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2430dependencies = [ 2431 "pin-project-lite", 2432 "tracing-attributes", 2433 "tracing-core", 2434] 2435 2436[[package]] 2437name = "tracing-attributes" 2438version = "0.1.27" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2441dependencies = [ 2442 "proc-macro2", 2443 "quote", 2444 "syn 2.0.58", 2445] 2446 2447[[package]] 2448name = "tracing-core" 2449version = "0.1.32" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2452dependencies = [ 2453 "once_cell", 2454 "valuable", 2455] 2456 2457[[package]] 2458name = "tracing-log" 2459version = "0.2.0" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2462dependencies = [ 2463 "log", 2464 "once_cell", 2465 "tracing-core", 2466] 2467 2468[[package]] 2469name = "tracing-subscriber" 2470version = "0.3.18" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2473dependencies = [ 2474 "matchers", 2475 "nu-ansi-term", 2476 "once_cell", 2477 "regex", 2478 "sharded-slab", 2479 "smallvec", 2480 "thread_local", 2481 "tracing", 2482 "tracing-core", 2483 "tracing-log", 2484] 2485 2486[[package]] 2487name = "tracing-wasm" 2488version = "0.2.1" 2489source = "registry+https://github.com/rust-lang/crates.io-index" 2490checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" 2491dependencies = [ 2492 "tracing", 2493 "tracing-subscriber", 2494 "wasm-bindgen", 2495] 2496 2497[[package]] 2498name = "try-lock" 2499version = "0.2.5" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2502 2503[[package]] 2504name = "typenum" 2505version = "1.17.0" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2508 2509[[package]] 2510name = "unicase" 2511version = "2.7.0" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 2514dependencies = [ 2515 "version_check", 2516] 2517 2518[[package]] 2519name = "unicode-bidi" 2520version = "0.3.15" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 2523 2524[[package]] 2525name = "unicode-ident" 2526version = "1.0.12" 2527source = "registry+https://github.com/rust-lang/crates.io-index" 2528checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2529 2530[[package]] 2531name = "unicode-linebreak" 2532version = "0.1.5" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 2535 2536[[package]] 2537name = "unicode-normalization" 2538version = "0.1.23" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 2541dependencies = [ 2542 "tinyvec", 2543] 2544 2545[[package]] 2546name = "unicode-width" 2547version = "0.1.11" 2548source = "registry+https://github.com/rust-lang/crates.io-index" 2549checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 2550 2551[[package]] 2552name = "unicode-xid" 2553version = "0.2.4" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 2556 2557[[package]] 2558name = "untrusted" 2559version = "0.7.1" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 2562 2563[[package]] 2564name = "untrusted" 2565version = "0.9.0" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2568 2569[[package]] 2570name = "url" 2571version = "2.5.0" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" 2574dependencies = [ 2575 "form_urlencoded", 2576 "idna", 2577 "percent-encoding", 2578 "serde", 2579] 2580 2581[[package]] 2582name = "utf8parse" 2583version = "0.2.1" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 2586 2587[[package]] 2588name = "valuable" 2589version = "0.1.0" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2592 2593[[package]] 2594name = "vec1" 2595version = "1.12.0" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "ffb60dcfffc189bfd4e2a81333c268619fee9db53da71bce2bcbd8e129c56936" 2598 2599[[package]] 2600name = "version_check" 2601version = "0.9.4" 2602source = "registry+https://github.com/rust-lang/crates.io-index" 2603checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2604 2605[[package]] 2606name = "walkdir" 2607version = "2.5.0" 2608source = "registry+https://github.com/rust-lang/crates.io-index" 2609checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 2610dependencies = [ 2611 "same-file", 2612 "winapi-util", 2613] 2614 2615[[package]] 2616name = "want" 2617version = "0.3.1" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2620dependencies = [ 2621 "try-lock", 2622] 2623 2624[[package]] 2625name = "wasi" 2626version = "0.11.0+wasi-snapshot-preview1" 2627source = "registry+https://github.com/rust-lang/crates.io-index" 2628checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2629 2630[[package]] 2631name = "wasm-bindgen" 2632version = "0.2.92" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 2635dependencies = [ 2636 "cfg-if", 2637 "serde", 2638 "serde_json", 2639 "wasm-bindgen-macro", 2640] 2641 2642[[package]] 2643name = "wasm-bindgen-backend" 2644version = "0.2.92" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 2647dependencies = [ 2648 "bumpalo", 2649 "log", 2650 "once_cell", 2651 "proc-macro2", 2652 "quote", 2653 "syn 2.0.58", 2654 "wasm-bindgen-shared", 2655] 2656 2657[[package]] 2658name = "wasm-bindgen-futures" 2659version = "0.4.42" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 2662dependencies = [ 2663 "cfg-if", 2664 "js-sys", 2665 "wasm-bindgen", 2666 "web-sys", 2667] 2668 2669[[package]] 2670name = "wasm-bindgen-macro" 2671version = "0.2.92" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 2674dependencies = [ 2675 "quote", 2676 "wasm-bindgen-macro-support", 2677] 2678 2679[[package]] 2680name = "wasm-bindgen-macro-support" 2681version = "0.2.92" 2682source = "registry+https://github.com/rust-lang/crates.io-index" 2683checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 2684dependencies = [ 2685 "proc-macro2", 2686 "quote", 2687 "syn 2.0.58", 2688 "wasm-bindgen-backend", 2689 "wasm-bindgen-shared", 2690] 2691 2692[[package]] 2693name = "wasm-bindgen-shared" 2694version = "0.2.92" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 2697 2698[[package]] 2699name = "wasm-bindgen-test" 2700version = "0.3.42" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" 2703dependencies = [ 2704 "console_error_panic_hook", 2705 "js-sys", 2706 "scoped-tls", 2707 "wasm-bindgen", 2708 "wasm-bindgen-futures", 2709 "wasm-bindgen-test-macro", 2710] 2711 2712[[package]] 2713name = "wasm-bindgen-test-macro" 2714version = "0.3.42" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" 2717dependencies = [ 2718 "proc-macro2", 2719 "quote", 2720 "syn 2.0.58", 2721] 2722 2723[[package]] 2724name = "web-sys" 2725version = "0.3.69" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 2728dependencies = [ 2729 "js-sys", 2730 "wasm-bindgen", 2731] 2732 2733[[package]] 2734name = "webpki-roots" 2735version = "0.25.4" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 2738 2739[[package]] 2740name = "winapi" 2741version = "0.3.9" 2742source = "registry+https://github.com/rust-lang/crates.io-index" 2743checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2744dependencies = [ 2745 "winapi-i686-pc-windows-gnu", 2746 "winapi-x86_64-pc-windows-gnu", 2747] 2748 2749[[package]] 2750name = "winapi-i686-pc-windows-gnu" 2751version = "0.4.0" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2754 2755[[package]] 2756name = "winapi-util" 2757version = "0.1.6" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 2760dependencies = [ 2761 "winapi", 2762] 2763 2764[[package]] 2765name = "winapi-x86_64-pc-windows-gnu" 2766version = "0.4.0" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2769 2770[[package]] 2771name = "windows-sys" 2772version = "0.48.0" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2775dependencies = [ 2776 "windows-targets 0.48.5", 2777] 2778 2779[[package]] 2780name = "windows-sys" 2781version = "0.52.0" 2782source = "registry+https://github.com/rust-lang/crates.io-index" 2783checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2784dependencies = [ 2785 "windows-targets 0.52.4", 2786] 2787 2788[[package]] 2789name = "windows-targets" 2790version = "0.48.5" 2791source = "registry+https://github.com/rust-lang/crates.io-index" 2792checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2793dependencies = [ 2794 "windows_aarch64_gnullvm 0.48.5", 2795 "windows_aarch64_msvc 0.48.5", 2796 "windows_i686_gnu 0.48.5", 2797 "windows_i686_msvc 0.48.5", 2798 "windows_x86_64_gnu 0.48.5", 2799 "windows_x86_64_gnullvm 0.48.5", 2800 "windows_x86_64_msvc 0.48.5", 2801] 2802 2803[[package]] 2804name = "windows-targets" 2805version = "0.52.4" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" 2808dependencies = [ 2809 "windows_aarch64_gnullvm 0.52.4", 2810 "windows_aarch64_msvc 0.52.4", 2811 "windows_i686_gnu 0.52.4", 2812 "windows_i686_msvc 0.52.4", 2813 "windows_x86_64_gnu 0.52.4", 2814 "windows_x86_64_gnullvm 0.52.4", 2815 "windows_x86_64_msvc 0.52.4", 2816] 2817 2818[[package]] 2819name = "windows_aarch64_gnullvm" 2820version = "0.48.5" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2823 2824[[package]] 2825name = "windows_aarch64_gnullvm" 2826version = "0.52.4" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" 2829 2830[[package]] 2831name = "windows_aarch64_msvc" 2832version = "0.48.5" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2835 2836[[package]] 2837name = "windows_aarch64_msvc" 2838version = "0.52.4" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" 2841 2842[[package]] 2843name = "windows_i686_gnu" 2844version = "0.48.5" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2847 2848[[package]] 2849name = "windows_i686_gnu" 2850version = "0.52.4" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" 2853 2854[[package]] 2855name = "windows_i686_msvc" 2856version = "0.48.5" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2859 2860[[package]] 2861name = "windows_i686_msvc" 2862version = "0.52.4" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" 2865 2866[[package]] 2867name = "windows_x86_64_gnu" 2868version = "0.48.5" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2871 2872[[package]] 2873name = "windows_x86_64_gnu" 2874version = "0.52.4" 2875source = "registry+https://github.com/rust-lang/crates.io-index" 2876checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" 2877 2878[[package]] 2879name = "windows_x86_64_gnullvm" 2880version = "0.48.5" 2881source = "registry+https://github.com/rust-lang/crates.io-index" 2882checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2883 2884[[package]] 2885name = "windows_x86_64_gnullvm" 2886version = "0.52.4" 2887source = "registry+https://github.com/rust-lang/crates.io-index" 2888checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" 2889 2890[[package]] 2891name = "windows_x86_64_msvc" 2892version = "0.48.5" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2895 2896[[package]] 2897name = "windows_x86_64_msvc" 2898version = "0.52.4" 2899source = "registry+https://github.com/rust-lang/crates.io-index" 2900checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" 2901 2902[[package]] 2903name = "winreg" 2904version = "0.50.0" 2905source = "registry+https://github.com/rust-lang/crates.io-index" 2906checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2907dependencies = [ 2908 "cfg-if", 2909 "windows-sys 0.48.0", 2910] 2911 2912[[package]] 2913name = "x509-parser" 2914version = "0.15.1" 2915source = "registry+https://github.com/rust-lang/crates.io-index" 2916checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" 2917dependencies = [ 2918 "asn1-rs", 2919 "data-encoding", 2920 "der-parser", 2921 "lazy_static", 2922 "nom", 2923 "oid-registry", 2924 "rusticata-macros", 2925 "thiserror", 2926 "time", 2927] 2928 2929[[package]] 2930name = "xattr" 2931version = "1.3.1" 2932source = "registry+https://github.com/rust-lang/crates.io-index" 2933checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 2934dependencies = [ 2935 "libc", 2936 "linux-raw-sys", 2937 "rustix", 2938] 2939 2940[[package]] 2941name = "xxhash-rust" 2942version = "0.8.10" 2943source = "registry+https://github.com/rust-lang/crates.io-index" 2944checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03" 2945 2946[[package]] 2947name = "yansi" 2948version = "0.5.1" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"