This repository has no description
0

Configure Feed

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

core / knot2 / crates / knot-pack / fuzz / Cargo.lock
150 kB 6275 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.4" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "allocator-api2" 37version = "0.2.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anyhow" 52version = "1.0.102" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 55 56[[package]] 57name = "arbitrary" 58version = "1.4.2" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 61 62[[package]] 63name = "arc-swap" 64version = "1.9.1" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" 67dependencies = [ 68 "rustversion", 69] 70 71[[package]] 72name = "arrayvec" 73version = "0.7.6" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 76 77[[package]] 78name = "asn1-rs" 79version = "0.6.2" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 82dependencies = [ 83 "asn1-rs-derive 0.5.1", 84 "asn1-rs-impl", 85 "displaydoc", 86 "nom", 87 "num-traits", 88 "rusticata-macros", 89 "thiserror 1.0.69", 90 "time", 91] 92 93[[package]] 94name = "asn1-rs" 95version = "0.7.2" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8" 98dependencies = [ 99 "asn1-rs-derive 0.6.0", 100 "asn1-rs-impl", 101 "displaydoc", 102 "nom", 103 "num-traits", 104 "rusticata-macros", 105 "thiserror 2.0.18", 106 "time", 107] 108 109[[package]] 110name = "asn1-rs-derive" 111version = "0.5.1" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 114dependencies = [ 115 "proc-macro2", 116 "quote", 117 "syn", 118 "synstructure", 119] 120 121[[package]] 122name = "asn1-rs-derive" 123version = "0.6.0" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" 126dependencies = [ 127 "proc-macro2", 128 "quote", 129 "syn", 130 "synstructure", 131] 132 133[[package]] 134name = "asn1-rs-impl" 135version = "0.2.0" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 138dependencies = [ 139 "proc-macro2", 140 "quote", 141 "syn", 142] 143 144[[package]] 145name = "async-channel" 146version = "2.5.0" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 149dependencies = [ 150 "concurrent-queue", 151 "event-listener-strategy", 152 "futures-core", 153 "pin-project-lite", 154] 155 156[[package]] 157name = "async-compression" 158version = "0.4.42" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 161dependencies = [ 162 "compression-codecs", 163 "compression-core", 164 "pin-project-lite", 165 "tokio", 166] 167 168[[package]] 169name = "async-http-codec" 170version = "0.8.0" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91" 173dependencies = [ 174 "anyhow", 175 "futures", 176 "http", 177 "httparse", 178 "log", 179] 180 181[[package]] 182name = "async-io" 183version = "2.6.0" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 186dependencies = [ 187 "autocfg", 188 "cfg-if", 189 "concurrent-queue", 190 "futures-io", 191 "futures-lite", 192 "parking", 193 "polling", 194 "rustix", 195 "slab", 196 "windows-sys 0.61.2", 197] 198 199[[package]] 200name = "async-lock" 201version = "3.4.2" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 204dependencies = [ 205 "event-listener", 206 "event-listener-strategy", 207 "pin-project-lite", 208] 209 210[[package]] 211name = "async-net" 212version = "2.0.0" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 215dependencies = [ 216 "async-io", 217 "blocking", 218 "futures-lite", 219] 220 221[[package]] 222name = "async-task" 223version = "4.7.1" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 226 227[[package]] 228name = "async-trait" 229version = "0.1.89" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 232dependencies = [ 233 "proc-macro2", 234 "quote", 235 "syn", 236] 237 238[[package]] 239name = "async-web-client" 240version = "0.6.3" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b" 243dependencies = [ 244 "async-http-codec", 245 "async-net", 246 "futures", 247 "futures-rustls", 248 "http", 249 "lazy_static", 250 "log", 251 "rustls-pki-types", 252 "serde", 253 "thiserror 1.0.69", 254 "webpki-roots 0.26.11", 255] 256 257[[package]] 258name = "atomic-polyfill" 259version = "1.0.3" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 262dependencies = [ 263 "critical-section", 264] 265 266[[package]] 267name = "atomic-waker" 268version = "1.1.2" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 271 272[[package]] 273name = "autocfg" 274version = "1.5.1" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 277 278[[package]] 279name = "aws-lc-rs" 280version = "1.17.0" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" 283dependencies = [ 284 "aws-lc-sys", 285 "zeroize", 286] 287 288[[package]] 289name = "aws-lc-sys" 290version = "0.41.0" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" 293dependencies = [ 294 "cc", 295 "cmake", 296 "dunce", 297 "fs_extra", 298] 299 300[[package]] 301name = "axum" 302version = "0.8.9" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 305dependencies = [ 306 "axum-core", 307 "bytes", 308 "form_urlencoded", 309 "futures-util", 310 "http", 311 "http-body", 312 "http-body-util", 313 "hyper", 314 "hyper-util", 315 "itoa", 316 "matchit", 317 "memchr", 318 "mime", 319 "percent-encoding", 320 "pin-project-lite", 321 "serde_core", 322 "serde_json", 323 "serde_path_to_error", 324 "serde_urlencoded", 325 "sync_wrapper", 326 "tokio", 327 "tower", 328 "tower-layer", 329 "tower-service", 330 "tracing", 331] 332 333[[package]] 334name = "axum-core" 335version = "0.5.6" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 338dependencies = [ 339 "bytes", 340 "futures-core", 341 "http", 342 "http-body", 343 "http-body-util", 344 "mime", 345 "pin-project-lite", 346 "sync_wrapper", 347 "tower-layer", 348 "tower-service", 349 "tracing", 350] 351 352[[package]] 353name = "base-x" 354version = "0.2.11" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 357 358[[package]] 359name = "base16ct" 360version = "0.2.0" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 363 364[[package]] 365name = "base256emoji" 366version = "1.0.2" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 369dependencies = [ 370 "const-str", 371 "match-lookup", 372] 373 374[[package]] 375name = "base64" 376version = "0.22.1" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 379 380[[package]] 381name = "base64ct" 382version = "1.8.3" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 385 386[[package]] 387name = "bitflags" 388version = "2.13.0" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" 391 392[[package]] 393name = "block-buffer" 394version = "0.10.4" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 397dependencies = [ 398 "generic-array", 399] 400 401[[package]] 402name = "block-buffer" 403version = "0.12.1" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" 406dependencies = [ 407 "hybrid-array", 408] 409 410[[package]] 411name = "blocking" 412version = "1.6.2" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 415dependencies = [ 416 "async-channel", 417 "async-task", 418 "futures-io", 419 "futures-lite", 420 "piper", 421] 422 423[[package]] 424name = "bon" 425version = "3.9.1" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" 428dependencies = [ 429 "bon-macros", 430 "rustversion", 431] 432 433[[package]] 434name = "bon-macros" 435version = "3.9.1" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" 438dependencies = [ 439 "darling", 440 "ident_case", 441 "prettyplease", 442 "proc-macro2", 443 "quote", 444 "rustversion", 445 "syn", 446] 447 448[[package]] 449name = "borrow-or-share" 450version = "0.2.4" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" 453 454[[package]] 455name = "borsh" 456version = "1.6.1" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" 459dependencies = [ 460 "bytes", 461 "cfg_aliases", 462] 463 464[[package]] 465name = "brotli" 466version = "8.0.4" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" 469dependencies = [ 470 "alloc-no-stdlib", 471 "alloc-stdlib", 472 "brotli-decompressor", 473] 474 475[[package]] 476name = "brotli-decompressor" 477version = "5.0.3" 478source = "registry+https://github.com/rust-lang/crates.io-index" 479checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" 480dependencies = [ 481 "alloc-no-stdlib", 482 "alloc-stdlib", 483] 484 485[[package]] 486name = "bs58" 487version = "0.5.1" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" 490dependencies = [ 491 "tinyvec", 492] 493 494[[package]] 495name = "bstr" 496version = "1.12.1" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 499dependencies = [ 500 "memchr", 501 "regex-automata", 502 "serde", 503] 504 505[[package]] 506name = "bumpalo" 507version = "3.20.3" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 510 511[[package]] 512name = "byteorder" 513version = "1.5.0" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 516 517[[package]] 518name = "bytes" 519version = "1.11.1" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 522dependencies = [ 523 "serde", 524] 525 526[[package]] 527name = "bytesize" 528version = "2.3.1" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" 531 532[[package]] 533name = "cbor4ii" 534version = "0.2.14" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 537dependencies = [ 538 "serde", 539] 540 541[[package]] 542name = "cc" 543version = "1.2.63" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" 546dependencies = [ 547 "find-msvc-tools", 548 "jobserver", 549 "libc", 550 "shlex", 551] 552 553[[package]] 554name = "cesu8" 555version = "1.1.0" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 558 559[[package]] 560name = "cfg-if" 561version = "1.0.4" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 564 565[[package]] 566name = "cfg_aliases" 567version = "0.2.1" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 570 571[[package]] 572name = "chrono" 573version = "0.4.45" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 576dependencies = [ 577 "iana-time-zone", 578 "js-sys", 579 "num-traits", 580 "serde", 581 "wasm-bindgen", 582 "windows-link", 583] 584 585[[package]] 586name = "ciborium" 587version = "0.2.2" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 590dependencies = [ 591 "ciborium-io", 592 "ciborium-ll", 593 "serde", 594] 595 596[[package]] 597name = "ciborium-io" 598version = "0.2.2" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 601 602[[package]] 603name = "ciborium-ll" 604version = "0.2.2" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 607dependencies = [ 608 "ciborium-io", 609 "half", 610] 611 612[[package]] 613name = "cid" 614version = "0.11.3" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 617dependencies = [ 618 "multibase", 619 "multihash", 620 "serde", 621 "serde_bytes", 622 "unsigned-varint 0.8.0", 623] 624 625[[package]] 626name = "clru" 627version = "0.6.3" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 630dependencies = [ 631 "hashbrown 0.16.1", 632] 633 634[[package]] 635name = "cmake" 636version = "0.1.58" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 639dependencies = [ 640 "cc", 641] 642 643[[package]] 644name = "cobs" 645version = "0.3.0" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 648dependencies = [ 649 "thiserror 2.0.18", 650] 651 652[[package]] 653name = "combine" 654version = "4.6.7" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 657dependencies = [ 658 "bytes", 659 "memchr", 660] 661 662[[package]] 663name = "compression-codecs" 664version = "0.4.38" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 667dependencies = [ 668 "brotli", 669 "compression-core", 670 "flate2", 671 "memchr", 672 "zstd", 673 "zstd-safe", 674] 675 676[[package]] 677name = "compression-core" 678version = "0.4.32" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 681 682[[package]] 683name = "concurrent-queue" 684version = "2.5.0" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 687dependencies = [ 688 "crossbeam-utils", 689] 690 691[[package]] 692name = "const-oid" 693version = "0.9.6" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 696 697[[package]] 698name = "const-oid" 699version = "0.10.2" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 702 703[[package]] 704name = "const-str" 705version = "0.4.3" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 708 709[[package]] 710name = "cordyceps" 711version = "0.3.4" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 714dependencies = [ 715 "loom", 716 "tracing", 717] 718 719[[package]] 720name = "core-foundation" 721version = "0.9.4" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 724dependencies = [ 725 "core-foundation-sys", 726 "libc", 727] 728 729[[package]] 730name = "core-foundation" 731version = "0.10.1" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 734dependencies = [ 735 "core-foundation-sys", 736 "libc", 737] 738 739[[package]] 740name = "core-foundation-sys" 741version = "0.8.7" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 744 745[[package]] 746name = "cpufeatures" 747version = "0.2.17" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 750dependencies = [ 751 "libc", 752] 753 754[[package]] 755name = "cpufeatures" 756version = "0.3.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 759dependencies = [ 760 "libc", 761] 762 763[[package]] 764name = "crc32fast" 765version = "1.5.0" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 768dependencies = [ 769 "cfg-if", 770] 771 772[[package]] 773name = "critical-section" 774version = "1.2.0" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 777 778[[package]] 779name = "crossbeam-channel" 780version = "0.5.15" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 783dependencies = [ 784 "crossbeam-utils", 785] 786 787[[package]] 788name = "crossbeam-epoch" 789version = "0.9.18" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 792dependencies = [ 793 "crossbeam-utils", 794] 795 796[[package]] 797name = "crossbeam-utils" 798version = "0.8.21" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 801 802[[package]] 803name = "crunchy" 804version = "0.2.4" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 807 808[[package]] 809name = "crypto-bigint" 810version = "0.5.5" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 813dependencies = [ 814 "generic-array", 815 "rand_core 0.6.4", 816 "subtle", 817 "zeroize", 818] 819 820[[package]] 821name = "crypto-common" 822version = "0.1.6" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 825dependencies = [ 826 "generic-array", 827 "typenum", 828] 829 830[[package]] 831name = "crypto-common" 832version = "0.2.2" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" 835dependencies = [ 836 "hybrid-array", 837] 838 839[[package]] 840name = "curve25519-dalek" 841version = "4.1.3" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 844dependencies = [ 845 "cfg-if", 846 "cpufeatures 0.2.17", 847 "curve25519-dalek-derive", 848 "digest 0.10.7", 849 "fiat-crypto", 850 "rustc_version", 851 "subtle", 852 "zeroize", 853] 854 855[[package]] 856name = "curve25519-dalek-derive" 857version = "0.1.1" 858source = "registry+https://github.com/rust-lang/crates.io-index" 859checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 860dependencies = [ 861 "proc-macro2", 862 "quote", 863 "syn", 864] 865 866[[package]] 867name = "darling" 868version = "0.23.0" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 871dependencies = [ 872 "darling_core", 873 "darling_macro", 874] 875 876[[package]] 877name = "darling_core" 878version = "0.23.0" 879source = "registry+https://github.com/rust-lang/crates.io-index" 880checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 881dependencies = [ 882 "ident_case", 883 "proc-macro2", 884 "quote", 885 "strsim", 886 "syn", 887] 888 889[[package]] 890name = "darling_macro" 891version = "0.23.0" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 894dependencies = [ 895 "darling_core", 896 "quote", 897 "syn", 898] 899 900[[package]] 901name = "dashmap" 902version = "6.2.1" 903source = "registry+https://github.com/rust-lang/crates.io-index" 904checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" 905dependencies = [ 906 "cfg-if", 907 "crossbeam-utils", 908 "hashbrown 0.14.5", 909 "lock_api", 910 "once_cell", 911 "parking_lot_core", 912] 913 914[[package]] 915name = "data-encoding" 916version = "2.11.0" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 919 920[[package]] 921name = "data-encoding-macro" 922version = "0.1.20" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 925dependencies = [ 926 "data-encoding", 927 "data-encoding-macro-internal", 928] 929 930[[package]] 931name = "data-encoding-macro-internal" 932version = "0.1.18" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 935dependencies = [ 936 "data-encoding", 937 "syn", 938] 939 940[[package]] 941name = "der" 942version = "0.7.10" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 945dependencies = [ 946 "const-oid 0.9.6", 947 "pem-rfc7468", 948 "zeroize", 949] 950 951[[package]] 952name = "der-parser" 953version = "9.0.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 956dependencies = [ 957 "asn1-rs 0.6.2", 958 "displaydoc", 959 "nom", 960 "num-bigint", 961 "num-traits", 962 "rusticata-macros", 963] 964 965[[package]] 966name = "der-parser" 967version = "10.0.0" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" 970dependencies = [ 971 "asn1-rs 0.7.2", 972 "displaydoc", 973 "nom", 974 "num-bigint", 975 "num-traits", 976 "rusticata-macros", 977] 978 979[[package]] 980name = "deranged" 981version = "0.5.8" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 984dependencies = [ 985 "powerfmt", 986] 987 988[[package]] 989name = "derive_more" 990version = "1.0.0" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 993dependencies = [ 994 "derive_more-impl", 995] 996 997[[package]] 998name = "derive_more-impl" 999version = "1.0.0" 1000source = "registry+https://github.com/rust-lang/crates.io-index" 1001checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1002dependencies = [ 1003 "proc-macro2", 1004 "quote", 1005 "syn", 1006 "unicode-xid", 1007] 1008 1009[[package]] 1010name = "diatomic-waker" 1011version = "0.2.3" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 1014 1015[[package]] 1016name = "digest" 1017version = "0.10.7" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1020dependencies = [ 1021 "block-buffer 0.10.4", 1022 "const-oid 0.9.6", 1023 "crypto-common 0.1.6", 1024 "subtle", 1025] 1026 1027[[package]] 1028name = "digest" 1029version = "0.11.3" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" 1032dependencies = [ 1033 "block-buffer 0.12.1", 1034 "const-oid 0.10.2", 1035 "crypto-common 0.2.2", 1036] 1037 1038[[package]] 1039name = "displaydoc" 1040version = "0.2.6" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 1043dependencies = [ 1044 "proc-macro2", 1045 "quote", 1046 "syn", 1047] 1048 1049[[package]] 1050name = "dunce" 1051version = "1.0.5" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1054 1055[[package]] 1056name = "ecdsa" 1057version = "0.16.9" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1060dependencies = [ 1061 "der", 1062 "digest 0.10.7", 1063 "elliptic-curve", 1064 "rfc6979", 1065 "signature", 1066 "spki", 1067] 1068 1069[[package]] 1070name = "ed25519" 1071version = "2.2.3" 1072source = "registry+https://github.com/rust-lang/crates.io-index" 1073checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1074dependencies = [ 1075 "pkcs8", 1076 "signature", 1077] 1078 1079[[package]] 1080name = "ed25519-dalek" 1081version = "2.2.0" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1084dependencies = [ 1085 "curve25519-dalek", 1086 "ed25519", 1087 "rand_core 0.6.4", 1088 "serde", 1089 "sha2 0.10.9", 1090 "subtle", 1091 "zeroize", 1092] 1093 1094[[package]] 1095name = "elliptic-curve" 1096version = "0.13.8" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1099dependencies = [ 1100 "base16ct", 1101 "crypto-bigint", 1102 "digest 0.10.7", 1103 "ff", 1104 "generic-array", 1105 "group", 1106 "pem-rfc7468", 1107 "pkcs8", 1108 "rand_core 0.6.4", 1109 "sec1", 1110 "subtle", 1111 "zeroize", 1112] 1113 1114[[package]] 1115name = "embedded-io" 1116version = "0.4.0" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 1119 1120[[package]] 1121name = "embedded-io" 1122version = "0.6.1" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 1125 1126[[package]] 1127name = "encoding_rs" 1128version = "0.8.35" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1131dependencies = [ 1132 "cfg-if", 1133] 1134 1135[[package]] 1136name = "equivalent" 1137version = "1.0.2" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1140 1141[[package]] 1142name = "errno" 1143version = "0.3.14" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1146dependencies = [ 1147 "libc", 1148 "windows-sys 0.52.0", 1149] 1150 1151[[package]] 1152name = "event-listener" 1153version = "5.4.1" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1156dependencies = [ 1157 "concurrent-queue", 1158 "parking", 1159 "pin-project-lite", 1160] 1161 1162[[package]] 1163name = "event-listener-strategy" 1164version = "0.5.4" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1167dependencies = [ 1168 "event-listener", 1169 "pin-project-lite", 1170] 1171 1172[[package]] 1173name = "faster-hex" 1174version = "0.10.0" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 1177dependencies = [ 1178 "heapless 0.8.0", 1179 "serde", 1180] 1181 1182[[package]] 1183name = "fastrand" 1184version = "2.4.1" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1187 1188[[package]] 1189name = "ff" 1190version = "0.13.1" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1193dependencies = [ 1194 "rand_core 0.6.4", 1195 "subtle", 1196] 1197 1198[[package]] 1199name = "fiat-crypto" 1200version = "0.2.9" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1203 1204[[package]] 1205name = "filetime" 1206version = "0.2.29" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" 1209dependencies = [ 1210 "cfg-if", 1211 "libc", 1212] 1213 1214[[package]] 1215name = "find-msvc-tools" 1216version = "0.1.9" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1219 1220[[package]] 1221name = "flate2" 1222version = "1.1.9" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1225dependencies = [ 1226 "crc32fast", 1227 "miniz_oxide", 1228 "zlib-rs", 1229] 1230 1231[[package]] 1232name = "fluent-uri" 1233version = "0.4.1" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" 1236dependencies = [ 1237 "borrow-or-share", 1238 "ref-cast", 1239 "serde", 1240] 1241 1242[[package]] 1243name = "fnv" 1244version = "1.0.7" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1247 1248[[package]] 1249name = "foldhash" 1250version = "0.1.5" 1251source = "registry+https://github.com/rust-lang/crates.io-index" 1252checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1253 1254[[package]] 1255name = "foldhash" 1256version = "0.2.0" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1259 1260[[package]] 1261name = "form_urlencoded" 1262version = "1.2.2" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1265dependencies = [ 1266 "percent-encoding", 1267] 1268 1269[[package]] 1270name = "forwarded-header-value" 1271version = "0.1.1" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" 1274dependencies = [ 1275 "nonempty 0.7.0", 1276 "thiserror 1.0.69", 1277] 1278 1279[[package]] 1280name = "fs_extra" 1281version = "1.3.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1284 1285[[package]] 1286name = "futures" 1287version = "0.3.32" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1290dependencies = [ 1291 "futures-channel", 1292 "futures-core", 1293 "futures-executor", 1294 "futures-io", 1295 "futures-sink", 1296 "futures-task", 1297 "futures-util", 1298] 1299 1300[[package]] 1301name = "futures-buffered" 1302version = "0.2.13" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 1305dependencies = [ 1306 "cordyceps", 1307 "diatomic-waker", 1308 "futures-core", 1309 "pin-project-lite", 1310 "spin 0.10.0", 1311] 1312 1313[[package]] 1314name = "futures-channel" 1315version = "0.3.32" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1318dependencies = [ 1319 "futures-core", 1320 "futures-sink", 1321] 1322 1323[[package]] 1324name = "futures-core" 1325version = "0.3.32" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1328 1329[[package]] 1330name = "futures-executor" 1331version = "0.3.32" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1334dependencies = [ 1335 "futures-core", 1336 "futures-task", 1337 "futures-util", 1338] 1339 1340[[package]] 1341name = "futures-io" 1342version = "0.3.32" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1345 1346[[package]] 1347name = "futures-lite" 1348version = "2.6.1" 1349source = "registry+https://github.com/rust-lang/crates.io-index" 1350checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1351dependencies = [ 1352 "fastrand", 1353 "futures-core", 1354 "futures-io", 1355 "parking", 1356 "pin-project-lite", 1357] 1358 1359[[package]] 1360name = "futures-macro" 1361version = "0.3.32" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1364dependencies = [ 1365 "proc-macro2", 1366 "quote", 1367 "syn", 1368] 1369 1370[[package]] 1371name = "futures-rustls" 1372version = "0.26.0" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" 1375dependencies = [ 1376 "futures-io", 1377 "rustls", 1378 "rustls-pki-types", 1379] 1380 1381[[package]] 1382name = "futures-sink" 1383version = "0.3.32" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1386 1387[[package]] 1388name = "futures-task" 1389version = "0.3.32" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1392 1393[[package]] 1394name = "futures-timer" 1395version = "3.0.4" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" 1398 1399[[package]] 1400name = "futures-util" 1401version = "0.3.32" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1404dependencies = [ 1405 "futures-channel", 1406 "futures-core", 1407 "futures-io", 1408 "futures-macro", 1409 "futures-sink", 1410 "futures-task", 1411 "memchr", 1412 "pin-project-lite", 1413 "slab", 1414] 1415 1416[[package]] 1417name = "generator" 1418version = "0.8.9" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" 1421dependencies = [ 1422 "cc", 1423 "cfg-if", 1424 "libc", 1425 "log", 1426 "rustversion", 1427 "windows-link", 1428 "windows-result", 1429] 1430 1431[[package]] 1432name = "generic-array" 1433version = "0.14.9" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1436dependencies = [ 1437 "typenum", 1438 "version_check", 1439 "zeroize", 1440] 1441 1442[[package]] 1443name = "getrandom" 1444version = "0.2.17" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1447dependencies = [ 1448 "cfg-if", 1449 "js-sys", 1450 "libc", 1451 "wasi", 1452 "wasm-bindgen", 1453] 1454 1455[[package]] 1456name = "getrandom" 1457version = "0.3.4" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1460dependencies = [ 1461 "cfg-if", 1462 "js-sys", 1463 "libc", 1464 "r-efi 5.3.0", 1465 "wasip2", 1466 "wasm-bindgen", 1467] 1468 1469[[package]] 1470name = "getrandom" 1471version = "0.4.2" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 1474dependencies = [ 1475 "cfg-if", 1476 "libc", 1477 "r-efi 6.0.0", 1478 "wasip2", 1479 "wasip3", 1480] 1481 1482[[package]] 1483name = "gix" 1484version = "0.84.0" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "ae54ae0ebd1a5a3c3f8d95dd3b5ca6e63f4fed9bfd585e13801a97d7bde8f9ce" 1487dependencies = [ 1488 "gix-actor", 1489 "gix-archive", 1490 "gix-attributes", 1491 "gix-blame", 1492 "gix-command", 1493 "gix-commitgraph", 1494 "gix-config", 1495 "gix-credentials", 1496 "gix-date", 1497 "gix-diff", 1498 "gix-dir", 1499 "gix-discover", 1500 "gix-error", 1501 "gix-features", 1502 "gix-filter", 1503 "gix-fs", 1504 "gix-glob", 1505 "gix-hash", 1506 "gix-hashtable", 1507 "gix-ignore", 1508 "gix-index", 1509 "gix-lock", 1510 "gix-mailmap", 1511 "gix-negotiate", 1512 "gix-object", 1513 "gix-odb", 1514 "gix-pack", 1515 "gix-path", 1516 "gix-pathspec", 1517 "gix-prompt", 1518 "gix-protocol", 1519 "gix-ref", 1520 "gix-refspec", 1521 "gix-revision", 1522 "gix-revwalk", 1523 "gix-sec", 1524 "gix-shallow", 1525 "gix-status", 1526 "gix-submodule", 1527 "gix-tempfile", 1528 "gix-trace", 1529 "gix-traverse", 1530 "gix-url", 1531 "gix-utils", 1532 "gix-validate", 1533 "gix-worktree", 1534 "gix-worktree-state", 1535 "gix-worktree-stream", 1536 "nonempty 0.12.0", 1537 "parking_lot", 1538 "regex", 1539 "signal-hook", 1540 "smallvec", 1541 "thiserror 2.0.18", 1542] 1543 1544[[package]] 1545name = "gix-actor" 1546version = "0.41.1" 1547source = "registry+https://github.com/rust-lang/crates.io-index" 1548checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f" 1549dependencies = [ 1550 "bstr", 1551 "gix-date", 1552 "gix-error", 1553] 1554 1555[[package]] 1556name = "gix-archive" 1557version = "0.33.0" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "16909cacc78936ab96f6c3be08379d0a2e88bfa3a7527972d2ed75c7517ef31e" 1560dependencies = [ 1561 "bstr", 1562 "flate2", 1563 "gix-date", 1564 "gix-error", 1565 "gix-object", 1566 "gix-path", 1567 "gix-worktree-stream", 1568 "rawzip", 1569 "tar", 1570] 1571 1572[[package]] 1573name = "gix-attributes" 1574version = "0.33.1" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "8d43f12e246d3bf7ec624c8fc15ac4a4b62b7c4c6f586cb82be6c90bf84c9d02" 1577dependencies = [ 1578 "bstr", 1579 "gix-glob", 1580 "gix-path", 1581 "gix-quote", 1582 "gix-trace", 1583 "kstring", 1584 "smallvec", 1585 "thiserror 2.0.18", 1586 "unicode-bom", 1587] 1588 1589[[package]] 1590name = "gix-bitmap" 1591version = "0.3.2" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283" 1594dependencies = [ 1595 "gix-error", 1596] 1597 1598[[package]] 1599name = "gix-blame" 1600version = "0.14.0" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "4d39a0c14af94c2edaa5eefe06d5ef2cdea55316ae9a9321314288e3f55fa4c0" 1603dependencies = [ 1604 "gix-commitgraph", 1605 "gix-date", 1606 "gix-diff", 1607 "gix-error", 1608 "gix-hash", 1609 "gix-object", 1610 "gix-revwalk", 1611 "gix-trace", 1612 "gix-traverse", 1613 "gix-worktree", 1614 "smallvec", 1615 "thiserror 2.0.18", 1616] 1617 1618[[package]] 1619name = "gix-chunk" 1620version = "0.7.2" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb" 1623dependencies = [ 1624 "gix-error", 1625] 1626 1627[[package]] 1628name = "gix-command" 1629version = "0.9.1" 1630source = "registry+https://github.com/rust-lang/crates.io-index" 1631checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6" 1632dependencies = [ 1633 "bstr", 1634 "gix-path", 1635 "gix-quote", 1636 "gix-trace", 1637 "shell-words", 1638] 1639 1640[[package]] 1641name = "gix-commitgraph" 1642version = "0.37.1" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb" 1645dependencies = [ 1646 "bstr", 1647 "gix-chunk", 1648 "gix-error", 1649 "gix-hash", 1650 "memmap2", 1651 "nonempty 0.12.0", 1652] 1653 1654[[package]] 1655name = "gix-config" 1656version = "0.57.0" 1657source = "registry+https://github.com/rust-lang/crates.io-index" 1658checksum = "4f2372d4b49ca28431e7d150cab9d25edc1890f0184bd57eb0e917c7799e63de" 1659dependencies = [ 1660 "bstr", 1661 "gix-config-value", 1662 "gix-features", 1663 "gix-glob", 1664 "gix-path", 1665 "gix-ref", 1666 "gix-sec", 1667 "smallvec", 1668 "thiserror 2.0.18", 1669 "unicode-bom", 1670] 1671 1672[[package]] 1673name = "gix-config-value" 1674version = "0.18.1" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab" 1677dependencies = [ 1678 "bitflags", 1679 "bstr", 1680 "gix-path", 1681 "libc", 1682 "thiserror 2.0.18", 1683] 1684 1685[[package]] 1686name = "gix-credentials" 1687version = "0.38.1" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "f40cd22f0dd71988be12d6e78b1709de2370e1957c5f107ff31e56caeba3745d" 1690dependencies = [ 1691 "bstr", 1692 "gix-command", 1693 "gix-config-value", 1694 "gix-date", 1695 "gix-path", 1696 "gix-prompt", 1697 "gix-sec", 1698 "gix-trace", 1699 "gix-url", 1700 "thiserror 2.0.18", 1701] 1702 1703[[package]] 1704name = "gix-date" 1705version = "0.15.4" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "a3ecab64a98bbac9f8e02990a9ea5e3c974a7d49b95f2bd70ad94ad22fa6b48c" 1708dependencies = [ 1709 "bstr", 1710 "gix-error", 1711 "itoa", 1712 "jiff", 1713] 1714 1715[[package]] 1716name = "gix-diff" 1717version = "0.64.0" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "3b6d9528f32d94cef2edf39a1ac01fe5a0fc44ddbb18d9e44099936047c3302b" 1720dependencies = [ 1721 "bstr", 1722 "gix-attributes", 1723 "gix-command", 1724 "gix-filter", 1725 "gix-fs", 1726 "gix-hash", 1727 "gix-imara-diff", 1728 "gix-index", 1729 "gix-object", 1730 "gix-path", 1731 "gix-pathspec", 1732 "gix-tempfile", 1733 "gix-trace", 1734 "gix-traverse", 1735 "gix-worktree", 1736 "thiserror 2.0.18", 1737] 1738 1739[[package]] 1740name = "gix-dir" 1741version = "0.26.0" 1742source = "registry+https://github.com/rust-lang/crates.io-index" 1743checksum = "21bb2a53a6fd917ec499ed0bfb5b6887de7a15bd79197dcea7c987938749a9f1" 1744dependencies = [ 1745 "bstr", 1746 "gix-discover", 1747 "gix-fs", 1748 "gix-ignore", 1749 "gix-index", 1750 "gix-object", 1751 "gix-path", 1752 "gix-pathspec", 1753 "gix-trace", 1754 "gix-utils", 1755 "gix-worktree", 1756 "thiserror 2.0.18", 1757] 1758 1759[[package]] 1760name = "gix-discover" 1761version = "0.52.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "77bacdd12b7879d2178a80c58c2f319995e4654e1a7a23e3181e5c8a12b824f7" 1764dependencies = [ 1765 "bstr", 1766 "dunce", 1767 "gix-fs", 1768 "gix-path", 1769 "gix-ref", 1770 "gix-sec", 1771 "thiserror 2.0.18", 1772] 1773 1774[[package]] 1775name = "gix-error" 1776version = "0.2.4" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b" 1779dependencies = [ 1780 "bstr", 1781] 1782 1783[[package]] 1784name = "gix-features" 1785version = "0.48.1" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc" 1788dependencies = [ 1789 "bytes", 1790 "bytesize", 1791 "crc32fast", 1792 "crossbeam-channel", 1793 "gix-path", 1794 "gix-trace", 1795 "gix-utils", 1796 "libc", 1797 "once_cell", 1798 "parking_lot", 1799 "prodash", 1800 "thiserror 2.0.18", 1801 "walkdir", 1802 "zlib-rs", 1803] 1804 1805[[package]] 1806name = "gix-filter" 1807version = "0.31.0" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "ecf74b7d16f6694ce4a3049074c41be0c7987105743674f1671807bd6dce09fa" 1810dependencies = [ 1811 "bstr", 1812 "encoding_rs", 1813 "gix-attributes", 1814 "gix-command", 1815 "gix-hash", 1816 "gix-object", 1817 "gix-packetline", 1818 "gix-path", 1819 "gix-quote", 1820 "gix-trace", 1821 "gix-utils", 1822 "smallvec", 1823 "thiserror 2.0.18", 1824] 1825 1826[[package]] 1827name = "gix-fs" 1828version = "0.21.2" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe" 1831dependencies = [ 1832 "bstr", 1833 "fastrand", 1834 "gix-features", 1835 "gix-path", 1836 "gix-utils", 1837 "thiserror 2.0.18", 1838] 1839 1840[[package]] 1841name = "gix-glob" 1842version = "0.26.1" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756" 1845dependencies = [ 1846 "bitflags", 1847 "bstr", 1848 "gix-features", 1849 "gix-path", 1850] 1851 1852[[package]] 1853name = "gix-hash" 1854version = "0.25.1" 1855source = "registry+https://github.com/rust-lang/crates.io-index" 1856checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce" 1857dependencies = [ 1858 "faster-hex", 1859 "gix-features", 1860 "sha1-checked", 1861 "sha2 0.11.0", 1862 "thiserror 2.0.18", 1863] 1864 1865[[package]] 1866name = "gix-hashtable" 1867version = "0.15.1" 1868source = "registry+https://github.com/rust-lang/crates.io-index" 1869checksum = "b0e30b93eea8718baf7d8153fcb938e2926175bbf18097c09f1c01b6f0be0563" 1870dependencies = [ 1871 "gix-hash", 1872 "hashbrown 0.17.1", 1873 "parking_lot", 1874] 1875 1876[[package]] 1877name = "gix-ignore" 1878version = "0.21.1" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d" 1881dependencies = [ 1882 "bstr", 1883 "gix-glob", 1884 "gix-path", 1885 "gix-trace", 1886 "unicode-bom", 1887] 1888 1889[[package]] 1890name = "gix-imara-diff" 1891version = "0.2.2" 1892source = "registry+https://github.com/rust-lang/crates.io-index" 1893checksum = "19753d40da53d0ec41604750eeb969097a90fb2d7f7992730d904541c04e2c19" 1894dependencies = [ 1895 "bstr", 1896 "hashbrown 0.17.1", 1897] 1898 1899[[package]] 1900name = "gix-index" 1901version = "0.52.0" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "4e6b28cc592dc753adb58302bb14a64e412ee591a3bec77aa4df87bff74fa80d" 1904dependencies = [ 1905 "bitflags", 1906 "bstr", 1907 "filetime", 1908 "fnv", 1909 "gix-bitmap", 1910 "gix-features", 1911 "gix-fs", 1912 "gix-hash", 1913 "gix-lock", 1914 "gix-object", 1915 "gix-traverse", 1916 "gix-utils", 1917 "gix-validate", 1918 "hashbrown 0.17.1", 1919 "itoa", 1920 "libc", 1921 "memmap2", 1922 "rustix", 1923 "smallvec", 1924 "thiserror 2.0.18", 1925] 1926 1927[[package]] 1928name = "gix-lock" 1929version = "23.0.1" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c" 1932dependencies = [ 1933 "gix-tempfile", 1934 "gix-utils", 1935 "thiserror 2.0.18", 1936] 1937 1938[[package]] 1939name = "gix-mailmap" 1940version = "0.33.1" 1941source = "registry+https://github.com/rust-lang/crates.io-index" 1942checksum = "195fd20808055824531be2fd0d34136d900e5fbca3ffb0a3c07e8beeefb9c828" 1943dependencies = [ 1944 "bstr", 1945 "gix-actor", 1946 "gix-date", 1947 "gix-error", 1948] 1949 1950[[package]] 1951name = "gix-negotiate" 1952version = "0.32.0" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "890c936a215bae25818c076cb881cb2e54d2c66ba947ba58b8dd47cff921bf55" 1955dependencies = [ 1956 "bitflags", 1957 "gix-commitgraph", 1958 "gix-date", 1959 "gix-hash", 1960 "gix-object", 1961 "gix-revwalk", 1962] 1963 1964[[package]] 1965name = "gix-object" 1966version = "0.61.0" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "d5cd857e29429c7213bdef3f5aef83f8cc124774fe8ae0d27b1607d218d6d525" 1969dependencies = [ 1970 "bstr", 1971 "gix-actor", 1972 "gix-date", 1973 "gix-features", 1974 "gix-hash", 1975 "gix-hashtable", 1976 "gix-utils", 1977 "gix-validate", 1978 "itoa", 1979 "smallvec", 1980 "thiserror 2.0.18", 1981] 1982 1983[[package]] 1984name = "gix-odb" 1985version = "0.81.0" 1986source = "registry+https://github.com/rust-lang/crates.io-index" 1987checksum = "7d004c32858b1556f2d7874405edb3c97dc78fc09beaa87d57bb077ee2858a7d" 1988dependencies = [ 1989 "arc-swap", 1990 "gix-features", 1991 "gix-fs", 1992 "gix-hash", 1993 "gix-hashtable", 1994 "gix-object", 1995 "gix-pack", 1996 "gix-path", 1997 "gix-quote", 1998 "memmap2", 1999 "parking_lot", 2000 "tempfile", 2001 "thiserror 2.0.18", 2002] 2003 2004[[package]] 2005name = "gix-pack" 2006version = "0.71.0" 2007dependencies = [ 2008 "clru", 2009 "gix-chunk", 2010 "gix-diff", 2011 "gix-error", 2012 "gix-features", 2013 "gix-hash", 2014 "gix-hashtable", 2015 "gix-object", 2016 "gix-path", 2017 "gix-tempfile", 2018 "gix-traverse", 2019 "parking_lot", 2020 "smallvec", 2021 "thiserror 2.0.18", 2022 "uluru", 2023] 2024 2025[[package]] 2026name = "gix-packetline" 2027version = "0.21.4" 2028source = "registry+https://github.com/rust-lang/crates.io-index" 2029checksum = "bb18337ba2830bb43367d1af43819c8c78f31337f079fc76d0f1f1750a173126" 2030dependencies = [ 2031 "bstr", 2032 "faster-hex", 2033 "gix-trace", 2034 "thiserror 2.0.18", 2035] 2036 2037[[package]] 2038name = "gix-path" 2039version = "0.12.1" 2040source = "registry+https://github.com/rust-lang/crates.io-index" 2041checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6" 2042dependencies = [ 2043 "bstr", 2044 "gix-trace", 2045 "gix-validate", 2046 "thiserror 2.0.18", 2047] 2048 2049[[package]] 2050name = "gix-pathspec" 2051version = "0.18.1" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f" 2054dependencies = [ 2055 "bitflags", 2056 "bstr", 2057 "gix-attributes", 2058 "gix-config-value", 2059 "gix-glob", 2060 "gix-path", 2061 "thiserror 2.0.18", 2062] 2063 2064[[package]] 2065name = "gix-prompt" 2066version = "0.15.1" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "3ee604d7746080ae7e1023bf47204bcc2c5f307bfbe2306a3c90b1bfd1a2c6d8" 2069dependencies = [ 2070 "gix-command", 2071 "gix-config-value", 2072 "parking_lot", 2073 "rustix", 2074 "thiserror 2.0.18", 2075] 2076 2077[[package]] 2078name = "gix-protocol" 2079version = "0.62.0" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "51dea3acb390707ab868f1f9584f18449eb95d869deffae96768e47d303595ee" 2082dependencies = [ 2083 "bstr", 2084 "gix-date", 2085 "gix-features", 2086 "gix-hash", 2087 "gix-ref", 2088 "gix-shallow", 2089 "gix-transport", 2090 "gix-utils", 2091 "maybe-async", 2092 "nonempty 0.12.0", 2093 "thiserror 2.0.18", 2094] 2095 2096[[package]] 2097name = "gix-quote" 2098version = "0.7.2" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef" 2101dependencies = [ 2102 "bstr", 2103 "gix-error", 2104 "gix-utils", 2105] 2106 2107[[package]] 2108name = "gix-ref" 2109version = "0.64.0" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "4c04f64c37eb7e6feb73c7060f8dc6f381cc5de5d53249bfd450bc48a86b2e8b" 2112dependencies = [ 2113 "gix-actor", 2114 "gix-features", 2115 "gix-fs", 2116 "gix-hash", 2117 "gix-lock", 2118 "gix-object", 2119 "gix-path", 2120 "gix-tempfile", 2121 "gix-utils", 2122 "gix-validate", 2123 "memmap2", 2124 "thiserror 2.0.18", 2125] 2126 2127[[package]] 2128name = "gix-refspec" 2129version = "0.42.0" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "b216ae06ec74b5f24ad0142026a997fb0a935b7410eaf9c1616fc3f0e6c5a6d3" 2132dependencies = [ 2133 "bstr", 2134 "gix-error", 2135 "gix-glob", 2136 "gix-hash", 2137 "gix-revision", 2138 "gix-validate", 2139 "smallvec", 2140 "thiserror 2.0.18", 2141] 2142 2143[[package]] 2144name = "gix-revision" 2145version = "0.46.0" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "0b47c88884dd3c1a19a39da19d10211fcdea2809aadc86869b6e824a1774340f" 2148dependencies = [ 2149 "bitflags", 2150 "bstr", 2151 "gix-commitgraph", 2152 "gix-date", 2153 "gix-error", 2154 "gix-hash", 2155 "gix-hashtable", 2156 "gix-object", 2157 "gix-revwalk", 2158 "gix-trace", 2159 "nonempty 0.12.0", 2160] 2161 2162[[package]] 2163name = "gix-revwalk" 2164version = "0.32.0" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "85f5756abffe0917827aac683b13684ed99875bc398fa1f9b8f479b0681ef9e6" 2167dependencies = [ 2168 "gix-commitgraph", 2169 "gix-date", 2170 "gix-error", 2171 "gix-hash", 2172 "gix-hashtable", 2173 "gix-object", 2174 "smallvec", 2175 "thiserror 2.0.18", 2176] 2177 2178[[package]] 2179name = "gix-sec" 2180version = "0.14.1" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3" 2183dependencies = [ 2184 "bitflags", 2185 "gix-path", 2186 "libc", 2187 "windows-sys 0.61.2", 2188] 2189 2190[[package]] 2191name = "gix-shallow" 2192version = "0.12.1" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97" 2195dependencies = [ 2196 "bstr", 2197 "gix-hash", 2198 "gix-lock", 2199 "nonempty 0.12.0", 2200 "thiserror 2.0.18", 2201] 2202 2203[[package]] 2204name = "gix-status" 2205version = "0.31.0" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "22042e385d28a34275e029d98f4970285045be14b9073658ca897923f2ed8700" 2208dependencies = [ 2209 "bstr", 2210 "filetime", 2211 "gix-diff", 2212 "gix-dir", 2213 "gix-features", 2214 "gix-filter", 2215 "gix-fs", 2216 "gix-hash", 2217 "gix-index", 2218 "gix-object", 2219 "gix-path", 2220 "gix-pathspec", 2221 "gix-worktree", 2222 "portable-atomic", 2223 "thiserror 2.0.18", 2224] 2225 2226[[package]] 2227name = "gix-submodule" 2228version = "0.31.0" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "3059890ef054066c22a94bfc6a3eaba0d806aedcd630a0bc9e5783fd88884781" 2231dependencies = [ 2232 "bstr", 2233 "gix-config", 2234 "gix-path", 2235 "gix-pathspec", 2236 "gix-refspec", 2237 "gix-url", 2238 "thiserror 2.0.18", 2239] 2240 2241[[package]] 2242name = "gix-tempfile" 2243version = "23.0.1" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "27850097e1ff9515f46a0dad0f5f9c9d020e972727772dabab9450690c4adb22" 2246dependencies = [ 2247 "dashmap", 2248 "gix-fs", 2249 "libc", 2250 "parking_lot", 2251 "signal-hook", 2252 "signal-hook-registry", 2253 "tempfile", 2254] 2255 2256[[package]] 2257name = "gix-trace" 2258version = "0.1.20" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678" 2261 2262[[package]] 2263name = "gix-transport" 2264version = "0.57.1" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "7cd0e34995b1aab0fa8dff2af8db726a0bfad3e119c89302604463264046e7ff" 2267dependencies = [ 2268 "bstr", 2269 "gix-command", 2270 "gix-features", 2271 "gix-packetline", 2272 "gix-quote", 2273 "gix-sec", 2274 "gix-url", 2275 "thiserror 2.0.18", 2276] 2277 2278[[package]] 2279name = "gix-traverse" 2280version = "0.58.0" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "e8de590ecc86a3b2870665f2288324fa9f7f8672c7fc2d4e020fdd81cd1f7aed" 2283dependencies = [ 2284 "bitflags", 2285 "gix-commitgraph", 2286 "gix-date", 2287 "gix-hash", 2288 "gix-hashtable", 2289 "gix-object", 2290 "gix-revwalk", 2291 "smallvec", 2292 "thiserror 2.0.18", 2293] 2294 2295[[package]] 2296name = "gix-url" 2297version = "0.36.1" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2" 2300dependencies = [ 2301 "bstr", 2302 "gix-path", 2303 "percent-encoding", 2304 "thiserror 2.0.18", 2305] 2306 2307[[package]] 2308name = "gix-utils" 2309version = "0.3.3" 2310source = "registry+https://github.com/rust-lang/crates.io-index" 2311checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771" 2312dependencies = [ 2313 "bstr", 2314 "fastrand", 2315 "unicode-normalization", 2316] 2317 2318[[package]] 2319name = "gix-validate" 2320version = "0.11.2" 2321source = "registry+https://github.com/rust-lang/crates.io-index" 2322checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3" 2323dependencies = [ 2324 "bstr", 2325] 2326 2327[[package]] 2328name = "gix-worktree" 2329version = "0.53.0" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "cef414ed275e8407cd5d53d301e83be19700b0dd3f859d2434417b58f454a2d1" 2332dependencies = [ 2333 "bstr", 2334 "gix-attributes", 2335 "gix-fs", 2336 "gix-glob", 2337 "gix-hash", 2338 "gix-ignore", 2339 "gix-index", 2340 "gix-object", 2341 "gix-path", 2342 "gix-validate", 2343] 2344 2345[[package]] 2346name = "gix-worktree-state" 2347version = "0.31.0" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "4bffae8b3ca258fdd50370cd51f06deb4c76a3b43db3868bc28dde45ffa77d69" 2350dependencies = [ 2351 "bstr", 2352 "gix-features", 2353 "gix-filter", 2354 "gix-fs", 2355 "gix-index", 2356 "gix-object", 2357 "gix-path", 2358 "gix-worktree", 2359 "io-close", 2360 "thiserror 2.0.18", 2361] 2362 2363[[package]] 2364name = "gix-worktree-stream" 2365version = "0.33.0" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "d25e9ed30100c63f7590bc581c225e53f731a53e06aa79a245739c07f7dcc557" 2368dependencies = [ 2369 "gix-attributes", 2370 "gix-error", 2371 "gix-features", 2372 "gix-filter", 2373 "gix-fs", 2374 "gix-hash", 2375 "gix-object", 2376 "gix-path", 2377 "gix-traverse", 2378 "parking_lot", 2379] 2380 2381[[package]] 2382name = "governor" 2383version = "0.10.4" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8" 2386dependencies = [ 2387 "cfg-if", 2388 "dashmap", 2389 "futures-sink", 2390 "futures-timer", 2391 "futures-util", 2392 "getrandom 0.3.4", 2393 "hashbrown 0.16.1", 2394 "nonzero_ext", 2395 "parking_lot", 2396 "portable-atomic", 2397 "quanta", 2398 "rand 0.9.4", 2399 "smallvec", 2400 "spinning_top", 2401 "web-time", 2402] 2403 2404[[package]] 2405name = "group" 2406version = "0.13.0" 2407source = "registry+https://github.com/rust-lang/crates.io-index" 2408checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2409dependencies = [ 2410 "ff", 2411 "rand_core 0.6.4", 2412 "subtle", 2413] 2414 2415[[package]] 2416name = "h2" 2417version = "0.4.14" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" 2420dependencies = [ 2421 "atomic-waker", 2422 "bytes", 2423 "fnv", 2424 "futures-core", 2425 "futures-sink", 2426 "http", 2427 "indexmap", 2428 "slab", 2429 "tokio", 2430 "tokio-util", 2431 "tracing", 2432] 2433 2434[[package]] 2435name = "h3" 2436version = "0.0.8" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be" 2439dependencies = [ 2440 "bytes", 2441 "fastrand", 2442 "futures-util", 2443 "http", 2444 "pin-project-lite", 2445 "tokio", 2446] 2447 2448[[package]] 2449name = "h3-quinn" 2450version = "0.0.10" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4" 2453dependencies = [ 2454 "bytes", 2455 "futures", 2456 "h3", 2457 "quinn", 2458 "tokio", 2459 "tokio-util", 2460] 2461 2462[[package]] 2463name = "half" 2464version = "2.7.1" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2467dependencies = [ 2468 "cfg-if", 2469 "crunchy", 2470 "zerocopy", 2471] 2472 2473[[package]] 2474name = "hash32" 2475version = "0.2.1" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 2478dependencies = [ 2479 "byteorder", 2480] 2481 2482[[package]] 2483name = "hash32" 2484version = "0.3.1" 2485source = "registry+https://github.com/rust-lang/crates.io-index" 2486checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 2487dependencies = [ 2488 "byteorder", 2489] 2490 2491[[package]] 2492name = "hashbrown" 2493version = "0.14.5" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 2496 2497[[package]] 2498name = "hashbrown" 2499version = "0.15.5" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 2502dependencies = [ 2503 "allocator-api2", 2504 "equivalent", 2505 "foldhash 0.1.5", 2506] 2507 2508[[package]] 2509name = "hashbrown" 2510version = "0.16.1" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 2513dependencies = [ 2514 "allocator-api2", 2515 "equivalent", 2516 "foldhash 0.2.0", 2517] 2518 2519[[package]] 2520name = "hashbrown" 2521version = "0.17.1" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 2524dependencies = [ 2525 "allocator-api2", 2526 "equivalent", 2527 "foldhash 0.2.0", 2528] 2529 2530[[package]] 2531name = "heapless" 2532version = "0.7.17" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 2535dependencies = [ 2536 "atomic-polyfill", 2537 "hash32 0.2.1", 2538 "rustc_version", 2539 "serde", 2540 "spin 0.9.8", 2541 "stable_deref_trait", 2542] 2543 2544[[package]] 2545name = "heapless" 2546version = "0.8.0" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 2549dependencies = [ 2550 "hash32 0.3.1", 2551 "stable_deref_trait", 2552] 2553 2554[[package]] 2555name = "heck" 2556version = "0.5.0" 2557source = "registry+https://github.com/rust-lang/crates.io-index" 2558checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 2559 2560[[package]] 2561name = "hermit-abi" 2562version = "0.5.2" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 2565 2566[[package]] 2567name = "hex" 2568version = "0.4.3" 2569source = "registry+https://github.com/rust-lang/crates.io-index" 2570checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 2571 2572[[package]] 2573name = "hmac" 2574version = "0.12.1" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 2577dependencies = [ 2578 "digest 0.10.7", 2579] 2580 2581[[package]] 2582name = "http" 2583version = "1.4.1" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" 2586dependencies = [ 2587 "bytes", 2588 "itoa", 2589] 2590 2591[[package]] 2592name = "http-body" 2593version = "1.0.1" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 2596dependencies = [ 2597 "bytes", 2598 "http", 2599] 2600 2601[[package]] 2602name = "http-body-util" 2603version = "0.1.3" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 2606dependencies = [ 2607 "bytes", 2608 "futures-core", 2609 "http", 2610 "http-body", 2611 "pin-project-lite", 2612] 2613 2614[[package]] 2615name = "httparse" 2616version = "1.10.1" 2617source = "registry+https://github.com/rust-lang/crates.io-index" 2618checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 2619 2620[[package]] 2621name = "httpdate" 2622version = "1.0.3" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 2625 2626[[package]] 2627name = "human_format" 2628version = "1.2.1" 2629source = "registry+https://github.com/rust-lang/crates.io-index" 2630checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b" 2631 2632[[package]] 2633name = "hybrid-array" 2634version = "0.4.12" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" 2637dependencies = [ 2638 "typenum", 2639] 2640 2641[[package]] 2642name = "hyper" 2643version = "1.10.1" 2644source = "registry+https://github.com/rust-lang/crates.io-index" 2645checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" 2646dependencies = [ 2647 "atomic-waker", 2648 "bytes", 2649 "futures-channel", 2650 "futures-core", 2651 "h2", 2652 "http", 2653 "http-body", 2654 "httparse", 2655 "httpdate", 2656 "itoa", 2657 "pin-project-lite", 2658 "smallvec", 2659 "tokio", 2660 "want", 2661] 2662 2663[[package]] 2664name = "hyper-rustls" 2665version = "0.27.9" 2666source = "registry+https://github.com/rust-lang/crates.io-index" 2667checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 2668dependencies = [ 2669 "http", 2670 "hyper", 2671 "hyper-util", 2672 "rustls", 2673 "tokio", 2674 "tokio-rustls", 2675 "tower-service", 2676 "webpki-roots 1.0.7", 2677] 2678 2679[[package]] 2680name = "hyper-util" 2681version = "0.1.20" 2682source = "registry+https://github.com/rust-lang/crates.io-index" 2683checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 2684dependencies = [ 2685 "base64", 2686 "bytes", 2687 "futures-channel", 2688 "futures-util", 2689 "http", 2690 "http-body", 2691 "hyper", 2692 "ipnet", 2693 "libc", 2694 "percent-encoding", 2695 "pin-project-lite", 2696 "socket2", 2697 "system-configuration", 2698 "tokio", 2699 "tower-service", 2700 "tracing", 2701 "windows-registry", 2702] 2703 2704[[package]] 2705name = "iana-time-zone" 2706version = "0.1.65" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 2709dependencies = [ 2710 "android_system_properties", 2711 "core-foundation-sys", 2712 "iana-time-zone-haiku", 2713 "js-sys", 2714 "log", 2715 "wasm-bindgen", 2716 "windows-core", 2717] 2718 2719[[package]] 2720name = "iana-time-zone-haiku" 2721version = "0.1.2" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2724dependencies = [ 2725 "cc", 2726] 2727 2728[[package]] 2729name = "icu_collections" 2730version = "2.2.0" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 2733dependencies = [ 2734 "displaydoc", 2735 "potential_utf", 2736 "utf8_iter", 2737 "yoke", 2738 "zerofrom", 2739 "zerovec", 2740] 2741 2742[[package]] 2743name = "icu_locale_core" 2744version = "2.2.0" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 2747dependencies = [ 2748 "displaydoc", 2749 "litemap", 2750 "tinystr", 2751 "writeable", 2752 "zerovec", 2753] 2754 2755[[package]] 2756name = "icu_normalizer" 2757version = "2.2.0" 2758source = "registry+https://github.com/rust-lang/crates.io-index" 2759checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 2760dependencies = [ 2761 "icu_collections", 2762 "icu_normalizer_data", 2763 "icu_properties", 2764 "icu_provider", 2765 "smallvec", 2766 "zerovec", 2767] 2768 2769[[package]] 2770name = "icu_normalizer_data" 2771version = "2.2.0" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 2774 2775[[package]] 2776name = "icu_properties" 2777version = "2.2.0" 2778source = "registry+https://github.com/rust-lang/crates.io-index" 2779checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 2780dependencies = [ 2781 "icu_collections", 2782 "icu_locale_core", 2783 "icu_properties_data", 2784 "icu_provider", 2785 "zerotrie", 2786 "zerovec", 2787] 2788 2789[[package]] 2790name = "icu_properties_data" 2791version = "2.2.0" 2792source = "registry+https://github.com/rust-lang/crates.io-index" 2793checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 2794 2795[[package]] 2796name = "icu_provider" 2797version = "2.2.0" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 2800dependencies = [ 2801 "displaydoc", 2802 "icu_locale_core", 2803 "writeable", 2804 "yoke", 2805 "zerofrom", 2806 "zerotrie", 2807 "zerovec", 2808] 2809 2810[[package]] 2811name = "id-arena" 2812version = "2.3.0" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 2815 2816[[package]] 2817name = "ident_case" 2818version = "1.0.1" 2819source = "registry+https://github.com/rust-lang/crates.io-index" 2820checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2821 2822[[package]] 2823name = "idna" 2824version = "1.1.0" 2825source = "registry+https://github.com/rust-lang/crates.io-index" 2826checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2827dependencies = [ 2828 "idna_adapter", 2829 "smallvec", 2830 "utf8_iter", 2831] 2832 2833[[package]] 2834name = "idna_adapter" 2835version = "1.2.2" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 2838dependencies = [ 2839 "icu_normalizer", 2840 "icu_properties", 2841] 2842 2843[[package]] 2844name = "indexmap" 2845version = "2.14.0" 2846source = "registry+https://github.com/rust-lang/crates.io-index" 2847checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 2848dependencies = [ 2849 "equivalent", 2850 "hashbrown 0.17.1", 2851 "serde", 2852 "serde_core", 2853] 2854 2855[[package]] 2856name = "inventory" 2857version = "0.3.24" 2858source = "registry+https://github.com/rust-lang/crates.io-index" 2859checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 2860dependencies = [ 2861 "rustversion", 2862] 2863 2864[[package]] 2865name = "io-close" 2866version = "0.3.7" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" 2869dependencies = [ 2870 "libc", 2871 "winapi", 2872] 2873 2874[[package]] 2875name = "ipld-core" 2876version = "0.4.3" 2877source = "registry+https://github.com/rust-lang/crates.io-index" 2878checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 2879dependencies = [ 2880 "cid", 2881 "serde", 2882 "serde_bytes", 2883] 2884 2885[[package]] 2886name = "ipnet" 2887version = "2.12.0" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 2890 2891[[package]] 2892name = "iroh-car" 2893version = "0.5.1" 2894source = "registry+https://github.com/rust-lang/crates.io-index" 2895checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 2896dependencies = [ 2897 "anyhow", 2898 "cid", 2899 "futures", 2900 "serde", 2901 "serde_ipld_dagcbor", 2902 "thiserror 1.0.69", 2903 "tokio", 2904 "unsigned-varint 0.7.2", 2905] 2906 2907[[package]] 2908name = "itoa" 2909version = "1.0.18" 2910source = "registry+https://github.com/rust-lang/crates.io-index" 2911checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 2912 2913[[package]] 2914name = "jacquard-api" 2915version = "0.12.1" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "b5c803a3c097e3ef8aea63747b4fe3fc9e339cd18272dd0366b1d10dd90d5c3f" 2918dependencies = [ 2919 "jacquard-common", 2920 "jacquard-derive", 2921 "jacquard-lexicon", 2922 "miette", 2923 "serde", 2924 "thiserror 2.0.18", 2925] 2926 2927[[package]] 2928name = "jacquard-common" 2929version = "0.12.1" 2930source = "registry+https://github.com/rust-lang/crates.io-index" 2931checksum = "fec8b6661e6fcfb4d8b9eb1132503be71bc3e3c6f6ff15fa5500ec62655f6da7" 2932dependencies = [ 2933 "base64", 2934 "bon", 2935 "bytes", 2936 "chrono", 2937 "ciborium", 2938 "ciborium-io", 2939 "cid", 2940 "ed25519-dalek", 2941 "fluent-uri", 2942 "futures", 2943 "getrandom 0.2.17", 2944 "getrandom 0.3.4", 2945 "hashbrown 0.15.5", 2946 "http", 2947 "ipld-core", 2948 "k256", 2949 "maitake-sync", 2950 "miette", 2951 "multibase", 2952 "multihash", 2953 "n0-future", 2954 "oxilangtag", 2955 "p256", 2956 "phf", 2957 "postcard", 2958 "rand 0.9.4", 2959 "regex", 2960 "regex-automata", 2961 "regex-lite", 2962 "reqwest 0.12.28", 2963 "rustversion", 2964 "serde", 2965 "serde_bytes", 2966 "serde_html_form", 2967 "serde_ipld_dagcbor", 2968 "serde_json", 2969 "signature", 2970 "smol_str", 2971 "spin 0.10.0", 2972 "thiserror 2.0.18", 2973 "tokio", 2974 "tokio-tungstenite-wasm", 2975 "tokio-util", 2976 "trait-variant", 2977 "unicode-segmentation", 2978] 2979 2980[[package]] 2981name = "jacquard-derive" 2982version = "0.12.1" 2983source = "registry+https://github.com/rust-lang/crates.io-index" 2984checksum = "e41b82a9a72c0d2b907a5e0734e0692615e717cda903502c6c034ae6f3ddddf7" 2985dependencies = [ 2986 "heck", 2987 "jacquard-lexicon", 2988 "proc-macro2", 2989 "quote", 2990 "syn", 2991] 2992 2993[[package]] 2994name = "jacquard-lexicon" 2995version = "0.12.1" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "160049c269e3d7ec56f130736d25d61953fc6216da660c8b5e102f6b052dd3a1" 2998dependencies = [ 2999 "cid", 3000 "dashmap", 3001 "heck", 3002 "inventory", 3003 "jacquard-common", 3004 "miette", 3005 "multihash", 3006 "prettyplease", 3007 "proc-macro2", 3008 "quote", 3009 "serde", 3010 "serde_ipld_dagcbor", 3011 "serde_json", 3012 "serde_path_to_error", 3013 "serde_repr", 3014 "serde_with", 3015 "sha2 0.10.9", 3016 "syn", 3017 "thiserror 2.0.18", 3018 "unicode-segmentation", 3019] 3020 3021[[package]] 3022name = "jacquard-repo" 3023version = "0.12.1" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "98986367bb78dadaa0f2f07196bab357786c0e3670d8311b350585b91f84d6eb" 3026dependencies = [ 3027 "bytes", 3028 "cid", 3029 "ed25519-dalek", 3030 "iroh-car", 3031 "jacquard-api", 3032 "jacquard-common", 3033 "jacquard-derive", 3034 "k256", 3035 "miette", 3036 "multihash", 3037 "n0-future", 3038 "p256", 3039 "serde", 3040 "serde_bytes", 3041 "serde_ipld_dagcbor", 3042 "sha2 0.10.9", 3043 "smol_str", 3044 "thiserror 2.0.18", 3045 "tokio", 3046 "trait-variant", 3047] 3048 3049[[package]] 3050name = "jiff" 3051version = "0.2.28" 3052source = "registry+https://github.com/rust-lang/crates.io-index" 3053checksum = "4603d3033e49e2b0e31229fcab20a5d40089c607d975cd9c80551dc69eed9102" 3054dependencies = [ 3055 "jiff-static", 3056 "jiff-tzdb-platform", 3057 "log", 3058 "portable-atomic", 3059 "portable-atomic-util", 3060 "serde_core", 3061 "windows-link", 3062] 3063 3064[[package]] 3065name = "jiff-static" 3066version = "0.2.28" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "782d32378dddf207193ac91cefb848ad41abb58195c95168e1291227a0832b47" 3069dependencies = [ 3070 "proc-macro2", 3071 "quote", 3072 "syn", 3073] 3074 3075[[package]] 3076name = "jiff-tzdb" 3077version = "0.1.6" 3078source = "registry+https://github.com/rust-lang/crates.io-index" 3079checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" 3080 3081[[package]] 3082name = "jiff-tzdb-platform" 3083version = "0.1.3" 3084source = "registry+https://github.com/rust-lang/crates.io-index" 3085checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 3086dependencies = [ 3087 "jiff-tzdb", 3088] 3089 3090[[package]] 3091name = "jni" 3092version = "0.21.1" 3093source = "registry+https://github.com/rust-lang/crates.io-index" 3094checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 3095dependencies = [ 3096 "cesu8", 3097 "cfg-if", 3098 "combine", 3099 "jni-sys 0.3.1", 3100 "log", 3101 "thiserror 1.0.69", 3102 "walkdir", 3103 "windows-sys 0.45.0", 3104] 3105 3106[[package]] 3107name = "jni-sys" 3108version = "0.3.1" 3109source = "registry+https://github.com/rust-lang/crates.io-index" 3110checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" 3111dependencies = [ 3112 "jni-sys 0.4.1", 3113] 3114 3115[[package]] 3116name = "jni-sys" 3117version = "0.4.1" 3118source = "registry+https://github.com/rust-lang/crates.io-index" 3119checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 3120dependencies = [ 3121 "jni-sys-macros", 3122] 3123 3124[[package]] 3125name = "jni-sys-macros" 3126version = "0.4.1" 3127source = "registry+https://github.com/rust-lang/crates.io-index" 3128checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 3129dependencies = [ 3130 "quote", 3131 "syn", 3132] 3133 3134[[package]] 3135name = "jobserver" 3136version = "0.1.34" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 3139dependencies = [ 3140 "getrandom 0.3.4", 3141 "libc", 3142] 3143 3144[[package]] 3145name = "js-sys" 3146version = "0.3.99" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" 3149dependencies = [ 3150 "cfg-if", 3151 "futures-util", 3152 "once_cell", 3153 "wasm-bindgen", 3154] 3155 3156[[package]] 3157name = "k256" 3158version = "0.13.4" 3159source = "registry+https://github.com/rust-lang/crates.io-index" 3160checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 3161dependencies = [ 3162 "cfg-if", 3163 "ecdsa", 3164 "elliptic-curve", 3165 "once_cell", 3166 "sha2 0.10.9", 3167 "signature", 3168] 3169 3170[[package]] 3171name = "knot-edge" 3172version = "0.1.0" 3173dependencies = [ 3174 "arc-swap", 3175 "async-trait", 3176 "axum", 3177 "base64", 3178 "bytes", 3179 "futures", 3180 "governor", 3181 "h3", 3182 "h3-quinn", 3183 "http", 3184 "http-body", 3185 "hyper", 3186 "hyper-util", 3187 "knot-types", 3188 "quinn", 3189 "rustls", 3190 "rustls-acme", 3191 "rustls-pemfile", 3192 "sha2 0.11.0", 3193 "thiserror 2.0.18", 3194 "tokio", 3195 "tokio-rustls", 3196 "tokio-util", 3197 "tower", 3198 "tower-http 0.7.0", 3199 "tower_governor", 3200 "tracing", 3201 "x509-parser 0.18.1", 3202] 3203 3204[[package]] 3205name = "knot-git" 3206version = "0.1.0" 3207dependencies = [ 3208 "base64", 3209 "dashmap", 3210 "flate2", 3211 "gix", 3212 "gix-archive", 3213 "gix-bitmap", 3214 "gix-hash", 3215 "gix-pack", 3216 "knot-resource", 3217 "knot-types", 3218 "moka", 3219 "thiserror 2.0.18", 3220 "walkdir", 3221] 3222 3223[[package]] 3224name = "knot-pack" 3225version = "0.1.0" 3226dependencies = [ 3227 "axum", 3228 "dashmap", 3229 "flate2", 3230 "gix", 3231 "gix-hash", 3232 "gix-pack", 3233 "gix-packetline", 3234 "knot-edge", 3235 "knot-git", 3236 "knot-resource", 3237 "knot-runtime", 3238 "knot-types", 3239 "tempfile", 3240 "thiserror 2.0.18", 3241 "tokio", 3242 "tokio-stream", 3243 "url", 3244 "walkdir", 3245] 3246 3247[[package]] 3248name = "knot-pack-fuzz" 3249version = "0.0.0" 3250dependencies = [ 3251 "knot-pack", 3252 "libfuzzer-sys", 3253] 3254 3255[[package]] 3256name = "knot-resource" 3257version = "0.1.0" 3258dependencies = [ 3259 "rustix", 3260] 3261 3262[[package]] 3263name = "knot-runtime" 3264version = "0.1.0" 3265dependencies = [ 3266 "bytes", 3267 "futures", 3268 "getrandom 0.4.2", 3269 "http", 3270 "k256", 3271 "reqwest 0.13.1", 3272 "thiserror 2.0.18", 3273 "tokio", 3274 "url", 3275] 3276 3277[[package]] 3278name = "knot-types" 3279version = "0.1.0" 3280dependencies = [ 3281 "anyhow", 3282 "bytes", 3283 "chrono", 3284 "cid", 3285 "gix-hash", 3286 "http", 3287 "jacquard-common", 3288 "jacquard-derive", 3289 "jacquard-lexicon", 3290 "jacquard-repo", 3291 "miette", 3292 "serde", 3293 "serde_json", 3294 "thiserror 2.0.18", 3295 "walkdir", 3296] 3297 3298[[package]] 3299name = "kstring" 3300version = "2.0.2" 3301source = "registry+https://github.com/rust-lang/crates.io-index" 3302checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 3303dependencies = [ 3304 "static_assertions", 3305] 3306 3307[[package]] 3308name = "lazy_static" 3309version = "1.5.0" 3310source = "registry+https://github.com/rust-lang/crates.io-index" 3311checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 3312 3313[[package]] 3314name = "leb128fmt" 3315version = "0.1.0" 3316source = "registry+https://github.com/rust-lang/crates.io-index" 3317checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 3318 3319[[package]] 3320name = "libc" 3321version = "0.2.186" 3322source = "registry+https://github.com/rust-lang/crates.io-index" 3323checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 3324 3325[[package]] 3326name = "libfuzzer-sys" 3327version = "0.4.13" 3328source = "registry+https://github.com/rust-lang/crates.io-index" 3329checksum = "a9fd2f41a1cba099f79a0b6b6c35656cf7c03351a7bae8ff0f28f25270f929d2" 3330dependencies = [ 3331 "arbitrary", 3332 "cc", 3333] 3334 3335[[package]] 3336name = "linux-raw-sys" 3337version = "0.12.1" 3338source = "registry+https://github.com/rust-lang/crates.io-index" 3339checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 3340 3341[[package]] 3342name = "litemap" 3343version = "0.8.2" 3344source = "registry+https://github.com/rust-lang/crates.io-index" 3345checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 3346 3347[[package]] 3348name = "lock_api" 3349version = "0.4.14" 3350source = "registry+https://github.com/rust-lang/crates.io-index" 3351checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 3352dependencies = [ 3353 "scopeguard", 3354] 3355 3356[[package]] 3357name = "log" 3358version = "0.4.32" 3359source = "registry+https://github.com/rust-lang/crates.io-index" 3360checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" 3361 3362[[package]] 3363name = "loom" 3364version = "0.7.2" 3365source = "registry+https://github.com/rust-lang/crates.io-index" 3366checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 3367dependencies = [ 3368 "cfg-if", 3369 "generator", 3370 "scoped-tls", 3371 "tracing", 3372 "tracing-subscriber", 3373] 3374 3375[[package]] 3376name = "lru-slab" 3377version = "0.1.2" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 3380 3381[[package]] 3382name = "maitake-sync" 3383version = "0.1.2" 3384source = "registry+https://github.com/rust-lang/crates.io-index" 3385checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5" 3386dependencies = [ 3387 "cordyceps", 3388 "loom", 3389 "mycelium-bitfield", 3390 "pin-project", 3391 "portable-atomic", 3392] 3393 3394[[package]] 3395name = "match-lookup" 3396version = "0.1.2" 3397source = "registry+https://github.com/rust-lang/crates.io-index" 3398checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 3399dependencies = [ 3400 "proc-macro2", 3401 "quote", 3402 "syn", 3403] 3404 3405[[package]] 3406name = "matchers" 3407version = "0.2.0" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 3410dependencies = [ 3411 "regex-automata", 3412] 3413 3414[[package]] 3415name = "matchit" 3416version = "0.8.4" 3417source = "registry+https://github.com/rust-lang/crates.io-index" 3418checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 3419 3420[[package]] 3421name = "maybe-async" 3422version = "0.2.11" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c" 3425dependencies = [ 3426 "proc-macro2", 3427 "quote", 3428 "syn", 3429] 3430 3431[[package]] 3432name = "memchr" 3433version = "2.8.1" 3434source = "registry+https://github.com/rust-lang/crates.io-index" 3435checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" 3436 3437[[package]] 3438name = "memmap2" 3439version = "0.9.10" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 3442dependencies = [ 3443 "libc", 3444] 3445 3446[[package]] 3447name = "miette" 3448version = "7.6.0" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 3451dependencies = [ 3452 "cfg-if", 3453 "miette-derive", 3454 "unicode-width", 3455] 3456 3457[[package]] 3458name = "miette-derive" 3459version = "7.6.0" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 3462dependencies = [ 3463 "proc-macro2", 3464 "quote", 3465 "syn", 3466] 3467 3468[[package]] 3469name = "mime" 3470version = "0.3.17" 3471source = "registry+https://github.com/rust-lang/crates.io-index" 3472checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 3473 3474[[package]] 3475name = "minimal-lexical" 3476version = "0.2.1" 3477source = "registry+https://github.com/rust-lang/crates.io-index" 3478checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 3479 3480[[package]] 3481name = "miniz_oxide" 3482version = "0.8.9" 3483source = "registry+https://github.com/rust-lang/crates.io-index" 3484checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 3485dependencies = [ 3486 "adler2", 3487 "simd-adler32", 3488] 3489 3490[[package]] 3491name = "mio" 3492version = "1.2.1" 3493source = "registry+https://github.com/rust-lang/crates.io-index" 3494checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 3495dependencies = [ 3496 "libc", 3497 "wasi", 3498 "windows-sys 0.61.2", 3499] 3500 3501[[package]] 3502name = "moka" 3503version = "0.12.15" 3504source = "registry+https://github.com/rust-lang/crates.io-index" 3505checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" 3506dependencies = [ 3507 "async-lock", 3508 "crossbeam-channel", 3509 "crossbeam-epoch", 3510 "crossbeam-utils", 3511 "equivalent", 3512 "event-listener", 3513 "futures-util", 3514 "parking_lot", 3515 "portable-atomic", 3516 "smallvec", 3517 "tagptr", 3518 "uuid", 3519] 3520 3521[[package]] 3522name = "multibase" 3523version = "0.9.2" 3524source = "registry+https://github.com/rust-lang/crates.io-index" 3525checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 3526dependencies = [ 3527 "base-x", 3528 "base256emoji", 3529 "data-encoding", 3530 "data-encoding-macro", 3531] 3532 3533[[package]] 3534name = "multihash" 3535version = "0.19.5" 3536source = "registry+https://github.com/rust-lang/crates.io-index" 3537checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 3538dependencies = [ 3539 "serde", 3540 "unsigned-varint 0.8.0", 3541] 3542 3543[[package]] 3544name = "mycelium-bitfield" 3545version = "0.1.5" 3546source = "registry+https://github.com/rust-lang/crates.io-index" 3547checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" 3548 3549[[package]] 3550name = "n0-future" 3551version = "0.1.3" 3552source = "registry+https://github.com/rust-lang/crates.io-index" 3553checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 3554dependencies = [ 3555 "cfg_aliases", 3556 "derive_more", 3557 "futures-buffered", 3558 "futures-lite", 3559 "futures-util", 3560 "js-sys", 3561 "pin-project", 3562 "send_wrapper", 3563 "tokio", 3564 "tokio-util", 3565 "wasm-bindgen", 3566 "wasm-bindgen-futures", 3567 "web-time", 3568] 3569 3570[[package]] 3571name = "nom" 3572version = "7.1.3" 3573source = "registry+https://github.com/rust-lang/crates.io-index" 3574checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3575dependencies = [ 3576 "memchr", 3577 "minimal-lexical", 3578] 3579 3580[[package]] 3581name = "nonempty" 3582version = "0.7.0" 3583source = "registry+https://github.com/rust-lang/crates.io-index" 3584checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" 3585 3586[[package]] 3587name = "nonempty" 3588version = "0.12.0" 3589source = "registry+https://github.com/rust-lang/crates.io-index" 3590checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" 3591 3592[[package]] 3593name = "nonzero_ext" 3594version = "0.3.0" 3595source = "registry+https://github.com/rust-lang/crates.io-index" 3596checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" 3597 3598[[package]] 3599name = "nu-ansi-term" 3600version = "0.50.3" 3601source = "registry+https://github.com/rust-lang/crates.io-index" 3602checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3603dependencies = [ 3604 "windows-sys 0.60.2", 3605] 3606 3607[[package]] 3608name = "num-bigint" 3609version = "0.4.6" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 3612dependencies = [ 3613 "num-integer", 3614 "num-traits", 3615] 3616 3617[[package]] 3618name = "num-conv" 3619version = "0.2.2" 3620source = "registry+https://github.com/rust-lang/crates.io-index" 3621checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" 3622 3623[[package]] 3624name = "num-integer" 3625version = "0.1.46" 3626source = "registry+https://github.com/rust-lang/crates.io-index" 3627checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3628dependencies = [ 3629 "num-traits", 3630] 3631 3632[[package]] 3633name = "num-traits" 3634version = "0.2.19" 3635source = "registry+https://github.com/rust-lang/crates.io-index" 3636checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3637dependencies = [ 3638 "autocfg", 3639] 3640 3641[[package]] 3642name = "oid-registry" 3643version = "0.7.1" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 3646dependencies = [ 3647 "asn1-rs 0.6.2", 3648] 3649 3650[[package]] 3651name = "oid-registry" 3652version = "0.8.1" 3653source = "registry+https://github.com/rust-lang/crates.io-index" 3654checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 3655dependencies = [ 3656 "asn1-rs 0.7.2", 3657] 3658 3659[[package]] 3660name = "once_cell" 3661version = "1.21.4" 3662source = "registry+https://github.com/rust-lang/crates.io-index" 3663checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 3664 3665[[package]] 3666name = "openssl-probe" 3667version = "0.2.1" 3668source = "registry+https://github.com/rust-lang/crates.io-index" 3669checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 3670 3671[[package]] 3672name = "oxilangtag" 3673version = "0.1.6" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f" 3676dependencies = [ 3677 "serde", 3678] 3679 3680[[package]] 3681name = "p256" 3682version = "0.13.2" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3685dependencies = [ 3686 "ecdsa", 3687 "elliptic-curve", 3688 "primeorder", 3689 "sha2 0.10.9", 3690] 3691 3692[[package]] 3693name = "parking" 3694version = "2.2.1" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3697 3698[[package]] 3699name = "parking_lot" 3700version = "0.12.5" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3703dependencies = [ 3704 "lock_api", 3705 "parking_lot_core", 3706] 3707 3708[[package]] 3709name = "parking_lot_core" 3710version = "0.9.12" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3713dependencies = [ 3714 "cfg-if", 3715 "libc", 3716 "redox_syscall", 3717 "smallvec", 3718 "windows-link", 3719] 3720 3721[[package]] 3722name = "pem" 3723version = "3.0.6" 3724source = "registry+https://github.com/rust-lang/crates.io-index" 3725checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" 3726dependencies = [ 3727 "base64", 3728 "serde_core", 3729] 3730 3731[[package]] 3732name = "pem-rfc7468" 3733version = "0.7.0" 3734source = "registry+https://github.com/rust-lang/crates.io-index" 3735checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3736dependencies = [ 3737 "base64ct", 3738] 3739 3740[[package]] 3741name = "percent-encoding" 3742version = "2.3.2" 3743source = "registry+https://github.com/rust-lang/crates.io-index" 3744checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3745 3746[[package]] 3747name = "phf" 3748version = "0.11.3" 3749source = "registry+https://github.com/rust-lang/crates.io-index" 3750checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3751dependencies = [ 3752 "phf_macros", 3753 "phf_shared", 3754] 3755 3756[[package]] 3757name = "phf_generator" 3758version = "0.11.3" 3759source = "registry+https://github.com/rust-lang/crates.io-index" 3760checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3761dependencies = [ 3762 "phf_shared", 3763 "rand 0.8.6", 3764] 3765 3766[[package]] 3767name = "phf_macros" 3768version = "0.11.3" 3769source = "registry+https://github.com/rust-lang/crates.io-index" 3770checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 3771dependencies = [ 3772 "phf_generator", 3773 "phf_shared", 3774 "proc-macro2", 3775 "quote", 3776 "syn", 3777] 3778 3779[[package]] 3780name = "phf_shared" 3781version = "0.11.3" 3782source = "registry+https://github.com/rust-lang/crates.io-index" 3783checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3784dependencies = [ 3785 "siphasher", 3786] 3787 3788[[package]] 3789name = "pin-project" 3790version = "1.1.13" 3791source = "registry+https://github.com/rust-lang/crates.io-index" 3792checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" 3793dependencies = [ 3794 "pin-project-internal", 3795] 3796 3797[[package]] 3798name = "pin-project-internal" 3799version = "1.1.13" 3800source = "registry+https://github.com/rust-lang/crates.io-index" 3801checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" 3802dependencies = [ 3803 "proc-macro2", 3804 "quote", 3805 "syn", 3806] 3807 3808[[package]] 3809name = "pin-project-lite" 3810version = "0.2.17" 3811source = "registry+https://github.com/rust-lang/crates.io-index" 3812checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 3813 3814[[package]] 3815name = "piper" 3816version = "0.2.5" 3817source = "registry+https://github.com/rust-lang/crates.io-index" 3818checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 3819dependencies = [ 3820 "atomic-waker", 3821 "fastrand", 3822 "futures-io", 3823] 3824 3825[[package]] 3826name = "pkcs8" 3827version = "0.10.2" 3828source = "registry+https://github.com/rust-lang/crates.io-index" 3829checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3830dependencies = [ 3831 "der", 3832 "spki", 3833] 3834 3835[[package]] 3836name = "pkg-config" 3837version = "0.3.33" 3838source = "registry+https://github.com/rust-lang/crates.io-index" 3839checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 3840 3841[[package]] 3842name = "polling" 3843version = "3.11.0" 3844source = "registry+https://github.com/rust-lang/crates.io-index" 3845checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 3846dependencies = [ 3847 "cfg-if", 3848 "concurrent-queue", 3849 "hermit-abi", 3850 "pin-project-lite", 3851 "rustix", 3852 "windows-sys 0.61.2", 3853] 3854 3855[[package]] 3856name = "portable-atomic" 3857version = "1.13.1" 3858source = "registry+https://github.com/rust-lang/crates.io-index" 3859checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 3860 3861[[package]] 3862name = "portable-atomic-util" 3863version = "0.2.7" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" 3866dependencies = [ 3867 "portable-atomic", 3868] 3869 3870[[package]] 3871name = "postcard" 3872version = "1.1.3" 3873source = "registry+https://github.com/rust-lang/crates.io-index" 3874checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 3875dependencies = [ 3876 "cobs", 3877 "embedded-io 0.4.0", 3878 "embedded-io 0.6.1", 3879 "heapless 0.7.17", 3880 "serde", 3881] 3882 3883[[package]] 3884name = "potential_utf" 3885version = "0.1.5" 3886source = "registry+https://github.com/rust-lang/crates.io-index" 3887checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 3888dependencies = [ 3889 "zerovec", 3890] 3891 3892[[package]] 3893name = "powerfmt" 3894version = "0.2.0" 3895source = "registry+https://github.com/rust-lang/crates.io-index" 3896checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3897 3898[[package]] 3899name = "ppv-lite86" 3900version = "0.2.21" 3901source = "registry+https://github.com/rust-lang/crates.io-index" 3902checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3903dependencies = [ 3904 "zerocopy", 3905] 3906 3907[[package]] 3908name = "prettyplease" 3909version = "0.2.37" 3910source = "registry+https://github.com/rust-lang/crates.io-index" 3911checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3912dependencies = [ 3913 "proc-macro2", 3914 "syn", 3915] 3916 3917[[package]] 3918name = "primeorder" 3919version = "0.13.6" 3920source = "registry+https://github.com/rust-lang/crates.io-index" 3921checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3922dependencies = [ 3923 "elliptic-curve", 3924] 3925 3926[[package]] 3927name = "proc-macro2" 3928version = "1.0.106" 3929source = "registry+https://github.com/rust-lang/crates.io-index" 3930checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 3931dependencies = [ 3932 "unicode-ident", 3933] 3934 3935[[package]] 3936name = "prodash" 3937version = "31.0.0" 3938source = "registry+https://github.com/rust-lang/crates.io-index" 3939checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c" 3940dependencies = [ 3941 "bytesize", 3942 "human_format", 3943 "parking_lot", 3944] 3945 3946[[package]] 3947name = "quanta" 3948version = "0.12.6" 3949source = "registry+https://github.com/rust-lang/crates.io-index" 3950checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 3951dependencies = [ 3952 "crossbeam-utils", 3953 "libc", 3954 "once_cell", 3955 "raw-cpuid", 3956 "wasi", 3957 "web-sys", 3958 "winapi", 3959] 3960 3961[[package]] 3962name = "quinn" 3963version = "0.11.9" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 3966dependencies = [ 3967 "bytes", 3968 "cfg_aliases", 3969 "futures-io", 3970 "pin-project-lite", 3971 "quinn-proto", 3972 "quinn-udp", 3973 "rustc-hash", 3974 "rustls", 3975 "socket2", 3976 "thiserror 2.0.18", 3977 "tokio", 3978 "tracing", 3979 "web-time", 3980] 3981 3982[[package]] 3983name = "quinn-proto" 3984version = "0.11.14" 3985source = "registry+https://github.com/rust-lang/crates.io-index" 3986checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 3987dependencies = [ 3988 "aws-lc-rs", 3989 "bytes", 3990 "getrandom 0.3.4", 3991 "lru-slab", 3992 "rand 0.9.4", 3993 "ring", 3994 "rustc-hash", 3995 "rustls", 3996 "rustls-pki-types", 3997 "slab", 3998 "thiserror 2.0.18", 3999 "tinyvec", 4000 "tracing", 4001 "web-time", 4002] 4003 4004[[package]] 4005name = "quinn-udp" 4006version = "0.5.14" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 4009dependencies = [ 4010 "cfg_aliases", 4011 "libc", 4012 "once_cell", 4013 "socket2", 4014 "tracing", 4015 "windows-sys 0.60.2", 4016] 4017 4018[[package]] 4019name = "quote" 4020version = "1.0.45" 4021source = "registry+https://github.com/rust-lang/crates.io-index" 4022checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 4023dependencies = [ 4024 "proc-macro2", 4025] 4026 4027[[package]] 4028name = "r-efi" 4029version = "5.3.0" 4030source = "registry+https://github.com/rust-lang/crates.io-index" 4031checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 4032 4033[[package]] 4034name = "r-efi" 4035version = "6.0.0" 4036source = "registry+https://github.com/rust-lang/crates.io-index" 4037checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 4038 4039[[package]] 4040name = "rand" 4041version = "0.8.6" 4042source = "registry+https://github.com/rust-lang/crates.io-index" 4043checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 4044dependencies = [ 4045 "libc", 4046 "rand_chacha 0.3.1", 4047 "rand_core 0.6.4", 4048] 4049 4050[[package]] 4051name = "rand" 4052version = "0.9.4" 4053source = "registry+https://github.com/rust-lang/crates.io-index" 4054checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 4055dependencies = [ 4056 "rand_chacha 0.9.0", 4057 "rand_core 0.9.5", 4058] 4059 4060[[package]] 4061name = "rand_chacha" 4062version = "0.3.1" 4063source = "registry+https://github.com/rust-lang/crates.io-index" 4064checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4065dependencies = [ 4066 "ppv-lite86", 4067 "rand_core 0.6.4", 4068] 4069 4070[[package]] 4071name = "rand_chacha" 4072version = "0.9.0" 4073source = "registry+https://github.com/rust-lang/crates.io-index" 4074checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4075dependencies = [ 4076 "ppv-lite86", 4077 "rand_core 0.9.5", 4078] 4079 4080[[package]] 4081name = "rand_core" 4082version = "0.6.4" 4083source = "registry+https://github.com/rust-lang/crates.io-index" 4084checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4085dependencies = [ 4086 "getrandom 0.2.17", 4087] 4088 4089[[package]] 4090name = "rand_core" 4091version = "0.9.5" 4092source = "registry+https://github.com/rust-lang/crates.io-index" 4093checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 4094dependencies = [ 4095 "getrandom 0.3.4", 4096] 4097 4098[[package]] 4099name = "raw-cpuid" 4100version = "11.6.0" 4101source = "registry+https://github.com/rust-lang/crates.io-index" 4102checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 4103dependencies = [ 4104 "bitflags", 4105] 4106 4107[[package]] 4108name = "rawzip" 4109version = "0.4.4" 4110source = "registry+https://github.com/rust-lang/crates.io-index" 4111checksum = "9d9575f44c8cf85bc843ad666dcdf20d05a7753772bef56eb2a5140282b32150" 4112 4113[[package]] 4114name = "rcgen" 4115version = "0.13.2" 4116source = "registry+https://github.com/rust-lang/crates.io-index" 4117checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" 4118dependencies = [ 4119 "aws-lc-rs", 4120 "pem", 4121 "rustls-pki-types", 4122 "time", 4123 "yasna", 4124] 4125 4126[[package]] 4127name = "redox_syscall" 4128version = "0.5.18" 4129source = "registry+https://github.com/rust-lang/crates.io-index" 4130checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4131dependencies = [ 4132 "bitflags", 4133] 4134 4135[[package]] 4136name = "ref-cast" 4137version = "1.0.25" 4138source = "registry+https://github.com/rust-lang/crates.io-index" 4139checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 4140dependencies = [ 4141 "ref-cast-impl", 4142] 4143 4144[[package]] 4145name = "ref-cast-impl" 4146version = "1.0.25" 4147source = "registry+https://github.com/rust-lang/crates.io-index" 4148checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 4149dependencies = [ 4150 "proc-macro2", 4151 "quote", 4152 "syn", 4153] 4154 4155[[package]] 4156name = "regex" 4157version = "1.12.3" 4158source = "registry+https://github.com/rust-lang/crates.io-index" 4159checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 4160dependencies = [ 4161 "aho-corasick", 4162 "memchr", 4163 "regex-automata", 4164 "regex-syntax", 4165] 4166 4167[[package]] 4168name = "regex-automata" 4169version = "0.4.14" 4170source = "registry+https://github.com/rust-lang/crates.io-index" 4171checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 4172dependencies = [ 4173 "aho-corasick", 4174 "memchr", 4175 "regex-syntax", 4176] 4177 4178[[package]] 4179name = "regex-lite" 4180version = "0.1.9" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" 4183 4184[[package]] 4185name = "regex-syntax" 4186version = "0.8.10" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 4189 4190[[package]] 4191name = "reqwest" 4192version = "0.12.28" 4193source = "registry+https://github.com/rust-lang/crates.io-index" 4194checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 4195dependencies = [ 4196 "base64", 4197 "bytes", 4198 "encoding_rs", 4199 "futures-core", 4200 "futures-util", 4201 "h2", 4202 "http", 4203 "http-body", 4204 "http-body-util", 4205 "hyper", 4206 "hyper-rustls", 4207 "hyper-util", 4208 "js-sys", 4209 "log", 4210 "mime", 4211 "percent-encoding", 4212 "pin-project-lite", 4213 "quinn", 4214 "rustls", 4215 "rustls-pki-types", 4216 "serde", 4217 "serde_json", 4218 "serde_urlencoded", 4219 "sync_wrapper", 4220 "tokio", 4221 "tokio-rustls", 4222 "tokio-util", 4223 "tower", 4224 "tower-http 0.6.11", 4225 "tower-service", 4226 "url", 4227 "wasm-bindgen", 4228 "wasm-bindgen-futures", 4229 "wasm-streams", 4230 "web-sys", 4231 "webpki-roots 1.0.7", 4232] 4233 4234[[package]] 4235name = "reqwest" 4236version = "0.13.1" 4237source = "registry+https://github.com/rust-lang/crates.io-index" 4238checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" 4239dependencies = [ 4240 "base64", 4241 "bytes", 4242 "futures-core", 4243 "futures-util", 4244 "h2", 4245 "http", 4246 "http-body", 4247 "http-body-util", 4248 "hyper", 4249 "hyper-rustls", 4250 "hyper-util", 4251 "js-sys", 4252 "log", 4253 "percent-encoding", 4254 "pin-project-lite", 4255 "quinn", 4256 "rustls", 4257 "rustls-pki-types", 4258 "rustls-platform-verifier", 4259 "serde", 4260 "serde_json", 4261 "sync_wrapper", 4262 "tokio", 4263 "tokio-rustls", 4264 "tokio-util", 4265 "tower", 4266 "tower-http 0.6.11", 4267 "tower-service", 4268 "url", 4269 "wasm-bindgen", 4270 "wasm-bindgen-futures", 4271 "wasm-streams", 4272 "web-sys", 4273 "webpki-roots 1.0.7", 4274] 4275 4276[[package]] 4277name = "rfc6979" 4278version = "0.4.0" 4279source = "registry+https://github.com/rust-lang/crates.io-index" 4280checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4281dependencies = [ 4282 "hmac", 4283 "subtle", 4284] 4285 4286[[package]] 4287name = "ring" 4288version = "0.17.14" 4289source = "registry+https://github.com/rust-lang/crates.io-index" 4290checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4291dependencies = [ 4292 "cc", 4293 "cfg-if", 4294 "getrandom 0.2.17", 4295 "libc", 4296 "untrusted", 4297 "windows-sys 0.52.0", 4298] 4299 4300[[package]] 4301name = "rustc-hash" 4302version = "2.1.2" 4303source = "registry+https://github.com/rust-lang/crates.io-index" 4304checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 4305 4306[[package]] 4307name = "rustc_version" 4308version = "0.4.1" 4309source = "registry+https://github.com/rust-lang/crates.io-index" 4310checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4311dependencies = [ 4312 "semver", 4313] 4314 4315[[package]] 4316name = "rusticata-macros" 4317version = "4.1.0" 4318source = "registry+https://github.com/rust-lang/crates.io-index" 4319checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 4320dependencies = [ 4321 "nom", 4322] 4323 4324[[package]] 4325name = "rustix" 4326version = "1.1.4" 4327source = "registry+https://github.com/rust-lang/crates.io-index" 4328checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 4329dependencies = [ 4330 "bitflags", 4331 "errno", 4332 "libc", 4333 "linux-raw-sys", 4334 "windows-sys 0.52.0", 4335] 4336 4337[[package]] 4338name = "rustls" 4339version = "0.23.40" 4340source = "registry+https://github.com/rust-lang/crates.io-index" 4341checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" 4342dependencies = [ 4343 "aws-lc-rs", 4344 "log", 4345 "once_cell", 4346 "ring", 4347 "rustls-pki-types", 4348 "rustls-webpki", 4349 "subtle", 4350 "zeroize", 4351] 4352 4353[[package]] 4354name = "rustls-acme" 4355version = "0.15.3" 4356source = "registry+https://github.com/rust-lang/crates.io-index" 4357checksum = "b9c70a17ecb067d5067565a16a2e0f26a4a2ea0924f49739d558c45186facc75" 4358dependencies = [ 4359 "async-io", 4360 "async-trait", 4361 "async-web-client", 4362 "aws-lc-rs", 4363 "base64", 4364 "blocking", 4365 "chrono", 4366 "futures", 4367 "futures-rustls", 4368 "http", 4369 "log", 4370 "pem", 4371 "rcgen", 4372 "serde", 4373 "serde_json", 4374 "thiserror 2.0.18", 4375 "webpki-roots 1.0.7", 4376 "x509-parser 0.16.0", 4377] 4378 4379[[package]] 4380name = "rustls-native-certs" 4381version = "0.8.4" 4382source = "registry+https://github.com/rust-lang/crates.io-index" 4383checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" 4384dependencies = [ 4385 "openssl-probe", 4386 "rustls-pki-types", 4387 "schannel", 4388 "security-framework", 4389] 4390 4391[[package]] 4392name = "rustls-pemfile" 4393version = "2.2.0" 4394source = "registry+https://github.com/rust-lang/crates.io-index" 4395checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 4396dependencies = [ 4397 "rustls-pki-types", 4398] 4399 4400[[package]] 4401name = "rustls-pki-types" 4402version = "1.14.1" 4403source = "registry+https://github.com/rust-lang/crates.io-index" 4404checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 4405dependencies = [ 4406 "web-time", 4407 "zeroize", 4408] 4409 4410[[package]] 4411name = "rustls-platform-verifier" 4412version = "0.6.2" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 4415dependencies = [ 4416 "core-foundation 0.10.1", 4417 "core-foundation-sys", 4418 "jni", 4419 "log", 4420 "once_cell", 4421 "rustls", 4422 "rustls-native-certs", 4423 "rustls-platform-verifier-android", 4424 "rustls-webpki", 4425 "security-framework", 4426 "security-framework-sys", 4427 "webpki-root-certs", 4428 "windows-sys 0.52.0", 4429] 4430 4431[[package]] 4432name = "rustls-platform-verifier-android" 4433version = "0.1.1" 4434source = "registry+https://github.com/rust-lang/crates.io-index" 4435checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 4436 4437[[package]] 4438name = "rustls-webpki" 4439version = "0.103.13" 4440source = "registry+https://github.com/rust-lang/crates.io-index" 4441checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 4442dependencies = [ 4443 "aws-lc-rs", 4444 "ring", 4445 "rustls-pki-types", 4446 "untrusted", 4447] 4448 4449[[package]] 4450name = "rustversion" 4451version = "1.0.22" 4452source = "registry+https://github.com/rust-lang/crates.io-index" 4453checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4454 4455[[package]] 4456name = "ryu" 4457version = "1.0.23" 4458source = "registry+https://github.com/rust-lang/crates.io-index" 4459checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 4460 4461[[package]] 4462name = "same-file" 4463version = "1.0.6" 4464source = "registry+https://github.com/rust-lang/crates.io-index" 4465checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4466dependencies = [ 4467 "winapi-util", 4468] 4469 4470[[package]] 4471name = "schannel" 4472version = "0.1.29" 4473source = "registry+https://github.com/rust-lang/crates.io-index" 4474checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 4475dependencies = [ 4476 "windows-sys 0.61.2", 4477] 4478 4479[[package]] 4480name = "scoped-tls" 4481version = "1.0.1" 4482source = "registry+https://github.com/rust-lang/crates.io-index" 4483checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4484 4485[[package]] 4486name = "scopeguard" 4487version = "1.2.0" 4488source = "registry+https://github.com/rust-lang/crates.io-index" 4489checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4490 4491[[package]] 4492name = "sec1" 4493version = "0.7.3" 4494source = "registry+https://github.com/rust-lang/crates.io-index" 4495checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4496dependencies = [ 4497 "base16ct", 4498 "der", 4499 "generic-array", 4500 "pkcs8", 4501 "subtle", 4502 "zeroize", 4503] 4504 4505[[package]] 4506name = "security-framework" 4507version = "3.7.0" 4508source = "registry+https://github.com/rust-lang/crates.io-index" 4509checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 4510dependencies = [ 4511 "bitflags", 4512 "core-foundation 0.10.1", 4513 "core-foundation-sys", 4514 "libc", 4515 "security-framework-sys", 4516] 4517 4518[[package]] 4519name = "security-framework-sys" 4520version = "2.17.0" 4521source = "registry+https://github.com/rust-lang/crates.io-index" 4522checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 4523dependencies = [ 4524 "core-foundation-sys", 4525 "libc", 4526] 4527 4528[[package]] 4529name = "semver" 4530version = "1.0.28" 4531source = "registry+https://github.com/rust-lang/crates.io-index" 4532checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 4533 4534[[package]] 4535name = "send_wrapper" 4536version = "0.6.0" 4537source = "registry+https://github.com/rust-lang/crates.io-index" 4538checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 4539 4540[[package]] 4541name = "serde" 4542version = "1.0.228" 4543source = "registry+https://github.com/rust-lang/crates.io-index" 4544checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4545dependencies = [ 4546 "serde_core", 4547 "serde_derive", 4548] 4549 4550[[package]] 4551name = "serde_bytes" 4552version = "0.11.19" 4553source = "registry+https://github.com/rust-lang/crates.io-index" 4554checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 4555dependencies = [ 4556 "serde", 4557 "serde_core", 4558] 4559 4560[[package]] 4561name = "serde_core" 4562version = "1.0.228" 4563source = "registry+https://github.com/rust-lang/crates.io-index" 4564checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4565dependencies = [ 4566 "serde_derive", 4567] 4568 4569[[package]] 4570name = "serde_derive" 4571version = "1.0.228" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4574dependencies = [ 4575 "proc-macro2", 4576 "quote", 4577 "syn", 4578] 4579 4580[[package]] 4581name = "serde_html_form" 4582version = "0.3.2" 4583source = "registry+https://github.com/rust-lang/crates.io-index" 4584checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94" 4585dependencies = [ 4586 "form_urlencoded", 4587 "indexmap", 4588 "itoa", 4589 "serde_core", 4590] 4591 4592[[package]] 4593name = "serde_ipld_dagcbor" 4594version = "0.6.4" 4595source = "registry+https://github.com/rust-lang/crates.io-index" 4596checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 4597dependencies = [ 4598 "cbor4ii", 4599 "ipld-core", 4600 "scopeguard", 4601 "serde", 4602] 4603 4604[[package]] 4605name = "serde_json" 4606version = "1.0.150" 4607source = "registry+https://github.com/rust-lang/crates.io-index" 4608checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 4609dependencies = [ 4610 "itoa", 4611 "memchr", 4612 "serde", 4613 "serde_core", 4614 "zmij", 4615] 4616 4617[[package]] 4618name = "serde_path_to_error" 4619version = "0.1.20" 4620source = "registry+https://github.com/rust-lang/crates.io-index" 4621checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 4622dependencies = [ 4623 "itoa", 4624 "serde", 4625 "serde_core", 4626] 4627 4628[[package]] 4629name = "serde_repr" 4630version = "0.1.20" 4631source = "registry+https://github.com/rust-lang/crates.io-index" 4632checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 4633dependencies = [ 4634 "proc-macro2", 4635 "quote", 4636 "syn", 4637] 4638 4639[[package]] 4640name = "serde_urlencoded" 4641version = "0.7.1" 4642source = "registry+https://github.com/rust-lang/crates.io-index" 4643checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4644dependencies = [ 4645 "form_urlencoded", 4646 "itoa", 4647 "ryu", 4648 "serde", 4649] 4650 4651[[package]] 4652name = "serde_with" 4653version = "3.21.0" 4654source = "registry+https://github.com/rust-lang/crates.io-index" 4655checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" 4656dependencies = [ 4657 "base64", 4658 "bs58", 4659 "chrono", 4660 "hex", 4661 "serde_core", 4662 "serde_json", 4663 "serde_with_macros", 4664 "time", 4665] 4666 4667[[package]] 4668name = "serde_with_macros" 4669version = "3.21.0" 4670source = "registry+https://github.com/rust-lang/crates.io-index" 4671checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" 4672dependencies = [ 4673 "darling", 4674 "proc-macro2", 4675 "quote", 4676 "syn", 4677] 4678 4679[[package]] 4680name = "sha1" 4681version = "0.10.6" 4682source = "registry+https://github.com/rust-lang/crates.io-index" 4683checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 4684dependencies = [ 4685 "cfg-if", 4686 "cpufeatures 0.2.17", 4687 "digest 0.10.7", 4688] 4689 4690[[package]] 4691name = "sha1-checked" 4692version = "0.10.0" 4693source = "registry+https://github.com/rust-lang/crates.io-index" 4694checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 4695dependencies = [ 4696 "digest 0.10.7", 4697 "sha1", 4698] 4699 4700[[package]] 4701name = "sha2" 4702version = "0.10.9" 4703source = "registry+https://github.com/rust-lang/crates.io-index" 4704checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4705dependencies = [ 4706 "cfg-if", 4707 "cpufeatures 0.2.17", 4708 "digest 0.10.7", 4709] 4710 4711[[package]] 4712name = "sha2" 4713version = "0.11.0" 4714source = "registry+https://github.com/rust-lang/crates.io-index" 4715checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" 4716dependencies = [ 4717 "cfg-if", 4718 "cpufeatures 0.3.0", 4719 "digest 0.11.3", 4720] 4721 4722[[package]] 4723name = "sharded-slab" 4724version = "0.1.7" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4727dependencies = [ 4728 "lazy_static", 4729] 4730 4731[[package]] 4732name = "shell-words" 4733version = "1.1.1" 4734source = "registry+https://github.com/rust-lang/crates.io-index" 4735checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 4736 4737[[package]] 4738name = "shlex" 4739version = "2.0.1" 4740source = "registry+https://github.com/rust-lang/crates.io-index" 4741checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 4742 4743[[package]] 4744name = "signal-hook" 4745version = "0.4.4" 4746source = "registry+https://github.com/rust-lang/crates.io-index" 4747checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 4748dependencies = [ 4749 "libc", 4750 "signal-hook-registry", 4751] 4752 4753[[package]] 4754name = "signal-hook-registry" 4755version = "1.4.8" 4756source = "registry+https://github.com/rust-lang/crates.io-index" 4757checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 4758dependencies = [ 4759 "errno", 4760 "libc", 4761] 4762 4763[[package]] 4764name = "signature" 4765version = "2.2.0" 4766source = "registry+https://github.com/rust-lang/crates.io-index" 4767checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4768dependencies = [ 4769 "digest 0.10.7", 4770 "rand_core 0.6.4", 4771] 4772 4773[[package]] 4774name = "simd-adler32" 4775version = "0.3.9" 4776source = "registry+https://github.com/rust-lang/crates.io-index" 4777checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 4778 4779[[package]] 4780name = "siphasher" 4781version = "1.0.3" 4782source = "registry+https://github.com/rust-lang/crates.io-index" 4783checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 4784 4785[[package]] 4786name = "slab" 4787version = "0.4.12" 4788source = "registry+https://github.com/rust-lang/crates.io-index" 4789checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 4790 4791[[package]] 4792name = "smallvec" 4793version = "1.15.1" 4794source = "registry+https://github.com/rust-lang/crates.io-index" 4795checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4796 4797[[package]] 4798name = "smol_str" 4799version = "0.3.6" 4800source = "registry+https://github.com/rust-lang/crates.io-index" 4801checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 4802dependencies = [ 4803 "borsh", 4804 "serde_core", 4805] 4806 4807[[package]] 4808name = "socket2" 4809version = "0.6.4" 4810source = "registry+https://github.com/rust-lang/crates.io-index" 4811checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 4812dependencies = [ 4813 "libc", 4814 "windows-sys 0.60.2", 4815] 4816 4817[[package]] 4818name = "spin" 4819version = "0.9.8" 4820source = "registry+https://github.com/rust-lang/crates.io-index" 4821checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4822dependencies = [ 4823 "lock_api", 4824] 4825 4826[[package]] 4827name = "spin" 4828version = "0.10.0" 4829source = "registry+https://github.com/rust-lang/crates.io-index" 4830checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 4831 4832[[package]] 4833name = "spinning_top" 4834version = "0.3.0" 4835source = "registry+https://github.com/rust-lang/crates.io-index" 4836checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" 4837dependencies = [ 4838 "lock_api", 4839] 4840 4841[[package]] 4842name = "spki" 4843version = "0.7.3" 4844source = "registry+https://github.com/rust-lang/crates.io-index" 4845checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4846dependencies = [ 4847 "base64ct", 4848 "der", 4849] 4850 4851[[package]] 4852name = "stable_deref_trait" 4853version = "1.2.1" 4854source = "registry+https://github.com/rust-lang/crates.io-index" 4855checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 4856 4857[[package]] 4858name = "static_assertions" 4859version = "1.1.0" 4860source = "registry+https://github.com/rust-lang/crates.io-index" 4861checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4862 4863[[package]] 4864name = "strsim" 4865version = "0.11.1" 4866source = "registry+https://github.com/rust-lang/crates.io-index" 4867checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4868 4869[[package]] 4870name = "subtle" 4871version = "2.6.1" 4872source = "registry+https://github.com/rust-lang/crates.io-index" 4873checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 4874 4875[[package]] 4876name = "syn" 4877version = "2.0.117" 4878source = "registry+https://github.com/rust-lang/crates.io-index" 4879checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 4880dependencies = [ 4881 "proc-macro2", 4882 "quote", 4883 "unicode-ident", 4884] 4885 4886[[package]] 4887name = "sync_wrapper" 4888version = "1.0.2" 4889source = "registry+https://github.com/rust-lang/crates.io-index" 4890checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 4891dependencies = [ 4892 "futures-core", 4893] 4894 4895[[package]] 4896name = "synstructure" 4897version = "0.13.2" 4898source = "registry+https://github.com/rust-lang/crates.io-index" 4899checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 4900dependencies = [ 4901 "proc-macro2", 4902 "quote", 4903 "syn", 4904] 4905 4906[[package]] 4907name = "system-configuration" 4908version = "0.7.0" 4909source = "registry+https://github.com/rust-lang/crates.io-index" 4910checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 4911dependencies = [ 4912 "bitflags", 4913 "core-foundation 0.9.4", 4914 "system-configuration-sys", 4915] 4916 4917[[package]] 4918name = "system-configuration-sys" 4919version = "0.6.0" 4920source = "registry+https://github.com/rust-lang/crates.io-index" 4921checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 4922dependencies = [ 4923 "core-foundation-sys", 4924 "libc", 4925] 4926 4927[[package]] 4928name = "tagptr" 4929version = "0.2.0" 4930source = "registry+https://github.com/rust-lang/crates.io-index" 4931checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 4932 4933[[package]] 4934name = "tar" 4935version = "0.4.46" 4936source = "registry+https://github.com/rust-lang/crates.io-index" 4937checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" 4938dependencies = [ 4939 "filetime", 4940 "libc", 4941 "xattr", 4942] 4943 4944[[package]] 4945name = "tempfile" 4946version = "3.27.0" 4947source = "registry+https://github.com/rust-lang/crates.io-index" 4948checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 4949dependencies = [ 4950 "fastrand", 4951 "getrandom 0.3.4", 4952 "once_cell", 4953 "rustix", 4954 "windows-sys 0.52.0", 4955] 4956 4957[[package]] 4958name = "thiserror" 4959version = "1.0.69" 4960source = "registry+https://github.com/rust-lang/crates.io-index" 4961checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 4962dependencies = [ 4963 "thiserror-impl 1.0.69", 4964] 4965 4966[[package]] 4967name = "thiserror" 4968version = "2.0.18" 4969source = "registry+https://github.com/rust-lang/crates.io-index" 4970checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 4971dependencies = [ 4972 "thiserror-impl 2.0.18", 4973] 4974 4975[[package]] 4976name = "thiserror-impl" 4977version = "1.0.69" 4978source = "registry+https://github.com/rust-lang/crates.io-index" 4979checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 4980dependencies = [ 4981 "proc-macro2", 4982 "quote", 4983 "syn", 4984] 4985 4986[[package]] 4987name = "thiserror-impl" 4988version = "2.0.18" 4989source = "registry+https://github.com/rust-lang/crates.io-index" 4990checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 4991dependencies = [ 4992 "proc-macro2", 4993 "quote", 4994 "syn", 4995] 4996 4997[[package]] 4998name = "thread_local" 4999version = "1.1.9" 5000source = "registry+https://github.com/rust-lang/crates.io-index" 5001checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 5002dependencies = [ 5003 "cfg-if", 5004] 5005 5006[[package]] 5007name = "time" 5008version = "0.3.47" 5009source = "registry+https://github.com/rust-lang/crates.io-index" 5010checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 5011dependencies = [ 5012 "deranged", 5013 "itoa", 5014 "num-conv", 5015 "powerfmt", 5016 "serde_core", 5017 "time-core", 5018 "time-macros", 5019] 5020 5021[[package]] 5022name = "time-core" 5023version = "0.1.8" 5024source = "registry+https://github.com/rust-lang/crates.io-index" 5025checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 5026 5027[[package]] 5028name = "time-macros" 5029version = "0.2.27" 5030source = "registry+https://github.com/rust-lang/crates.io-index" 5031checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 5032dependencies = [ 5033 "num-conv", 5034 "time-core", 5035] 5036 5037[[package]] 5038name = "tinystr" 5039version = "0.8.3" 5040source = "registry+https://github.com/rust-lang/crates.io-index" 5041checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 5042dependencies = [ 5043 "displaydoc", 5044 "zerovec", 5045] 5046 5047[[package]] 5048name = "tinyvec" 5049version = "1.11.0" 5050source = "registry+https://github.com/rust-lang/crates.io-index" 5051checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 5052dependencies = [ 5053 "tinyvec_macros", 5054] 5055 5056[[package]] 5057name = "tinyvec_macros" 5058version = "0.1.1" 5059source = "registry+https://github.com/rust-lang/crates.io-index" 5060checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5061 5062[[package]] 5063name = "tokio" 5064version = "1.52.3" 5065source = "registry+https://github.com/rust-lang/crates.io-index" 5066checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 5067dependencies = [ 5068 "bytes", 5069 "libc", 5070 "mio", 5071 "pin-project-lite", 5072 "signal-hook-registry", 5073 "socket2", 5074 "tokio-macros", 5075 "windows-sys 0.61.2", 5076] 5077 5078[[package]] 5079name = "tokio-macros" 5080version = "2.7.0" 5081source = "registry+https://github.com/rust-lang/crates.io-index" 5082checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 5083dependencies = [ 5084 "proc-macro2", 5085 "quote", 5086 "syn", 5087] 5088 5089[[package]] 5090name = "tokio-rustls" 5091version = "0.26.4" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 5094dependencies = [ 5095 "rustls", 5096 "tokio", 5097] 5098 5099[[package]] 5100name = "tokio-stream" 5101version = "0.1.18" 5102source = "registry+https://github.com/rust-lang/crates.io-index" 5103checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 5104dependencies = [ 5105 "futures-core", 5106 "pin-project-lite", 5107 "tokio", 5108] 5109 5110[[package]] 5111name = "tokio-tungstenite" 5112version = "0.24.0" 5113source = "registry+https://github.com/rust-lang/crates.io-index" 5114checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 5115dependencies = [ 5116 "futures-util", 5117 "log", 5118 "rustls", 5119 "rustls-native-certs", 5120 "rustls-pki-types", 5121 "tokio", 5122 "tokio-rustls", 5123 "tungstenite", 5124] 5125 5126[[package]] 5127name = "tokio-tungstenite-wasm" 5128version = "0.4.0" 5129source = "registry+https://github.com/rust-lang/crates.io-index" 5130checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 5131dependencies = [ 5132 "futures-channel", 5133 "futures-util", 5134 "http", 5135 "httparse", 5136 "js-sys", 5137 "rustls", 5138 "thiserror 1.0.69", 5139 "tokio", 5140 "tokio-tungstenite", 5141 "wasm-bindgen", 5142 "web-sys", 5143] 5144 5145[[package]] 5146name = "tokio-util" 5147version = "0.7.18" 5148source = "registry+https://github.com/rust-lang/crates.io-index" 5149checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 5150dependencies = [ 5151 "bytes", 5152 "futures-core", 5153 "futures-sink", 5154 "futures-util", 5155 "pin-project-lite", 5156 "tokio", 5157] 5158 5159[[package]] 5160name = "tower" 5161version = "0.5.3" 5162source = "registry+https://github.com/rust-lang/crates.io-index" 5163checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 5164dependencies = [ 5165 "futures-core", 5166 "futures-util", 5167 "pin-project-lite", 5168 "sync_wrapper", 5169 "tokio", 5170 "tokio-util", 5171 "tower-layer", 5172 "tower-service", 5173 "tracing", 5174] 5175 5176[[package]] 5177name = "tower-http" 5178version = "0.6.11" 5179source = "registry+https://github.com/rust-lang/crates.io-index" 5180checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 5181dependencies = [ 5182 "async-compression", 5183 "bitflags", 5184 "bytes", 5185 "futures-core", 5186 "futures-util", 5187 "http", 5188 "http-body", 5189 "http-body-util", 5190 "pin-project-lite", 5191 "tokio", 5192 "tokio-util", 5193 "tower", 5194 "tower-layer", 5195 "tower-service", 5196 "url", 5197] 5198 5199[[package]] 5200name = "tower-http" 5201version = "0.7.0" 5202source = "registry+https://github.com/rust-lang/crates.io-index" 5203checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" 5204dependencies = [ 5205 "async-compression", 5206 "bitflags", 5207 "bytes", 5208 "futures-core", 5209 "http", 5210 "http-body", 5211 "percent-encoding", 5212 "pin-project-lite", 5213 "tokio", 5214 "tokio-util", 5215 "tower-layer", 5216 "tower-service", 5217] 5218 5219[[package]] 5220name = "tower-layer" 5221version = "0.3.3" 5222source = "registry+https://github.com/rust-lang/crates.io-index" 5223checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5224 5225[[package]] 5226name = "tower-service" 5227version = "0.3.3" 5228source = "registry+https://github.com/rust-lang/crates.io-index" 5229checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5230 5231[[package]] 5232name = "tower_governor" 5233version = "0.8.0" 5234source = "registry+https://github.com/rust-lang/crates.io-index" 5235checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6" 5236dependencies = [ 5237 "axum", 5238 "forwarded-header-value", 5239 "governor", 5240 "http", 5241 "pin-project", 5242 "thiserror 2.0.18", 5243 "tower", 5244 "tracing", 5245] 5246 5247[[package]] 5248name = "tracing" 5249version = "0.1.44" 5250source = "registry+https://github.com/rust-lang/crates.io-index" 5251checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 5252dependencies = [ 5253 "log", 5254 "pin-project-lite", 5255 "tracing-attributes", 5256 "tracing-core", 5257] 5258 5259[[package]] 5260name = "tracing-attributes" 5261version = "0.1.31" 5262source = "registry+https://github.com/rust-lang/crates.io-index" 5263checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 5264dependencies = [ 5265 "proc-macro2", 5266 "quote", 5267 "syn", 5268] 5269 5270[[package]] 5271name = "tracing-core" 5272version = "0.1.36" 5273source = "registry+https://github.com/rust-lang/crates.io-index" 5274checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 5275dependencies = [ 5276 "once_cell", 5277 "valuable", 5278] 5279 5280[[package]] 5281name = "tracing-log" 5282version = "0.2.0" 5283source = "registry+https://github.com/rust-lang/crates.io-index" 5284checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5285dependencies = [ 5286 "log", 5287 "once_cell", 5288 "tracing-core", 5289] 5290 5291[[package]] 5292name = "tracing-subscriber" 5293version = "0.3.23" 5294source = "registry+https://github.com/rust-lang/crates.io-index" 5295checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 5296dependencies = [ 5297 "matchers", 5298 "nu-ansi-term", 5299 "once_cell", 5300 "regex-automata", 5301 "sharded-slab", 5302 "smallvec", 5303 "thread_local", 5304 "tracing", 5305 "tracing-core", 5306 "tracing-log", 5307] 5308 5309[[package]] 5310name = "trait-variant" 5311version = "0.1.2" 5312source = "registry+https://github.com/rust-lang/crates.io-index" 5313checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 5314dependencies = [ 5315 "proc-macro2", 5316 "quote", 5317 "syn", 5318] 5319 5320[[package]] 5321name = "try-lock" 5322version = "0.2.5" 5323source = "registry+https://github.com/rust-lang/crates.io-index" 5324checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5325 5326[[package]] 5327name = "tungstenite" 5328version = "0.24.0" 5329source = "registry+https://github.com/rust-lang/crates.io-index" 5330checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 5331dependencies = [ 5332 "byteorder", 5333 "bytes", 5334 "data-encoding", 5335 "http", 5336 "httparse", 5337 "log", 5338 "rand 0.8.6", 5339 "rustls", 5340 "rustls-pki-types", 5341 "sha1", 5342 "thiserror 1.0.69", 5343 "utf-8", 5344] 5345 5346[[package]] 5347name = "typenum" 5348version = "1.20.1" 5349source = "registry+https://github.com/rust-lang/crates.io-index" 5350checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" 5351 5352[[package]] 5353name = "uluru" 5354version = "3.1.0" 5355source = "registry+https://github.com/rust-lang/crates.io-index" 5356checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 5357dependencies = [ 5358 "arrayvec", 5359] 5360 5361[[package]] 5362name = "unicode-bom" 5363version = "2.0.3" 5364source = "registry+https://github.com/rust-lang/crates.io-index" 5365checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 5366 5367[[package]] 5368name = "unicode-ident" 5369version = "1.0.24" 5370source = "registry+https://github.com/rust-lang/crates.io-index" 5371checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 5372 5373[[package]] 5374name = "unicode-normalization" 5375version = "0.1.25" 5376source = "registry+https://github.com/rust-lang/crates.io-index" 5377checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 5378dependencies = [ 5379 "tinyvec", 5380] 5381 5382[[package]] 5383name = "unicode-segmentation" 5384version = "1.13.3" 5385source = "registry+https://github.com/rust-lang/crates.io-index" 5386checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 5387 5388[[package]] 5389name = "unicode-width" 5390version = "0.1.14" 5391source = "registry+https://github.com/rust-lang/crates.io-index" 5392checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5393 5394[[package]] 5395name = "unicode-xid" 5396version = "0.2.6" 5397source = "registry+https://github.com/rust-lang/crates.io-index" 5398checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5399 5400[[package]] 5401name = "unsigned-varint" 5402version = "0.7.2" 5403source = "registry+https://github.com/rust-lang/crates.io-index" 5404checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 5405 5406[[package]] 5407name = "unsigned-varint" 5408version = "0.8.0" 5409source = "registry+https://github.com/rust-lang/crates.io-index" 5410checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 5411 5412[[package]] 5413name = "untrusted" 5414version = "0.9.0" 5415source = "registry+https://github.com/rust-lang/crates.io-index" 5416checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5417 5418[[package]] 5419name = "url" 5420version = "2.5.8" 5421source = "registry+https://github.com/rust-lang/crates.io-index" 5422checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 5423dependencies = [ 5424 "form_urlencoded", 5425 "idna", 5426 "percent-encoding", 5427 "serde", 5428 "serde_derive", 5429] 5430 5431[[package]] 5432name = "utf-8" 5433version = "0.7.6" 5434source = "registry+https://github.com/rust-lang/crates.io-index" 5435checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5436 5437[[package]] 5438name = "utf8_iter" 5439version = "1.0.4" 5440source = "registry+https://github.com/rust-lang/crates.io-index" 5441checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5442 5443[[package]] 5444name = "uuid" 5445version = "1.23.3" 5446source = "registry+https://github.com/rust-lang/crates.io-index" 5447checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" 5448dependencies = [ 5449 "getrandom 0.4.2", 5450 "js-sys", 5451 "wasm-bindgen", 5452] 5453 5454[[package]] 5455name = "valuable" 5456version = "0.1.1" 5457source = "registry+https://github.com/rust-lang/crates.io-index" 5458checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5459 5460[[package]] 5461name = "version_check" 5462version = "0.9.5" 5463source = "registry+https://github.com/rust-lang/crates.io-index" 5464checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5465 5466[[package]] 5467name = "walkdir" 5468version = "2.5.0" 5469source = "registry+https://github.com/rust-lang/crates.io-index" 5470checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5471dependencies = [ 5472 "same-file", 5473 "winapi-util", 5474] 5475 5476[[package]] 5477name = "want" 5478version = "0.3.1" 5479source = "registry+https://github.com/rust-lang/crates.io-index" 5480checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5481dependencies = [ 5482 "try-lock", 5483] 5484 5485[[package]] 5486name = "wasi" 5487version = "0.11.1+wasi-snapshot-preview1" 5488source = "registry+https://github.com/rust-lang/crates.io-index" 5489checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 5490 5491[[package]] 5492name = "wasip2" 5493version = "1.0.3+wasi-0.2.9" 5494source = "registry+https://github.com/rust-lang/crates.io-index" 5495checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 5496dependencies = [ 5497 "wit-bindgen 0.57.1", 5498] 5499 5500[[package]] 5501name = "wasip3" 5502version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 5503source = "registry+https://github.com/rust-lang/crates.io-index" 5504checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 5505dependencies = [ 5506 "wit-bindgen 0.51.0", 5507] 5508 5509[[package]] 5510name = "wasm-bindgen" 5511version = "0.2.122" 5512source = "registry+https://github.com/rust-lang/crates.io-index" 5513checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" 5514dependencies = [ 5515 "cfg-if", 5516 "once_cell", 5517 "rustversion", 5518 "wasm-bindgen-macro", 5519 "wasm-bindgen-shared", 5520] 5521 5522[[package]] 5523name = "wasm-bindgen-futures" 5524version = "0.4.72" 5525source = "registry+https://github.com/rust-lang/crates.io-index" 5526checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f" 5527dependencies = [ 5528 "js-sys", 5529 "wasm-bindgen", 5530] 5531 5532[[package]] 5533name = "wasm-bindgen-macro" 5534version = "0.2.122" 5535source = "registry+https://github.com/rust-lang/crates.io-index" 5536checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" 5537dependencies = [ 5538 "quote", 5539 "wasm-bindgen-macro-support", 5540] 5541 5542[[package]] 5543name = "wasm-bindgen-macro-support" 5544version = "0.2.122" 5545source = "registry+https://github.com/rust-lang/crates.io-index" 5546checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" 5547dependencies = [ 5548 "bumpalo", 5549 "proc-macro2", 5550 "quote", 5551 "syn", 5552 "wasm-bindgen-shared", 5553] 5554 5555[[package]] 5556name = "wasm-bindgen-shared" 5557version = "0.2.122" 5558source = "registry+https://github.com/rust-lang/crates.io-index" 5559checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" 5560dependencies = [ 5561 "unicode-ident", 5562] 5563 5564[[package]] 5565name = "wasm-encoder" 5566version = "0.244.0" 5567source = "registry+https://github.com/rust-lang/crates.io-index" 5568checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 5569dependencies = [ 5570 "leb128fmt", 5571 "wasmparser", 5572] 5573 5574[[package]] 5575name = "wasm-metadata" 5576version = "0.244.0" 5577source = "registry+https://github.com/rust-lang/crates.io-index" 5578checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 5579dependencies = [ 5580 "anyhow", 5581 "indexmap", 5582 "wasm-encoder", 5583 "wasmparser", 5584] 5585 5586[[package]] 5587name = "wasm-streams" 5588version = "0.4.2" 5589source = "registry+https://github.com/rust-lang/crates.io-index" 5590checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 5591dependencies = [ 5592 "futures-util", 5593 "js-sys", 5594 "wasm-bindgen", 5595 "wasm-bindgen-futures", 5596 "web-sys", 5597] 5598 5599[[package]] 5600name = "wasmparser" 5601version = "0.244.0" 5602source = "registry+https://github.com/rust-lang/crates.io-index" 5603checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 5604dependencies = [ 5605 "bitflags", 5606 "hashbrown 0.15.5", 5607 "indexmap", 5608 "semver", 5609] 5610 5611[[package]] 5612name = "web-sys" 5613version = "0.3.99" 5614source = "registry+https://github.com/rust-lang/crates.io-index" 5615checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" 5616dependencies = [ 5617 "js-sys", 5618 "wasm-bindgen", 5619] 5620 5621[[package]] 5622name = "web-time" 5623version = "1.1.0" 5624source = "registry+https://github.com/rust-lang/crates.io-index" 5625checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5626dependencies = [ 5627 "js-sys", 5628 "wasm-bindgen", 5629] 5630 5631[[package]] 5632name = "webpki-root-certs" 5633version = "1.0.8" 5634source = "registry+https://github.com/rust-lang/crates.io-index" 5635checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267" 5636dependencies = [ 5637 "rustls-pki-types", 5638] 5639 5640[[package]] 5641name = "webpki-roots" 5642version = "0.26.11" 5643source = "registry+https://github.com/rust-lang/crates.io-index" 5644checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 5645dependencies = [ 5646 "webpki-roots 1.0.7", 5647] 5648 5649[[package]] 5650name = "webpki-roots" 5651version = "1.0.7" 5652source = "registry+https://github.com/rust-lang/crates.io-index" 5653checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" 5654dependencies = [ 5655 "rustls-pki-types", 5656] 5657 5658[[package]] 5659name = "winapi" 5660version = "0.3.9" 5661source = "registry+https://github.com/rust-lang/crates.io-index" 5662checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 5663dependencies = [ 5664 "winapi-i686-pc-windows-gnu", 5665 "winapi-x86_64-pc-windows-gnu", 5666] 5667 5668[[package]] 5669name = "winapi-i686-pc-windows-gnu" 5670version = "0.4.0" 5671source = "registry+https://github.com/rust-lang/crates.io-index" 5672checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 5673 5674[[package]] 5675name = "winapi-util" 5676version = "0.1.11" 5677source = "registry+https://github.com/rust-lang/crates.io-index" 5678checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 5679dependencies = [ 5680 "windows-sys 0.52.0", 5681] 5682 5683[[package]] 5684name = "winapi-x86_64-pc-windows-gnu" 5685version = "0.4.0" 5686source = "registry+https://github.com/rust-lang/crates.io-index" 5687checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 5688 5689[[package]] 5690name = "windows-core" 5691version = "0.62.2" 5692source = "registry+https://github.com/rust-lang/crates.io-index" 5693checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 5694dependencies = [ 5695 "windows-implement", 5696 "windows-interface", 5697 "windows-link", 5698 "windows-result", 5699 "windows-strings", 5700] 5701 5702[[package]] 5703name = "windows-implement" 5704version = "0.60.2" 5705source = "registry+https://github.com/rust-lang/crates.io-index" 5706checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 5707dependencies = [ 5708 "proc-macro2", 5709 "quote", 5710 "syn", 5711] 5712 5713[[package]] 5714name = "windows-interface" 5715version = "0.59.3" 5716source = "registry+https://github.com/rust-lang/crates.io-index" 5717checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 5718dependencies = [ 5719 "proc-macro2", 5720 "quote", 5721 "syn", 5722] 5723 5724[[package]] 5725name = "windows-link" 5726version = "0.2.1" 5727source = "registry+https://github.com/rust-lang/crates.io-index" 5728checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 5729 5730[[package]] 5731name = "windows-registry" 5732version = "0.6.1" 5733source = "registry+https://github.com/rust-lang/crates.io-index" 5734checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 5735dependencies = [ 5736 "windows-link", 5737 "windows-result", 5738 "windows-strings", 5739] 5740 5741[[package]] 5742name = "windows-result" 5743version = "0.4.1" 5744source = "registry+https://github.com/rust-lang/crates.io-index" 5745checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 5746dependencies = [ 5747 "windows-link", 5748] 5749 5750[[package]] 5751name = "windows-strings" 5752version = "0.5.1" 5753source = "registry+https://github.com/rust-lang/crates.io-index" 5754checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 5755dependencies = [ 5756 "windows-link", 5757] 5758 5759[[package]] 5760name = "windows-sys" 5761version = "0.45.0" 5762source = "registry+https://github.com/rust-lang/crates.io-index" 5763checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 5764dependencies = [ 5765 "windows-targets 0.42.2", 5766] 5767 5768[[package]] 5769name = "windows-sys" 5770version = "0.52.0" 5771source = "registry+https://github.com/rust-lang/crates.io-index" 5772checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 5773dependencies = [ 5774 "windows-targets 0.52.6", 5775] 5776 5777[[package]] 5778name = "windows-sys" 5779version = "0.60.2" 5780source = "registry+https://github.com/rust-lang/crates.io-index" 5781checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 5782dependencies = [ 5783 "windows-targets 0.53.5", 5784] 5785 5786[[package]] 5787name = "windows-sys" 5788version = "0.61.2" 5789source = "registry+https://github.com/rust-lang/crates.io-index" 5790checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 5791dependencies = [ 5792 "windows-link", 5793] 5794 5795[[package]] 5796name = "windows-targets" 5797version = "0.42.2" 5798source = "registry+https://github.com/rust-lang/crates.io-index" 5799checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 5800dependencies = [ 5801 "windows_aarch64_gnullvm 0.42.2", 5802 "windows_aarch64_msvc 0.42.2", 5803 "windows_i686_gnu 0.42.2", 5804 "windows_i686_msvc 0.42.2", 5805 "windows_x86_64_gnu 0.42.2", 5806 "windows_x86_64_gnullvm 0.42.2", 5807 "windows_x86_64_msvc 0.42.2", 5808] 5809 5810[[package]] 5811name = "windows-targets" 5812version = "0.52.6" 5813source = "registry+https://github.com/rust-lang/crates.io-index" 5814checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 5815dependencies = [ 5816 "windows_aarch64_gnullvm 0.52.6", 5817 "windows_aarch64_msvc 0.52.6", 5818 "windows_i686_gnu 0.52.6", 5819 "windows_i686_gnullvm 0.52.6", 5820 "windows_i686_msvc 0.52.6", 5821 "windows_x86_64_gnu 0.52.6", 5822 "windows_x86_64_gnullvm 0.52.6", 5823 "windows_x86_64_msvc 0.52.6", 5824] 5825 5826[[package]] 5827name = "windows-targets" 5828version = "0.53.5" 5829source = "registry+https://github.com/rust-lang/crates.io-index" 5830checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 5831dependencies = [ 5832 "windows-link", 5833 "windows_aarch64_gnullvm 0.53.1", 5834 "windows_aarch64_msvc 0.53.1", 5835 "windows_i686_gnu 0.53.1", 5836 "windows_i686_gnullvm 0.53.1", 5837 "windows_i686_msvc 0.53.1", 5838 "windows_x86_64_gnu 0.53.1", 5839 "windows_x86_64_gnullvm 0.53.1", 5840 "windows_x86_64_msvc 0.53.1", 5841] 5842 5843[[package]] 5844name = "windows_aarch64_gnullvm" 5845version = "0.42.2" 5846source = "registry+https://github.com/rust-lang/crates.io-index" 5847checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 5848 5849[[package]] 5850name = "windows_aarch64_gnullvm" 5851version = "0.52.6" 5852source = "registry+https://github.com/rust-lang/crates.io-index" 5853checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 5854 5855[[package]] 5856name = "windows_aarch64_gnullvm" 5857version = "0.53.1" 5858source = "registry+https://github.com/rust-lang/crates.io-index" 5859checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 5860 5861[[package]] 5862name = "windows_aarch64_msvc" 5863version = "0.42.2" 5864source = "registry+https://github.com/rust-lang/crates.io-index" 5865checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 5866 5867[[package]] 5868name = "windows_aarch64_msvc" 5869version = "0.52.6" 5870source = "registry+https://github.com/rust-lang/crates.io-index" 5871checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 5872 5873[[package]] 5874name = "windows_aarch64_msvc" 5875version = "0.53.1" 5876source = "registry+https://github.com/rust-lang/crates.io-index" 5877checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 5878 5879[[package]] 5880name = "windows_i686_gnu" 5881version = "0.42.2" 5882source = "registry+https://github.com/rust-lang/crates.io-index" 5883checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 5884 5885[[package]] 5886name = "windows_i686_gnu" 5887version = "0.52.6" 5888source = "registry+https://github.com/rust-lang/crates.io-index" 5889checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 5890 5891[[package]] 5892name = "windows_i686_gnu" 5893version = "0.53.1" 5894source = "registry+https://github.com/rust-lang/crates.io-index" 5895checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 5896 5897[[package]] 5898name = "windows_i686_gnullvm" 5899version = "0.52.6" 5900source = "registry+https://github.com/rust-lang/crates.io-index" 5901checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 5902 5903[[package]] 5904name = "windows_i686_gnullvm" 5905version = "0.53.1" 5906source = "registry+https://github.com/rust-lang/crates.io-index" 5907checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 5908 5909[[package]] 5910name = "windows_i686_msvc" 5911version = "0.42.2" 5912source = "registry+https://github.com/rust-lang/crates.io-index" 5913checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 5914 5915[[package]] 5916name = "windows_i686_msvc" 5917version = "0.52.6" 5918source = "registry+https://github.com/rust-lang/crates.io-index" 5919checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 5920 5921[[package]] 5922name = "windows_i686_msvc" 5923version = "0.53.1" 5924source = "registry+https://github.com/rust-lang/crates.io-index" 5925checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 5926 5927[[package]] 5928name = "windows_x86_64_gnu" 5929version = "0.42.2" 5930source = "registry+https://github.com/rust-lang/crates.io-index" 5931checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 5932 5933[[package]] 5934name = "windows_x86_64_gnu" 5935version = "0.52.6" 5936source = "registry+https://github.com/rust-lang/crates.io-index" 5937checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 5938 5939[[package]] 5940name = "windows_x86_64_gnu" 5941version = "0.53.1" 5942source = "registry+https://github.com/rust-lang/crates.io-index" 5943checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 5944 5945[[package]] 5946name = "windows_x86_64_gnullvm" 5947version = "0.42.2" 5948source = "registry+https://github.com/rust-lang/crates.io-index" 5949checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 5950 5951[[package]] 5952name = "windows_x86_64_gnullvm" 5953version = "0.52.6" 5954source = "registry+https://github.com/rust-lang/crates.io-index" 5955checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 5956 5957[[package]] 5958name = "windows_x86_64_gnullvm" 5959version = "0.53.1" 5960source = "registry+https://github.com/rust-lang/crates.io-index" 5961checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 5962 5963[[package]] 5964name = "windows_x86_64_msvc" 5965version = "0.42.2" 5966source = "registry+https://github.com/rust-lang/crates.io-index" 5967checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 5968 5969[[package]] 5970name = "windows_x86_64_msvc" 5971version = "0.52.6" 5972source = "registry+https://github.com/rust-lang/crates.io-index" 5973checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 5974 5975[[package]] 5976name = "windows_x86_64_msvc" 5977version = "0.53.1" 5978source = "registry+https://github.com/rust-lang/crates.io-index" 5979checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 5980 5981[[package]] 5982name = "wit-bindgen" 5983version = "0.51.0" 5984source = "registry+https://github.com/rust-lang/crates.io-index" 5985checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 5986dependencies = [ 5987 "wit-bindgen-rust-macro", 5988] 5989 5990[[package]] 5991name = "wit-bindgen" 5992version = "0.57.1" 5993source = "registry+https://github.com/rust-lang/crates.io-index" 5994checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 5995 5996[[package]] 5997name = "wit-bindgen-core" 5998version = "0.51.0" 5999source = "registry+https://github.com/rust-lang/crates.io-index" 6000checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 6001dependencies = [ 6002 "anyhow", 6003 "heck", 6004 "wit-parser", 6005] 6006 6007[[package]] 6008name = "wit-bindgen-rust" 6009version = "0.51.0" 6010source = "registry+https://github.com/rust-lang/crates.io-index" 6011checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 6012dependencies = [ 6013 "anyhow", 6014 "heck", 6015 "indexmap", 6016 "prettyplease", 6017 "syn", 6018 "wasm-metadata", 6019 "wit-bindgen-core", 6020 "wit-component", 6021] 6022 6023[[package]] 6024name = "wit-bindgen-rust-macro" 6025version = "0.51.0" 6026source = "registry+https://github.com/rust-lang/crates.io-index" 6027checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 6028dependencies = [ 6029 "anyhow", 6030 "prettyplease", 6031 "proc-macro2", 6032 "quote", 6033 "syn", 6034 "wit-bindgen-core", 6035 "wit-bindgen-rust", 6036] 6037 6038[[package]] 6039name = "wit-component" 6040version = "0.244.0" 6041source = "registry+https://github.com/rust-lang/crates.io-index" 6042checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 6043dependencies = [ 6044 "anyhow", 6045 "bitflags", 6046 "indexmap", 6047 "log", 6048 "serde", 6049 "serde_derive", 6050 "serde_json", 6051 "wasm-encoder", 6052 "wasm-metadata", 6053 "wasmparser", 6054 "wit-parser", 6055] 6056 6057[[package]] 6058name = "wit-parser" 6059version = "0.244.0" 6060source = "registry+https://github.com/rust-lang/crates.io-index" 6061checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 6062dependencies = [ 6063 "anyhow", 6064 "id-arena", 6065 "indexmap", 6066 "log", 6067 "semver", 6068 "serde", 6069 "serde_derive", 6070 "serde_json", 6071 "unicode-xid", 6072 "wasmparser", 6073] 6074 6075[[package]] 6076name = "writeable" 6077version = "0.6.3" 6078source = "registry+https://github.com/rust-lang/crates.io-index" 6079checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 6080 6081[[package]] 6082name = "x509-parser" 6083version = "0.16.0" 6084source = "registry+https://github.com/rust-lang/crates.io-index" 6085checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 6086dependencies = [ 6087 "asn1-rs 0.6.2", 6088 "data-encoding", 6089 "der-parser 9.0.0", 6090 "lazy_static", 6091 "nom", 6092 "oid-registry 0.7.1", 6093 "rusticata-macros", 6094 "thiserror 1.0.69", 6095 "time", 6096] 6097 6098[[package]] 6099name = "x509-parser" 6100version = "0.18.1" 6101source = "registry+https://github.com/rust-lang/crates.io-index" 6102checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" 6103dependencies = [ 6104 "asn1-rs 0.7.2", 6105 "data-encoding", 6106 "der-parser 10.0.0", 6107 "lazy_static", 6108 "nom", 6109 "oid-registry 0.8.1", 6110 "rusticata-macros", 6111 "thiserror 2.0.18", 6112 "time", 6113] 6114 6115[[package]] 6116name = "xattr" 6117version = "1.6.1" 6118source = "registry+https://github.com/rust-lang/crates.io-index" 6119checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 6120dependencies = [ 6121 "libc", 6122 "rustix", 6123] 6124 6125[[package]] 6126name = "yasna" 6127version = "0.5.2" 6128source = "registry+https://github.com/rust-lang/crates.io-index" 6129checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 6130dependencies = [ 6131 "time", 6132] 6133 6134[[package]] 6135name = "yoke" 6136version = "0.8.3" 6137source = "registry+https://github.com/rust-lang/crates.io-index" 6138checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 6139dependencies = [ 6140 "stable_deref_trait", 6141 "yoke-derive", 6142 "zerofrom", 6143] 6144 6145[[package]] 6146name = "yoke-derive" 6147version = "0.8.2" 6148source = "registry+https://github.com/rust-lang/crates.io-index" 6149checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 6150dependencies = [ 6151 "proc-macro2", 6152 "quote", 6153 "syn", 6154 "synstructure", 6155] 6156 6157[[package]] 6158name = "zerocopy" 6159version = "0.8.50" 6160source = "registry+https://github.com/rust-lang/crates.io-index" 6161checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" 6162dependencies = [ 6163 "zerocopy-derive", 6164] 6165 6166[[package]] 6167name = "zerocopy-derive" 6168version = "0.8.50" 6169source = "registry+https://github.com/rust-lang/crates.io-index" 6170checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" 6171dependencies = [ 6172 "proc-macro2", 6173 "quote", 6174 "syn", 6175] 6176 6177[[package]] 6178name = "zerofrom" 6179version = "0.1.8" 6180source = "registry+https://github.com/rust-lang/crates.io-index" 6181checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 6182dependencies = [ 6183 "zerofrom-derive", 6184] 6185 6186[[package]] 6187name = "zerofrom-derive" 6188version = "0.1.7" 6189source = "registry+https://github.com/rust-lang/crates.io-index" 6190checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 6191dependencies = [ 6192 "proc-macro2", 6193 "quote", 6194 "syn", 6195 "synstructure", 6196] 6197 6198[[package]] 6199name = "zeroize" 6200version = "1.8.2" 6201source = "registry+https://github.com/rust-lang/crates.io-index" 6202checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 6203 6204[[package]] 6205name = "zerotrie" 6206version = "0.2.4" 6207source = "registry+https://github.com/rust-lang/crates.io-index" 6208checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 6209dependencies = [ 6210 "displaydoc", 6211 "yoke", 6212 "zerofrom", 6213] 6214 6215[[package]] 6216name = "zerovec" 6217version = "0.11.6" 6218source = "registry+https://github.com/rust-lang/crates.io-index" 6219checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 6220dependencies = [ 6221 "yoke", 6222 "zerofrom", 6223 "zerovec-derive", 6224] 6225 6226[[package]] 6227name = "zerovec-derive" 6228version = "0.11.3" 6229source = "registry+https://github.com/rust-lang/crates.io-index" 6230checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 6231dependencies = [ 6232 "proc-macro2", 6233 "quote", 6234 "syn", 6235] 6236 6237[[package]] 6238name = "zlib-rs" 6239version = "0.6.3" 6240source = "registry+https://github.com/rust-lang/crates.io-index" 6241checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" 6242 6243[[package]] 6244name = "zmij" 6245version = "1.0.21" 6246source = "registry+https://github.com/rust-lang/crates.io-index" 6247checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 6248 6249[[package]] 6250name = "zstd" 6251version = "0.13.3" 6252source = "registry+https://github.com/rust-lang/crates.io-index" 6253checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 6254dependencies = [ 6255 "zstd-safe", 6256] 6257 6258[[package]] 6259name = "zstd-safe" 6260version = "7.2.4" 6261source = "registry+https://github.com/rust-lang/crates.io-index" 6262checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 6263dependencies = [ 6264 "zstd-sys", 6265] 6266 6267[[package]] 6268name = "zstd-sys" 6269version = "2.0.16+zstd.1.5.7" 6270source = "registry+https://github.com/rust-lang/crates.io-index" 6271checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 6272dependencies = [ 6273 "cc", 6274 "pkg-config", 6275]