Ramjet is a relay consumer that supports configurable forward and track collections, as well as record reconciliation.
event-stream relay firehose riblt atprotocol
13
fork

Configure Feed

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

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