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
97 kB 3934 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.22.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 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 = "aead" 22version = "0.5.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 25dependencies = [ 26 "crypto-common", 27 "generic-array", 28] 29 30[[package]] 31name = "age" 32version = "0.11.1" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "57fc171f4874fa10887e47088f81a55fcf030cd421aa31ec2b370cafebcc608a" 35dependencies = [ 36 "age-core", 37 "base64 0.21.7", 38 "bech32", 39 "chacha20poly1305", 40 "cookie-factory", 41 "hmac", 42 "i18n-embed", 43 "i18n-embed-fl", 44 "lazy_static", 45 "nom", 46 "pin-project", 47 "rand", 48 "rust-embed", 49 "scrypt", 50 "sha2", 51 "subtle", 52 "x25519-dalek", 53 "zeroize", 54] 55 56[[package]] 57name = "age-core" 58version = "0.11.0" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "e2bf6a89c984ca9d850913ece2da39e1d200563b0a94b002b253beee4c5acf99" 61dependencies = [ 62 "base64 0.21.7", 63 "chacha20poly1305", 64 "cookie-factory", 65 "hkdf", 66 "io_tee", 67 "nom", 68 "rand", 69 "secrecy", 70 "sha2", 71] 72 73[[package]] 74name = "aho-corasick" 75version = "1.1.3" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 78dependencies = [ 79 "memchr", 80] 81 82[[package]] 83name = "anstream" 84version = "0.6.14" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 87dependencies = [ 88 "anstyle", 89 "anstyle-parse", 90 "anstyle-query", 91 "anstyle-wincon", 92 "colorchoice", 93 "is_terminal_polyfill", 94 "utf8parse", 95] 96 97[[package]] 98name = "anstyle" 99version = "1.0.8" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 102 103[[package]] 104name = "anstyle-parse" 105version = "0.2.4" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 108dependencies = [ 109 "utf8parse", 110] 111 112[[package]] 113name = "anstyle-query" 114version = "1.1.0" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 117dependencies = [ 118 "windows-sys 0.52.0", 119] 120 121[[package]] 122name = "anstyle-wincon" 123version = "3.0.3" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 126dependencies = [ 127 "anstyle", 128 "windows-sys 0.52.0", 129] 130 131[[package]] 132name = "anyhow" 133version = "1.0.86" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 136 137[[package]] 138name = "arc-swap" 139version = "1.7.1" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 142 143[[package]] 144name = "askama" 145version = "0.12.1" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" 148dependencies = [ 149 "askama_derive", 150 "askama_escape", 151 "humansize", 152 "num-traits", 153 "percent-encoding", 154] 155 156[[package]] 157name = "askama_derive" 158version = "0.12.5" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" 161dependencies = [ 162 "askama_parser", 163 "basic-toml", 164 "mime", 165 "mime_guess", 166 "proc-macro2", 167 "quote", 168 "serde", 169 "syn 2.0.58", 170] 171 172[[package]] 173name = "askama_escape" 174version = "0.10.3" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 177 178[[package]] 179name = "askama_parser" 180version = "0.2.1" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" 183dependencies = [ 184 "nom", 185] 186 187[[package]] 188name = "asn1-rs" 189version = "0.5.2" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" 192dependencies = [ 193 "asn1-rs-derive", 194 "asn1-rs-impl", 195 "displaydoc", 196 "nom", 197 "num-traits", 198 "rusticata-macros", 199 "thiserror", 200 "time", 201] 202 203[[package]] 204name = "asn1-rs-derive" 205version = "0.4.0" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" 208dependencies = [ 209 "proc-macro2", 210 "quote", 211 "syn 1.0.109", 212 "synstructure 0.12.6", 213] 214 215[[package]] 216name = "asn1-rs-impl" 217version = "0.1.0" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" 220dependencies = [ 221 "proc-macro2", 222 "quote", 223 "syn 1.0.109", 224] 225 226[[package]] 227name = "async-trait" 228version = "0.1.83" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 231dependencies = [ 232 "proc-macro2", 233 "quote", 234 "syn 2.0.58", 235] 236 237[[package]] 238name = "autocfg" 239version = "1.3.0" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 242 243[[package]] 244name = "backtrace" 245version = "0.3.73" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 248dependencies = [ 249 "addr2line", 250 "cc", 251 "cfg-if", 252 "libc", 253 "miniz_oxide", 254 "object", 255 "rustc-demangle", 256] 257 258[[package]] 259name = "base16" 260version = "0.2.1" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" 263 264[[package]] 265name = "base64" 266version = "0.13.1" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 269 270[[package]] 271name = "base64" 272version = "0.21.7" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 275 276[[package]] 277name = "base64" 278version = "0.22.0" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" 281 282[[package]] 283name = "basic-toml" 284version = "0.1.9" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" 287dependencies = [ 288 "serde", 289] 290 291[[package]] 292name = "bech32" 293version = "0.9.1" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "d86b93f97252c47b41663388e6d155714a9d0c398b99f1005cbc5f978b29f445" 296 297[[package]] 298name = "bimap" 299version = "0.6.3" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" 302 303[[package]] 304name = "bincode" 305version = "1.3.3" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 308dependencies = [ 309 "serde", 310] 311 312[[package]] 313name = "bitflags" 314version = "1.3.2" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 317 318[[package]] 319name = "bitflags" 320version = "2.5.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 323 324[[package]] 325name = "bitmaps" 326version = "2.1.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" 329dependencies = [ 330 "typenum", 331] 332 333[[package]] 334name = "block-buffer" 335version = "0.10.4" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 338dependencies = [ 339 "generic-array", 340] 341 342[[package]] 343name = "bstr" 344version = "1.9.1" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 347dependencies = [ 348 "memchr", 349 "regex-automata 0.4.6", 350 "serde", 351] 352 353[[package]] 354name = "bumpalo" 355version = "3.15.4" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa" 358 359[[package]] 360name = "bytes" 361version = "1.10.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" 364 365[[package]] 366name = "camino" 367version = "1.1.9" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 370dependencies = [ 371 "serde", 372] 373 374[[package]] 375name = "capnp" 376version = "0.20.3" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "bce4e2d41c16cf9188f47ca4d59fdcdca1f33705af211bdb41f0afbd3442f8b5" 379dependencies = [ 380 "embedded-io", 381] 382 383[[package]] 384name = "capnpc" 385version = "0.20.1" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "1aa3d5f01e69ed11656d2c7c47bf34327ea9bfb5c85c7de787fcd7b6c5e45b61" 388dependencies = [ 389 "capnp", 390] 391 392[[package]] 393name = "cc" 394version = "1.2.16" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c" 397dependencies = [ 398 "shlex", 399] 400 401[[package]] 402name = "cfg-if" 403version = "1.0.0" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 406 407[[package]] 408name = "cfg_aliases" 409version = "0.2.1" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 412 413[[package]] 414name = "chacha20" 415version = "0.9.1" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 418dependencies = [ 419 "cfg-if", 420 "cipher", 421 "cpufeatures", 422] 423 424[[package]] 425name = "chacha20poly1305" 426version = "0.10.1" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 429dependencies = [ 430 "aead", 431 "chacha20", 432 "cipher", 433 "poly1305", 434 "zeroize", 435] 436 437[[package]] 438name = "cipher" 439version = "0.4.4" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 442dependencies = [ 443 "crypto-common", 444 "inout", 445 "zeroize", 446] 447 448[[package]] 449name = "clap" 450version = "4.5.16" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" 453dependencies = [ 454 "clap_builder", 455 "clap_derive", 456] 457 458[[package]] 459name = "clap_builder" 460version = "4.5.15" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" 463dependencies = [ 464 "anstream", 465 "anstyle", 466 "clap_lex", 467 "strsim", 468] 469 470[[package]] 471name = "clap_derive" 472version = "4.5.13" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" 475dependencies = [ 476 "heck", 477 "proc-macro2", 478 "quote", 479 "syn 2.0.58", 480] 481 482[[package]] 483name = "clap_lex" 484version = "0.7.0" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" 487 488[[package]] 489name = "codespan-reporting" 490version = "0.11.1" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 493dependencies = [ 494 "termcolor", 495 "unicode-width", 496] 497 498[[package]] 499name = "colorchoice" 500version = "1.0.0" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" 503 504[[package]] 505name = "console" 506version = "0.15.8" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" 509dependencies = [ 510 "encode_unicode", 511 "lazy_static", 512 "libc", 513 "windows-sys 0.52.0", 514] 515 516[[package]] 517name = "console_error_panic_hook" 518version = "0.1.7" 519source = "registry+https://github.com/rust-lang/crates.io-index" 520checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 521dependencies = [ 522 "cfg-if", 523 "wasm-bindgen", 524] 525 526[[package]] 527name = "cookie-factory" 528version = "0.3.3" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2" 531dependencies = [ 532 "futures", 533] 534 535[[package]] 536name = "cpufeatures" 537version = "0.2.12" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 540dependencies = [ 541 "libc", 542] 543 544[[package]] 545name = "crc32fast" 546version = "1.4.0" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" 549dependencies = [ 550 "cfg-if", 551] 552 553[[package]] 554name = "crossbeam-channel" 555version = "0.5.12" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95" 558dependencies = [ 559 "crossbeam-utils", 560] 561 562[[package]] 563name = "crossbeam-deque" 564version = "0.8.5" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 567dependencies = [ 568 "crossbeam-epoch", 569 "crossbeam-utils", 570] 571 572[[package]] 573name = "crossbeam-epoch" 574version = "0.9.18" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 577dependencies = [ 578 "crossbeam-utils", 579] 580 581[[package]] 582name = "crossbeam-utils" 583version = "0.8.19" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" 586 587[[package]] 588name = "crypto-common" 589version = "0.1.6" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 592dependencies = [ 593 "generic-array", 594 "typenum", 595] 596 597[[package]] 598name = "ctrlc" 599version = "3.4.5" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "90eeab0aa92f3f9b4e87f258c72b139c207d251f9cbc1080a0086b86a8870dd3" 602dependencies = [ 603 "nix", 604 "windows-sys 0.59.0", 605] 606 607[[package]] 608name = "curve25519-dalek" 609version = "4.1.3" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 612dependencies = [ 613 "cfg-if", 614 "cpufeatures", 615 "curve25519-dalek-derive", 616 "fiat-crypto", 617 "rustc_version", 618 "subtle", 619 "zeroize", 620] 621 622[[package]] 623name = "curve25519-dalek-derive" 624version = "0.1.1" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 627dependencies = [ 628 "proc-macro2", 629 "quote", 630 "syn 2.0.58", 631] 632 633[[package]] 634name = "dashmap" 635version = "6.1.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 638dependencies = [ 639 "cfg-if", 640 "crossbeam-utils", 641 "hashbrown", 642 "lock_api", 643 "once_cell", 644 "parking_lot_core", 645] 646 647[[package]] 648name = "data-encoding" 649version = "2.5.0" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" 652 653[[package]] 654name = "dbus" 655version = "0.9.7" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b" 658dependencies = [ 659 "libc", 660 "libdbus-sys", 661 "winapi", 662] 663 664[[package]] 665name = "debug-ignore" 666version = "1.0.5" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" 669 670[[package]] 671name = "der-parser" 672version = "8.2.0" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" 675dependencies = [ 676 "asn1-rs", 677 "displaydoc", 678 "nom", 679 "num-bigint", 680 "num-traits", 681 "rusticata-macros", 682] 683 684[[package]] 685name = "deranged" 686version = "0.3.11" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 689dependencies = [ 690 "powerfmt", 691] 692 693[[package]] 694name = "diff" 695version = "0.1.13" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 698 699[[package]] 700name = "digest" 701version = "0.10.7" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 704dependencies = [ 705 "block-buffer", 706 "crypto-common", 707 "subtle", 708] 709 710[[package]] 711name = "dirs-next" 712version = "2.0.0" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 715dependencies = [ 716 "cfg-if", 717 "dirs-sys-next", 718] 719 720[[package]] 721name = "dirs-sys-next" 722version = "0.1.2" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 725dependencies = [ 726 "libc", 727 "redox_users", 728 "winapi", 729] 730 731[[package]] 732name = "displaydoc" 733version = "0.2.4" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 736dependencies = [ 737 "proc-macro2", 738 "quote", 739 "syn 2.0.58", 740] 741 742[[package]] 743name = "ecow" 744version = "0.2.3" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "e42fc0a93992b20c58b99e59d61eaf1635a25bfbe49e4275c34ba0aee98119ba" 747dependencies = [ 748 "serde", 749] 750 751[[package]] 752name = "either" 753version = "1.10.0" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" 756 757[[package]] 758name = "embedded-io" 759version = "0.6.1" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 762 763[[package]] 764name = "encode_unicode" 765version = "0.3.6" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" 768 769[[package]] 770name = "endian-type" 771version = "0.1.2" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 774 775[[package]] 776name = "equivalent" 777version = "1.0.1" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 780 781[[package]] 782name = "errno" 783version = "0.3.8" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" 786dependencies = [ 787 "libc", 788 "windows-sys 0.52.0", 789] 790 791[[package]] 792name = "fastrand" 793version = "2.0.2" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" 796 797[[package]] 798name = "fiat-crypto" 799version = "0.2.9" 800source = "registry+https://github.com/rust-lang/crates.io-index" 801checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 802 803[[package]] 804name = "filetime" 805version = "0.2.23" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 808dependencies = [ 809 "cfg-if", 810 "libc", 811 "redox_syscall 0.4.1", 812 "windows-sys 0.52.0", 813] 814 815[[package]] 816name = "find-crate" 817version = "0.6.3" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2" 820dependencies = [ 821 "toml", 822] 823 824[[package]] 825name = "fixedbitset" 826version = "0.4.2" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 829 830[[package]] 831name = "flate2" 832version = "1.0.30" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 835dependencies = [ 836 "crc32fast", 837 "miniz_oxide", 838] 839 840[[package]] 841name = "fluent" 842version = "0.16.1" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a" 845dependencies = [ 846 "fluent-bundle", 847 "unic-langid", 848] 849 850[[package]] 851name = "fluent-bundle" 852version = "0.15.3" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" 855dependencies = [ 856 "fluent-langneg", 857 "fluent-syntax", 858 "intl-memoizer", 859 "intl_pluralrules", 860 "rustc-hash 1.1.0", 861 "self_cell 0.10.3", 862 "smallvec", 863 "unic-langid", 864] 865 866[[package]] 867name = "fluent-langneg" 868version = "0.13.0" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 871dependencies = [ 872 "unic-langid", 873] 874 875[[package]] 876name = "fluent-syntax" 877version = "0.11.1" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" 880dependencies = [ 881 "thiserror", 882] 883 884[[package]] 885name = "fnv" 886version = "1.0.7" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 889 890[[package]] 891name = "form_urlencoded" 892version = "1.2.1" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 895dependencies = [ 896 "percent-encoding", 897] 898 899[[package]] 900name = "fs_extra" 901version = "1.3.0" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 904 905[[package]] 906name = "fslock" 907version = "0.2.1" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 910dependencies = [ 911 "libc", 912 "winapi", 913] 914 915[[package]] 916name = "futures" 917version = "0.3.30" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 920dependencies = [ 921 "futures-channel", 922 "futures-core", 923 "futures-executor", 924 "futures-io", 925 "futures-sink", 926 "futures-task", 927 "futures-util", 928] 929 930[[package]] 931name = "futures-channel" 932version = "0.3.31" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 935dependencies = [ 936 "futures-core", 937 "futures-sink", 938] 939 940[[package]] 941name = "futures-core" 942version = "0.3.31" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 945 946[[package]] 947name = "futures-executor" 948version = "0.3.30" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 951dependencies = [ 952 "futures-core", 953 "futures-task", 954 "futures-util", 955] 956 957[[package]] 958name = "futures-io" 959version = "0.3.31" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 962 963[[package]] 964name = "futures-macro" 965version = "0.3.31" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 968dependencies = [ 969 "proc-macro2", 970 "quote", 971 "syn 2.0.58", 972] 973 974[[package]] 975name = "futures-sink" 976version = "0.3.31" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 979 980[[package]] 981name = "futures-task" 982version = "0.3.31" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 985 986[[package]] 987name = "futures-util" 988version = "0.3.31" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 991dependencies = [ 992 "futures-channel", 993 "futures-core", 994 "futures-io", 995 "futures-macro", 996 "futures-sink", 997 "futures-task", 998 "memchr", 999 "pin-project-lite", 1000 "pin-utils", 1001 "slab", 1002] 1003 1004[[package]] 1005name = "generic-array" 1006version = "0.14.7" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1009dependencies = [ 1010 "typenum", 1011 "version_check", 1012] 1013 1014[[package]] 1015name = "getrandom" 1016version = "0.2.15" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1019dependencies = [ 1020 "cfg-if", 1021 "js-sys", 1022 "libc", 1023 "wasi", 1024 "wasm-bindgen", 1025] 1026 1027[[package]] 1028name = "gimli" 1029version = "0.29.0" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1032 1033[[package]] 1034name = "gleam" 1035version = "1.9.1" 1036dependencies = [ 1037 "gleam-cli", 1038 "static_vcruntime", 1039] 1040 1041[[package]] 1042name = "gleam-cli" 1043version = "1.9.1" 1044dependencies = [ 1045 "async-trait", 1046 "base16", 1047 "bytes", 1048 "camino", 1049 "clap", 1050 "ctrlc", 1051 "debug-ignore", 1052 "ecow", 1053 "flate2", 1054 "fs_extra", 1055 "fslock", 1056 "futures", 1057 "gleam-core", 1058 "hexpm", 1059 "hostname", 1060 "http", 1061 "ignore", 1062 "im", 1063 "insta", 1064 "itertools", 1065 "lsp-server", 1066 "lsp-types", 1067 "opener", 1068 "pretty_assertions", 1069 "pubgrub", 1070 "regex", 1071 "reqwest", 1072 "rpassword", 1073 "same-file", 1074 "serde", 1075 "serde_json", 1076 "sha2", 1077 "strum", 1078 "tar", 1079 "tempfile", 1080 "termcolor", 1081 "tokio", 1082 "toml", 1083 "toml_edit", 1084 "tracing", 1085 "tracing-subscriber", 1086 "walkdir", 1087] 1088 1089[[package]] 1090name = "gleam-core" 1091version = "1.9.1" 1092dependencies = [ 1093 "age", 1094 "askama", 1095 "async-trait", 1096 "base16", 1097 "bimap", 1098 "bincode", 1099 "bytes", 1100 "camino", 1101 "capnp", 1102 "capnpc", 1103 "codespan-reporting", 1104 "debug-ignore", 1105 "dirs-next", 1106 "ecow", 1107 "flate2", 1108 "futures", 1109 "globset", 1110 "heck", 1111 "hexpm", 1112 "http", 1113 "id-arena", 1114 "im", 1115 "insta", 1116 "itertools", 1117 "lsp-server", 1118 "lsp-types", 1119 "num-bigint", 1120 "num-traits", 1121 "pathdiff", 1122 "petgraph", 1123 "pretty_assertions", 1124 "pubgrub", 1125 "pulldown-cmark", 1126 "radix_trie", 1127 "rand", 1128 "regex", 1129 "serde", 1130 "serde_derive", 1131 "serde_json", 1132 "spdx", 1133 "strsim", 1134 "strum", 1135 "tar", 1136 "termcolor", 1137 "thiserror", 1138 "toml", 1139 "tracing", 1140 "unicode-segmentation", 1141 "vec1", 1142 "xxhash-rust", 1143] 1144 1145[[package]] 1146name = "gleam-wasm" 1147version = "1.9.1" 1148dependencies = [ 1149 "camino", 1150 "console_error_panic_hook", 1151 "getrandom", 1152 "gleam-core", 1153 "hexpm", 1154 "im", 1155 "itertools", 1156 "serde", 1157 "serde-wasm-bindgen", 1158 "termcolor", 1159 "tracing", 1160 "tracing-wasm", 1161 "wasm-bindgen", 1162 "wasm-bindgen-test", 1163] 1164 1165[[package]] 1166name = "globset" 1167version = "0.4.14" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 1170dependencies = [ 1171 "aho-corasick", 1172 "bstr", 1173 "log", 1174 "regex-automata 0.4.6", 1175 "regex-syntax 0.8.3", 1176 "serde", 1177] 1178 1179[[package]] 1180name = "hashbrown" 1181version = "0.14.3" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" 1184 1185[[package]] 1186name = "heck" 1187version = "0.5.0" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1190 1191[[package]] 1192name = "hermit-abi" 1193version = "0.3.9" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1196 1197[[package]] 1198name = "hexpm" 1199version = "3.3.0" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "0d4ea53d065cbbcc44f7a5f1814ae2c526d934c5344b97caf2953125aea28e79" 1202dependencies = [ 1203 "base16", 1204 "bytes", 1205 "flate2", 1206 "http", 1207 "http-auth-basic", 1208 "lazy_static", 1209 "prost", 1210 "prost-build", 1211 "pubgrub", 1212 "regex", 1213 "ring", 1214 "serde", 1215 "serde_json", 1216 "thiserror", 1217 "url", 1218 "x509-parser", 1219] 1220 1221[[package]] 1222name = "hkdf" 1223version = "0.12.4" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1226dependencies = [ 1227 "hmac", 1228] 1229 1230[[package]] 1231name = "hmac" 1232version = "0.12.1" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1235dependencies = [ 1236 "digest", 1237] 1238 1239[[package]] 1240name = "hostname" 1241version = "0.4.0" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" 1244dependencies = [ 1245 "cfg-if", 1246 "libc", 1247 "windows", 1248] 1249 1250[[package]] 1251name = "http" 1252version = "1.2.0" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" 1255dependencies = [ 1256 "bytes", 1257 "fnv", 1258 "itoa", 1259] 1260 1261[[package]] 1262name = "http-auth-basic" 1263version = "0.3.3" 1264source = "registry+https://github.com/rust-lang/crates.io-index" 1265checksum = "dd2e17aacf7f4a2428def798e2ff4f4f883c0987bdaf47dd5c8bc027bc9f1ebc" 1266dependencies = [ 1267 "base64 0.13.1", 1268] 1269 1270[[package]] 1271name = "http-body" 1272version = "1.0.0" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 1275dependencies = [ 1276 "bytes", 1277 "http", 1278] 1279 1280[[package]] 1281name = "http-body-util" 1282version = "0.1.1" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" 1285dependencies = [ 1286 "bytes", 1287 "futures-core", 1288 "http", 1289 "http-body", 1290 "pin-project-lite", 1291] 1292 1293[[package]] 1294name = "httparse" 1295version = "1.8.0" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 1298 1299[[package]] 1300name = "humansize" 1301version = "2.1.3" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 1304dependencies = [ 1305 "libm", 1306] 1307 1308[[package]] 1309name = "hyper" 1310version = "1.5.2" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0" 1313dependencies = [ 1314 "bytes", 1315 "futures-channel", 1316 "futures-util", 1317 "http", 1318 "http-body", 1319 "httparse", 1320 "itoa", 1321 "pin-project-lite", 1322 "smallvec", 1323 "tokio", 1324 "want", 1325] 1326 1327[[package]] 1328name = "hyper-rustls" 1329version = "0.27.2" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 1332dependencies = [ 1333 "futures-util", 1334 "http", 1335 "hyper", 1336 "hyper-util", 1337 "rustls", 1338 "rustls-pki-types", 1339 "tokio", 1340 "tokio-rustls", 1341 "tower-service", 1342 "webpki-roots", 1343] 1344 1345[[package]] 1346name = "hyper-util" 1347version = "0.1.10" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 1350dependencies = [ 1351 "bytes", 1352 "futures-channel", 1353 "futures-util", 1354 "http", 1355 "http-body", 1356 "hyper", 1357 "pin-project-lite", 1358 "socket2", 1359 "tokio", 1360 "tower-service", 1361 "tracing", 1362] 1363 1364[[package]] 1365name = "i18n-config" 1366version = "0.4.7" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "8e88074831c0be5b89181b05e6748c4915f77769ecc9a4c372f88b169a8509c9" 1369dependencies = [ 1370 "basic-toml", 1371 "log", 1372 "serde", 1373 "serde_derive", 1374 "thiserror", 1375 "unic-langid", 1376] 1377 1378[[package]] 1379name = "i18n-embed" 1380version = "0.15.2" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "a7839d8c7bb8da7bd58c1112d3a1aeb7f178ff3df4ae87783e758ca3bfb750b7" 1383dependencies = [ 1384 "arc-swap", 1385 "fluent", 1386 "fluent-langneg", 1387 "fluent-syntax", 1388 "i18n-embed-impl", 1389 "intl-memoizer", 1390 "lazy_static", 1391 "log", 1392 "parking_lot", 1393 "rust-embed", 1394 "thiserror", 1395 "unic-langid", 1396 "walkdir", 1397] 1398 1399[[package]] 1400name = "i18n-embed-fl" 1401version = "0.9.2" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "f6e9571c3cba9eba538eaa5ee40031b26debe76f0c7e17bafc97ea57a76cd82e" 1404dependencies = [ 1405 "dashmap", 1406 "find-crate", 1407 "fluent", 1408 "fluent-syntax", 1409 "i18n-config", 1410 "i18n-embed", 1411 "lazy_static", 1412 "proc-macro-error2", 1413 "proc-macro2", 1414 "quote", 1415 "strsim", 1416 "syn 2.0.58", 1417 "unic-langid", 1418] 1419 1420[[package]] 1421name = "i18n-embed-impl" 1422version = "0.8.4" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "0f2cc0e0523d1fe6fc2c6f66e5038624ea8091b3e7748b5e8e0c84b1698db6c2" 1425dependencies = [ 1426 "find-crate", 1427 "i18n-config", 1428 "proc-macro2", 1429 "quote", 1430 "syn 2.0.58", 1431] 1432 1433[[package]] 1434name = "icu_collections" 1435version = "1.5.0" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1438dependencies = [ 1439 "displaydoc", 1440 "yoke", 1441 "zerofrom", 1442 "zerovec", 1443] 1444 1445[[package]] 1446name = "icu_locid" 1447version = "1.5.0" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1450dependencies = [ 1451 "displaydoc", 1452 "litemap", 1453 "tinystr", 1454 "writeable", 1455 "zerovec", 1456] 1457 1458[[package]] 1459name = "icu_locid_transform" 1460version = "1.5.0" 1461source = "registry+https://github.com/rust-lang/crates.io-index" 1462checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1463dependencies = [ 1464 "displaydoc", 1465 "icu_locid", 1466 "icu_locid_transform_data", 1467 "icu_provider", 1468 "tinystr", 1469 "zerovec", 1470] 1471 1472[[package]] 1473name = "icu_locid_transform_data" 1474version = "1.5.0" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1477 1478[[package]] 1479name = "icu_normalizer" 1480version = "1.5.0" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1483dependencies = [ 1484 "displaydoc", 1485 "icu_collections", 1486 "icu_normalizer_data", 1487 "icu_properties", 1488 "icu_provider", 1489 "smallvec", 1490 "utf16_iter", 1491 "utf8_iter", 1492 "write16", 1493 "zerovec", 1494] 1495 1496[[package]] 1497name = "icu_normalizer_data" 1498version = "1.5.0" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1501 1502[[package]] 1503name = "icu_properties" 1504version = "1.5.1" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1507dependencies = [ 1508 "displaydoc", 1509 "icu_collections", 1510 "icu_locid_transform", 1511 "icu_properties_data", 1512 "icu_provider", 1513 "tinystr", 1514 "zerovec", 1515] 1516 1517[[package]] 1518name = "icu_properties_data" 1519version = "1.5.0" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1522 1523[[package]] 1524name = "icu_provider" 1525version = "1.5.0" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1528dependencies = [ 1529 "displaydoc", 1530 "icu_locid", 1531 "icu_provider_macros", 1532 "stable_deref_trait", 1533 "tinystr", 1534 "writeable", 1535 "yoke", 1536 "zerofrom", 1537 "zerovec", 1538] 1539 1540[[package]] 1541name = "icu_provider_macros" 1542version = "1.5.0" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1545dependencies = [ 1546 "proc-macro2", 1547 "quote", 1548 "syn 2.0.58", 1549] 1550 1551[[package]] 1552name = "id-arena" 1553version = "2.2.1" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" 1556 1557[[package]] 1558name = "idna" 1559version = "1.0.3" 1560source = "registry+https://github.com/rust-lang/crates.io-index" 1561checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1562dependencies = [ 1563 "idna_adapter", 1564 "smallvec", 1565 "utf8_iter", 1566] 1567 1568[[package]] 1569name = "idna_adapter" 1570version = "1.2.0" 1571source = "registry+https://github.com/rust-lang/crates.io-index" 1572checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1573dependencies = [ 1574 "icu_normalizer", 1575 "icu_properties", 1576] 1577 1578[[package]] 1579name = "ignore" 1580version = "0.4.22" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1" 1583dependencies = [ 1584 "crossbeam-deque", 1585 "globset", 1586 "log", 1587 "memchr", 1588 "regex-automata 0.4.6", 1589 "same-file", 1590 "walkdir", 1591 "winapi-util", 1592] 1593 1594[[package]] 1595name = "im" 1596version = "15.1.0" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9" 1599dependencies = [ 1600 "bitmaps", 1601 "rand_core", 1602 "rand_xoshiro", 1603 "sized-chunks", 1604 "typenum", 1605 "version_check", 1606] 1607 1608[[package]] 1609name = "indexmap" 1610version = "2.2.6" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1613dependencies = [ 1614 "equivalent", 1615 "hashbrown", 1616] 1617 1618[[package]] 1619name = "inout" 1620version = "0.1.3" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1623dependencies = [ 1624 "generic-array", 1625] 1626 1627[[package]] 1628name = "insta" 1629version = "1.41.1" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "7e9ffc4d4892617c50a928c52b2961cb5174b6fc6ebf252b2fac9d21955c48b8" 1632dependencies = [ 1633 "console", 1634 "globset", 1635 "lazy_static", 1636 "linked-hash-map", 1637 "similar", 1638 "walkdir", 1639] 1640 1641[[package]] 1642name = "intl-memoizer" 1643version = "0.5.2" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda" 1646dependencies = [ 1647 "type-map", 1648 "unic-langid", 1649] 1650 1651[[package]] 1652name = "intl_pluralrules" 1653version = "7.0.2" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 1656dependencies = [ 1657 "unic-langid", 1658] 1659 1660[[package]] 1661name = "io_tee" 1662version = "0.1.1" 1663source = "registry+https://github.com/rust-lang/crates.io-index" 1664checksum = "4b3f7cef34251886990511df1c61443aa928499d598a9473929ab5a90a527304" 1665 1666[[package]] 1667name = "ipnet" 1668version = "2.9.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1671 1672[[package]] 1673name = "is_terminal_polyfill" 1674version = "1.70.0" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 1677 1678[[package]] 1679name = "itertools" 1680version = "0.13.0" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1683dependencies = [ 1684 "either", 1685] 1686 1687[[package]] 1688name = "itoa" 1689version = "1.0.11" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1692 1693[[package]] 1694name = "js-sys" 1695version = "0.3.69" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1698dependencies = [ 1699 "wasm-bindgen", 1700] 1701 1702[[package]] 1703name = "lazy_static" 1704version = "1.4.0" 1705source = "registry+https://github.com/rust-lang/crates.io-index" 1706checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 1707 1708[[package]] 1709name = "libc" 1710version = "0.2.155" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1713 1714[[package]] 1715name = "libdbus-sys" 1716version = "0.2.5" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72" 1719dependencies = [ 1720 "cc", 1721 "pkg-config", 1722] 1723 1724[[package]] 1725name = "libm" 1726version = "0.2.8" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1729 1730[[package]] 1731name = "libredox" 1732version = "0.1.3" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1735dependencies = [ 1736 "bitflags 2.5.0", 1737 "libc", 1738] 1739 1740[[package]] 1741name = "linked-hash-map" 1742version = "0.5.6" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1745 1746[[package]] 1747name = "linux-raw-sys" 1748version = "0.4.13" 1749source = "registry+https://github.com/rust-lang/crates.io-index" 1750checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" 1751 1752[[package]] 1753name = "litemap" 1754version = "0.7.4" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 1757 1758[[package]] 1759name = "lock_api" 1760version = "0.4.12" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1763dependencies = [ 1764 "autocfg", 1765 "scopeguard", 1766] 1767 1768[[package]] 1769name = "log" 1770version = "0.4.22" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1773 1774[[package]] 1775name = "lsp-server" 1776version = "0.7.6" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "248f65b78f6db5d8e1b1604b4098a28b43d21a8eb1deeca22b1c421b276c7095" 1779dependencies = [ 1780 "crossbeam-channel", 1781 "log", 1782 "serde", 1783 "serde_json", 1784] 1785 1786[[package]] 1787name = "lsp-types" 1788version = "0.95.1" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "8e34d33a8e9b006cd3fc4fe69a921affa097bae4bb65f76271f4644f9a334365" 1791dependencies = [ 1792 "bitflags 1.3.2", 1793 "serde", 1794 "serde_json", 1795 "serde_repr", 1796 "url", 1797] 1798 1799[[package]] 1800name = "matchers" 1801version = "0.1.0" 1802source = "registry+https://github.com/rust-lang/crates.io-index" 1803checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1804dependencies = [ 1805 "regex-automata 0.1.10", 1806] 1807 1808[[package]] 1809name = "memchr" 1810version = "2.7.2" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 1813 1814[[package]] 1815name = "mime" 1816version = "0.3.17" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1819 1820[[package]] 1821name = "mime_guess" 1822version = "2.0.4" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 1825dependencies = [ 1826 "mime", 1827 "unicase", 1828] 1829 1830[[package]] 1831name = "minimal-lexical" 1832version = "0.2.1" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1835 1836[[package]] 1837name = "miniz_oxide" 1838version = "0.7.2" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" 1841dependencies = [ 1842 "adler", 1843] 1844 1845[[package]] 1846name = "mio" 1847version = "1.0.1" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" 1850dependencies = [ 1851 "hermit-abi", 1852 "libc", 1853 "wasi", 1854 "windows-sys 0.52.0", 1855] 1856 1857[[package]] 1858name = "multimap" 1859version = "0.10.0" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 1862 1863[[package]] 1864name = "nibble_vec" 1865version = "0.1.0" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 1868dependencies = [ 1869 "smallvec", 1870] 1871 1872[[package]] 1873name = "nix" 1874version = "0.29.0" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 1877dependencies = [ 1878 "bitflags 2.5.0", 1879 "cfg-if", 1880 "cfg_aliases", 1881 "libc", 1882] 1883 1884[[package]] 1885name = "nom" 1886version = "7.1.3" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1889dependencies = [ 1890 "memchr", 1891 "minimal-lexical", 1892] 1893 1894[[package]] 1895name = "normpath" 1896version = "1.2.0" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804" 1899dependencies = [ 1900 "windows-sys 0.52.0", 1901] 1902 1903[[package]] 1904name = "nu-ansi-term" 1905version = "0.46.0" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1908dependencies = [ 1909 "overload", 1910 "winapi", 1911] 1912 1913[[package]] 1914name = "num-bigint" 1915version = "0.4.6" 1916source = "registry+https://github.com/rust-lang/crates.io-index" 1917checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1918dependencies = [ 1919 "num-integer", 1920 "num-traits", 1921] 1922 1923[[package]] 1924name = "num-conv" 1925version = "0.1.0" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1928 1929[[package]] 1930name = "num-integer" 1931version = "0.1.46" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1934dependencies = [ 1935 "num-traits", 1936] 1937 1938[[package]] 1939name = "num-traits" 1940version = "0.2.19" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1943dependencies = [ 1944 "autocfg", 1945] 1946 1947[[package]] 1948name = "object" 1949version = "0.36.1" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 1952dependencies = [ 1953 "memchr", 1954] 1955 1956[[package]] 1957name = "oid-registry" 1958version = "0.6.1" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" 1961dependencies = [ 1962 "asn1-rs", 1963] 1964 1965[[package]] 1966name = "once_cell" 1967version = "1.19.0" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1970 1971[[package]] 1972name = "opaque-debug" 1973version = "0.3.1" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 1976 1977[[package]] 1978name = "opener" 1979version = "0.7.2" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681" 1982dependencies = [ 1983 "bstr", 1984 "dbus", 1985 "normpath", 1986 "windows-sys 0.59.0", 1987] 1988 1989[[package]] 1990name = "overload" 1991version = "0.1.1" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1994 1995[[package]] 1996name = "parking_lot" 1997version = "0.12.3" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2000dependencies = [ 2001 "lock_api", 2002 "parking_lot_core", 2003] 2004 2005[[package]] 2006name = "parking_lot_core" 2007version = "0.9.10" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2010dependencies = [ 2011 "cfg-if", 2012 "libc", 2013 "redox_syscall 0.5.7", 2014 "smallvec", 2015 "windows-targets 0.52.6", 2016] 2017 2018[[package]] 2019name = "pathdiff" 2020version = "0.2.3" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 2023dependencies = [ 2024 "camino", 2025] 2026 2027[[package]] 2028name = "pbkdf2" 2029version = "0.12.2" 2030source = "registry+https://github.com/rust-lang/crates.io-index" 2031checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 2032dependencies = [ 2033 "digest", 2034 "hmac", 2035] 2036 2037[[package]] 2038name = "percent-encoding" 2039version = "2.3.1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2042 2043[[package]] 2044name = "petgraph" 2045version = "0.6.5" 2046source = "registry+https://github.com/rust-lang/crates.io-index" 2047checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 2048dependencies = [ 2049 "fixedbitset", 2050 "indexmap", 2051] 2052 2053[[package]] 2054name = "pin-project" 2055version = "1.1.5" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 2058dependencies = [ 2059 "pin-project-internal", 2060] 2061 2062[[package]] 2063name = "pin-project-internal" 2064version = "1.1.5" 2065source = "registry+https://github.com/rust-lang/crates.io-index" 2066checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 2067dependencies = [ 2068 "proc-macro2", 2069 "quote", 2070 "syn 2.0.58", 2071] 2072 2073[[package]] 2074name = "pin-project-lite" 2075version = "0.2.14" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2078 2079[[package]] 2080name = "pin-utils" 2081version = "0.1.0" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2084 2085[[package]] 2086name = "pkg-config" 2087version = "0.3.30" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2090 2091[[package]] 2092name = "poly1305" 2093version = "0.8.0" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 2096dependencies = [ 2097 "cpufeatures", 2098 "opaque-debug", 2099 "universal-hash", 2100] 2101 2102[[package]] 2103name = "powerfmt" 2104version = "0.2.0" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2107 2108[[package]] 2109name = "ppv-lite86" 2110version = "0.2.17" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2113 2114[[package]] 2115name = "pretty_assertions" 2116version = "1.4.1" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 2119dependencies = [ 2120 "diff", 2121 "yansi", 2122] 2123 2124[[package]] 2125name = "prettyplease" 2126version = "0.2.17" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7" 2129dependencies = [ 2130 "proc-macro2", 2131 "syn 2.0.58", 2132] 2133 2134[[package]] 2135name = "proc-macro-error-attr2" 2136version = "2.0.0" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 2139dependencies = [ 2140 "proc-macro2", 2141 "quote", 2142] 2143 2144[[package]] 2145name = "proc-macro-error2" 2146version = "2.0.1" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 2149dependencies = [ 2150 "proc-macro-error-attr2", 2151 "proc-macro2", 2152 "quote", 2153 "syn 2.0.58", 2154] 2155 2156[[package]] 2157name = "proc-macro2" 2158version = "1.0.79" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e" 2161dependencies = [ 2162 "unicode-ident", 2163] 2164 2165[[package]] 2166name = "prost" 2167version = "0.13.5" 2168source = "registry+https://github.com/rust-lang/crates.io-index" 2169checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" 2170dependencies = [ 2171 "bytes", 2172 "prost-derive", 2173] 2174 2175[[package]] 2176name = "prost-build" 2177version = "0.13.5" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" 2180dependencies = [ 2181 "heck", 2182 "itertools", 2183 "log", 2184 "multimap", 2185 "once_cell", 2186 "petgraph", 2187 "prettyplease", 2188 "prost", 2189 "prost-types", 2190 "regex", 2191 "syn 2.0.58", 2192 "tempfile", 2193] 2194 2195[[package]] 2196name = "prost-derive" 2197version = "0.13.5" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" 2200dependencies = [ 2201 "anyhow", 2202 "itertools", 2203 "proc-macro2", 2204 "quote", 2205 "syn 2.0.58", 2206] 2207 2208[[package]] 2209name = "prost-types" 2210version = "0.13.5" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" 2213dependencies = [ 2214 "prost", 2215] 2216 2217[[package]] 2218name = "pubgrub" 2219version = "0.2.1" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "cdd14552ad5f5d743a323c10d576f26822a044355d6601f377d813ece46f38fd" 2222dependencies = [ 2223 "rustc-hash 1.1.0", 2224 "thiserror", 2225] 2226 2227[[package]] 2228name = "pulldown-cmark" 2229version = "0.13.0" 2230source = "registry+https://github.com/rust-lang/crates.io-index" 2231checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" 2232dependencies = [ 2233 "bitflags 2.5.0", 2234 "memchr", 2235 "pulldown-cmark-escape", 2236 "unicase", 2237] 2238 2239[[package]] 2240name = "pulldown-cmark-escape" 2241version = "0.11.0" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 2244 2245[[package]] 2246name = "quinn" 2247version = "0.11.2" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad" 2250dependencies = [ 2251 "bytes", 2252 "pin-project-lite", 2253 "quinn-proto", 2254 "quinn-udp", 2255 "rustc-hash 1.1.0", 2256 "rustls", 2257 "thiserror", 2258 "tokio", 2259 "tracing", 2260] 2261 2262[[package]] 2263name = "quinn-proto" 2264version = "0.11.8" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 2267dependencies = [ 2268 "bytes", 2269 "rand", 2270 "ring", 2271 "rustc-hash 2.0.0", 2272 "rustls", 2273 "slab", 2274 "thiserror", 2275 "tinyvec", 2276 "tracing", 2277] 2278 2279[[package]] 2280name = "quinn-udp" 2281version = "0.5.4" 2282source = "registry+https://github.com/rust-lang/crates.io-index" 2283checksum = "8bffec3605b73c6f1754535084a85229fa8a30f86014e6c81aeec4abb68b0285" 2284dependencies = [ 2285 "libc", 2286 "once_cell", 2287 "socket2", 2288 "windows-sys 0.52.0", 2289] 2290 2291[[package]] 2292name = "quote" 2293version = "1.0.35" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" 2296dependencies = [ 2297 "proc-macro2", 2298] 2299 2300[[package]] 2301name = "radix_trie" 2302version = "0.2.1" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 2305dependencies = [ 2306 "endian-type", 2307 "nibble_vec", 2308] 2309 2310[[package]] 2311name = "rand" 2312version = "0.8.5" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2315dependencies = [ 2316 "libc", 2317 "rand_chacha", 2318 "rand_core", 2319] 2320 2321[[package]] 2322name = "rand_chacha" 2323version = "0.3.1" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2326dependencies = [ 2327 "ppv-lite86", 2328 "rand_core", 2329] 2330 2331[[package]] 2332name = "rand_core" 2333version = "0.6.4" 2334source = "registry+https://github.com/rust-lang/crates.io-index" 2335checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2336dependencies = [ 2337 "getrandom", 2338] 2339 2340[[package]] 2341name = "rand_xoshiro" 2342version = "0.6.0" 2343source = "registry+https://github.com/rust-lang/crates.io-index" 2344checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" 2345dependencies = [ 2346 "rand_core", 2347] 2348 2349[[package]] 2350name = "redox_syscall" 2351version = "0.4.1" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 2354dependencies = [ 2355 "bitflags 1.3.2", 2356] 2357 2358[[package]] 2359name = "redox_syscall" 2360version = "0.5.7" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 2363dependencies = [ 2364 "bitflags 2.5.0", 2365] 2366 2367[[package]] 2368name = "redox_users" 2369version = "0.4.5" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 2372dependencies = [ 2373 "getrandom", 2374 "libredox", 2375 "thiserror", 2376] 2377 2378[[package]] 2379name = "regex" 2380version = "1.10.5" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 2383dependencies = [ 2384 "aho-corasick", 2385 "memchr", 2386 "regex-automata 0.4.6", 2387 "regex-syntax 0.8.3", 2388] 2389 2390[[package]] 2391name = "regex-automata" 2392version = "0.1.10" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2395dependencies = [ 2396 "regex-syntax 0.6.29", 2397] 2398 2399[[package]] 2400name = "regex-automata" 2401version = "0.4.6" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" 2404dependencies = [ 2405 "aho-corasick", 2406 "memchr", 2407 "regex-syntax 0.8.3", 2408] 2409 2410[[package]] 2411name = "regex-syntax" 2412version = "0.6.29" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2415 2416[[package]] 2417name = "regex-syntax" 2418version = "0.8.3" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" 2421 2422[[package]] 2423name = "reqwest" 2424version = "0.12.12" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" 2427dependencies = [ 2428 "base64 0.22.0", 2429 "bytes", 2430 "futures-core", 2431 "futures-util", 2432 "http", 2433 "http-body", 2434 "http-body-util", 2435 "hyper", 2436 "hyper-rustls", 2437 "hyper-util", 2438 "ipnet", 2439 "js-sys", 2440 "log", 2441 "mime", 2442 "once_cell", 2443 "percent-encoding", 2444 "pin-project-lite", 2445 "quinn", 2446 "rustls", 2447 "rustls-pemfile", 2448 "rustls-pki-types", 2449 "serde", 2450 "serde_json", 2451 "serde_urlencoded", 2452 "sync_wrapper", 2453 "tokio", 2454 "tokio-rustls", 2455 "tower", 2456 "tower-service", 2457 "url", 2458 "wasm-bindgen", 2459 "wasm-bindgen-futures", 2460 "web-sys", 2461 "webpki-roots", 2462 "windows-registry", 2463] 2464 2465[[package]] 2466name = "ring" 2467version = "0.17.13" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee" 2470dependencies = [ 2471 "cc", 2472 "cfg-if", 2473 "getrandom", 2474 "libc", 2475 "untrusted", 2476 "windows-sys 0.52.0", 2477] 2478 2479[[package]] 2480name = "rpassword" 2481version = "7.3.1" 2482source = "registry+https://github.com/rust-lang/crates.io-index" 2483checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" 2484dependencies = [ 2485 "libc", 2486 "rtoolbox", 2487 "windows-sys 0.48.0", 2488] 2489 2490[[package]] 2491name = "rtoolbox" 2492version = "0.0.2" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" 2495dependencies = [ 2496 "libc", 2497 "windows-sys 0.48.0", 2498] 2499 2500[[package]] 2501name = "rust-embed" 2502version = "8.5.0" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0" 2505dependencies = [ 2506 "rust-embed-impl", 2507 "rust-embed-utils", 2508 "walkdir", 2509] 2510 2511[[package]] 2512name = "rust-embed-impl" 2513version = "8.5.0" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478" 2516dependencies = [ 2517 "proc-macro2", 2518 "quote", 2519 "rust-embed-utils", 2520 "syn 2.0.58", 2521 "walkdir", 2522] 2523 2524[[package]] 2525name = "rust-embed-utils" 2526version = "8.5.0" 2527source = "registry+https://github.com/rust-lang/crates.io-index" 2528checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d" 2529dependencies = [ 2530 "sha2", 2531 "walkdir", 2532] 2533 2534[[package]] 2535name = "rustc-demangle" 2536version = "0.1.24" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2539 2540[[package]] 2541name = "rustc-hash" 2542version = "1.1.0" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2545 2546[[package]] 2547name = "rustc-hash" 2548version = "2.0.0" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 2551 2552[[package]] 2553name = "rustc_version" 2554version = "0.4.1" 2555source = "registry+https://github.com/rust-lang/crates.io-index" 2556checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2557dependencies = [ 2558 "semver", 2559] 2560 2561[[package]] 2562name = "rusticata-macros" 2563version = "4.1.0" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2566dependencies = [ 2567 "nom", 2568] 2569 2570[[package]] 2571name = "rustix" 2572version = "0.38.32" 2573source = "registry+https://github.com/rust-lang/crates.io-index" 2574checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" 2575dependencies = [ 2576 "bitflags 2.5.0", 2577 "errno", 2578 "libc", 2579 "linux-raw-sys", 2580 "windows-sys 0.52.0", 2581] 2582 2583[[package]] 2584name = "rustls" 2585version = "0.23.7" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "ebbbdb961df0ad3f2652da8f3fdc4b36122f568f968f45ad3316f26c025c677b" 2588dependencies = [ 2589 "once_cell", 2590 "ring", 2591 "rustls-pki-types", 2592 "rustls-webpki", 2593 "subtle", 2594 "zeroize", 2595] 2596 2597[[package]] 2598name = "rustls-pemfile" 2599version = "2.1.2" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 2602dependencies = [ 2603 "base64 0.22.0", 2604 "rustls-pki-types", 2605] 2606 2607[[package]] 2608name = "rustls-pki-types" 2609version = "1.4.1" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247" 2612 2613[[package]] 2614name = "rustls-webpki" 2615version = "0.102.2" 2616source = "registry+https://github.com/rust-lang/crates.io-index" 2617checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610" 2618dependencies = [ 2619 "ring", 2620 "rustls-pki-types", 2621 "untrusted", 2622] 2623 2624[[package]] 2625name = "rustversion" 2626version = "1.0.14" 2627source = "registry+https://github.com/rust-lang/crates.io-index" 2628checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4" 2629 2630[[package]] 2631name = "ryu" 2632version = "1.0.17" 2633source = "registry+https://github.com/rust-lang/crates.io-index" 2634checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" 2635 2636[[package]] 2637name = "salsa20" 2638version = "0.10.2" 2639source = "registry+https://github.com/rust-lang/crates.io-index" 2640checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 2641dependencies = [ 2642 "cipher", 2643] 2644 2645[[package]] 2646name = "same-file" 2647version = "1.0.6" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2650dependencies = [ 2651 "winapi-util", 2652] 2653 2654[[package]] 2655name = "scoped-tls" 2656version = "1.0.1" 2657source = "registry+https://github.com/rust-lang/crates.io-index" 2658checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2659 2660[[package]] 2661name = "scopeguard" 2662version = "1.2.0" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2665 2666[[package]] 2667name = "scrypt" 2668version = "0.11.0" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f" 2671dependencies = [ 2672 "pbkdf2", 2673 "salsa20", 2674 "sha2", 2675] 2676 2677[[package]] 2678name = "secrecy" 2679version = "0.10.3" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" 2682dependencies = [ 2683 "zeroize", 2684] 2685 2686[[package]] 2687name = "self_cell" 2688version = "0.10.3" 2689source = "registry+https://github.com/rust-lang/crates.io-index" 2690checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" 2691dependencies = [ 2692 "self_cell 1.0.4", 2693] 2694 2695[[package]] 2696name = "self_cell" 2697version = "1.0.4" 2698source = "registry+https://github.com/rust-lang/crates.io-index" 2699checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" 2700 2701[[package]] 2702name = "semver" 2703version = "1.0.23" 2704source = "registry+https://github.com/rust-lang/crates.io-index" 2705checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 2706 2707[[package]] 2708name = "serde" 2709version = "1.0.204" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 2712dependencies = [ 2713 "serde_derive", 2714] 2715 2716[[package]] 2717name = "serde-wasm-bindgen" 2718version = "0.6.5" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" 2721dependencies = [ 2722 "js-sys", 2723 "serde", 2724 "wasm-bindgen", 2725] 2726 2727[[package]] 2728name = "serde_derive" 2729version = "1.0.204" 2730source = "registry+https://github.com/rust-lang/crates.io-index" 2731checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 2732dependencies = [ 2733 "proc-macro2", 2734 "quote", 2735 "syn 2.0.58", 2736] 2737 2738[[package]] 2739name = "serde_json" 2740version = "1.0.138" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" 2743dependencies = [ 2744 "itoa", 2745 "memchr", 2746 "ryu", 2747 "serde", 2748] 2749 2750[[package]] 2751name = "serde_repr" 2752version = "0.1.18" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb" 2755dependencies = [ 2756 "proc-macro2", 2757 "quote", 2758 "syn 2.0.58", 2759] 2760 2761[[package]] 2762name = "serde_urlencoded" 2763version = "0.7.1" 2764source = "registry+https://github.com/rust-lang/crates.io-index" 2765checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2766dependencies = [ 2767 "form_urlencoded", 2768 "itoa", 2769 "ryu", 2770 "serde", 2771] 2772 2773[[package]] 2774name = "sha2" 2775version = "0.10.8" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2778dependencies = [ 2779 "cfg-if", 2780 "cpufeatures", 2781 "digest", 2782] 2783 2784[[package]] 2785name = "sharded-slab" 2786version = "0.1.7" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2789dependencies = [ 2790 "lazy_static", 2791] 2792 2793[[package]] 2794name = "shlex" 2795version = "1.3.0" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2798 2799[[package]] 2800name = "similar" 2801version = "2.5.0" 2802source = "registry+https://github.com/rust-lang/crates.io-index" 2803checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" 2804 2805[[package]] 2806name = "sized-chunks" 2807version = "0.6.5" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e" 2810dependencies = [ 2811 "bitmaps", 2812 "typenum", 2813] 2814 2815[[package]] 2816name = "slab" 2817version = "0.4.9" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2820dependencies = [ 2821 "autocfg", 2822] 2823 2824[[package]] 2825name = "smallvec" 2826version = "1.13.2" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2829 2830[[package]] 2831name = "socket2" 2832version = "0.5.6" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" 2835dependencies = [ 2836 "libc", 2837 "windows-sys 0.52.0", 2838] 2839 2840[[package]] 2841name = "spdx" 2842version = "0.10.8" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "58b69356da67e2fc1f542c71ea7e654a361a79c938e4424392ecf4fa065d2193" 2845dependencies = [ 2846 "smallvec", 2847] 2848 2849[[package]] 2850name = "stable_deref_trait" 2851version = "1.2.0" 2852source = "registry+https://github.com/rust-lang/crates.io-index" 2853checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2854 2855[[package]] 2856name = "static_vcruntime" 2857version = "2.0.0" 2858source = "registry+https://github.com/rust-lang/crates.io-index" 2859checksum = "954e3e877803def9dc46075bf4060147c55cd70db97873077232eae0269dc89b" 2860 2861[[package]] 2862name = "strsim" 2863version = "0.11.1" 2864source = "registry+https://github.com/rust-lang/crates.io-index" 2865checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2866 2867[[package]] 2868name = "strum" 2869version = "0.26.3" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 2872dependencies = [ 2873 "strum_macros", 2874] 2875 2876[[package]] 2877name = "strum_macros" 2878version = "0.26.4" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 2881dependencies = [ 2882 "heck", 2883 "proc-macro2", 2884 "quote", 2885 "rustversion", 2886 "syn 2.0.58", 2887] 2888 2889[[package]] 2890name = "subtle" 2891version = "2.5.0" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 2894 2895[[package]] 2896name = "syn" 2897version = "1.0.109" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2900dependencies = [ 2901 "proc-macro2", 2902 "quote", 2903 "unicode-ident", 2904] 2905 2906[[package]] 2907name = "syn" 2908version = "2.0.58" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687" 2911dependencies = [ 2912 "proc-macro2", 2913 "quote", 2914 "unicode-ident", 2915] 2916 2917[[package]] 2918name = "sync_wrapper" 2919version = "1.0.1" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 2922dependencies = [ 2923 "futures-core", 2924] 2925 2926[[package]] 2927name = "synstructure" 2928version = "0.12.6" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 2931dependencies = [ 2932 "proc-macro2", 2933 "quote", 2934 "syn 1.0.109", 2935 "unicode-xid", 2936] 2937 2938[[package]] 2939name = "synstructure" 2940version = "0.13.1" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2943dependencies = [ 2944 "proc-macro2", 2945 "quote", 2946 "syn 2.0.58", 2947] 2948 2949[[package]] 2950name = "tar" 2951version = "0.4.43" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6" 2954dependencies = [ 2955 "filetime", 2956 "libc", 2957 "xattr", 2958] 2959 2960[[package]] 2961name = "tempfile" 2962version = "3.12.0" 2963source = "registry+https://github.com/rust-lang/crates.io-index" 2964checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" 2965dependencies = [ 2966 "cfg-if", 2967 "fastrand", 2968 "once_cell", 2969 "rustix", 2970 "windows-sys 0.59.0", 2971] 2972 2973[[package]] 2974name = "termcolor" 2975version = "1.4.1" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 2978dependencies = [ 2979 "winapi-util", 2980] 2981 2982[[package]] 2983name = "test-helpers-rs" 2984version = "0.1.0" 2985dependencies = [ 2986 "camino", 2987 "gleam-core", 2988 "im", 2989 "insta", 2990 "itertools", 2991 "regex", 2992 "toml", 2993 "walkdir", 2994] 2995 2996[[package]] 2997name = "test-output" 2998version = "1.9.1" 2999dependencies = [ 3000 "camino", 3001 "gleam-cli", 3002 "gleam-core", 3003 "insta", 3004 "test-helpers-rs", 3005] 3006 3007[[package]] 3008name = "test-package-compiler" 3009version = "1.9.1" 3010dependencies = [ 3011 "camino", 3012 "gleam-core", 3013 "im", 3014 "insta", 3015 "itertools", 3016 "regex", 3017 "test-helpers-rs", 3018 "toml", 3019 "walkdir", 3020] 3021 3022[[package]] 3023name = "test-project-compiler" 3024version = "1.9.1" 3025dependencies = [ 3026 "camino", 3027 "gleam-core", 3028 "im", 3029 "insta", 3030 "itertools", 3031 "regex", 3032 "test-helpers-rs", 3033 "toml", 3034 "walkdir", 3035] 3036 3037[[package]] 3038name = "thiserror" 3039version = "1.0.65" 3040source = "registry+https://github.com/rust-lang/crates.io-index" 3041checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" 3042dependencies = [ 3043 "thiserror-impl", 3044] 3045 3046[[package]] 3047name = "thiserror-impl" 3048version = "1.0.65" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" 3051dependencies = [ 3052 "proc-macro2", 3053 "quote", 3054 "syn 2.0.58", 3055] 3056 3057[[package]] 3058name = "thread_local" 3059version = "1.1.8" 3060source = "registry+https://github.com/rust-lang/crates.io-index" 3061checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3062dependencies = [ 3063 "cfg-if", 3064 "once_cell", 3065] 3066 3067[[package]] 3068name = "time" 3069version = "0.3.36" 3070source = "registry+https://github.com/rust-lang/crates.io-index" 3071checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 3072dependencies = [ 3073 "deranged", 3074 "itoa", 3075 "num-conv", 3076 "powerfmt", 3077 "serde", 3078 "time-core", 3079 "time-macros", 3080] 3081 3082[[package]] 3083name = "time-core" 3084version = "0.1.2" 3085source = "registry+https://github.com/rust-lang/crates.io-index" 3086checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3087 3088[[package]] 3089name = "time-macros" 3090version = "0.2.18" 3091source = "registry+https://github.com/rust-lang/crates.io-index" 3092checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3093dependencies = [ 3094 "num-conv", 3095 "time-core", 3096] 3097 3098[[package]] 3099name = "tinystr" 3100version = "0.7.6" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 3103dependencies = [ 3104 "displaydoc", 3105 "zerovec", 3106] 3107 3108[[package]] 3109name = "tinyvec" 3110version = "1.6.0" 3111source = "registry+https://github.com/rust-lang/crates.io-index" 3112checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 3113dependencies = [ 3114 "tinyvec_macros", 3115] 3116 3117[[package]] 3118name = "tinyvec_macros" 3119version = "0.1.1" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3122 3123[[package]] 3124name = "tokio" 3125version = "1.39.2" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" 3128dependencies = [ 3129 "backtrace", 3130 "bytes", 3131 "libc", 3132 "mio", 3133 "pin-project-lite", 3134 "socket2", 3135 "windows-sys 0.52.0", 3136] 3137 3138[[package]] 3139name = "tokio-rustls" 3140version = "0.26.0" 3141source = "registry+https://github.com/rust-lang/crates.io-index" 3142checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 3143dependencies = [ 3144 "rustls", 3145 "rustls-pki-types", 3146 "tokio", 3147] 3148 3149[[package]] 3150name = "toml" 3151version = "0.5.11" 3152source = "registry+https://github.com/rust-lang/crates.io-index" 3153checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 3154dependencies = [ 3155 "serde", 3156] 3157 3158[[package]] 3159name = "toml_datetime" 3160version = "0.6.6" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 3163 3164[[package]] 3165name = "toml_edit" 3166version = "0.22.16" 3167source = "registry+https://github.com/rust-lang/crates.io-index" 3168checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788" 3169dependencies = [ 3170 "indexmap", 3171 "toml_datetime", 3172 "winnow", 3173] 3174 3175[[package]] 3176name = "tower" 3177version = "0.5.2" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3180dependencies = [ 3181 "futures-core", 3182 "futures-util", 3183 "pin-project-lite", 3184 "sync_wrapper", 3185 "tokio", 3186 "tower-layer", 3187 "tower-service", 3188] 3189 3190[[package]] 3191name = "tower-layer" 3192version = "0.3.3" 3193source = "registry+https://github.com/rust-lang/crates.io-index" 3194checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3195 3196[[package]] 3197name = "tower-service" 3198version = "0.3.3" 3199source = "registry+https://github.com/rust-lang/crates.io-index" 3200checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3201 3202[[package]] 3203name = "tracing" 3204version = "0.1.40" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3207dependencies = [ 3208 "pin-project-lite", 3209 "tracing-attributes", 3210 "tracing-core", 3211] 3212 3213[[package]] 3214name = "tracing-attributes" 3215version = "0.1.27" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3218dependencies = [ 3219 "proc-macro2", 3220 "quote", 3221 "syn 2.0.58", 3222] 3223 3224[[package]] 3225name = "tracing-core" 3226version = "0.1.32" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3229dependencies = [ 3230 "once_cell", 3231 "valuable", 3232] 3233 3234[[package]] 3235name = "tracing-log" 3236version = "0.2.0" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3239dependencies = [ 3240 "log", 3241 "once_cell", 3242 "tracing-core", 3243] 3244 3245[[package]] 3246name = "tracing-subscriber" 3247version = "0.3.18" 3248source = "registry+https://github.com/rust-lang/crates.io-index" 3249checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3250dependencies = [ 3251 "matchers", 3252 "nu-ansi-term", 3253 "once_cell", 3254 "regex", 3255 "sharded-slab", 3256 "smallvec", 3257 "thread_local", 3258 "tracing", 3259 "tracing-core", 3260 "tracing-log", 3261] 3262 3263[[package]] 3264name = "tracing-wasm" 3265version = "0.2.1" 3266source = "registry+https://github.com/rust-lang/crates.io-index" 3267checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07" 3268dependencies = [ 3269 "tracing", 3270 "tracing-subscriber", 3271 "wasm-bindgen", 3272] 3273 3274[[package]] 3275name = "try-lock" 3276version = "0.2.5" 3277source = "registry+https://github.com/rust-lang/crates.io-index" 3278checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3279 3280[[package]] 3281name = "type-map" 3282version = "0.5.0" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f" 3285dependencies = [ 3286 "rustc-hash 1.1.0", 3287] 3288 3289[[package]] 3290name = "typenum" 3291version = "1.17.0" 3292source = "registry+https://github.com/rust-lang/crates.io-index" 3293checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3294 3295[[package]] 3296name = "unic-langid" 3297version = "0.9.5" 3298source = "registry+https://github.com/rust-lang/crates.io-index" 3299checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44" 3300dependencies = [ 3301 "unic-langid-impl", 3302] 3303 3304[[package]] 3305name = "unic-langid-impl" 3306version = "0.9.5" 3307source = "registry+https://github.com/rust-lang/crates.io-index" 3308checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5" 3309dependencies = [ 3310 "serde", 3311 "tinystr", 3312] 3313 3314[[package]] 3315name = "unicase" 3316version = "2.7.0" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 3319dependencies = [ 3320 "version_check", 3321] 3322 3323[[package]] 3324name = "unicode-ident" 3325version = "1.0.12" 3326source = "registry+https://github.com/rust-lang/crates.io-index" 3327checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3328 3329[[package]] 3330name = "unicode-segmentation" 3331version = "1.12.0" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3334 3335[[package]] 3336name = "unicode-width" 3337version = "0.1.11" 3338source = "registry+https://github.com/rust-lang/crates.io-index" 3339checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 3340 3341[[package]] 3342name = "unicode-xid" 3343version = "0.2.4" 3344source = "registry+https://github.com/rust-lang/crates.io-index" 3345checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 3346 3347[[package]] 3348name = "universal-hash" 3349version = "0.5.1" 3350source = "registry+https://github.com/rust-lang/crates.io-index" 3351checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 3352dependencies = [ 3353 "crypto-common", 3354 "subtle", 3355] 3356 3357[[package]] 3358name = "untrusted" 3359version = "0.9.0" 3360source = "registry+https://github.com/rust-lang/crates.io-index" 3361checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3362 3363[[package]] 3364name = "url" 3365version = "2.5.4" 3366source = "registry+https://github.com/rust-lang/crates.io-index" 3367checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 3368dependencies = [ 3369 "form_urlencoded", 3370 "idna", 3371 "percent-encoding", 3372 "serde", 3373] 3374 3375[[package]] 3376name = "utf16_iter" 3377version = "1.0.5" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 3380 3381[[package]] 3382name = "utf8_iter" 3383version = "1.0.4" 3384source = "registry+https://github.com/rust-lang/crates.io-index" 3385checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3386 3387[[package]] 3388name = "utf8parse" 3389version = "0.2.1" 3390source = "registry+https://github.com/rust-lang/crates.io-index" 3391checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" 3392 3393[[package]] 3394name = "valuable" 3395version = "0.1.0" 3396source = "registry+https://github.com/rust-lang/crates.io-index" 3397checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3398 3399[[package]] 3400name = "vec1" 3401version = "1.12.1" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "eab68b56840f69efb0fefbe3ab6661499217ffdc58e2eef7c3f6f69835386322" 3404 3405[[package]] 3406name = "version_check" 3407version = "0.9.4" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3410 3411[[package]] 3412name = "walkdir" 3413version = "2.5.0" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3416dependencies = [ 3417 "same-file", 3418 "winapi-util", 3419] 3420 3421[[package]] 3422name = "want" 3423version = "0.3.1" 3424source = "registry+https://github.com/rust-lang/crates.io-index" 3425checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3426dependencies = [ 3427 "try-lock", 3428] 3429 3430[[package]] 3431name = "wasi" 3432version = "0.11.0+wasi-snapshot-preview1" 3433source = "registry+https://github.com/rust-lang/crates.io-index" 3434checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3435 3436[[package]] 3437name = "wasm-bindgen" 3438version = "0.2.99" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396" 3441dependencies = [ 3442 "cfg-if", 3443 "once_cell", 3444 "serde", 3445 "serde_json", 3446 "wasm-bindgen-macro", 3447] 3448 3449[[package]] 3450name = "wasm-bindgen-backend" 3451version = "0.2.99" 3452source = "registry+https://github.com/rust-lang/crates.io-index" 3453checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79" 3454dependencies = [ 3455 "bumpalo", 3456 "log", 3457 "proc-macro2", 3458 "quote", 3459 "syn 2.0.58", 3460 "wasm-bindgen-shared", 3461] 3462 3463[[package]] 3464name = "wasm-bindgen-futures" 3465version = "0.4.42" 3466source = "registry+https://github.com/rust-lang/crates.io-index" 3467checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3468dependencies = [ 3469 "cfg-if", 3470 "js-sys", 3471 "wasm-bindgen", 3472 "web-sys", 3473] 3474 3475[[package]] 3476name = "wasm-bindgen-macro" 3477version = "0.2.99" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe" 3480dependencies = [ 3481 "quote", 3482 "wasm-bindgen-macro-support", 3483] 3484 3485[[package]] 3486name = "wasm-bindgen-macro-support" 3487version = "0.2.99" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2" 3490dependencies = [ 3491 "proc-macro2", 3492 "quote", 3493 "syn 2.0.58", 3494 "wasm-bindgen-backend", 3495 "wasm-bindgen-shared", 3496] 3497 3498[[package]] 3499name = "wasm-bindgen-shared" 3500version = "0.2.99" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6" 3503 3504[[package]] 3505name = "wasm-bindgen-test" 3506version = "0.3.42" 3507source = "registry+https://github.com/rust-lang/crates.io-index" 3508checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b" 3509dependencies = [ 3510 "console_error_panic_hook", 3511 "js-sys", 3512 "scoped-tls", 3513 "wasm-bindgen", 3514 "wasm-bindgen-futures", 3515 "wasm-bindgen-test-macro", 3516] 3517 3518[[package]] 3519name = "wasm-bindgen-test-macro" 3520version = "0.3.42" 3521source = "registry+https://github.com/rust-lang/crates.io-index" 3522checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0" 3523dependencies = [ 3524 "proc-macro2", 3525 "quote", 3526 "syn 2.0.58", 3527] 3528 3529[[package]] 3530name = "web-sys" 3531version = "0.3.69" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 3534dependencies = [ 3535 "js-sys", 3536 "wasm-bindgen", 3537] 3538 3539[[package]] 3540name = "webpki-roots" 3541version = "0.26.1" 3542source = "registry+https://github.com/rust-lang/crates.io-index" 3543checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009" 3544dependencies = [ 3545 "rustls-pki-types", 3546] 3547 3548[[package]] 3549name = "winapi" 3550version = "0.3.9" 3551source = "registry+https://github.com/rust-lang/crates.io-index" 3552checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3553dependencies = [ 3554 "winapi-i686-pc-windows-gnu", 3555 "winapi-x86_64-pc-windows-gnu", 3556] 3557 3558[[package]] 3559name = "winapi-i686-pc-windows-gnu" 3560version = "0.4.0" 3561source = "registry+https://github.com/rust-lang/crates.io-index" 3562checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3563 3564[[package]] 3565name = "winapi-util" 3566version = "0.1.6" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 3569dependencies = [ 3570 "winapi", 3571] 3572 3573[[package]] 3574name = "winapi-x86_64-pc-windows-gnu" 3575version = "0.4.0" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3578 3579[[package]] 3580name = "windows" 3581version = "0.52.0" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 3584dependencies = [ 3585 "windows-core", 3586 "windows-targets 0.52.6", 3587] 3588 3589[[package]] 3590name = "windows-core" 3591version = "0.52.0" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 3594dependencies = [ 3595 "windows-targets 0.52.6", 3596] 3597 3598[[package]] 3599name = "windows-registry" 3600version = "0.2.0" 3601source = "registry+https://github.com/rust-lang/crates.io-index" 3602checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 3603dependencies = [ 3604 "windows-result", 3605 "windows-strings", 3606 "windows-targets 0.52.6", 3607] 3608 3609[[package]] 3610name = "windows-result" 3611version = "0.2.0" 3612source = "registry+https://github.com/rust-lang/crates.io-index" 3613checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 3614dependencies = [ 3615 "windows-targets 0.52.6", 3616] 3617 3618[[package]] 3619name = "windows-strings" 3620version = "0.1.0" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 3623dependencies = [ 3624 "windows-result", 3625 "windows-targets 0.52.6", 3626] 3627 3628[[package]] 3629name = "windows-sys" 3630version = "0.48.0" 3631source = "registry+https://github.com/rust-lang/crates.io-index" 3632checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3633dependencies = [ 3634 "windows-targets 0.48.5", 3635] 3636 3637[[package]] 3638name = "windows-sys" 3639version = "0.52.0" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3642dependencies = [ 3643 "windows-targets 0.52.6", 3644] 3645 3646[[package]] 3647name = "windows-sys" 3648version = "0.59.0" 3649source = "registry+https://github.com/rust-lang/crates.io-index" 3650checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3651dependencies = [ 3652 "windows-targets 0.52.6", 3653] 3654 3655[[package]] 3656name = "windows-targets" 3657version = "0.48.5" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3660dependencies = [ 3661 "windows_aarch64_gnullvm 0.48.5", 3662 "windows_aarch64_msvc 0.48.5", 3663 "windows_i686_gnu 0.48.5", 3664 "windows_i686_msvc 0.48.5", 3665 "windows_x86_64_gnu 0.48.5", 3666 "windows_x86_64_gnullvm 0.48.5", 3667 "windows_x86_64_msvc 0.48.5", 3668] 3669 3670[[package]] 3671name = "windows-targets" 3672version = "0.52.6" 3673source = "registry+https://github.com/rust-lang/crates.io-index" 3674checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3675dependencies = [ 3676 "windows_aarch64_gnullvm 0.52.6", 3677 "windows_aarch64_msvc 0.52.6", 3678 "windows_i686_gnu 0.52.6", 3679 "windows_i686_gnullvm", 3680 "windows_i686_msvc 0.52.6", 3681 "windows_x86_64_gnu 0.52.6", 3682 "windows_x86_64_gnullvm 0.52.6", 3683 "windows_x86_64_msvc 0.52.6", 3684] 3685 3686[[package]] 3687name = "windows_aarch64_gnullvm" 3688version = "0.48.5" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3691 3692[[package]] 3693name = "windows_aarch64_gnullvm" 3694version = "0.52.6" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3697 3698[[package]] 3699name = "windows_aarch64_msvc" 3700version = "0.48.5" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3703 3704[[package]] 3705name = "windows_aarch64_msvc" 3706version = "0.52.6" 3707source = "registry+https://github.com/rust-lang/crates.io-index" 3708checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3709 3710[[package]] 3711name = "windows_i686_gnu" 3712version = "0.48.5" 3713source = "registry+https://github.com/rust-lang/crates.io-index" 3714checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3715 3716[[package]] 3717name = "windows_i686_gnu" 3718version = "0.52.6" 3719source = "registry+https://github.com/rust-lang/crates.io-index" 3720checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3721 3722[[package]] 3723name = "windows_i686_gnullvm" 3724version = "0.52.6" 3725source = "registry+https://github.com/rust-lang/crates.io-index" 3726checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3727 3728[[package]] 3729name = "windows_i686_msvc" 3730version = "0.48.5" 3731source = "registry+https://github.com/rust-lang/crates.io-index" 3732checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3733 3734[[package]] 3735name = "windows_i686_msvc" 3736version = "0.52.6" 3737source = "registry+https://github.com/rust-lang/crates.io-index" 3738checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3739 3740[[package]] 3741name = "windows_x86_64_gnu" 3742version = "0.48.5" 3743source = "registry+https://github.com/rust-lang/crates.io-index" 3744checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3745 3746[[package]] 3747name = "windows_x86_64_gnu" 3748version = "0.52.6" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3751 3752[[package]] 3753name = "windows_x86_64_gnullvm" 3754version = "0.48.5" 3755source = "registry+https://github.com/rust-lang/crates.io-index" 3756checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3757 3758[[package]] 3759name = "windows_x86_64_gnullvm" 3760version = "0.52.6" 3761source = "registry+https://github.com/rust-lang/crates.io-index" 3762checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3763 3764[[package]] 3765name = "windows_x86_64_msvc" 3766version = "0.48.5" 3767source = "registry+https://github.com/rust-lang/crates.io-index" 3768checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3769 3770[[package]] 3771name = "windows_x86_64_msvc" 3772version = "0.52.6" 3773source = "registry+https://github.com/rust-lang/crates.io-index" 3774checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3775 3776[[package]] 3777name = "winnow" 3778version = "0.6.13" 3779source = "registry+https://github.com/rust-lang/crates.io-index" 3780checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" 3781dependencies = [ 3782 "memchr", 3783] 3784 3785[[package]] 3786name = "write16" 3787version = "1.0.0" 3788source = "registry+https://github.com/rust-lang/crates.io-index" 3789checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3790 3791[[package]] 3792name = "writeable" 3793version = "0.5.5" 3794source = "registry+https://github.com/rust-lang/crates.io-index" 3795checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3796 3797[[package]] 3798name = "x25519-dalek" 3799version = "2.0.1" 3800source = "registry+https://github.com/rust-lang/crates.io-index" 3801checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 3802dependencies = [ 3803 "curve25519-dalek", 3804 "rand_core", 3805 "serde", 3806 "zeroize", 3807] 3808 3809[[package]] 3810name = "x509-parser" 3811version = "0.15.1" 3812source = "registry+https://github.com/rust-lang/crates.io-index" 3813checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" 3814dependencies = [ 3815 "asn1-rs", 3816 "data-encoding", 3817 "der-parser", 3818 "lazy_static", 3819 "nom", 3820 "oid-registry", 3821 "rusticata-macros", 3822 "thiserror", 3823 "time", 3824] 3825 3826[[package]] 3827name = "xattr" 3828version = "1.3.1" 3829source = "registry+https://github.com/rust-lang/crates.io-index" 3830checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 3831dependencies = [ 3832 "libc", 3833 "linux-raw-sys", 3834 "rustix", 3835] 3836 3837[[package]] 3838name = "xxhash-rust" 3839version = "0.8.15" 3840source = "registry+https://github.com/rust-lang/crates.io-index" 3841checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 3842 3843[[package]] 3844name = "yansi" 3845version = "1.0.1" 3846source = "registry+https://github.com/rust-lang/crates.io-index" 3847checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3848 3849[[package]] 3850name = "yoke" 3851version = "0.7.5" 3852source = "registry+https://github.com/rust-lang/crates.io-index" 3853checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 3854dependencies = [ 3855 "serde", 3856 "stable_deref_trait", 3857 "yoke-derive", 3858 "zerofrom", 3859] 3860 3861[[package]] 3862name = "yoke-derive" 3863version = "0.7.5" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 3866dependencies = [ 3867 "proc-macro2", 3868 "quote", 3869 "syn 2.0.58", 3870 "synstructure 0.13.1", 3871] 3872 3873[[package]] 3874name = "zerofrom" 3875version = "0.1.5" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 3878dependencies = [ 3879 "zerofrom-derive", 3880] 3881 3882[[package]] 3883name = "zerofrom-derive" 3884version = "0.1.5" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 3887dependencies = [ 3888 "proc-macro2", 3889 "quote", 3890 "syn 2.0.58", 3891 "synstructure 0.13.1", 3892] 3893 3894[[package]] 3895name = "zeroize" 3896version = "1.7.0" 3897source = "registry+https://github.com/rust-lang/crates.io-index" 3898checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" 3899dependencies = [ 3900 "zeroize_derive", 3901] 3902 3903[[package]] 3904name = "zeroize_derive" 3905version = "1.4.2" 3906source = "registry+https://github.com/rust-lang/crates.io-index" 3907checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 3908dependencies = [ 3909 "proc-macro2", 3910 "quote", 3911 "syn 2.0.58", 3912] 3913 3914[[package]] 3915name = "zerovec" 3916version = "0.10.4" 3917source = "registry+https://github.com/rust-lang/crates.io-index" 3918checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3919dependencies = [ 3920 "yoke", 3921 "zerofrom", 3922 "zerovec-derive", 3923] 3924 3925[[package]] 3926name = "zerovec-derive" 3927version = "0.10.3" 3928source = "registry+https://github.com/rust-lang/crates.io-index" 3929checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3930dependencies = [ 3931 "proc-macro2", 3932 "quote", 3933 "syn 2.0.58", 3934]