This repository has no description
0

Configure Feed

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

mlang / native / mlang_http / Cargo.lock
119 kB 4828 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.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "aliasable" 31version = "0.1.3" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 34 35[[package]] 36name = "allocator-api2" 37version = "0.2.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 40 41[[package]] 42name = "anstream" 43version = "1.0.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 46dependencies = [ 47 "anstyle", 48 "anstyle-parse", 49 "anstyle-query", 50 "anstyle-wincon", 51 "colorchoice", 52 "is_terminal_polyfill", 53 "utf8parse", 54] 55 56[[package]] 57name = "anstyle" 58version = "1.0.14" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 61 62[[package]] 63name = "anstyle-parse" 64version = "1.0.0" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 67dependencies = [ 68 "utf8parse", 69] 70 71[[package]] 72name = "anstyle-query" 73version = "1.1.5" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 76dependencies = [ 77 "windows-sys 0.61.2", 78] 79 80[[package]] 81name = "anstyle-wincon" 82version = "3.0.11" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 85dependencies = [ 86 "anstyle", 87 "once_cell_polyfill", 88 "windows-sys 0.61.2", 89] 90 91[[package]] 92name = "anyhow" 93version = "1.0.102" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 96 97[[package]] 98name = "arraydeque" 99version = "0.5.1" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236" 102 103[[package]] 104name = "arrayref" 105version = "0.3.9" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" 108 109[[package]] 110name = "arrayvec" 111version = "0.5.2" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" 114 115[[package]] 116name = "arrayvec" 117version = "0.7.6" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 120 121[[package]] 122name = "ascii-canvas" 123version = "4.0.0" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891" 126dependencies = [ 127 "term", 128] 129 130[[package]] 131name = "async-trait" 132version = "0.1.89" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 135dependencies = [ 136 "proc-macro2", 137 "quote", 138 "syn", 139] 140 141[[package]] 142name = "atomic-waker" 143version = "1.1.2" 144source = "registry+https://github.com/rust-lang/crates.io-index" 145checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 146 147[[package]] 148name = "atproto-client" 149version = "0.14.5" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "b0c1438d67d1fe2d06b5e5f8030c58cce991e074bab03b5e226a949507172f24" 152dependencies = [ 153 "anyhow", 154 "async-trait", 155 "atproto-identity", 156 "atproto-oauth", 157 "atproto-record", 158 "bytes", 159 "reqwest", 160 "reqwest-chain", 161 "reqwest-middleware", 162 "serde", 163 "serde_json", 164 "thiserror 2.0.18", 165 "tokio", 166 "tracing", 167 "urlencoding", 168] 169 170[[package]] 171name = "atproto-dasl" 172version = "0.14.5" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "a28d38577f468ab23e3351835f370cf34270caf290205a7e1520d352f5be4b28" 175dependencies = [ 176 "blake3", 177 "cid", 178 "futures", 179 "multihash", 180 "serde", 181 "serde_bytes", 182 "sha2 0.11.0", 183 "tempfile", 184 "thiserror 2.0.18", 185 "tokio", 186 "tracing", 187 "url", 188] 189 190[[package]] 191name = "atproto-identity" 192version = "0.14.5" 193source = "registry+https://github.com/rust-lang/crates.io-index" 194checksum = "722940aeee9654eef58cdd8b70d62772357621a2587367191b1c5630742f8e77" 195dependencies = [ 196 "anyhow", 197 "async-trait", 198 "atproto-dasl", 199 "base64", 200 "chrono", 201 "data-encoding", 202 "ecdsa", 203 "ed25519-dalek", 204 "elliptic-curve", 205 "hickory-resolver", 206 "idna", 207 "k256", 208 "lru", 209 "multibase", 210 "p256", 211 "p384", 212 "rand 0.10.1", 213 "reqwest", 214 "serde", 215 "serde_json", 216 "sha2 0.11.0", 217 "thiserror 2.0.18", 218 "tokio", 219 "tracing", 220 "url", 221] 222 223[[package]] 224name = "atproto-oauth" 225version = "0.14.5" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "8f9b1e34b59d7d1f641dd03a2b05b5153a2a4eb2ef1b36d6d7fbbf80a4aa954b" 228dependencies = [ 229 "anyhow", 230 "async-trait", 231 "atproto-identity", 232 "base64", 233 "chrono", 234 "ecdsa", 235 "elliptic-curve", 236 "k256", 237 "lru", 238 "multibase", 239 "p256", 240 "p384", 241 "rand 0.10.1", 242 "reqwest", 243 "reqwest-chain", 244 "reqwest-middleware", 245 "serde", 246 "serde_json", 247 "sha2 0.11.0", 248 "thiserror 2.0.18", 249 "tokio", 250 "tracing", 251 "ulid", 252] 253 254[[package]] 255name = "atproto-record" 256version = "0.14.5" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "52a83494a80a9add1c3678e821f92153a4b5d139c0b6898bbf5eb97501cf2359" 259dependencies = [ 260 "anyhow", 261 "atproto-dasl", 262 "atproto-identity", 263 "base64", 264 "chrono", 265 "cid", 266 "multihash", 267 "rand 0.10.1", 268 "serde", 269 "serde_json", 270 "sha2 0.11.0", 271 "thiserror 2.0.18", 272] 273 274[[package]] 275name = "autocfg" 276version = "1.5.1" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 279 280[[package]] 281name = "backtrace" 282version = "0.3.76" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 285dependencies = [ 286 "addr2line", 287 "cfg-if", 288 "libc", 289 "miniz_oxide", 290 "object", 291 "rustc-demangle", 292 "windows-link", 293] 294 295[[package]] 296name = "backtrace-ext" 297version = "0.2.1" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 300dependencies = [ 301 "backtrace", 302] 303 304[[package]] 305name = "base-x" 306version = "0.2.11" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 309 310[[package]] 311name = "base16ct" 312version = "0.2.0" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 315 316[[package]] 317name = "base256emoji" 318version = "1.0.2" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 321dependencies = [ 322 "const-str", 323 "match-lookup", 324] 325 326[[package]] 327name = "base64" 328version = "0.22.1" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 331 332[[package]] 333name = "base64ct" 334version = "1.8.3" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 337 338[[package]] 339name = "bincode" 340version = "1.3.3" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 343dependencies = [ 344 "serde", 345] 346 347[[package]] 348name = "bit-set" 349version = "0.8.0" 350source = "registry+https://github.com/rust-lang/crates.io-index" 351checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 352dependencies = [ 353 "bit-vec", 354] 355 356[[package]] 357name = "bit-vec" 358version = "0.8.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 361 362[[package]] 363name = "bitflags" 364version = "2.11.1" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 367 368[[package]] 369name = "bitmaps" 370version = "3.2.1" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6" 373 374[[package]] 375name = "blake3" 376version = "1.8.5" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce" 379dependencies = [ 380 "arrayref", 381 "arrayvec 0.7.6", 382 "cc", 383 "cfg-if", 384 "constant_time_eq", 385 "cpufeatures 0.3.0", 386] 387 388[[package]] 389name = "block-buffer" 390version = "0.10.4" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 393dependencies = [ 394 "generic-array", 395] 396 397[[package]] 398name = "block-buffer" 399version = "0.12.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" 402dependencies = [ 403 "hybrid-array", 404] 405 406[[package]] 407name = "bon" 408version = "3.9.1" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" 411dependencies = [ 412 "bon-macros", 413 "rustversion", 414] 415 416[[package]] 417name = "bon-macros" 418version = "3.9.1" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" 421dependencies = [ 422 "darling", 423 "ident_case", 424 "prettyplease", 425 "proc-macro2", 426 "quote", 427 "rustversion", 428 "syn", 429] 430 431[[package]] 432name = "bumpalo" 433version = "3.20.3" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 436 437[[package]] 438name = "bytemuck" 439version = "1.25.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 442 443[[package]] 444name = "bytes" 445version = "1.11.1" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 448 449[[package]] 450name = "caseless" 451version = "0.2.2" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8" 454dependencies = [ 455 "unicode-normalization", 456] 457 458[[package]] 459name = "cc" 460version = "1.2.63" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" 463dependencies = [ 464 "find-msvc-tools", 465 "shlex", 466] 467 468[[package]] 469name = "cfg-if" 470version = "1.0.4" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 473 474[[package]] 475name = "cfg_aliases" 476version = "0.2.1" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 479 480[[package]] 481name = "chacha20" 482version = "0.10.0" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 485dependencies = [ 486 "cfg-if", 487 "cpufeatures 0.3.0", 488 "rand_core 0.10.1", 489] 490 491[[package]] 492name = "chrono" 493version = "0.4.44" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 496dependencies = [ 497 "num-traits", 498 "serde", 499] 500 501[[package]] 502name = "cid" 503version = "0.11.3" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 506dependencies = [ 507 "multibase", 508 "multihash", 509 "unsigned-varint", 510] 511 512[[package]] 513name = "clap" 514version = "4.6.1" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 517dependencies = [ 518 "clap_builder", 519 "clap_derive", 520] 521 522[[package]] 523name = "clap_builder" 524version = "4.6.0" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 527dependencies = [ 528 "anstream", 529 "anstyle", 530 "clap_lex", 531 "strsim", 532 "terminal_size", 533] 534 535[[package]] 536name = "clap_derive" 537version = "4.6.1" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" 540dependencies = [ 541 "heck 0.5.0", 542 "proc-macro2", 543 "quote", 544 "syn", 545] 546 547[[package]] 548name = "clap_lex" 549version = "1.1.0" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 552 553[[package]] 554name = "clipboard-win" 555version = "5.4.1" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4" 558dependencies = [ 559 "error-code", 560] 561 562[[package]] 563name = "codespan" 564version = "0.13.1" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "583f52b0658b321b25fd6b209b6c76cf058f433071297de64e5980c3d9aad937" 567dependencies = [ 568 "codespan-reporting", 569 "serde", 570] 571 572[[package]] 573name = "codespan-reporting" 574version = "0.13.1" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "af491d569909a7e4dee0ad7db7f5341fef5c614d5b8ec8cf765732aba3cff681" 577dependencies = [ 578 "serde", 579 "termcolor", 580 "unicode-width 0.2.2", 581] 582 583[[package]] 584name = "colorchoice" 585version = "1.0.5" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 588 589[[package]] 590name = "comrak" 591version = "0.49.0" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "ab87129dce2f2d7e75e753b1df0e5093b27dec8fa5970b6eb51280faacb25bd6" 594dependencies = [ 595 "bon", 596 "caseless", 597 "clap", 598 "emojis", 599 "entities", 600 "fmt2io", 601 "jetscii", 602 "shell-words", 603 "syntect", 604 "typed-arena", 605 "unicode_categories", 606 "xdg", 607] 608 609[[package]] 610name = "const-oid" 611version = "0.9.6" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 614 615[[package]] 616name = "const-oid" 617version = "0.10.2" 618source = "registry+https://github.com/rust-lang/crates.io-index" 619checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 620 621[[package]] 622name = "const-str" 623version = "0.4.3" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 626 627[[package]] 628name = "constant_time_eq" 629version = "0.4.2" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b" 632 633[[package]] 634name = "convert_case" 635version = "0.10.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 638dependencies = [ 639 "unicode-segmentation", 640] 641 642[[package]] 643name = "coolor" 644version = "1.1.0" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "980c2afde4af43d6a05c5be738f9eae595cff86dce1f38f88b95058a98c027f3" 647dependencies = [ 648 "crossterm", 649] 650 651[[package]] 652name = "core-foundation" 653version = "0.9.4" 654source = "registry+https://github.com/rust-lang/crates.io-index" 655checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 656dependencies = [ 657 "core-foundation-sys", 658 "libc", 659] 660 661[[package]] 662name = "core-foundation-sys" 663version = "0.8.7" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 666 667[[package]] 668name = "cpufeatures" 669version = "0.2.17" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 672dependencies = [ 673 "libc", 674] 675 676[[package]] 677name = "cpufeatures" 678version = "0.3.0" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 681dependencies = [ 682 "libc", 683] 684 685[[package]] 686name = "crc32fast" 687version = "1.5.0" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 690dependencies = [ 691 "cfg-if", 692] 693 694[[package]] 695name = "critical-section" 696version = "1.2.0" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 699 700[[package]] 701name = "crokey" 702version = "1.4.0" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "04a63daf06a168535c74ab97cdba3ed4fa5d4f32cb36e437dcceb83d66854b7c" 705dependencies = [ 706 "crokey-proc_macros", 707 "crossterm", 708 "once_cell", 709 "serde", 710 "strict", 711] 712 713[[package]] 714name = "crokey-proc_macros" 715version = "1.4.0" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "847f11a14855fc490bd5d059821895c53e77eeb3c2b73ee3dded7ce77c93b231" 718dependencies = [ 719 "crossterm", 720 "proc-macro2", 721 "quote", 722 "strict", 723 "syn", 724] 725 726[[package]] 727name = "crossbeam" 728version = "0.8.4" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8" 731dependencies = [ 732 "crossbeam-channel", 733 "crossbeam-deque", 734 "crossbeam-epoch", 735 "crossbeam-queue", 736 "crossbeam-utils", 737] 738 739[[package]] 740name = "crossbeam-channel" 741version = "0.5.15" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 744dependencies = [ 745 "crossbeam-utils", 746] 747 748[[package]] 749name = "crossbeam-deque" 750version = "0.8.6" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 753dependencies = [ 754 "crossbeam-epoch", 755 "crossbeam-utils", 756] 757 758[[package]] 759name = "crossbeam-epoch" 760version = "0.9.18" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 763dependencies = [ 764 "crossbeam-utils", 765] 766 767[[package]] 768name = "crossbeam-queue" 769version = "0.3.12" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 772dependencies = [ 773 "crossbeam-utils", 774] 775 776[[package]] 777name = "crossbeam-utils" 778version = "0.8.21" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 781 782[[package]] 783name = "crossterm" 784version = "0.29.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 787dependencies = [ 788 "bitflags", 789 "crossterm_winapi", 790 "derive_more", 791 "document-features", 792 "mio", 793 "parking_lot", 794 "rustix", 795 "signal-hook", 796 "signal-hook-mio", 797 "winapi", 798] 799 800[[package]] 801name = "crossterm_winapi" 802version = "0.9.1" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 805dependencies = [ 806 "winapi", 807] 808 809[[package]] 810name = "crypto-bigint" 811version = "0.5.5" 812source = "registry+https://github.com/rust-lang/crates.io-index" 813checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 814dependencies = [ 815 "generic-array", 816 "rand_core 0.6.4", 817 "subtle", 818 "zeroize", 819] 820 821[[package]] 822name = "crypto-common" 823version = "0.1.7" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 826dependencies = [ 827 "generic-array", 828 "typenum", 829] 830 831[[package]] 832name = "crypto-common" 833version = "0.2.2" 834source = "registry+https://github.com/rust-lang/crates.io-index" 835checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" 836dependencies = [ 837 "hybrid-array", 838] 839 840[[package]] 841name = "curve25519-dalek" 842version = "4.1.3" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 845dependencies = [ 846 "cfg-if", 847 "cpufeatures 0.2.17", 848 "curve25519-dalek-derive", 849 "digest 0.10.7", 850 "fiat-crypto", 851 "rustc_version", 852 "subtle", 853 "zeroize", 854] 855 856[[package]] 857name = "curve25519-dalek-derive" 858version = "0.1.1" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 861dependencies = [ 862 "proc-macro2", 863 "quote", 864 "syn", 865] 866 867[[package]] 868name = "darling" 869version = "0.23.0" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 872dependencies = [ 873 "darling_core", 874 "darling_macro", 875] 876 877[[package]] 878name = "darling_core" 879version = "0.23.0" 880source = "registry+https://github.com/rust-lang/crates.io-index" 881checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 882dependencies = [ 883 "ident_case", 884 "proc-macro2", 885 "quote", 886 "strsim", 887 "syn", 888] 889 890[[package]] 891name = "darling_macro" 892version = "0.23.0" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 895dependencies = [ 896 "darling_core", 897 "quote", 898 "syn", 899] 900 901[[package]] 902name = "data-encoding" 903version = "2.11.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 906 907[[package]] 908name = "data-encoding-macro" 909version = "0.1.20" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 912dependencies = [ 913 "data-encoding", 914 "data-encoding-macro-internal", 915] 916 917[[package]] 918name = "data-encoding-macro-internal" 919version = "0.1.18" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 922dependencies = [ 923 "data-encoding", 924 "syn", 925] 926 927[[package]] 928name = "der" 929version = "0.7.10" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 932dependencies = [ 933 "const-oid 0.9.6", 934 "pem-rfc7468", 935 "zeroize", 936] 937 938[[package]] 939name = "deranged" 940version = "0.5.8" 941source = "registry+https://github.com/rust-lang/crates.io-index" 942checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 943dependencies = [ 944 "powerfmt", 945] 946 947[[package]] 948name = "derive_more" 949version = "2.1.1" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 952dependencies = [ 953 "derive_more-impl", 954] 955 956[[package]] 957name = "derive_more-impl" 958version = "2.1.1" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 961dependencies = [ 962 "convert_case", 963 "proc-macro2", 964 "quote", 965 "rustc_version", 966 "syn", 967] 968 969[[package]] 970name = "diff" 971version = "0.1.13" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 974 975[[package]] 976name = "digest" 977version = "0.10.7" 978source = "registry+https://github.com/rust-lang/crates.io-index" 979checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 980dependencies = [ 981 "block-buffer 0.10.4", 982 "const-oid 0.9.6", 983 "crypto-common 0.1.7", 984 "subtle", 985] 986 987[[package]] 988name = "digest" 989version = "0.11.3" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" 992dependencies = [ 993 "block-buffer 0.12.0", 994 "const-oid 0.10.2", 995 "crypto-common 0.2.2", 996] 997 998[[package]] 999name = "displaydoc" 1000version = "0.2.6" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 1003dependencies = [ 1004 "proc-macro2", 1005 "quote", 1006 "syn", 1007] 1008 1009[[package]] 1010name = "document-features" 1011version = "0.2.12" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 1014dependencies = [ 1015 "litrs", 1016] 1017 1018[[package]] 1019name = "ecdsa" 1020version = "0.16.9" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1023dependencies = [ 1024 "der", 1025 "digest 0.10.7", 1026 "elliptic-curve", 1027 "rfc6979", 1028 "serdect", 1029 "signature", 1030 "spki", 1031] 1032 1033[[package]] 1034name = "ed25519" 1035version = "2.2.3" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1038dependencies = [ 1039 "pkcs8", 1040 "signature", 1041] 1042 1043[[package]] 1044name = "ed25519-dalek" 1045version = "2.2.0" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1048dependencies = [ 1049 "curve25519-dalek", 1050 "ed25519", 1051 "rand_core 0.6.4", 1052 "serde", 1053 "sha2 0.10.9", 1054 "subtle", 1055 "zeroize", 1056] 1057 1058[[package]] 1059name = "either" 1060version = "1.16.0" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" 1063 1064[[package]] 1065name = "elliptic-curve" 1066version = "0.13.8" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1069dependencies = [ 1070 "base16ct", 1071 "base64ct", 1072 "crypto-bigint", 1073 "digest 0.10.7", 1074 "ff", 1075 "generic-array", 1076 "group", 1077 "hkdf", 1078 "pem-rfc7468", 1079 "pkcs8", 1080 "rand_core 0.6.4", 1081 "sec1", 1082 "serde_json", 1083 "serdect", 1084 "subtle", 1085 "zeroize", 1086] 1087 1088[[package]] 1089name = "emojis" 1090version = "0.6.4" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4" 1093dependencies = [ 1094 "phf", 1095] 1096 1097[[package]] 1098name = "ena" 1099version = "0.14.4" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "eabffdaee24bd1bf95c5ef7cec31260444317e72ea56c4c91750e8b7ee58d5f1" 1102dependencies = [ 1103 "log", 1104] 1105 1106[[package]] 1107name = "encoding_rs" 1108version = "0.8.35" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1111dependencies = [ 1112 "cfg-if", 1113] 1114 1115[[package]] 1116name = "endian-type" 1117version = "0.1.2" 1118source = "registry+https://github.com/rust-lang/crates.io-index" 1119checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 1120 1121[[package]] 1122name = "entities" 1123version = "1.0.1" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" 1126 1127[[package]] 1128name = "enum-as-inner" 1129version = "0.6.1" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 1132dependencies = [ 1133 "heck 0.5.0", 1134 "proc-macro2", 1135 "quote", 1136 "syn", 1137] 1138 1139[[package]] 1140name = "equivalent" 1141version = "1.0.2" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1144 1145[[package]] 1146name = "errno" 1147version = "0.3.14" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1150dependencies = [ 1151 "libc", 1152 "windows-sys 0.61.2", 1153] 1154 1155[[package]] 1156name = "error-code" 1157version = "3.3.2" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59" 1160 1161[[package]] 1162name = "fancy-regex" 1163version = "0.16.2" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" 1166dependencies = [ 1167 "bit-set", 1168 "regex-automata", 1169 "regex-syntax", 1170] 1171 1172[[package]] 1173name = "fastrand" 1174version = "2.4.1" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1177 1178[[package]] 1179name = "fd-lock" 1180version = "4.0.4" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" 1183dependencies = [ 1184 "cfg-if", 1185 "rustix", 1186 "windows-sys 0.59.0", 1187] 1188 1189[[package]] 1190name = "ff" 1191version = "0.13.1" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1194dependencies = [ 1195 "rand_core 0.6.4", 1196 "subtle", 1197] 1198 1199[[package]] 1200name = "fiat-crypto" 1201version = "0.2.9" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1204 1205[[package]] 1206name = "find-msvc-tools" 1207version = "0.1.9" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1210 1211[[package]] 1212name = "fixedbitset" 1213version = "0.5.7" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" 1216 1217[[package]] 1218name = "flate2" 1219version = "1.1.9" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1222dependencies = [ 1223 "crc32fast", 1224 "miniz_oxide", 1225] 1226 1227[[package]] 1228name = "fmt2io" 1229version = "1.0.0" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8" 1232 1233[[package]] 1234name = "fnv" 1235version = "1.0.7" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1238 1239[[package]] 1240name = "foldhash" 1241version = "0.1.5" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1244 1245[[package]] 1246name = "foldhash" 1247version = "0.2.0" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1250 1251[[package]] 1252name = "form_urlencoded" 1253version = "1.2.2" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1256dependencies = [ 1257 "percent-encoding", 1258] 1259 1260[[package]] 1261name = "futures" 1262version = "0.3.32" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1265dependencies = [ 1266 "futures-channel", 1267 "futures-core", 1268 "futures-executor", 1269 "futures-io", 1270 "futures-sink", 1271 "futures-task", 1272 "futures-util", 1273] 1274 1275[[package]] 1276name = "futures-channel" 1277version = "0.3.32" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1280dependencies = [ 1281 "futures-core", 1282 "futures-sink", 1283] 1284 1285[[package]] 1286name = "futures-core" 1287version = "0.3.32" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1290 1291[[package]] 1292name = "futures-executor" 1293version = "0.3.32" 1294source = "registry+https://github.com/rust-lang/crates.io-index" 1295checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1296dependencies = [ 1297 "futures-core", 1298 "futures-task", 1299 "futures-util", 1300] 1301 1302[[package]] 1303name = "futures-io" 1304version = "0.3.32" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1307 1308[[package]] 1309name = "futures-macro" 1310version = "0.3.32" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1313dependencies = [ 1314 "proc-macro2", 1315 "quote", 1316 "syn", 1317] 1318 1319[[package]] 1320name = "futures-sink" 1321version = "0.3.32" 1322source = "registry+https://github.com/rust-lang/crates.io-index" 1323checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1324 1325[[package]] 1326name = "futures-task" 1327version = "0.3.32" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1330 1331[[package]] 1332name = "futures-util" 1333version = "0.3.32" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1336dependencies = [ 1337 "futures-channel", 1338 "futures-core", 1339 "futures-io", 1340 "futures-macro", 1341 "futures-sink", 1342 "futures-task", 1343 "memchr", 1344 "pin-project-lite", 1345 "slab", 1346] 1347 1348[[package]] 1349name = "generic-array" 1350version = "0.14.7" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1353dependencies = [ 1354 "typenum", 1355 "version_check", 1356 "zeroize", 1357] 1358 1359[[package]] 1360name = "getrandom" 1361version = "0.2.17" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1364dependencies = [ 1365 "cfg-if", 1366 "js-sys", 1367 "libc", 1368 "wasi", 1369 "wasm-bindgen", 1370] 1371 1372[[package]] 1373name = "getrandom" 1374version = "0.3.4" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1377dependencies = [ 1378 "cfg-if", 1379 "js-sys", 1380 "libc", 1381 "r-efi 5.3.0", 1382 "wasip2", 1383 "wasm-bindgen", 1384] 1385 1386[[package]] 1387name = "getrandom" 1388version = "0.4.2" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1391dependencies = [ 1392 "cfg-if", 1393 "libc", 1394 "r-efi 6.0.0", 1395 "rand_core 0.10.1", 1396 "wasip2", 1397 "wasip3", 1398] 1399 1400[[package]] 1401name = "gimli" 1402version = "0.32.3" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1405 1406[[package]] 1407name = "group" 1408version = "0.13.0" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1411dependencies = [ 1412 "ff", 1413 "rand_core 0.6.4", 1414 "subtle", 1415] 1416 1417[[package]] 1418name = "h2" 1419version = "0.4.14" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" 1422dependencies = [ 1423 "atomic-waker", 1424 "bytes", 1425 "fnv", 1426 "futures-core", 1427 "futures-sink", 1428 "http", 1429 "indexmap", 1430 "slab", 1431 "tokio", 1432 "tokio-util", 1433 "tracing", 1434] 1435 1436[[package]] 1437name = "hashbrown" 1438version = "0.15.5" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1441dependencies = [ 1442 "foldhash 0.1.5", 1443] 1444 1445[[package]] 1446name = "hashbrown" 1447version = "0.16.1" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1450dependencies = [ 1451 "allocator-api2", 1452 "equivalent", 1453 "foldhash 0.2.0", 1454] 1455 1456[[package]] 1457name = "hashbrown" 1458version = "0.17.1" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 1461 1462[[package]] 1463name = "hashlink" 1464version = "0.10.0" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 1467dependencies = [ 1468 "hashbrown 0.15.5", 1469] 1470 1471[[package]] 1472name = "heck" 1473version = "0.4.1" 1474source = "registry+https://github.com/rust-lang/crates.io-index" 1475checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1476 1477[[package]] 1478name = "heck" 1479version = "0.5.0" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1482 1483[[package]] 1484name = "hickory-proto" 1485version = "0.25.2" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1488dependencies = [ 1489 "async-trait", 1490 "cfg-if", 1491 "data-encoding", 1492 "enum-as-inner", 1493 "futures-channel", 1494 "futures-io", 1495 "futures-util", 1496 "idna", 1497 "ipnet", 1498 "once_cell", 1499 "rand 0.9.4", 1500 "ring", 1501 "thiserror 2.0.18", 1502 "tinyvec", 1503 "tokio", 1504 "tracing", 1505 "url", 1506] 1507 1508[[package]] 1509name = "hickory-resolver" 1510version = "0.25.2" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 1513dependencies = [ 1514 "cfg-if", 1515 "futures-util", 1516 "hickory-proto", 1517 "ipconfig", 1518 "moka", 1519 "once_cell", 1520 "parking_lot", 1521 "rand 0.9.4", 1522 "resolv-conf", 1523 "smallvec", 1524 "thiserror 2.0.18", 1525 "tokio", 1526 "tracing", 1527] 1528 1529[[package]] 1530name = "hkdf" 1531version = "0.12.4" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1534dependencies = [ 1535 "hmac", 1536] 1537 1538[[package]] 1539name = "hmac" 1540version = "0.12.1" 1541source = "registry+https://github.com/rust-lang/crates.io-index" 1542checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1543dependencies = [ 1544 "digest 0.10.7", 1545] 1546 1547[[package]] 1548name = "home" 1549version = "0.5.12" 1550source = "registry+https://github.com/rust-lang/crates.io-index" 1551checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 1552dependencies = [ 1553 "windows-sys 0.61.2", 1554] 1555 1556[[package]] 1557name = "http" 1558version = "1.4.1" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" 1561dependencies = [ 1562 "bytes", 1563 "itoa", 1564] 1565 1566[[package]] 1567name = "http-body" 1568version = "1.0.1" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1571dependencies = [ 1572 "bytes", 1573 "http", 1574] 1575 1576[[package]] 1577name = "http-body-util" 1578version = "0.1.3" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1581dependencies = [ 1582 "bytes", 1583 "futures-core", 1584 "http", 1585 "http-body", 1586 "pin-project-lite", 1587] 1588 1589[[package]] 1590name = "httparse" 1591version = "1.10.1" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1594 1595[[package]] 1596name = "hybrid-array" 1597version = "0.4.12" 1598source = "registry+https://github.com/rust-lang/crates.io-index" 1599checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" 1600dependencies = [ 1601 "typenum", 1602] 1603 1604[[package]] 1605name = "hyper" 1606version = "1.10.1" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" 1609dependencies = [ 1610 "atomic-waker", 1611 "bytes", 1612 "futures-channel", 1613 "futures-core", 1614 "h2", 1615 "http", 1616 "http-body", 1617 "httparse", 1618 "itoa", 1619 "pin-project-lite", 1620 "smallvec", 1621 "tokio", 1622 "want", 1623] 1624 1625[[package]] 1626name = "hyper-rustls" 1627version = "0.27.9" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 1630dependencies = [ 1631 "http", 1632 "hyper", 1633 "hyper-util", 1634 "rustls", 1635 "tokio", 1636 "tokio-rustls", 1637 "tower-service", 1638 "webpki-roots 1.0.7", 1639] 1640 1641[[package]] 1642name = "hyper-util" 1643version = "0.1.20" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1646dependencies = [ 1647 "base64", 1648 "bytes", 1649 "futures-channel", 1650 "futures-util", 1651 "http", 1652 "http-body", 1653 "hyper", 1654 "ipnet", 1655 "libc", 1656 "percent-encoding", 1657 "pin-project-lite", 1658 "socket2", 1659 "system-configuration", 1660 "tokio", 1661 "tower-service", 1662 "tracing", 1663 "windows-registry", 1664] 1665 1666[[package]] 1667name = "icu_collections" 1668version = "2.2.0" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1671dependencies = [ 1672 "displaydoc", 1673 "potential_utf", 1674 "utf8_iter", 1675 "yoke", 1676 "zerofrom", 1677 "zerovec", 1678] 1679 1680[[package]] 1681name = "icu_locale_core" 1682version = "2.2.0" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1685dependencies = [ 1686 "displaydoc", 1687 "litemap", 1688 "tinystr", 1689 "writeable", 1690 "zerovec", 1691] 1692 1693[[package]] 1694name = "icu_normalizer" 1695version = "2.2.0" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1698dependencies = [ 1699 "icu_collections", 1700 "icu_normalizer_data", 1701 "icu_properties", 1702 "icu_provider", 1703 "smallvec", 1704 "zerovec", 1705] 1706 1707[[package]] 1708name = "icu_normalizer_data" 1709version = "2.2.0" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1712 1713[[package]] 1714name = "icu_properties" 1715version = "2.2.0" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1718dependencies = [ 1719 "icu_collections", 1720 "icu_locale_core", 1721 "icu_properties_data", 1722 "icu_provider", 1723 "zerotrie", 1724 "zerovec", 1725] 1726 1727[[package]] 1728name = "icu_properties_data" 1729version = "2.2.0" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1732 1733[[package]] 1734name = "icu_provider" 1735version = "2.2.0" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1738dependencies = [ 1739 "displaydoc", 1740 "icu_locale_core", 1741 "writeable", 1742 "yoke", 1743 "zerofrom", 1744 "zerotrie", 1745 "zerovec", 1746] 1747 1748[[package]] 1749name = "id-arena" 1750version = "2.3.0" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1753 1754[[package]] 1755name = "ident_case" 1756version = "1.0.1" 1757source = "registry+https://github.com/rust-lang/crates.io-index" 1758checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1759 1760[[package]] 1761name = "idna" 1762version = "1.1.0" 1763source = "registry+https://github.com/rust-lang/crates.io-index" 1764checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1765dependencies = [ 1766 "idna_adapter", 1767 "smallvec", 1768 "utf8_iter", 1769] 1770 1771[[package]] 1772name = "idna_adapter" 1773version = "1.2.2" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 1776dependencies = [ 1777 "icu_normalizer", 1778 "icu_properties", 1779] 1780 1781[[package]] 1782name = "imbl-sized-chunks" 1783version = "0.1.3" 1784source = "registry+https://github.com/rust-lang/crates.io-index" 1785checksum = "8f4241005618a62f8d57b2febd02510fb96e0137304728543dfc5fd6f052c22d" 1786dependencies = [ 1787 "bitmaps", 1788] 1789 1790[[package]] 1791name = "indexmap" 1792version = "2.14.0" 1793source = "registry+https://github.com/rust-lang/crates.io-index" 1794checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1795dependencies = [ 1796 "equivalent", 1797 "hashbrown 0.17.1", 1798 "serde", 1799 "serde_core", 1800] 1801 1802[[package]] 1803name = "indoc" 1804version = "2.0.7" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 1807dependencies = [ 1808 "rustversion", 1809] 1810 1811[[package]] 1812name = "ipconfig" 1813version = "0.3.4" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222" 1816dependencies = [ 1817 "socket2", 1818 "widestring", 1819 "windows-registry", 1820 "windows-result", 1821 "windows-sys 0.61.2", 1822] 1823 1824[[package]] 1825name = "ipnet" 1826version = "2.12.0" 1827source = "registry+https://github.com/rust-lang/crates.io-index" 1828checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 1829 1830[[package]] 1831name = "is_ci" 1832version = "1.2.0" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 1835 1836[[package]] 1837name = "is_terminal_polyfill" 1838version = "1.70.2" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1841 1842[[package]] 1843name = "itertools" 1844version = "0.11.0" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 1847dependencies = [ 1848 "either", 1849] 1850 1851[[package]] 1852name = "itertools" 1853version = "0.14.0" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1856dependencies = [ 1857 "either", 1858] 1859 1860[[package]] 1861name = "itoa" 1862version = "1.0.18" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1865 1866[[package]] 1867name = "jetscii" 1868version = "0.5.3" 1869source = "registry+https://github.com/rust-lang/crates.io-index" 1870checksum = "47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e" 1871 1872[[package]] 1873name = "js-sys" 1874version = "0.3.77" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1877dependencies = [ 1878 "once_cell", 1879 "wasm-bindgen", 1880] 1881 1882[[package]] 1883name = "json_scanner" 1884version = "0.1.0" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "fe0a2dc336065c75719cffd3c6c929e0ec4ed85b92b8248a7bbd999acb0e419c" 1887dependencies = [ 1888 "memchr", 1889] 1890 1891[[package]] 1892name = "k256" 1893version = "0.13.4" 1894source = "registry+https://github.com/rust-lang/crates.io-index" 1895checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1896dependencies = [ 1897 "cfg-if", 1898 "ecdsa", 1899 "elliptic-curve", 1900 "once_cell", 1901 "sha2 0.10.9", 1902 "signature", 1903] 1904 1905[[package]] 1906name = "keccak" 1907version = "0.1.6" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653" 1910dependencies = [ 1911 "cpufeatures 0.2.17", 1912] 1913 1914[[package]] 1915name = "lalrpop" 1916version = "0.22.2" 1917source = "registry+https://github.com/rust-lang/crates.io-index" 1918checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501" 1919dependencies = [ 1920 "ascii-canvas", 1921 "bit-set", 1922 "ena", 1923 "itertools 0.14.0", 1924 "lalrpop-util", 1925 "petgraph", 1926 "pico-args", 1927 "regex", 1928 "regex-syntax", 1929 "sha3", 1930 "string_cache", 1931 "term", 1932 "unicode-xid", 1933 "walkdir", 1934] 1935 1936[[package]] 1937name = "lalrpop-util" 1938version = "0.22.2" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733" 1941dependencies = [ 1942 "regex-automata", 1943 "rustversion", 1944] 1945 1946[[package]] 1947name = "lazy-regex" 1948version = "3.6.0" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "6bae91019476d3ec7147de9aa291cadb6d870abf2f3015d2da73a90325ac1496" 1951dependencies = [ 1952 "lazy-regex-proc_macros", 1953 "once_cell", 1954 "regex", 1955] 1956 1957[[package]] 1958name = "lazy-regex-proc_macros" 1959version = "3.6.0" 1960source = "registry+https://github.com/rust-lang/crates.io-index" 1961checksum = "4de9c1e1439d8b7b3061b2d209809f447ca33241733d9a3c01eabf2dc8d94358" 1962dependencies = [ 1963 "proc-macro2", 1964 "quote", 1965 "regex", 1966 "syn", 1967] 1968 1969[[package]] 1970name = "leb128fmt" 1971version = "0.1.0" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1974 1975[[package]] 1976name = "libc" 1977version = "0.2.186" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 1980 1981[[package]] 1982name = "libm" 1983version = "0.2.16" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" 1986 1987[[package]] 1988name = "linked-hash-map" 1989version = "0.5.6" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 1992 1993[[package]] 1994name = "linux-raw-sys" 1995version = "0.12.1" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1998 1999[[package]] 2000name = "litemap" 2001version = "0.8.2" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 2004 2005[[package]] 2006name = "litrs" 2007version = "1.0.0" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 2010 2011[[package]] 2012name = "lock_api" 2013version = "0.4.14" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2016dependencies = [ 2017 "scopeguard", 2018] 2019 2020[[package]] 2021name = "log" 2022version = "0.4.30" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" 2025 2026[[package]] 2027name = "logos" 2028version = "0.16.1" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "eb2c55a318a87600ea870ff8c2012148b44bf18b74fad48d0f835c38c7d07c5f" 2031dependencies = [ 2032 "logos-derive", 2033] 2034 2035[[package]] 2036name = "logos-codegen" 2037version = "0.16.1" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "58b3ffaa284e1350d017a57d04ada118c4583cf260c8fb01e0fe28a2e9cf8970" 2040dependencies = [ 2041 "fnv", 2042 "proc-macro2", 2043 "quote", 2044 "regex-automata", 2045 "regex-syntax", 2046 "syn", 2047] 2048 2049[[package]] 2050name = "logos-derive" 2051version = "0.16.1" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "52d3a9855747c17eaf4383823f135220716ab49bea5fbea7dd42cc9a92f8aa31" 2054dependencies = [ 2055 "logos-codegen", 2056] 2057 2058[[package]] 2059name = "lru" 2060version = "0.16.4" 2061source = "registry+https://github.com/rust-lang/crates.io-index" 2062checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" 2063dependencies = [ 2064 "hashbrown 0.16.1", 2065] 2066 2067[[package]] 2068name = "lru-slab" 2069version = "0.1.2" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2072 2073[[package]] 2074name = "malachite" 2075version = "0.9.1" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "8de8195e0d0bccfa3e54997e8e7c6c67859b08512067801b5a63dd0b7a174e87" 2078dependencies = [ 2079 "malachite-base", 2080 "malachite-float", 2081 "malachite-nz", 2082 "malachite-q", 2083] 2084 2085[[package]] 2086name = "malachite-base" 2087version = "0.9.1" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "a8b6f86fdbb1eb9955946be91775239dfcb0acdb1a51bb07d5fc9b8c854f5ccd" 2090dependencies = [ 2091 "hashbrown 0.16.1", 2092 "itertools 0.14.0", 2093 "libm", 2094 "ryu", 2095] 2096 2097[[package]] 2098name = "malachite-float" 2099version = "0.9.1" 2100source = "registry+https://github.com/rust-lang/crates.io-index" 2101checksum = "47d5021773c1552820b10ce7410817fadc1dfcef907b4f9a29af5346d756fd28" 2102dependencies = [ 2103 "itertools 0.14.0", 2104 "malachite-base", 2105 "malachite-nz", 2106 "malachite-q", 2107 "serde", 2108] 2109 2110[[package]] 2111name = "malachite-nz" 2112version = "0.9.1" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "0197a2f5cfee19d59178e282985c6ca79a9233e26a2adcf40acb693896aa09f6" 2115dependencies = [ 2116 "itertools 0.14.0", 2117 "libm", 2118 "malachite-base", 2119 "serde", 2120 "wide", 2121] 2122 2123[[package]] 2124name = "malachite-q" 2125version = "0.9.1" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "be2add95162aede090c48f0ee51bea7d328847ce3180aa44588111f846cc116b" 2128dependencies = [ 2129 "itertools 0.14.0", 2130 "malachite-base", 2131 "malachite-nz", 2132 "serde", 2133] 2134 2135[[package]] 2136name = "match-lookup" 2137version = "0.1.2" 2138source = "registry+https://github.com/rust-lang/crates.io-index" 2139checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 2140dependencies = [ 2141 "proc-macro2", 2142 "quote", 2143 "syn", 2144] 2145 2146[[package]] 2147name = "md-5" 2148version = "0.10.6" 2149source = "registry+https://github.com/rust-lang/crates.io-index" 2150checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2151dependencies = [ 2152 "cfg-if", 2153 "digest 0.10.7", 2154] 2155 2156[[package]] 2157name = "memchr" 2158version = "2.8.1" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" 2161 2162[[package]] 2163name = "miette" 2164version = "7.6.0" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2167dependencies = [ 2168 "backtrace", 2169 "backtrace-ext", 2170 "cfg-if", 2171 "miette-derive", 2172 "owo-colors", 2173 "supports-color", 2174 "supports-hyperlinks", 2175 "supports-unicode", 2176 "terminal_size", 2177 "textwrap", 2178 "unicode-width 0.1.14", 2179] 2180 2181[[package]] 2182name = "miette-derive" 2183version = "7.6.0" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2186dependencies = [ 2187 "proc-macro2", 2188 "quote", 2189 "syn", 2190] 2191 2192[[package]] 2193name = "mime" 2194version = "0.3.17" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2197 2198[[package]] 2199name = "mime_guess" 2200version = "2.0.5" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2203dependencies = [ 2204 "mime", 2205 "unicase", 2206] 2207 2208[[package]] 2209name = "minimad" 2210version = "0.14.0" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "df8b688969b16915f3ecadc7829d5b7779dee4977e503f767f34136803d5c06f" 2213dependencies = [ 2214 "once_cell", 2215] 2216 2217[[package]] 2218name = "miniz_oxide" 2219version = "0.8.9" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2222dependencies = [ 2223 "adler2", 2224 "simd-adler32", 2225] 2226 2227[[package]] 2228name = "mio" 2229version = "1.2.1" 2230source = "registry+https://github.com/rust-lang/crates.io-index" 2231checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 2232dependencies = [ 2233 "libc", 2234 "log", 2235 "wasi", 2236 "windows-sys 0.61.2", 2237] 2238 2239[[package]] 2240name = "mlang_http" 2241version = "0.1.0" 2242dependencies = [ 2243 "atproto-client", 2244 "atproto-identity", 2245 "atproto-record", 2246 "nickel-lang-core", 2247 "reqwest", 2248 "serde_json", 2249 "tokio", 2250 "ureq", 2251] 2252 2253[[package]] 2254name = "moka" 2255version = "0.12.15" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" 2258dependencies = [ 2259 "crossbeam-channel", 2260 "crossbeam-epoch", 2261 "crossbeam-utils", 2262 "equivalent", 2263 "parking_lot", 2264 "portable-atomic", 2265 "smallvec", 2266 "tagptr", 2267 "uuid", 2268] 2269 2270[[package]] 2271name = "multibase" 2272version = "0.9.2" 2273source = "registry+https://github.com/rust-lang/crates.io-index" 2274checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2275dependencies = [ 2276 "base-x", 2277 "base256emoji", 2278 "data-encoding", 2279 "data-encoding-macro", 2280] 2281 2282[[package]] 2283name = "multihash" 2284version = "0.19.5" 2285source = "registry+https://github.com/rust-lang/crates.io-index" 2286checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 2287dependencies = [ 2288 "unsigned-varint", 2289] 2290 2291[[package]] 2292name = "new_debug_unreachable" 2293version = "1.0.6" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 2296 2297[[package]] 2298name = "nibble_vec" 2299version = "0.1.0" 2300source = "registry+https://github.com/rust-lang/crates.io-index" 2301checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 2302dependencies = [ 2303 "smallvec", 2304] 2305 2306[[package]] 2307name = "nickel-lang-core" 2308version = "0.17.0" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "81ec3efee570877109c89bd23e5a44ff7b4a60f1d3c6394945a2520ebda84117" 2311dependencies = [ 2312 "anstyle", 2313 "base64", 2314 "bumpalo", 2315 "codespan", 2316 "codespan-reporting", 2317 "colorchoice", 2318 "comrak", 2319 "indexmap", 2320 "indoc", 2321 "json_scanner", 2322 "lalrpop", 2323 "lalrpop-util", 2324 "logos", 2325 "malachite", 2326 "malachite-q", 2327 "md-5", 2328 "nickel-lang-parser", 2329 "nickel-lang-vector", 2330 "once_cell", 2331 "ouroboros", 2332 "paste", 2333 "pretty", 2334 "regex", 2335 "rustyline", 2336 "rustyline-derive", 2337 "saphyr-parser", 2338 "serde", 2339 "serde_json", 2340 "serde_yaml", 2341 "sha-1", 2342 "sha2 0.10.9", 2343 "simple-counter", 2344 "smallvec", 2345 "strip-ansi-escapes", 2346 "strsim", 2347 "termimad", 2348 "toml", 2349 "toml_edit", 2350 "topiary-core", 2351 "topiary-queries", 2352 "tree-sitter-nickel", 2353 "typed-arena", 2354 "unicode-segmentation", 2355] 2356 2357[[package]] 2358name = "nickel-lang-parser" 2359version = "0.2.0" 2360source = "registry+https://github.com/rust-lang/crates.io-index" 2361checksum = "5f405189a72d136913a3ec470a27def520e93784b611578c2e4f3dd909b3fc75" 2362dependencies = [ 2363 "bumpalo", 2364 "codespan", 2365 "codespan-reporting", 2366 "indexmap", 2367 "lalrpop", 2368 "lalrpop-util", 2369 "logos", 2370 "malachite", 2371 "nickel-lang-vector", 2372 "ouroboros", 2373 "pretty", 2374 "regex", 2375 "saphyr-parser", 2376 "serde", 2377 "serde_json", 2378 "simple-counter", 2379 "toml_edit", 2380 "typed-arena", 2381] 2382 2383[[package]] 2384name = "nickel-lang-vector" 2385version = "0.1.0" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "870c323d81061fc47db4aa7346f6f3492f3e4bb8bd5dd8b7c85ac9d0c9709f0c" 2388dependencies = [ 2389 "imbl-sized-chunks", 2390 "serde", 2391] 2392 2393[[package]] 2394name = "nix" 2395version = "0.29.0" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 2398dependencies = [ 2399 "bitflags", 2400 "cfg-if", 2401 "cfg_aliases", 2402 "libc", 2403] 2404 2405[[package]] 2406name = "num-conv" 2407version = "0.2.2" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" 2410 2411[[package]] 2412name = "num-traits" 2413version = "0.2.19" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2416dependencies = [ 2417 "autocfg", 2418] 2419 2420[[package]] 2421name = "object" 2422version = "0.37.3" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 2425dependencies = [ 2426 "memchr", 2427] 2428 2429[[package]] 2430name = "once_cell" 2431version = "1.21.4" 2432source = "registry+https://github.com/rust-lang/crates.io-index" 2433checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2434dependencies = [ 2435 "critical-section", 2436 "portable-atomic", 2437] 2438 2439[[package]] 2440name = "once_cell_polyfill" 2441version = "1.70.2" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 2444 2445[[package]] 2446name = "onig" 2447version = "6.5.3" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "0cc3cbf698f9438986c11a880c90a6d04b9de27575afd28bbf45b154b6c709e2" 2450dependencies = [ 2451 "bitflags", 2452 "libc", 2453 "once_cell", 2454 "onig_sys", 2455] 2456 2457[[package]] 2458name = "onig_sys" 2459version = "69.9.3" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "1e68317604e77e53b85896388e1a803c1d21b74c899ec9e5e1112db90735edd7" 2462dependencies = [ 2463 "cc", 2464 "pkg-config", 2465] 2466 2467[[package]] 2468name = "ouroboros" 2469version = "0.18.5" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 2472dependencies = [ 2473 "aliasable", 2474 "ouroboros_macro", 2475 "static_assertions", 2476] 2477 2478[[package]] 2479name = "ouroboros_macro" 2480version = "0.18.5" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 2483dependencies = [ 2484 "heck 0.4.1", 2485 "proc-macro2", 2486 "proc-macro2-diagnostics", 2487 "quote", 2488 "syn", 2489] 2490 2491[[package]] 2492name = "owo-colors" 2493version = "4.3.0" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 2496 2497[[package]] 2498name = "p256" 2499version = "0.13.2" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2502dependencies = [ 2503 "ecdsa", 2504 "elliptic-curve", 2505 "primeorder", 2506 "serdect", 2507 "sha2 0.10.9", 2508] 2509 2510[[package]] 2511name = "p384" 2512version = "0.13.1" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 2515dependencies = [ 2516 "ecdsa", 2517 "elliptic-curve", 2518 "primeorder", 2519 "serdect", 2520 "sha2 0.10.9", 2521] 2522 2523[[package]] 2524name = "parking_lot" 2525version = "0.12.5" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2528dependencies = [ 2529 "lock_api", 2530 "parking_lot_core", 2531] 2532 2533[[package]] 2534name = "parking_lot_core" 2535version = "0.9.12" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2538dependencies = [ 2539 "cfg-if", 2540 "libc", 2541 "redox_syscall", 2542 "smallvec", 2543 "windows-link", 2544] 2545 2546[[package]] 2547name = "paste" 2548version = "1.0.15" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2551 2552[[package]] 2553name = "pem-rfc7468" 2554version = "0.7.0" 2555source = "registry+https://github.com/rust-lang/crates.io-index" 2556checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2557dependencies = [ 2558 "base64ct", 2559] 2560 2561[[package]] 2562name = "percent-encoding" 2563version = "2.3.2" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2566 2567[[package]] 2568name = "petgraph" 2569version = "0.7.1" 2570source = "registry+https://github.com/rust-lang/crates.io-index" 2571checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" 2572dependencies = [ 2573 "fixedbitset", 2574 "indexmap", 2575] 2576 2577[[package]] 2578name = "phf" 2579version = "0.11.3" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2582dependencies = [ 2583 "phf_shared", 2584] 2585 2586[[package]] 2587name = "phf_shared" 2588version = "0.11.3" 2589source = "registry+https://github.com/rust-lang/crates.io-index" 2590checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2591dependencies = [ 2592 "siphasher", 2593] 2594 2595[[package]] 2596name = "pico-args" 2597version = "0.5.0" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315" 2600 2601[[package]] 2602name = "pin-project-lite" 2603version = "0.2.17" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2606 2607[[package]] 2608name = "pkcs8" 2609version = "0.10.2" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2612dependencies = [ 2613 "der", 2614 "spki", 2615] 2616 2617[[package]] 2618name = "pkg-config" 2619version = "0.3.33" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 2622 2623[[package]] 2624name = "plist" 2625version = "1.9.0" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "092791278e026273c1b65bbdcfbba3a300f2994c896bd01ab01da613c29c46f1" 2628dependencies = [ 2629 "base64", 2630 "indexmap", 2631 "quick-xml", 2632 "serde", 2633 "time", 2634] 2635 2636[[package]] 2637name = "portable-atomic" 2638version = "1.13.1" 2639source = "registry+https://github.com/rust-lang/crates.io-index" 2640checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2641 2642[[package]] 2643name = "potential_utf" 2644version = "0.1.5" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 2647dependencies = [ 2648 "zerovec", 2649] 2650 2651[[package]] 2652name = "powerfmt" 2653version = "0.2.0" 2654source = "registry+https://github.com/rust-lang/crates.io-index" 2655checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2656 2657[[package]] 2658name = "ppv-lite86" 2659version = "0.2.21" 2660source = "registry+https://github.com/rust-lang/crates.io-index" 2661checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2662dependencies = [ 2663 "zerocopy", 2664] 2665 2666[[package]] 2667name = "precomputed-hash" 2668version = "0.1.1" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 2671 2672[[package]] 2673name = "pretty" 2674version = "0.12.5" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "0d22152487193190344590e4f30e219cf3fe140d9e7a3fdb683d82aa2c5f4156" 2677dependencies = [ 2678 "arrayvec 0.5.2", 2679 "typed-arena", 2680 "unicode-width 0.2.2", 2681] 2682 2683[[package]] 2684name = "pretty_assertions" 2685version = "1.4.1" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" 2688dependencies = [ 2689 "diff", 2690 "yansi", 2691] 2692 2693[[package]] 2694name = "prettydiff" 2695version = "0.8.1" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "b9a475bdea0881b8c65eb81f91fe53187b8522352a701b919c5a2c8a2f262808" 2698dependencies = [ 2699 "owo-colors", 2700] 2701 2702[[package]] 2703name = "prettyplease" 2704version = "0.2.37" 2705source = "registry+https://github.com/rust-lang/crates.io-index" 2706checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2707dependencies = [ 2708 "proc-macro2", 2709 "syn", 2710] 2711 2712[[package]] 2713name = "primeorder" 2714version = "0.13.6" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2717dependencies = [ 2718 "elliptic-curve", 2719 "serdect", 2720] 2721 2722[[package]] 2723name = "proc-macro2" 2724version = "1.0.106" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2727dependencies = [ 2728 "unicode-ident", 2729] 2730 2731[[package]] 2732name = "proc-macro2-diagnostics" 2733version = "0.10.1" 2734source = "registry+https://github.com/rust-lang/crates.io-index" 2735checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2736dependencies = [ 2737 "proc-macro2", 2738 "quote", 2739 "syn", 2740 "version_check", 2741 "yansi", 2742] 2743 2744[[package]] 2745name = "quick-xml" 2746version = "0.39.4" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "cdcc8dd4e2f670d309a5f0e83fe36dfdc05af317008fea29144da1a2ac858e5e" 2749dependencies = [ 2750 "memchr", 2751] 2752 2753[[package]] 2754name = "quinn" 2755version = "0.11.9" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2758dependencies = [ 2759 "bytes", 2760 "cfg_aliases", 2761 "pin-project-lite", 2762 "quinn-proto", 2763 "quinn-udp", 2764 "rustc-hash", 2765 "rustls", 2766 "socket2", 2767 "thiserror 2.0.18", 2768 "tokio", 2769 "tracing", 2770 "web-time", 2771] 2772 2773[[package]] 2774name = "quinn-proto" 2775version = "0.11.14" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 2778dependencies = [ 2779 "bytes", 2780 "getrandom 0.3.4", 2781 "lru-slab", 2782 "rand 0.9.4", 2783 "ring", 2784 "rustc-hash", 2785 "rustls", 2786 "rustls-pki-types", 2787 "slab", 2788 "thiserror 2.0.18", 2789 "tinyvec", 2790 "tracing", 2791 "web-time", 2792] 2793 2794[[package]] 2795name = "quinn-udp" 2796version = "0.5.14" 2797source = "registry+https://github.com/rust-lang/crates.io-index" 2798checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2799dependencies = [ 2800 "cfg_aliases", 2801 "libc", 2802 "once_cell", 2803 "socket2", 2804 "tracing", 2805 "windows-sys 0.59.0", 2806] 2807 2808[[package]] 2809name = "quote" 2810version = "1.0.45" 2811source = "registry+https://github.com/rust-lang/crates.io-index" 2812checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 2813dependencies = [ 2814 "proc-macro2", 2815] 2816 2817[[package]] 2818name = "r-efi" 2819version = "5.3.0" 2820source = "registry+https://github.com/rust-lang/crates.io-index" 2821checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2822 2823[[package]] 2824name = "r-efi" 2825version = "6.0.0" 2826source = "registry+https://github.com/rust-lang/crates.io-index" 2827checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 2828 2829[[package]] 2830name = "radix_trie" 2831version = "0.2.1" 2832source = "registry+https://github.com/rust-lang/crates.io-index" 2833checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 2834dependencies = [ 2835 "endian-type", 2836 "nibble_vec", 2837] 2838 2839[[package]] 2840name = "rand" 2841version = "0.9.4" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 2844dependencies = [ 2845 "rand_chacha", 2846 "rand_core 0.9.5", 2847] 2848 2849[[package]] 2850name = "rand" 2851version = "0.10.1" 2852source = "registry+https://github.com/rust-lang/crates.io-index" 2853checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 2854dependencies = [ 2855 "chacha20", 2856 "getrandom 0.4.2", 2857 "rand_core 0.10.1", 2858] 2859 2860[[package]] 2861name = "rand_chacha" 2862version = "0.9.0" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2865dependencies = [ 2866 "ppv-lite86", 2867 "rand_core 0.9.5", 2868] 2869 2870[[package]] 2871name = "rand_core" 2872version = "0.6.4" 2873source = "registry+https://github.com/rust-lang/crates.io-index" 2874checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2875dependencies = [ 2876 "getrandom 0.2.17", 2877] 2878 2879[[package]] 2880name = "rand_core" 2881version = "0.9.5" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 2884dependencies = [ 2885 "getrandom 0.3.4", 2886] 2887 2888[[package]] 2889name = "rand_core" 2890version = "0.10.1" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 2893 2894[[package]] 2895name = "rayon" 2896version = "1.12.0" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d" 2899dependencies = [ 2900 "either", 2901 "rayon-core", 2902] 2903 2904[[package]] 2905name = "rayon-core" 2906version = "1.13.0" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 2909dependencies = [ 2910 "crossbeam-deque", 2911 "crossbeam-utils", 2912] 2913 2914[[package]] 2915name = "redox_syscall" 2916version = "0.5.18" 2917source = "registry+https://github.com/rust-lang/crates.io-index" 2918checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2919dependencies = [ 2920 "bitflags", 2921] 2922 2923[[package]] 2924name = "regex" 2925version = "1.12.3" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2928dependencies = [ 2929 "aho-corasick", 2930 "memchr", 2931 "regex-automata", 2932 "regex-syntax", 2933] 2934 2935[[package]] 2936name = "regex-automata" 2937version = "0.4.14" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2940dependencies = [ 2941 "aho-corasick", 2942 "memchr", 2943 "regex-syntax", 2944] 2945 2946[[package]] 2947name = "regex-syntax" 2948version = "0.8.10" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 2951 2952[[package]] 2953name = "reqwest" 2954version = "0.12.28" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2957dependencies = [ 2958 "base64", 2959 "bytes", 2960 "encoding_rs", 2961 "futures-core", 2962 "futures-util", 2963 "h2", 2964 "http", 2965 "http-body", 2966 "http-body-util", 2967 "hyper", 2968 "hyper-rustls", 2969 "hyper-util", 2970 "js-sys", 2971 "log", 2972 "mime", 2973 "mime_guess", 2974 "percent-encoding", 2975 "pin-project-lite", 2976 "quinn", 2977 "rustls", 2978 "rustls-pki-types", 2979 "serde", 2980 "serde_json", 2981 "serde_urlencoded", 2982 "sync_wrapper", 2983 "tokio", 2984 "tokio-rustls", 2985 "tower", 2986 "tower-http", 2987 "tower-service", 2988 "url", 2989 "wasm-bindgen", 2990 "wasm-bindgen-futures", 2991 "web-sys", 2992 "webpki-roots 1.0.7", 2993] 2994 2995[[package]] 2996name = "reqwest-chain" 2997version = "1.0.0" 2998source = "registry+https://github.com/rust-lang/crates.io-index" 2999checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2" 3000dependencies = [ 3001 "anyhow", 3002 "async-trait", 3003 "http", 3004 "reqwest-middleware", 3005] 3006 3007[[package]] 3008name = "reqwest-middleware" 3009version = "0.4.2" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 3012dependencies = [ 3013 "anyhow", 3014 "async-trait", 3015 "http", 3016 "reqwest", 3017 "serde", 3018 "thiserror 1.0.69", 3019 "tower-service", 3020] 3021 3022[[package]] 3023name = "resolv-conf" 3024version = "0.7.6" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 3027 3028[[package]] 3029name = "rfc6979" 3030version = "0.4.0" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 3033dependencies = [ 3034 "hmac", 3035 "subtle", 3036] 3037 3038[[package]] 3039name = "ring" 3040version = "0.17.14" 3041source = "registry+https://github.com/rust-lang/crates.io-index" 3042checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 3043dependencies = [ 3044 "cc", 3045 "cfg-if", 3046 "getrandom 0.2.17", 3047 "libc", 3048 "untrusted", 3049 "windows-sys 0.52.0", 3050] 3051 3052[[package]] 3053name = "rustc-demangle" 3054version = "0.1.27" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 3057 3058[[package]] 3059name = "rustc-hash" 3060version = "2.1.2" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 3063 3064[[package]] 3065name = "rustc_version" 3066version = "0.4.1" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 3069dependencies = [ 3070 "semver", 3071] 3072 3073[[package]] 3074name = "rustix" 3075version = "1.1.4" 3076source = "registry+https://github.com/rust-lang/crates.io-index" 3077checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 3078dependencies = [ 3079 "bitflags", 3080 "errno", 3081 "libc", 3082 "linux-raw-sys", 3083 "windows-sys 0.61.2", 3084] 3085 3086[[package]] 3087name = "rustls" 3088version = "0.23.40" 3089source = "registry+https://github.com/rust-lang/crates.io-index" 3090checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" 3091dependencies = [ 3092 "log", 3093 "once_cell", 3094 "ring", 3095 "rustls-pki-types", 3096 "rustls-webpki", 3097 "subtle", 3098 "zeroize", 3099] 3100 3101[[package]] 3102name = "rustls-pki-types" 3103version = "1.14.1" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 3106dependencies = [ 3107 "web-time", 3108 "zeroize", 3109] 3110 3111[[package]] 3112name = "rustls-webpki" 3113version = "0.103.13" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 3116dependencies = [ 3117 "ring", 3118 "rustls-pki-types", 3119 "untrusted", 3120] 3121 3122[[package]] 3123name = "rustversion" 3124version = "1.0.22" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 3127 3128[[package]] 3129name = "rustyline" 3130version = "15.0.0" 3131source = "registry+https://github.com/rust-lang/crates.io-index" 3132checksum = "2ee1e066dc922e513bda599c6ccb5f3bb2b0ea5870a579448f2622993f0a9a2f" 3133dependencies = [ 3134 "bitflags", 3135 "cfg-if", 3136 "clipboard-win", 3137 "fd-lock", 3138 "home", 3139 "libc", 3140 "log", 3141 "memchr", 3142 "nix", 3143 "radix_trie", 3144 "unicode-segmentation", 3145 "unicode-width 0.2.2", 3146 "utf8parse", 3147 "windows-sys 0.59.0", 3148] 3149 3150[[package]] 3151name = "rustyline-derive" 3152version = "0.11.1" 3153source = "registry+https://github.com/rust-lang/crates.io-index" 3154checksum = "5d66de233f908aebf9cc30ac75ef9103185b4b715c6f2fb7a626aa5e5ede53ab" 3155dependencies = [ 3156 "proc-macro2", 3157 "quote", 3158 "syn", 3159] 3160 3161[[package]] 3162name = "ryu" 3163version = "1.0.23" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 3166 3167[[package]] 3168name = "safe_arch" 3169version = "1.0.0" 3170source = "registry+https://github.com/rust-lang/crates.io-index" 3171checksum = "1f7caad094bd561859bcd467734a720c3c1f5d1f338995351fefe2190c45efed" 3172dependencies = [ 3173 "bytemuck", 3174] 3175 3176[[package]] 3177name = "same-file" 3178version = "1.0.6" 3179source = "registry+https://github.com/rust-lang/crates.io-index" 3180checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 3181dependencies = [ 3182 "winapi-util", 3183] 3184 3185[[package]] 3186name = "saphyr-parser" 3187version = "0.0.6" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "4fb771b59f6b1985d1406325ec28f97cfb14256abcec4fdfb37b36a1766d6af7" 3190dependencies = [ 3191 "arraydeque", 3192 "hashlink", 3193] 3194 3195[[package]] 3196name = "scopeguard" 3197version = "1.2.0" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 3200 3201[[package]] 3202name = "sec1" 3203version = "0.7.3" 3204source = "registry+https://github.com/rust-lang/crates.io-index" 3205checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 3206dependencies = [ 3207 "base16ct", 3208 "der", 3209 "generic-array", 3210 "pkcs8", 3211 "serdect", 3212 "subtle", 3213 "zeroize", 3214] 3215 3216[[package]] 3217name = "semver" 3218version = "1.0.28" 3219source = "registry+https://github.com/rust-lang/crates.io-index" 3220checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 3221 3222[[package]] 3223name = "serde" 3224version = "1.0.228" 3225source = "registry+https://github.com/rust-lang/crates.io-index" 3226checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 3227dependencies = [ 3228 "serde_core", 3229 "serde_derive", 3230] 3231 3232[[package]] 3233name = "serde_bytes" 3234version = "0.11.19" 3235source = "registry+https://github.com/rust-lang/crates.io-index" 3236checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 3237dependencies = [ 3238 "serde", 3239 "serde_core", 3240] 3241 3242[[package]] 3243name = "serde_core" 3244version = "1.0.228" 3245source = "registry+https://github.com/rust-lang/crates.io-index" 3246checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 3247dependencies = [ 3248 "serde_derive", 3249] 3250 3251[[package]] 3252name = "serde_derive" 3253version = "1.0.228" 3254source = "registry+https://github.com/rust-lang/crates.io-index" 3255checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 3256dependencies = [ 3257 "proc-macro2", 3258 "quote", 3259 "syn", 3260] 3261 3262[[package]] 3263name = "serde_json" 3264version = "1.0.150" 3265source = "registry+https://github.com/rust-lang/crates.io-index" 3266checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 3267dependencies = [ 3268 "indexmap", 3269 "itoa", 3270 "memchr", 3271 "serde", 3272 "serde_core", 3273 "zmij", 3274] 3275 3276[[package]] 3277name = "serde_spanned" 3278version = "1.1.1" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" 3281dependencies = [ 3282 "serde_core", 3283] 3284 3285[[package]] 3286name = "serde_urlencoded" 3287version = "0.7.1" 3288source = "registry+https://github.com/rust-lang/crates.io-index" 3289checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3290dependencies = [ 3291 "form_urlencoded", 3292 "itoa", 3293 "ryu", 3294 "serde", 3295] 3296 3297[[package]] 3298name = "serde_yaml" 3299version = "0.9.34+deprecated" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 3302dependencies = [ 3303 "indexmap", 3304 "itoa", 3305 "ryu", 3306 "serde", 3307 "unsafe-libyaml", 3308] 3309 3310[[package]] 3311name = "serdect" 3312version = "0.2.0" 3313source = "registry+https://github.com/rust-lang/crates.io-index" 3314checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 3315dependencies = [ 3316 "base16ct", 3317 "serde", 3318] 3319 3320[[package]] 3321name = "sha-1" 3322version = "0.10.1" 3323source = "registry+https://github.com/rust-lang/crates.io-index" 3324checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 3325dependencies = [ 3326 "cfg-if", 3327 "cpufeatures 0.2.17", 3328 "digest 0.10.7", 3329] 3330 3331[[package]] 3332name = "sha2" 3333version = "0.10.9" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3336dependencies = [ 3337 "cfg-if", 3338 "cpufeatures 0.2.17", 3339 "digest 0.10.7", 3340] 3341 3342[[package]] 3343name = "sha2" 3344version = "0.11.0" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" 3347dependencies = [ 3348 "cfg-if", 3349 "cpufeatures 0.3.0", 3350 "digest 0.11.3", 3351] 3352 3353[[package]] 3354name = "sha3" 3355version = "0.10.9" 3356source = "registry+https://github.com/rust-lang/crates.io-index" 3357checksum = "77fd7028345d415a4034cf8777cd4f8ab1851274233b45f84e3d955502d93874" 3358dependencies = [ 3359 "digest 0.10.7", 3360 "keccak", 3361] 3362 3363[[package]] 3364name = "shell-words" 3365version = "1.1.1" 3366source = "registry+https://github.com/rust-lang/crates.io-index" 3367checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 3368 3369[[package]] 3370name = "shlex" 3371version = "2.0.1" 3372source = "registry+https://github.com/rust-lang/crates.io-index" 3373checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 3374 3375[[package]] 3376name = "signal-hook" 3377version = "0.3.18" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 3380dependencies = [ 3381 "libc", 3382 "signal-hook-registry", 3383] 3384 3385[[package]] 3386name = "signal-hook-mio" 3387version = "0.2.5" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 3390dependencies = [ 3391 "libc", 3392 "mio", 3393 "signal-hook", 3394] 3395 3396[[package]] 3397name = "signal-hook-registry" 3398version = "1.4.8" 3399source = "registry+https://github.com/rust-lang/crates.io-index" 3400checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 3401dependencies = [ 3402 "errno", 3403 "libc", 3404] 3405 3406[[package]] 3407name = "signature" 3408version = "2.2.0" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3411dependencies = [ 3412 "digest 0.10.7", 3413 "rand_core 0.6.4", 3414] 3415 3416[[package]] 3417name = "simd-adler32" 3418version = "0.3.9" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 3421 3422[[package]] 3423name = "simple-counter" 3424version = "0.1.0" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "4bb57743b52ea059937169c0061d70298fe2df1d2c988b44caae79dd979d9b49" 3427 3428[[package]] 3429name = "siphasher" 3430version = "1.0.3" 3431source = "registry+https://github.com/rust-lang/crates.io-index" 3432checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 3433 3434[[package]] 3435name = "slab" 3436version = "0.4.12" 3437source = "registry+https://github.com/rust-lang/crates.io-index" 3438checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 3439 3440[[package]] 3441name = "smallvec" 3442version = "1.15.1" 3443source = "registry+https://github.com/rust-lang/crates.io-index" 3444checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3445 3446[[package]] 3447name = "socket2" 3448version = "0.6.4" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 3451dependencies = [ 3452 "libc", 3453 "windows-sys 0.61.2", 3454] 3455 3456[[package]] 3457name = "spki" 3458version = "0.7.3" 3459source = "registry+https://github.com/rust-lang/crates.io-index" 3460checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3461dependencies = [ 3462 "base64ct", 3463 "der", 3464] 3465 3466[[package]] 3467name = "stable_deref_trait" 3468version = "1.2.1" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3471 3472[[package]] 3473name = "static_assertions" 3474version = "1.1.0" 3475source = "registry+https://github.com/rust-lang/crates.io-index" 3476checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 3477 3478[[package]] 3479name = "streaming-iterator" 3480version = "0.1.9" 3481source = "registry+https://github.com/rust-lang/crates.io-index" 3482checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 3483 3484[[package]] 3485name = "strict" 3486version = "0.2.0" 3487source = "registry+https://github.com/rust-lang/crates.io-index" 3488checksum = "f42444fea5b87a39db4218d9422087e66a85d0e7a0963a439b07bcdf91804006" 3489 3490[[package]] 3491name = "string_cache" 3492version = "0.8.9" 3493source = "registry+https://github.com/rust-lang/crates.io-index" 3494checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 3495dependencies = [ 3496 "new_debug_unreachable", 3497 "parking_lot", 3498 "phf_shared", 3499 "precomputed-hash", 3500] 3501 3502[[package]] 3503name = "strip-ansi-escapes" 3504version = "0.2.1" 3505source = "registry+https://github.com/rust-lang/crates.io-index" 3506checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" 3507dependencies = [ 3508 "vte", 3509] 3510 3511[[package]] 3512name = "strsim" 3513version = "0.11.1" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3516 3517[[package]] 3518name = "subtle" 3519version = "2.6.1" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3522 3523[[package]] 3524name = "supports-color" 3525version = "3.0.2" 3526source = "registry+https://github.com/rust-lang/crates.io-index" 3527checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 3528dependencies = [ 3529 "is_ci", 3530] 3531 3532[[package]] 3533name = "supports-hyperlinks" 3534version = "3.2.0" 3535source = "registry+https://github.com/rust-lang/crates.io-index" 3536checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91" 3537 3538[[package]] 3539name = "supports-unicode" 3540version = "3.0.0" 3541source = "registry+https://github.com/rust-lang/crates.io-index" 3542checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 3543 3544[[package]] 3545name = "syn" 3546version = "2.0.117" 3547source = "registry+https://github.com/rust-lang/crates.io-index" 3548checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 3549dependencies = [ 3550 "proc-macro2", 3551 "quote", 3552 "unicode-ident", 3553] 3554 3555[[package]] 3556name = "sync_wrapper" 3557version = "1.0.2" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3560dependencies = [ 3561 "futures-core", 3562] 3563 3564[[package]] 3565name = "synstructure" 3566version = "0.13.2" 3567source = "registry+https://github.com/rust-lang/crates.io-index" 3568checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3569dependencies = [ 3570 "proc-macro2", 3571 "quote", 3572 "syn", 3573] 3574 3575[[package]] 3576name = "syntect" 3577version = "5.3.0" 3578source = "registry+https://github.com/rust-lang/crates.io-index" 3579checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 3580dependencies = [ 3581 "bincode", 3582 "fancy-regex", 3583 "flate2", 3584 "fnv", 3585 "once_cell", 3586 "onig", 3587 "plist", 3588 "regex-syntax", 3589 "serde", 3590 "serde_derive", 3591 "serde_json", 3592 "thiserror 2.0.18", 3593 "walkdir", 3594 "yaml-rust", 3595] 3596 3597[[package]] 3598name = "system-configuration" 3599version = "0.7.0" 3600source = "registry+https://github.com/rust-lang/crates.io-index" 3601checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 3602dependencies = [ 3603 "bitflags", 3604 "core-foundation", 3605 "system-configuration-sys", 3606] 3607 3608[[package]] 3609name = "system-configuration-sys" 3610version = "0.6.0" 3611source = "registry+https://github.com/rust-lang/crates.io-index" 3612checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3613dependencies = [ 3614 "core-foundation-sys", 3615 "libc", 3616] 3617 3618[[package]] 3619name = "tagptr" 3620version = "0.2.0" 3621source = "registry+https://github.com/rust-lang/crates.io-index" 3622checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3623 3624[[package]] 3625name = "tempfile" 3626version = "3.27.0" 3627source = "registry+https://github.com/rust-lang/crates.io-index" 3628checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 3629dependencies = [ 3630 "fastrand", 3631 "getrandom 0.4.2", 3632 "once_cell", 3633 "rustix", 3634 "windows-sys 0.61.2", 3635] 3636 3637[[package]] 3638name = "term" 3639version = "1.2.1" 3640source = "registry+https://github.com/rust-lang/crates.io-index" 3641checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1" 3642dependencies = [ 3643 "windows-sys 0.61.2", 3644] 3645 3646[[package]] 3647name = "termcolor" 3648version = "1.4.1" 3649source = "registry+https://github.com/rust-lang/crates.io-index" 3650checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 3651dependencies = [ 3652 "winapi-util", 3653] 3654 3655[[package]] 3656name = "termimad" 3657version = "0.34.1" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "889a9370996b74cf46016ce35b96c248a9ac36d69aab1d112b3e09bc33affa49" 3660dependencies = [ 3661 "coolor", 3662 "crokey", 3663 "crossbeam", 3664 "lazy-regex", 3665 "minimad", 3666 "serde", 3667 "thiserror 2.0.18", 3668 "unicode-width 0.1.14", 3669] 3670 3671[[package]] 3672name = "terminal_size" 3673version = "0.4.4" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 3676dependencies = [ 3677 "rustix", 3678 "windows-sys 0.61.2", 3679] 3680 3681[[package]] 3682name = "textwrap" 3683version = "0.16.2" 3684source = "registry+https://github.com/rust-lang/crates.io-index" 3685checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 3686dependencies = [ 3687 "unicode-linebreak", 3688 "unicode-width 0.2.2", 3689] 3690 3691[[package]] 3692name = "thiserror" 3693version = "1.0.69" 3694source = "registry+https://github.com/rust-lang/crates.io-index" 3695checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3696dependencies = [ 3697 "thiserror-impl 1.0.69", 3698] 3699 3700[[package]] 3701name = "thiserror" 3702version = "2.0.18" 3703source = "registry+https://github.com/rust-lang/crates.io-index" 3704checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3705dependencies = [ 3706 "thiserror-impl 2.0.18", 3707] 3708 3709[[package]] 3710name = "thiserror-impl" 3711version = "1.0.69" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3714dependencies = [ 3715 "proc-macro2", 3716 "quote", 3717 "syn", 3718] 3719 3720[[package]] 3721name = "thiserror-impl" 3722version = "2.0.18" 3723source = "registry+https://github.com/rust-lang/crates.io-index" 3724checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3725dependencies = [ 3726 "proc-macro2", 3727 "quote", 3728 "syn", 3729] 3730 3731[[package]] 3732name = "time" 3733version = "0.3.47" 3734source = "registry+https://github.com/rust-lang/crates.io-index" 3735checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3736dependencies = [ 3737 "deranged", 3738 "itoa", 3739 "num-conv", 3740 "powerfmt", 3741 "serde_core", 3742 "time-core", 3743 "time-macros", 3744] 3745 3746[[package]] 3747name = "time-core" 3748version = "0.1.8" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3751 3752[[package]] 3753name = "time-macros" 3754version = "0.2.27" 3755source = "registry+https://github.com/rust-lang/crates.io-index" 3756checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3757dependencies = [ 3758 "num-conv", 3759 "time-core", 3760] 3761 3762[[package]] 3763name = "tinystr" 3764version = "0.8.3" 3765source = "registry+https://github.com/rust-lang/crates.io-index" 3766checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 3767dependencies = [ 3768 "displaydoc", 3769 "zerovec", 3770] 3771 3772[[package]] 3773name = "tinyvec" 3774version = "1.11.0" 3775source = "registry+https://github.com/rust-lang/crates.io-index" 3776checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 3777dependencies = [ 3778 "tinyvec_macros", 3779] 3780 3781[[package]] 3782name = "tinyvec_macros" 3783version = "0.1.1" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3786 3787[[package]] 3788name = "tokio" 3789version = "1.52.3" 3790source = "registry+https://github.com/rust-lang/crates.io-index" 3791checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 3792dependencies = [ 3793 "bytes", 3794 "libc", 3795 "mio", 3796 "pin-project-lite", 3797 "socket2", 3798 "tokio-macros", 3799 "windows-sys 0.61.2", 3800] 3801 3802[[package]] 3803name = "tokio-macros" 3804version = "2.7.0" 3805source = "registry+https://github.com/rust-lang/crates.io-index" 3806checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 3807dependencies = [ 3808 "proc-macro2", 3809 "quote", 3810 "syn", 3811] 3812 3813[[package]] 3814name = "tokio-rustls" 3815version = "0.26.4" 3816source = "registry+https://github.com/rust-lang/crates.io-index" 3817checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3818dependencies = [ 3819 "rustls", 3820 "tokio", 3821] 3822 3823[[package]] 3824name = "tokio-util" 3825version = "0.7.18" 3826source = "registry+https://github.com/rust-lang/crates.io-index" 3827checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3828dependencies = [ 3829 "bytes", 3830 "futures-core", 3831 "futures-sink", 3832 "pin-project-lite", 3833 "tokio", 3834] 3835 3836[[package]] 3837name = "toml" 3838version = "0.9.12+spec-1.1.0" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 3841dependencies = [ 3842 "indexmap", 3843 "serde_core", 3844 "serde_spanned", 3845 "toml_datetime", 3846 "toml_parser", 3847 "toml_writer", 3848 "winnow 0.7.15", 3849] 3850 3851[[package]] 3852name = "toml_datetime" 3853version = "0.7.5+spec-1.1.0" 3854source = "registry+https://github.com/rust-lang/crates.io-index" 3855checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3856dependencies = [ 3857 "serde_core", 3858] 3859 3860[[package]] 3861name = "toml_edit" 3862version = "0.24.1+spec-1.1.0" 3863source = "registry+https://github.com/rust-lang/crates.io-index" 3864checksum = "01f2eadbbc6b377a847be05f60791ef1058d9f696ecb51d2c07fe911d8569d8e" 3865dependencies = [ 3866 "indexmap", 3867 "toml_datetime", 3868 "toml_parser", 3869 "toml_writer", 3870 "winnow 0.7.15", 3871] 3872 3873[[package]] 3874name = "toml_parser" 3875version = "1.1.2+spec-1.1.0" 3876source = "registry+https://github.com/rust-lang/crates.io-index" 3877checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" 3878dependencies = [ 3879 "winnow 1.0.3", 3880] 3881 3882[[package]] 3883name = "toml_writer" 3884version = "1.1.1+spec-1.1.0" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" 3887 3888[[package]] 3889name = "topiary-core" 3890version = "0.7.3" 3891source = "registry+https://github.com/rust-lang/crates.io-index" 3892checksum = "89df094e19f103c5b8e120a1ffa30a6309daa10bef8d186e598a3df633e6a221" 3893dependencies = [ 3894 "futures", 3895 "itertools 0.11.0", 3896 "log", 3897 "miette", 3898 "pretty_assertions", 3899 "prettydiff", 3900 "rayon", 3901 "serde", 3902 "serde_json", 3903 "streaming-iterator", 3904 "thiserror 2.0.18", 3905 "tokio", 3906 "topiary-tree-sitter-facade", 3907 "topiary-web-tree-sitter-sys", 3908 "tree-sitter", 3909] 3910 3911[[package]] 3912name = "topiary-queries" 3913version = "0.7.3" 3914source = "registry+https://github.com/rust-lang/crates.io-index" 3915checksum = "13439d04bb7987de5f937071c8131c995f3d18fcc0df6ce4ab33180a88fbc72c" 3916 3917[[package]] 3918name = "topiary-tree-sitter-facade" 3919version = "0.7.3" 3920source = "registry+https://github.com/rust-lang/crates.io-index" 3921checksum = "41b7f801962f0e1d022f78a46c6afa2d2158138a3955dbbd25bb92cc5ef61ddb" 3922dependencies = [ 3923 "js-sys", 3924 "streaming-iterator", 3925 "topiary-web-tree-sitter-sys", 3926 "tree-sitter", 3927 "tree-sitter-language", 3928 "wasm-bindgen", 3929 "web-sys", 3930] 3931 3932[[package]] 3933name = "topiary-web-tree-sitter-sys" 3934version = "0.7.3" 3935source = "registry+https://github.com/rust-lang/crates.io-index" 3936checksum = "c9877bfc1ad20d17e6da579911925768df2edd6e276300d660265940881d7b9d" 3937dependencies = [ 3938 "js-sys", 3939 "wasm-bindgen", 3940 "wasm-bindgen-futures", 3941 "web-sys", 3942] 3943 3944[[package]] 3945name = "tower" 3946version = "0.5.3" 3947source = "registry+https://github.com/rust-lang/crates.io-index" 3948checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 3949dependencies = [ 3950 "futures-core", 3951 "futures-util", 3952 "pin-project-lite", 3953 "sync_wrapper", 3954 "tokio", 3955 "tower-layer", 3956 "tower-service", 3957] 3958 3959[[package]] 3960name = "tower-http" 3961version = "0.6.11" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 3964dependencies = [ 3965 "bitflags", 3966 "bytes", 3967 "futures-util", 3968 "http", 3969 "http-body", 3970 "pin-project-lite", 3971 "tower", 3972 "tower-layer", 3973 "tower-service", 3974 "url", 3975] 3976 3977[[package]] 3978name = "tower-layer" 3979version = "0.3.3" 3980source = "registry+https://github.com/rust-lang/crates.io-index" 3981checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3982 3983[[package]] 3984name = "tower-service" 3985version = "0.3.3" 3986source = "registry+https://github.com/rust-lang/crates.io-index" 3987checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3988 3989[[package]] 3990name = "tracing" 3991version = "0.1.44" 3992source = "registry+https://github.com/rust-lang/crates.io-index" 3993checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3994dependencies = [ 3995 "pin-project-lite", 3996 "tracing-attributes", 3997 "tracing-core", 3998] 3999 4000[[package]] 4001name = "tracing-attributes" 4002version = "0.1.31" 4003source = "registry+https://github.com/rust-lang/crates.io-index" 4004checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 4005dependencies = [ 4006 "proc-macro2", 4007 "quote", 4008 "syn", 4009] 4010 4011[[package]] 4012name = "tracing-core" 4013version = "0.1.36" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 4016dependencies = [ 4017 "once_cell", 4018] 4019 4020[[package]] 4021name = "tree-sitter" 4022version = "0.26.9" 4023source = "registry+https://github.com/rust-lang/crates.io-index" 4024checksum = "4dab76d0b724ba557954125188cf0633a1ca43199ced82d95c7b9c32cc3de1f3" 4025dependencies = [ 4026 "cc", 4027 "regex", 4028 "regex-syntax", 4029 "serde_json", 4030 "streaming-iterator", 4031 "tree-sitter-language", 4032] 4033 4034[[package]] 4035name = "tree-sitter-language" 4036version = "0.1.7" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782" 4039 4040[[package]] 4041name = "tree-sitter-nickel" 4042version = "0.5.0" 4043source = "registry+https://github.com/rust-lang/crates.io-index" 4044checksum = "f7bb930cf314466ad3ca1e45c876bbbca228f66fe92db8a087796cf8f26d3ba8" 4045dependencies = [ 4046 "cc", 4047 "tree-sitter", 4048 "tree-sitter-language", 4049] 4050 4051[[package]] 4052name = "try-lock" 4053version = "0.2.5" 4054source = "registry+https://github.com/rust-lang/crates.io-index" 4055checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 4056 4057[[package]] 4058name = "typed-arena" 4059version = "2.0.2" 4060source = "registry+https://github.com/rust-lang/crates.io-index" 4061checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 4062 4063[[package]] 4064name = "typenum" 4065version = "1.20.1" 4066source = "registry+https://github.com/rust-lang/crates.io-index" 4067checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" 4068 4069[[package]] 4070name = "ulid" 4071version = "1.2.1" 4072source = "registry+https://github.com/rust-lang/crates.io-index" 4073checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" 4074dependencies = [ 4075 "rand 0.9.4", 4076 "web-time", 4077] 4078 4079[[package]] 4080name = "unicase" 4081version = "2.9.0" 4082source = "registry+https://github.com/rust-lang/crates.io-index" 4083checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 4084 4085[[package]] 4086name = "unicode-ident" 4087version = "1.0.24" 4088source = "registry+https://github.com/rust-lang/crates.io-index" 4089checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 4090 4091[[package]] 4092name = "unicode-linebreak" 4093version = "0.1.5" 4094source = "registry+https://github.com/rust-lang/crates.io-index" 4095checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 4096 4097[[package]] 4098name = "unicode-normalization" 4099version = "0.1.25" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 4102dependencies = [ 4103 "tinyvec", 4104] 4105 4106[[package]] 4107name = "unicode-segmentation" 4108version = "1.13.2" 4109source = "registry+https://github.com/rust-lang/crates.io-index" 4110checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 4111 4112[[package]] 4113name = "unicode-width" 4114version = "0.1.14" 4115source = "registry+https://github.com/rust-lang/crates.io-index" 4116checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 4117 4118[[package]] 4119name = "unicode-width" 4120version = "0.2.2" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 4123 4124[[package]] 4125name = "unicode-xid" 4126version = "0.2.6" 4127source = "registry+https://github.com/rust-lang/crates.io-index" 4128checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 4129 4130[[package]] 4131name = "unicode_categories" 4132version = "0.1.1" 4133source = "registry+https://github.com/rust-lang/crates.io-index" 4134checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 4135 4136[[package]] 4137name = "unsafe-libyaml" 4138version = "0.2.11" 4139source = "registry+https://github.com/rust-lang/crates.io-index" 4140checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 4141 4142[[package]] 4143name = "unsigned-varint" 4144version = "0.8.0" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 4147 4148[[package]] 4149name = "untrusted" 4150version = "0.9.0" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 4153 4154[[package]] 4155name = "ureq" 4156version = "2.12.1" 4157source = "registry+https://github.com/rust-lang/crates.io-index" 4158checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" 4159dependencies = [ 4160 "base64", 4161 "flate2", 4162 "log", 4163 "once_cell", 4164 "rustls", 4165 "rustls-pki-types", 4166 "url", 4167 "webpki-roots 0.26.11", 4168] 4169 4170[[package]] 4171name = "url" 4172version = "2.5.8" 4173source = "registry+https://github.com/rust-lang/crates.io-index" 4174checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 4175dependencies = [ 4176 "form_urlencoded", 4177 "idna", 4178 "percent-encoding", 4179 "serde", 4180] 4181 4182[[package]] 4183name = "urlencoding" 4184version = "2.1.3" 4185source = "registry+https://github.com/rust-lang/crates.io-index" 4186checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 4187 4188[[package]] 4189name = "utf8_iter" 4190version = "1.0.4" 4191source = "registry+https://github.com/rust-lang/crates.io-index" 4192checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 4193 4194[[package]] 4195name = "utf8parse" 4196version = "0.2.2" 4197source = "registry+https://github.com/rust-lang/crates.io-index" 4198checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 4199 4200[[package]] 4201name = "uuid" 4202version = "1.23.2" 4203source = "registry+https://github.com/rust-lang/crates.io-index" 4204checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" 4205dependencies = [ 4206 "getrandom 0.4.2", 4207 "js-sys", 4208 "wasm-bindgen", 4209] 4210 4211[[package]] 4212name = "version_check" 4213version = "0.9.5" 4214source = "registry+https://github.com/rust-lang/crates.io-index" 4215checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 4216 4217[[package]] 4218name = "vte" 4219version = "0.14.1" 4220source = "registry+https://github.com/rust-lang/crates.io-index" 4221checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" 4222dependencies = [ 4223 "memchr", 4224] 4225 4226[[package]] 4227name = "walkdir" 4228version = "2.5.0" 4229source = "registry+https://github.com/rust-lang/crates.io-index" 4230checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 4231dependencies = [ 4232 "same-file", 4233 "winapi-util", 4234] 4235 4236[[package]] 4237name = "want" 4238version = "0.3.1" 4239source = "registry+https://github.com/rust-lang/crates.io-index" 4240checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 4241dependencies = [ 4242 "try-lock", 4243] 4244 4245[[package]] 4246name = "wasi" 4247version = "0.11.1+wasi-snapshot-preview1" 4248source = "registry+https://github.com/rust-lang/crates.io-index" 4249checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 4250 4251[[package]] 4252name = "wasip2" 4253version = "1.0.3+wasi-0.2.9" 4254source = "registry+https://github.com/rust-lang/crates.io-index" 4255checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 4256dependencies = [ 4257 "wit-bindgen 0.57.1", 4258] 4259 4260[[package]] 4261name = "wasip3" 4262version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 4263source = "registry+https://github.com/rust-lang/crates.io-index" 4264checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 4265dependencies = [ 4266 "wit-bindgen 0.51.0", 4267] 4268 4269[[package]] 4270name = "wasm-bindgen" 4271version = "0.2.100" 4272source = "registry+https://github.com/rust-lang/crates.io-index" 4273checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 4274dependencies = [ 4275 "cfg-if", 4276 "once_cell", 4277 "rustversion", 4278 "wasm-bindgen-macro", 4279] 4280 4281[[package]] 4282name = "wasm-bindgen-backend" 4283version = "0.2.100" 4284source = "registry+https://github.com/rust-lang/crates.io-index" 4285checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 4286dependencies = [ 4287 "bumpalo", 4288 "log", 4289 "proc-macro2", 4290 "quote", 4291 "syn", 4292 "wasm-bindgen-shared", 4293] 4294 4295[[package]] 4296name = "wasm-bindgen-futures" 4297version = "0.4.50" 4298source = "registry+https://github.com/rust-lang/crates.io-index" 4299checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 4300dependencies = [ 4301 "cfg-if", 4302 "js-sys", 4303 "once_cell", 4304 "wasm-bindgen", 4305 "web-sys", 4306] 4307 4308[[package]] 4309name = "wasm-bindgen-macro" 4310version = "0.2.100" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 4313dependencies = [ 4314 "quote", 4315 "wasm-bindgen-macro-support", 4316] 4317 4318[[package]] 4319name = "wasm-bindgen-macro-support" 4320version = "0.2.100" 4321source = "registry+https://github.com/rust-lang/crates.io-index" 4322checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 4323dependencies = [ 4324 "proc-macro2", 4325 "quote", 4326 "syn", 4327 "wasm-bindgen-backend", 4328 "wasm-bindgen-shared", 4329] 4330 4331[[package]] 4332name = "wasm-bindgen-shared" 4333version = "0.2.100" 4334source = "registry+https://github.com/rust-lang/crates.io-index" 4335checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 4336dependencies = [ 4337 "unicode-ident", 4338] 4339 4340[[package]] 4341name = "wasm-encoder" 4342version = "0.244.0" 4343source = "registry+https://github.com/rust-lang/crates.io-index" 4344checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 4345dependencies = [ 4346 "leb128fmt", 4347 "wasmparser", 4348] 4349 4350[[package]] 4351name = "wasm-metadata" 4352version = "0.244.0" 4353source = "registry+https://github.com/rust-lang/crates.io-index" 4354checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 4355dependencies = [ 4356 "anyhow", 4357 "indexmap", 4358 "wasm-encoder", 4359 "wasmparser", 4360] 4361 4362[[package]] 4363name = "wasmparser" 4364version = "0.244.0" 4365source = "registry+https://github.com/rust-lang/crates.io-index" 4366checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 4367dependencies = [ 4368 "bitflags", 4369 "hashbrown 0.15.5", 4370 "indexmap", 4371 "semver", 4372] 4373 4374[[package]] 4375name = "web-sys" 4376version = "0.3.77" 4377source = "registry+https://github.com/rust-lang/crates.io-index" 4378checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 4379dependencies = [ 4380 "js-sys", 4381 "wasm-bindgen", 4382] 4383 4384[[package]] 4385name = "web-time" 4386version = "1.1.0" 4387source = "registry+https://github.com/rust-lang/crates.io-index" 4388checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4389dependencies = [ 4390 "js-sys", 4391 "wasm-bindgen", 4392] 4393 4394[[package]] 4395name = "webpki-roots" 4396version = "0.26.11" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 4399dependencies = [ 4400 "webpki-roots 1.0.7", 4401] 4402 4403[[package]] 4404name = "webpki-roots" 4405version = "1.0.7" 4406source = "registry+https://github.com/rust-lang/crates.io-index" 4407checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" 4408dependencies = [ 4409 "rustls-pki-types", 4410] 4411 4412[[package]] 4413name = "wide" 4414version = "1.4.0" 4415source = "registry+https://github.com/rust-lang/crates.io-index" 4416checksum = "9a7714cd0430a663154667c74da5d09325c2387695bee18b3f7f72825aa3693a" 4417dependencies = [ 4418 "bytemuck", 4419 "safe_arch", 4420] 4421 4422[[package]] 4423name = "widestring" 4424version = "1.2.1" 4425source = "registry+https://github.com/rust-lang/crates.io-index" 4426checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 4427 4428[[package]] 4429name = "winapi" 4430version = "0.3.9" 4431source = "registry+https://github.com/rust-lang/crates.io-index" 4432checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 4433dependencies = [ 4434 "winapi-i686-pc-windows-gnu", 4435 "winapi-x86_64-pc-windows-gnu", 4436] 4437 4438[[package]] 4439name = "winapi-i686-pc-windows-gnu" 4440version = "0.4.0" 4441source = "registry+https://github.com/rust-lang/crates.io-index" 4442checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 4443 4444[[package]] 4445name = "winapi-util" 4446version = "0.1.11" 4447source = "registry+https://github.com/rust-lang/crates.io-index" 4448checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4449dependencies = [ 4450 "windows-sys 0.61.2", 4451] 4452 4453[[package]] 4454name = "winapi-x86_64-pc-windows-gnu" 4455version = "0.4.0" 4456source = "registry+https://github.com/rust-lang/crates.io-index" 4457checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 4458 4459[[package]] 4460name = "windows-link" 4461version = "0.2.1" 4462source = "registry+https://github.com/rust-lang/crates.io-index" 4463checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4464 4465[[package]] 4466name = "windows-registry" 4467version = "0.6.1" 4468source = "registry+https://github.com/rust-lang/crates.io-index" 4469checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 4470dependencies = [ 4471 "windows-link", 4472 "windows-result", 4473 "windows-strings", 4474] 4475 4476[[package]] 4477name = "windows-result" 4478version = "0.4.1" 4479source = "registry+https://github.com/rust-lang/crates.io-index" 4480checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4481dependencies = [ 4482 "windows-link", 4483] 4484 4485[[package]] 4486name = "windows-strings" 4487version = "0.5.1" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4490dependencies = [ 4491 "windows-link", 4492] 4493 4494[[package]] 4495name = "windows-sys" 4496version = "0.52.0" 4497source = "registry+https://github.com/rust-lang/crates.io-index" 4498checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4499dependencies = [ 4500 "windows-targets", 4501] 4502 4503[[package]] 4504name = "windows-sys" 4505version = "0.59.0" 4506source = "registry+https://github.com/rust-lang/crates.io-index" 4507checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4508dependencies = [ 4509 "windows-targets", 4510] 4511 4512[[package]] 4513name = "windows-sys" 4514version = "0.61.2" 4515source = "registry+https://github.com/rust-lang/crates.io-index" 4516checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4517dependencies = [ 4518 "windows-link", 4519] 4520 4521[[package]] 4522name = "windows-targets" 4523version = "0.52.6" 4524source = "registry+https://github.com/rust-lang/crates.io-index" 4525checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4526dependencies = [ 4527 "windows_aarch64_gnullvm", 4528 "windows_aarch64_msvc", 4529 "windows_i686_gnu", 4530 "windows_i686_gnullvm", 4531 "windows_i686_msvc", 4532 "windows_x86_64_gnu", 4533 "windows_x86_64_gnullvm", 4534 "windows_x86_64_msvc", 4535] 4536 4537[[package]] 4538name = "windows_aarch64_gnullvm" 4539version = "0.52.6" 4540source = "registry+https://github.com/rust-lang/crates.io-index" 4541checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4542 4543[[package]] 4544name = "windows_aarch64_msvc" 4545version = "0.52.6" 4546source = "registry+https://github.com/rust-lang/crates.io-index" 4547checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4548 4549[[package]] 4550name = "windows_i686_gnu" 4551version = "0.52.6" 4552source = "registry+https://github.com/rust-lang/crates.io-index" 4553checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4554 4555[[package]] 4556name = "windows_i686_gnullvm" 4557version = "0.52.6" 4558source = "registry+https://github.com/rust-lang/crates.io-index" 4559checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4560 4561[[package]] 4562name = "windows_i686_msvc" 4563version = "0.52.6" 4564source = "registry+https://github.com/rust-lang/crates.io-index" 4565checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4566 4567[[package]] 4568name = "windows_x86_64_gnu" 4569version = "0.52.6" 4570source = "registry+https://github.com/rust-lang/crates.io-index" 4571checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4572 4573[[package]] 4574name = "windows_x86_64_gnullvm" 4575version = "0.52.6" 4576source = "registry+https://github.com/rust-lang/crates.io-index" 4577checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4578 4579[[package]] 4580name = "windows_x86_64_msvc" 4581version = "0.52.6" 4582source = "registry+https://github.com/rust-lang/crates.io-index" 4583checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4584 4585[[package]] 4586name = "winnow" 4587version = "0.7.15" 4588source = "registry+https://github.com/rust-lang/crates.io-index" 4589checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 4590dependencies = [ 4591 "memchr", 4592] 4593 4594[[package]] 4595name = "winnow" 4596version = "1.0.3" 4597source = "registry+https://github.com/rust-lang/crates.io-index" 4598checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" 4599 4600[[package]] 4601name = "wit-bindgen" 4602version = "0.51.0" 4603source = "registry+https://github.com/rust-lang/crates.io-index" 4604checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 4605dependencies = [ 4606 "wit-bindgen-rust-macro", 4607] 4608 4609[[package]] 4610name = "wit-bindgen" 4611version = "0.57.1" 4612source = "registry+https://github.com/rust-lang/crates.io-index" 4613checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 4614 4615[[package]] 4616name = "wit-bindgen-core" 4617version = "0.51.0" 4618source = "registry+https://github.com/rust-lang/crates.io-index" 4619checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4620dependencies = [ 4621 "anyhow", 4622 "heck 0.5.0", 4623 "wit-parser", 4624] 4625 4626[[package]] 4627name = "wit-bindgen-rust" 4628version = "0.51.0" 4629source = "registry+https://github.com/rust-lang/crates.io-index" 4630checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4631dependencies = [ 4632 "anyhow", 4633 "heck 0.5.0", 4634 "indexmap", 4635 "prettyplease", 4636 "syn", 4637 "wasm-metadata", 4638 "wit-bindgen-core", 4639 "wit-component", 4640] 4641 4642[[package]] 4643name = "wit-bindgen-rust-macro" 4644version = "0.51.0" 4645source = "registry+https://github.com/rust-lang/crates.io-index" 4646checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4647dependencies = [ 4648 "anyhow", 4649 "prettyplease", 4650 "proc-macro2", 4651 "quote", 4652 "syn", 4653 "wit-bindgen-core", 4654 "wit-bindgen-rust", 4655] 4656 4657[[package]] 4658name = "wit-component" 4659version = "0.244.0" 4660source = "registry+https://github.com/rust-lang/crates.io-index" 4661checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4662dependencies = [ 4663 "anyhow", 4664 "bitflags", 4665 "indexmap", 4666 "log", 4667 "serde", 4668 "serde_derive", 4669 "serde_json", 4670 "wasm-encoder", 4671 "wasm-metadata", 4672 "wasmparser", 4673 "wit-parser", 4674] 4675 4676[[package]] 4677name = "wit-parser" 4678version = "0.244.0" 4679source = "registry+https://github.com/rust-lang/crates.io-index" 4680checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4681dependencies = [ 4682 "anyhow", 4683 "id-arena", 4684 "indexmap", 4685 "log", 4686 "semver", 4687 "serde", 4688 "serde_derive", 4689 "serde_json", 4690 "unicode-xid", 4691 "wasmparser", 4692] 4693 4694[[package]] 4695name = "writeable" 4696version = "0.6.3" 4697source = "registry+https://github.com/rust-lang/crates.io-index" 4698checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 4699 4700[[package]] 4701name = "xdg" 4702version = "2.5.2" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" 4705 4706[[package]] 4707name = "yaml-rust" 4708version = "0.4.5" 4709source = "registry+https://github.com/rust-lang/crates.io-index" 4710checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 4711dependencies = [ 4712 "linked-hash-map", 4713] 4714 4715[[package]] 4716name = "yansi" 4717version = "1.0.1" 4718source = "registry+https://github.com/rust-lang/crates.io-index" 4719checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 4720 4721[[package]] 4722name = "yoke" 4723version = "0.8.2" 4724source = "registry+https://github.com/rust-lang/crates.io-index" 4725checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 4726dependencies = [ 4727 "stable_deref_trait", 4728 "yoke-derive", 4729 "zerofrom", 4730] 4731 4732[[package]] 4733name = "yoke-derive" 4734version = "0.8.2" 4735source = "registry+https://github.com/rust-lang/crates.io-index" 4736checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 4737dependencies = [ 4738 "proc-macro2", 4739 "quote", 4740 "syn", 4741 "synstructure", 4742] 4743 4744[[package]] 4745name = "zerocopy" 4746version = "0.8.50" 4747source = "registry+https://github.com/rust-lang/crates.io-index" 4748checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" 4749dependencies = [ 4750 "zerocopy-derive", 4751] 4752 4753[[package]] 4754name = "zerocopy-derive" 4755version = "0.8.50" 4756source = "registry+https://github.com/rust-lang/crates.io-index" 4757checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" 4758dependencies = [ 4759 "proc-macro2", 4760 "quote", 4761 "syn", 4762] 4763 4764[[package]] 4765name = "zerofrom" 4766version = "0.1.8" 4767source = "registry+https://github.com/rust-lang/crates.io-index" 4768checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 4769dependencies = [ 4770 "zerofrom-derive", 4771] 4772 4773[[package]] 4774name = "zerofrom-derive" 4775version = "0.1.7" 4776source = "registry+https://github.com/rust-lang/crates.io-index" 4777checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 4778dependencies = [ 4779 "proc-macro2", 4780 "quote", 4781 "syn", 4782 "synstructure", 4783] 4784 4785[[package]] 4786name = "zeroize" 4787version = "1.8.2" 4788source = "registry+https://github.com/rust-lang/crates.io-index" 4789checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4790 4791[[package]] 4792name = "zerotrie" 4793version = "0.2.4" 4794source = "registry+https://github.com/rust-lang/crates.io-index" 4795checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 4796dependencies = [ 4797 "displaydoc", 4798 "yoke", 4799 "zerofrom", 4800] 4801 4802[[package]] 4803name = "zerovec" 4804version = "0.11.6" 4805source = "registry+https://github.com/rust-lang/crates.io-index" 4806checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 4807dependencies = [ 4808 "yoke", 4809 "zerofrom", 4810 "zerovec-derive", 4811] 4812 4813[[package]] 4814name = "zerovec-derive" 4815version = "0.11.3" 4816source = "registry+https://github.com/rust-lang/crates.io-index" 4817checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 4818dependencies = [ 4819 "proc-macro2", 4820 "quote", 4821 "syn", 4822] 4823 4824[[package]] 4825name = "zmij" 4826version = "1.0.21" 4827source = "registry+https://github.com/rust-lang/crates.io-index" 4828checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"