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