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

Configure Feed

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

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