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