Now let's take a silly one
0

Configure Feed

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

at main 184 kB View raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aead" 13version = "0.6.1" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99" 16dependencies = [ 17 "crypto-common 0.2.2", 18 "inout", 19] 20 21[[package]] 22name = "aes" 23version = "0.9.1" 24source = "registry+https://github.com/rust-lang/crates.io-index" 25checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138" 26dependencies = [ 27 "cipher", 28 "cpubits", 29 "cpufeatures 0.3.0", 30 "zeroize", 31] 32 33[[package]] 34name = "aes-gcm" 35version = "0.11.0-rc.4" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "da8c919c118108f144adecad74b425b804ad075580d605d9b33c2d6d1c62a2f8" 38dependencies = [ 39 "aead", 40 "aes", 41 "cipher", 42 "ctr", 43 "ghash", 44 "subtle", 45 "zeroize", 46] 47 48[[package]] 49name = "ahash" 50version = "0.8.12" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 53dependencies = [ 54 "cfg-if", 55 "once_cell", 56 "version_check", 57 "zerocopy", 58] 59 60[[package]] 61name = "aho-corasick" 62version = "1.1.4" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 65dependencies = [ 66 "memchr", 67] 68 69[[package]] 70name = "alloc-no-stdlib" 71version = "2.0.4" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 74 75[[package]] 76name = "alloc-stdlib" 77version = "0.2.4" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195" 80dependencies = [ 81 "alloc-no-stdlib", 82] 83 84[[package]] 85name = "allocator-api2" 86version = "0.2.21" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 89 90[[package]] 91name = "android_system_properties" 92version = "0.1.5" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 95dependencies = [ 96 "libc", 97] 98 99[[package]] 100name = "anstyle" 101version = "1.0.14" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 104 105[[package]] 106name = "anyhow" 107version = "1.0.102" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 110 111[[package]] 112name = "arc-swap" 113version = "1.9.1" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" 116dependencies = [ 117 "rustversion", 118] 119 120[[package]] 121name = "argon2" 122version = "0.6.0-rc.8" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "7af50940b73bf4e16c15c448a2b121c63f2d68e3e54b6a8731673cb4aa0cdff5" 125dependencies = [ 126 "base64ct", 127 "blake2", 128 "cpufeatures 0.3.0", 129 "password-hash", 130] 131 132[[package]] 133name = "arrayvec" 134version = "0.7.7" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" 137 138[[package]] 139name = "asn1-rs" 140version = "0.6.2" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" 143dependencies = [ 144 "asn1-rs-derive 0.5.1", 145 "asn1-rs-impl", 146 "displaydoc", 147 "nom", 148 "num-traits", 149 "rusticata-macros", 150 "thiserror 1.0.69", 151 "time", 152] 153 154[[package]] 155name = "asn1-rs" 156version = "0.7.2" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8" 159dependencies = [ 160 "asn1-rs-derive 0.6.0", 161 "asn1-rs-impl", 162 "displaydoc", 163 "nom", 164 "num-traits", 165 "rusticata-macros", 166 "thiserror 2.0.18", 167 "time", 168] 169 170[[package]] 171name = "asn1-rs-derive" 172version = "0.5.1" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" 175dependencies = [ 176 "proc-macro2", 177 "quote", 178 "syn", 179 "synstructure", 180] 181 182[[package]] 183name = "asn1-rs-derive" 184version = "0.6.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" 187dependencies = [ 188 "proc-macro2", 189 "quote", 190 "syn", 191 "synstructure", 192] 193 194[[package]] 195name = "asn1-rs-impl" 196version = "0.2.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 199dependencies = [ 200 "proc-macro2", 201 "quote", 202 "syn", 203] 204 205[[package]] 206name = "async-channel" 207version = "2.5.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" 210dependencies = [ 211 "concurrent-queue", 212 "event-listener-strategy", 213 "futures-core", 214 "pin-project-lite", 215] 216 217[[package]] 218name = "async-compression" 219version = "0.4.42" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 222dependencies = [ 223 "compression-codecs", 224 "compression-core", 225 "pin-project-lite", 226 "tokio", 227] 228 229[[package]] 230name = "async-http-codec" 231version = "0.8.0" 232source = "registry+https://github.com/rust-lang/crates.io-index" 233checksum = "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91" 234dependencies = [ 235 "anyhow", 236 "futures", 237 "http", 238 "httparse", 239 "log", 240] 241 242[[package]] 243name = "async-io" 244version = "2.6.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc" 247dependencies = [ 248 "autocfg", 249 "cfg-if", 250 "concurrent-queue", 251 "futures-io", 252 "futures-lite", 253 "parking", 254 "polling", 255 "rustix", 256 "slab", 257 "windows-sys 0.61.2", 258] 259 260[[package]] 261name = "async-lock" 262version = "3.4.2" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 265dependencies = [ 266 "event-listener", 267 "event-listener-strategy", 268 "pin-project-lite", 269] 270 271[[package]] 272name = "async-net" 273version = "2.0.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" 276dependencies = [ 277 "async-io", 278 "blocking", 279 "futures-lite", 280] 281 282[[package]] 283name = "async-task" 284version = "4.7.1" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 287 288[[package]] 289name = "async-trait" 290version = "0.1.89" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 293dependencies = [ 294 "proc-macro2", 295 "quote", 296 "syn", 297] 298 299[[package]] 300name = "async-web-client" 301version = "0.6.3" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b" 304dependencies = [ 305 "async-http-codec", 306 "async-net", 307 "futures", 308 "futures-rustls", 309 "http", 310 "lazy_static", 311 "log", 312 "rustls-pki-types", 313 "serde", 314 "thiserror 1.0.69", 315 "webpki-roots 0.26.11", 316] 317 318[[package]] 319name = "atomic-polyfill" 320version = "1.0.3" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 323dependencies = [ 324 "critical-section", 325] 326 327[[package]] 328name = "atomic-waker" 329version = "1.1.2" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 332 333[[package]] 334name = "autocfg" 335version = "1.5.1" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 338 339[[package]] 340name = "aws-lc-rs" 341version = "1.17.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00" 344dependencies = [ 345 "aws-lc-sys", 346 "untrusted 0.7.1", 347 "zeroize", 348] 349 350[[package]] 351name = "aws-lc-sys" 352version = "0.41.0" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4" 355dependencies = [ 356 "cc", 357 "cmake", 358 "dunce", 359 "fs_extra", 360] 361 362[[package]] 363name = "axum" 364version = "0.8.9" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" 367dependencies = [ 368 "axum-core", 369 "base64", 370 "bytes", 371 "form_urlencoded", 372 "futures-util", 373 "http", 374 "http-body", 375 "http-body-util", 376 "hyper", 377 "hyper-util", 378 "itoa", 379 "matchit", 380 "memchr", 381 "mime", 382 "percent-encoding", 383 "pin-project-lite", 384 "serde_core", 385 "serde_json", 386 "serde_path_to_error", 387 "serde_urlencoded", 388 "sha1 0.10.6", 389 "sync_wrapper", 390 "tokio", 391 "tokio-tungstenite 0.29.0", 392 "tower", 393 "tower-layer", 394 "tower-service", 395 "tracing", 396] 397 398[[package]] 399name = "axum-core" 400version = "0.5.6" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" 403dependencies = [ 404 "bytes", 405 "futures-core", 406 "http", 407 "http-body", 408 "http-body-util", 409 "mime", 410 "pin-project-lite", 411 "sync_wrapper", 412 "tower-layer", 413 "tower-service", 414 "tracing", 415] 416 417[[package]] 418name = "base-x" 419version = "0.2.11" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 422 423[[package]] 424name = "base16ct" 425version = "0.2.0" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 428 429[[package]] 430name = "base16ct" 431version = "1.0.0" 432source = "registry+https://github.com/rust-lang/crates.io-index" 433checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6" 434 435[[package]] 436name = "base256emoji" 437version = "1.0.2" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 440dependencies = [ 441 "const-str", 442 "match-lookup", 443] 444 445[[package]] 446name = "base32" 447version = "0.5.1" 448source = "registry+https://github.com/rust-lang/crates.io-index" 449checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076" 450 451[[package]] 452name = "base64" 453version = "0.22.1" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 456 457[[package]] 458name = "base64ct" 459version = "1.8.3" 460source = "registry+https://github.com/rust-lang/crates.io-index" 461checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 462 463[[package]] 464name = "bcrypt-pbkdf" 465version = "0.11.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "144e573728da132683b9488acd528274c790e07fc06ff81ee29f9d8f8b1041e0" 468dependencies = [ 469 "blowfish", 470 "pbkdf2", 471 "sha2 0.11.0", 472] 473 474[[package]] 475name = "bit-set" 476version = "0.8.0" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 479dependencies = [ 480 "bit-vec 0.8.0", 481] 482 483[[package]] 484name = "bit-vec" 485version = "0.8.0" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 488 489[[package]] 490name = "bit-vec" 491version = "0.9.1" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" 494dependencies = [ 495 "serde", 496] 497 498[[package]] 499name = "bitflags" 500version = "1.3.2" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 503 504[[package]] 505name = "bitflags" 506version = "2.13.0" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" 509 510[[package]] 511name = "blake2" 512version = "0.11.0-rc.6" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "061f1a09225e328e1ffbb378d2d49923c0ca5fee19fb5ac1cc9c1e9d52b93690" 515dependencies = [ 516 "digest 0.11.3", 517] 518 519[[package]] 520name = "block-buffer" 521version = "0.10.4" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 524dependencies = [ 525 "generic-array 0.14.9", 526] 527 528[[package]] 529name = "block-buffer" 530version = "0.12.1" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa" 533dependencies = [ 534 "hybrid-array", 535 "zeroize", 536] 537 538[[package]] 539name = "block-padding" 540version = "0.4.2" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b" 543dependencies = [ 544 "hybrid-array", 545] 546 547[[package]] 548name = "blocking" 549version = "1.6.2" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21" 552dependencies = [ 553 "async-channel", 554 "async-task", 555 "futures-io", 556 "futures-lite", 557 "piper", 558] 559 560[[package]] 561name = "blowfish" 562version = "0.10.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "62ce3946557b35e71d1bbe07ec385073ce9eda05043f95de134eb578fcf1a298" 565dependencies = [ 566 "byteorder", 567 "cipher", 568] 569 570[[package]] 571name = "bon" 572version = "3.9.3" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561" 575dependencies = [ 576 "bon-macros", 577 "rustversion", 578] 579 580[[package]] 581name = "bon-macros" 582version = "3.9.3" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f" 585dependencies = [ 586 "darling", 587 "ident_case", 588 "prettyplease", 589 "proc-macro2", 590 "quote", 591 "rustversion", 592 "syn", 593] 594 595[[package]] 596name = "borrow-or-share" 597version = "0.2.4" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" 600 601[[package]] 602name = "borsh" 603version = "1.7.0" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145" 606dependencies = [ 607 "bytes", 608 "cfg_aliases", 609] 610 611[[package]] 612name = "brotli" 613version = "8.0.4" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3" 616dependencies = [ 617 "alloc-no-stdlib", 618 "alloc-stdlib", 619 "brotli-decompressor", 620] 621 622[[package]] 623name = "brotli-decompressor" 624version = "5.0.3" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583" 627dependencies = [ 628 "alloc-no-stdlib", 629 "alloc-stdlib", 630] 631 632[[package]] 633name = "bs58" 634version = "0.5.1" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" 637dependencies = [ 638 "tinyvec", 639] 640 641[[package]] 642name = "bstr" 643version = "1.12.1" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 646dependencies = [ 647 "memchr", 648 "regex-automata", 649 "serde", 650] 651 652[[package]] 653name = "bumpalo" 654version = "3.20.3" 655source = "registry+https://github.com/rust-lang/crates.io-index" 656checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 657 658[[package]] 659name = "byteorder" 660version = "1.5.0" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 663 664[[package]] 665name = "bytes" 666version = "1.12.0" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" 669dependencies = [ 670 "serde", 671] 672 673[[package]] 674name = "bytesize" 675version = "2.4.0" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d" 678 679[[package]] 680name = "cbc" 681version = "0.2.1" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896" 684dependencies = [ 685 "cipher", 686] 687 688[[package]] 689name = "cbor4ii" 690version = "0.2.14" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 693dependencies = [ 694 "serde", 695] 696 697[[package]] 698name = "cc" 699version = "1.2.65" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" 702dependencies = [ 703 "find-msvc-tools", 704 "jobserver", 705 "libc", 706 "shlex", 707] 708 709[[package]] 710name = "cesu8" 711version = "1.1.0" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 714 715[[package]] 716name = "cfg-if" 717version = "1.0.4" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 720 721[[package]] 722name = "cfg_aliases" 723version = "0.2.1" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 726 727[[package]] 728name = "chacha20" 729version = "0.10.0" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601" 732dependencies = [ 733 "cfg-if", 734 "cipher", 735 "cpufeatures 0.3.0", 736 "rand_core 0.10.1", 737 "zeroize", 738] 739 740[[package]] 741name = "chrono" 742version = "0.4.45" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 745dependencies = [ 746 "iana-time-zone", 747 "js-sys", 748 "num-traits", 749 "serde", 750 "wasm-bindgen", 751 "windows-link", 752] 753 754[[package]] 755name = "ciborium" 756version = "0.2.2" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 759dependencies = [ 760 "ciborium-io", 761 "ciborium-ll", 762 "serde", 763] 764 765[[package]] 766name = "ciborium-io" 767version = "0.2.2" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 770 771[[package]] 772name = "ciborium-ll" 773version = "0.2.2" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 776dependencies = [ 777 "ciborium-io", 778 "half", 779] 780 781[[package]] 782name = "cid" 783version = "0.11.3" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 786dependencies = [ 787 "multibase", 788 "multihash", 789 "serde", 790 "serde_bytes", 791 "unsigned-varint 0.8.0", 792] 793 794[[package]] 795name = "cipher" 796version = "0.5.2" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c" 799dependencies = [ 800 "block-buffer 0.12.1", 801 "crypto-common 0.2.2", 802 "inout", 803 "zeroize", 804] 805 806[[package]] 807name = "clap" 808version = "4.6.1" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 811dependencies = [ 812 "clap_builder", 813] 814 815[[package]] 816name = "clap_builder" 817version = "4.6.0" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 820dependencies = [ 821 "anstyle", 822 "clap_lex", 823 "terminal_size", 824] 825 826[[package]] 827name = "clap_lex" 828version = "1.1.0" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 831 832[[package]] 833name = "clru" 834version = "0.6.3" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 837dependencies = [ 838 "hashbrown 0.16.1", 839] 840 841[[package]] 842name = "cmake" 843version = "0.1.58" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 846dependencies = [ 847 "cc", 848] 849 850[[package]] 851name = "cmov" 852version = "0.5.4" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a" 855 856[[package]] 857name = "cobs" 858version = "0.3.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 861dependencies = [ 862 "thiserror 2.0.18", 863] 864 865[[package]] 866name = "combine" 867version = "4.6.7" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 870dependencies = [ 871 "bytes", 872 "memchr", 873] 874 875[[package]] 876name = "compression-codecs" 877version = "0.4.38" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 880dependencies = [ 881 "brotli", 882 "compression-core", 883 "flate2", 884 "memchr", 885 "zstd", 886 "zstd-safe", 887] 888 889[[package]] 890name = "compression-core" 891version = "0.4.32" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 894 895[[package]] 896name = "concurrent-queue" 897version = "2.5.0" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 900dependencies = [ 901 "crossbeam-utils", 902] 903 904[[package]] 905name = "condtype" 906version = "1.3.0" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af" 909 910[[package]] 911name = "confique" 912version = "0.4.0" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "06b4f5ec222421e22bb0a8cbaa36b1d2b50fd45cdd30c915ded34108da78b29f" 915dependencies = [ 916 "confique-macro", 917 "serde", 918 "toml", 919] 920 921[[package]] 922name = "confique-macro" 923version = "0.0.13" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "e4d1754680cd218e7bcb4c960cc9bae3444b5197d64563dccccfdf83cab9e1a7" 926dependencies = [ 927 "heck", 928 "proc-macro2", 929 "quote", 930 "syn", 931] 932 933[[package]] 934name = "const-oid" 935version = "0.9.6" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 938 939[[package]] 940name = "const-oid" 941version = "0.10.2" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" 944 945[[package]] 946name = "const-str" 947version = "0.4.3" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 950 951[[package]] 952name = "cordyceps" 953version = "0.3.4" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 956dependencies = [ 957 "loom", 958 "tracing", 959] 960 961[[package]] 962name = "core-foundation" 963version = "0.9.4" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 966dependencies = [ 967 "core-foundation-sys", 968 "libc", 969] 970 971[[package]] 972name = "core-foundation" 973version = "0.10.1" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 976dependencies = [ 977 "core-foundation-sys", 978 "libc", 979] 980 981[[package]] 982name = "core-foundation-sys" 983version = "0.8.7" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 986 987[[package]] 988name = "cpubits" 989version = "0.1.1" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae" 992 993[[package]] 994name = "cpufeatures" 995version = "0.2.17" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 998dependencies = [ 999 "libc", 1000] 1001 1002[[package]] 1003name = "cpufeatures" 1004version = "0.3.0" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" 1007dependencies = [ 1008 "libc", 1009] 1010 1011[[package]] 1012name = "crc32fast" 1013version = "1.5.0" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 1016dependencies = [ 1017 "cfg-if", 1018] 1019 1020[[package]] 1021name = "critical-section" 1022version = "1.2.0" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 1025 1026[[package]] 1027name = "crossbeam-channel" 1028version = "0.5.15" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 1031dependencies = [ 1032 "crossbeam-utils", 1033] 1034 1035[[package]] 1036name = "crossbeam-epoch" 1037version = "0.9.18" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 1040dependencies = [ 1041 "crossbeam-utils", 1042] 1043 1044[[package]] 1045name = "crossbeam-utils" 1046version = "0.8.21" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 1049 1050[[package]] 1051name = "crunchy" 1052version = "0.2.4" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 1055 1056[[package]] 1057name = "crypto-bigint" 1058version = "0.5.5" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 1061dependencies = [ 1062 "generic-array 0.14.9", 1063 "rand_core 0.6.4", 1064 "subtle", 1065 "zeroize", 1066] 1067 1068[[package]] 1069name = "crypto-bigint" 1070version = "0.7.4" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "97bb4a855e3b10f84c4e7e895a7de01db7f9a7b7eb7f73ed9773fd52ac686451" 1073dependencies = [ 1074 "cpubits", 1075 "ctutils", 1076 "getrandom 0.4.3", 1077 "hybrid-array", 1078 "num-traits", 1079 "rand_core 0.10.1", 1080 "serdect", 1081 "subtle", 1082 "zeroize", 1083] 1084 1085[[package]] 1086name = "crypto-common" 1087version = "0.1.6" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 1090dependencies = [ 1091 "generic-array 0.14.9", 1092 "typenum", 1093] 1094 1095[[package]] 1096name = "crypto-common" 1097version = "0.2.2" 1098source = "registry+https://github.com/rust-lang/crates.io-index" 1099checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453" 1100dependencies = [ 1101 "getrandom 0.4.3", 1102 "hybrid-array", 1103 "rand_core 0.10.1", 1104] 1105 1106[[package]] 1107name = "crypto-primes" 1108version = "0.7.2" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "3633a51a39c69ebbaa4feaa694bd83d241e4093901c84a0963b19d9bb3f0cf8f" 1111dependencies = [ 1112 "crypto-bigint 0.7.4", 1113 "rand_core 0.10.1", 1114] 1115 1116[[package]] 1117name = "ctr" 1118version = "0.10.1" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21" 1121dependencies = [ 1122 "cipher", 1123] 1124 1125[[package]] 1126name = "ctutils" 1127version = "0.4.2" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" 1130dependencies = [ 1131 "cmov", 1132 "subtle", 1133] 1134 1135[[package]] 1136name = "curve25519-dalek" 1137version = "4.1.3" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 1140dependencies = [ 1141 "cfg-if", 1142 "cpufeatures 0.2.17", 1143 "curve25519-dalek-derive", 1144 "digest 0.10.7", 1145 "fiat-crypto 0.2.9", 1146 "rustc_version", 1147 "subtle", 1148 "zeroize", 1149] 1150 1151[[package]] 1152name = "curve25519-dalek" 1153version = "5.0.0-rc.0" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "4f359e08ca85e7bd759e1fd933ff2bccd81864c60a8fba0e259c7f822b0924bf" 1156dependencies = [ 1157 "cfg-if", 1158 "cpufeatures 0.3.0", 1159 "curve25519-dalek-derive", 1160 "digest 0.11.3", 1161 "fiat-crypto 0.3.0", 1162 "rustc_version", 1163 "subtle", 1164 "zeroize", 1165] 1166 1167[[package]] 1168name = "curve25519-dalek-derive" 1169version = "0.1.1" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 1172dependencies = [ 1173 "proc-macro2", 1174 "quote", 1175 "syn", 1176] 1177 1178[[package]] 1179name = "darling" 1180version = "0.23.0" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 1183dependencies = [ 1184 "darling_core", 1185 "darling_macro", 1186] 1187 1188[[package]] 1189name = "darling_core" 1190version = "0.23.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 1193dependencies = [ 1194 "ident_case", 1195 "proc-macro2", 1196 "quote", 1197 "strsim", 1198 "syn", 1199] 1200 1201[[package]] 1202name = "darling_macro" 1203version = "0.23.0" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 1206dependencies = [ 1207 "darling_core", 1208 "quote", 1209 "syn", 1210] 1211 1212[[package]] 1213name = "dashmap" 1214version = "6.2.1" 1215source = "registry+https://github.com/rust-lang/crates.io-index" 1216checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" 1217dependencies = [ 1218 "cfg-if", 1219 "crossbeam-utils", 1220 "hashbrown 0.14.5", 1221 "lock_api", 1222 "once_cell", 1223 "parking_lot_core", 1224] 1225 1226[[package]] 1227name = "data-encoding" 1228version = "2.11.0" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 1231 1232[[package]] 1233name = "data-encoding-macro" 1234version = "0.1.20" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 1237dependencies = [ 1238 "data-encoding", 1239 "data-encoding-macro-internal", 1240] 1241 1242[[package]] 1243name = "data-encoding-macro-internal" 1244version = "0.1.18" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 1247dependencies = [ 1248 "data-encoding", 1249 "syn", 1250] 1251 1252[[package]] 1253name = "defmt" 1254version = "1.1.0" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f" 1257dependencies = [ 1258 "bitflags 1.3.2", 1259 "defmt-macros", 1260] 1261 1262[[package]] 1263name = "defmt-macros" 1264version = "1.1.0" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b" 1267dependencies = [ 1268 "defmt-parser", 1269 "proc-macro-error2", 1270 "proc-macro2", 1271 "quote", 1272 "syn", 1273] 1274 1275[[package]] 1276name = "defmt-parser" 1277version = "1.0.0" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e" 1280dependencies = [ 1281 "thiserror 2.0.18", 1282] 1283 1284[[package]] 1285name = "delegate" 1286version = "0.13.5" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "780eb241654bf097afb00fc5f054a09b687dad862e485fdcf8399bb056565370" 1289dependencies = [ 1290 "proc-macro2", 1291 "quote", 1292 "syn", 1293] 1294 1295[[package]] 1296name = "der" 1297version = "0.7.10" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1300dependencies = [ 1301 "const-oid 0.9.6", 1302 "pem-rfc7468 0.7.0", 1303 "zeroize", 1304] 1305 1306[[package]] 1307name = "der" 1308version = "0.8.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "71fd89660b2dc699704064e59e9dba0147b903e85319429e131620d022be411b" 1311dependencies = [ 1312 "const-oid 0.10.2", 1313 "pem-rfc7468 1.0.0", 1314 "zeroize", 1315] 1316 1317[[package]] 1318name = "der-parser" 1319version = "9.0.0" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 1322dependencies = [ 1323 "asn1-rs 0.6.2", 1324 "displaydoc", 1325 "nom", 1326 "num-bigint", 1327 "num-traits", 1328 "rusticata-macros", 1329] 1330 1331[[package]] 1332name = "der-parser" 1333version = "10.0.0" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" 1336dependencies = [ 1337 "asn1-rs 0.7.2", 1338 "displaydoc", 1339 "nom", 1340 "num-bigint", 1341 "num-traits", 1342 "rusticata-macros", 1343] 1344 1345[[package]] 1346name = "deranged" 1347version = "0.5.8" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 1350 1351[[package]] 1352name = "derive_more" 1353version = "1.0.0" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 1356dependencies = [ 1357 "derive_more-impl", 1358] 1359 1360[[package]] 1361name = "derive_more-impl" 1362version = "1.0.0" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1365dependencies = [ 1366 "proc-macro2", 1367 "quote", 1368 "syn", 1369 "unicode-xid", 1370] 1371 1372[[package]] 1373name = "des" 1374version = "0.9.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "916a94e407b54f9034d71dd748234cd1e516ced6284009906ae246f177eafe5a" 1377dependencies = [ 1378 "cipher", 1379] 1380 1381[[package]] 1382name = "diatomic-waker" 1383version = "0.2.3" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 1386 1387[[package]] 1388name = "digest" 1389version = "0.10.7" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1392dependencies = [ 1393 "block-buffer 0.10.4", 1394 "const-oid 0.9.6", 1395 "crypto-common 0.1.6", 1396 "subtle", 1397] 1398 1399[[package]] 1400name = "digest" 1401version = "0.11.3" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" 1404dependencies = [ 1405 "block-buffer 0.12.1", 1406 "const-oid 0.10.2", 1407 "crypto-common 0.2.2", 1408 "ctutils", 1409] 1410 1411[[package]] 1412name = "displaydoc" 1413version = "0.2.6" 1414source = "registry+https://github.com/rust-lang/crates.io-index" 1415checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 1416dependencies = [ 1417 "proc-macro2", 1418 "quote", 1419 "syn", 1420] 1421 1422[[package]] 1423name = "divan" 1424version = "0.1.21" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "a405457ec78b8fe08b0e32b4a3570ab5dff6dd16eb9e76a5ee0a9d9cbd898933" 1427dependencies = [ 1428 "cfg-if", 1429 "clap", 1430 "condtype", 1431 "divan-macros", 1432 "libc", 1433 "regex-lite", 1434] 1435 1436[[package]] 1437name = "divan-macros" 1438version = "0.1.21" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "9556bc800956545d6420a640173e5ba7dfa82f38d3ea5a167eb555bc69ac3323" 1441dependencies = [ 1442 "proc-macro2", 1443 "quote", 1444 "syn", 1445] 1446 1447[[package]] 1448name = "dunce" 1449version = "1.0.5" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 1452 1453[[package]] 1454name = "ecdsa" 1455version = "0.16.9" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1458dependencies = [ 1459 "der 0.7.10", 1460 "digest 0.10.7", 1461 "elliptic-curve 0.13.8", 1462 "rfc6979 0.4.0", 1463 "signature 2.2.0", 1464 "spki 0.7.3", 1465] 1466 1467[[package]] 1468name = "ecdsa" 1469version = "0.17.0-rc.18" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "54fb064faabbee66e1fc8e5c5a9458d4269dc2d8b638fe86a425adb2510d1a96" 1472dependencies = [ 1473 "der 0.8.0", 1474 "digest 0.11.3", 1475 "elliptic-curve 0.14.0-rc.33", 1476 "rfc6979 0.5.0", 1477 "signature 3.0.0", 1478 "spki 0.8.0", 1479 "zeroize", 1480] 1481 1482[[package]] 1483name = "ed25519" 1484version = "2.2.3" 1485source = "registry+https://github.com/rust-lang/crates.io-index" 1486checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1487dependencies = [ 1488 "pkcs8 0.10.2", 1489 "signature 2.2.0", 1490] 1491 1492[[package]] 1493name = "ed25519" 1494version = "3.0.0" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "29fcf32e6c73d1079f83ab4d782de2d81620346a5f38c6237a86a22f8368980a" 1497dependencies = [ 1498 "pkcs8 0.11.0", 1499 "signature 3.0.0", 1500] 1501 1502[[package]] 1503name = "ed25519-dalek" 1504version = "2.2.0" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1507dependencies = [ 1508 "curve25519-dalek 4.1.3", 1509 "ed25519 2.2.3", 1510 "rand_core 0.6.4", 1511 "serde", 1512 "sha2 0.10.9", 1513 "subtle", 1514 "zeroize", 1515] 1516 1517[[package]] 1518name = "ed25519-dalek" 1519version = "3.0.0-rc.0" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "b011170fe4f04665565b4110afef66774fe9ffff278f3eb5b81cc73d26e27d60" 1522dependencies = [ 1523 "curve25519-dalek 5.0.0-rc.0", 1524 "ed25519 3.0.0", 1525 "rand_core 0.10.1", 1526 "serde", 1527 "sha2 0.11.0", 1528 "signature 3.0.0", 1529 "subtle", 1530 "zeroize", 1531] 1532 1533[[package]] 1534name = "elliptic-curve" 1535version = "0.13.8" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1538dependencies = [ 1539 "base16ct 0.2.0", 1540 "crypto-bigint 0.5.5", 1541 "digest 0.10.7", 1542 "ff 0.13.1", 1543 "generic-array 0.14.9", 1544 "group 0.13.0", 1545 "pem-rfc7468 0.7.0", 1546 "pkcs8 0.10.2", 1547 "rand_core 0.6.4", 1548 "sec1 0.7.3", 1549 "subtle", 1550 "zeroize", 1551] 1552 1553[[package]] 1554name = "elliptic-curve" 1555version = "0.14.0-rc.33" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "102d3643d30dd8b559613c5cced68317199597fffb278cdc88daa2ef7fafc935" 1558dependencies = [ 1559 "base16ct 1.0.0", 1560 "crypto-bigint 0.7.4", 1561 "crypto-common 0.2.2", 1562 "digest 0.11.3", 1563 "ff 0.14.0", 1564 "group 0.14.0", 1565 "hkdf", 1566 "hybrid-array", 1567 "once_cell", 1568 "pem-rfc7468 1.0.0", 1569 "pkcs8 0.11.0", 1570 "rand_core 0.10.1", 1571 "sec1 0.8.1", 1572 "subtle", 1573 "zeroize", 1574] 1575 1576[[package]] 1577name = "embedded-io" 1578version = "0.4.0" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 1581 1582[[package]] 1583name = "embedded-io" 1584version = "0.6.1" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 1587 1588[[package]] 1589name = "encoding_rs" 1590version = "0.8.35" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1593dependencies = [ 1594 "cfg-if", 1595] 1596 1597[[package]] 1598name = "enum_dispatch" 1599version = "0.3.13" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" 1602dependencies = [ 1603 "once_cell", 1604 "proc-macro2", 1605 "quote", 1606 "syn", 1607] 1608 1609[[package]] 1610name = "equivalent" 1611version = "1.0.2" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1614 1615[[package]] 1616name = "errno" 1617version = "0.3.14" 1618source = "registry+https://github.com/rust-lang/crates.io-index" 1619checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1620dependencies = [ 1621 "libc", 1622 "windows-sys 0.61.2", 1623] 1624 1625[[package]] 1626name = "event-listener" 1627version = "5.4.1" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1630dependencies = [ 1631 "concurrent-queue", 1632 "parking", 1633 "pin-project-lite", 1634] 1635 1636[[package]] 1637name = "event-listener-strategy" 1638version = "0.5.4" 1639source = "registry+https://github.com/rust-lang/crates.io-index" 1640checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1641dependencies = [ 1642 "event-listener", 1643 "pin-project-lite", 1644] 1645 1646[[package]] 1647name = "faster-hex" 1648version = "0.10.0" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 1651dependencies = [ 1652 "heapless 0.8.0", 1653 "serde", 1654] 1655 1656[[package]] 1657name = "fastrand" 1658version = "2.4.1" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 1661 1662[[package]] 1663name = "ff" 1664version = "0.13.1" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1667dependencies = [ 1668 "rand_core 0.6.4", 1669 "subtle", 1670] 1671 1672[[package]] 1673name = "ff" 1674version = "0.14.0" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "a1f686ab92a9fb0eaf188f6c6c87b89490baa6fdb0db4544ba4dc47f7942489f" 1677dependencies = [ 1678 "rand_core 0.10.1", 1679 "subtle", 1680] 1681 1682[[package]] 1683name = "fiat-crypto" 1684version = "0.2.9" 1685source = "registry+https://github.com/rust-lang/crates.io-index" 1686checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1687 1688[[package]] 1689name = "fiat-crypto" 1690version = "0.3.0" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" 1693 1694[[package]] 1695name = "filetime" 1696version = "0.2.29" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759" 1699dependencies = [ 1700 "cfg-if", 1701 "libc", 1702] 1703 1704[[package]] 1705name = "find-msvc-tools" 1706version = "0.1.9" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 1709 1710[[package]] 1711name = "flate2" 1712version = "1.1.9" 1713source = "registry+https://github.com/rust-lang/crates.io-index" 1714checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 1715dependencies = [ 1716 "crc32fast", 1717 "miniz_oxide", 1718 "zlib-rs", 1719] 1720 1721[[package]] 1722name = "fluent-uri" 1723version = "0.4.1" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" 1726dependencies = [ 1727 "borrow-or-share", 1728 "ref-cast", 1729 "serde", 1730] 1731 1732[[package]] 1733name = "fnv" 1734version = "1.0.7" 1735source = "registry+https://github.com/rust-lang/crates.io-index" 1736checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1737 1738[[package]] 1739name = "foldhash" 1740version = "0.1.5" 1741source = "registry+https://github.com/rust-lang/crates.io-index" 1742checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1743 1744[[package]] 1745name = "foldhash" 1746version = "0.2.0" 1747source = "registry+https://github.com/rust-lang/crates.io-index" 1748checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 1749 1750[[package]] 1751name = "form_urlencoded" 1752version = "1.2.2" 1753source = "registry+https://github.com/rust-lang/crates.io-index" 1754checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1755dependencies = [ 1756 "percent-encoding", 1757] 1758 1759[[package]] 1760name = "fs_extra" 1761version = "1.3.0" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 1764 1765[[package]] 1766name = "futures" 1767version = "0.3.32" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 1770dependencies = [ 1771 "futures-channel", 1772 "futures-core", 1773 "futures-executor", 1774 "futures-io", 1775 "futures-sink", 1776 "futures-task", 1777 "futures-util", 1778] 1779 1780[[package]] 1781name = "futures-buffered" 1782version = "0.2.13" 1783source = "registry+https://github.com/rust-lang/crates.io-index" 1784checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 1785dependencies = [ 1786 "cordyceps", 1787 "diatomic-waker", 1788 "futures-core", 1789 "pin-project-lite", 1790 "spin 0.10.0", 1791] 1792 1793[[package]] 1794name = "futures-channel" 1795version = "0.3.32" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 1798dependencies = [ 1799 "futures-core", 1800 "futures-sink", 1801] 1802 1803[[package]] 1804name = "futures-core" 1805version = "0.3.32" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 1808 1809[[package]] 1810name = "futures-executor" 1811version = "0.3.32" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 1814dependencies = [ 1815 "futures-core", 1816 "futures-task", 1817 "futures-util", 1818] 1819 1820[[package]] 1821name = "futures-io" 1822version = "0.3.32" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 1825 1826[[package]] 1827name = "futures-lite" 1828version = "2.6.1" 1829source = "registry+https://github.com/rust-lang/crates.io-index" 1830checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1831dependencies = [ 1832 "fastrand", 1833 "futures-core", 1834 "futures-io", 1835 "parking", 1836 "pin-project-lite", 1837] 1838 1839[[package]] 1840name = "futures-macro" 1841version = "0.3.32" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 1844dependencies = [ 1845 "proc-macro2", 1846 "quote", 1847 "syn", 1848] 1849 1850[[package]] 1851name = "futures-rustls" 1852version = "0.26.0" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" 1855dependencies = [ 1856 "futures-io", 1857 "rustls", 1858 "rustls-pki-types", 1859] 1860 1861[[package]] 1862name = "futures-sink" 1863version = "0.3.32" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 1866 1867[[package]] 1868name = "futures-task" 1869version = "0.3.32" 1870source = "registry+https://github.com/rust-lang/crates.io-index" 1871checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 1872 1873[[package]] 1874name = "futures-util" 1875version = "0.3.32" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 1878dependencies = [ 1879 "futures-channel", 1880 "futures-core", 1881 "futures-io", 1882 "futures-macro", 1883 "futures-sink", 1884 "futures-task", 1885 "memchr", 1886 "pin-project-lite", 1887 "slab", 1888] 1889 1890[[package]] 1891name = "generator" 1892version = "0.8.9" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" 1895dependencies = [ 1896 "cc", 1897 "cfg-if", 1898 "libc", 1899 "log", 1900 "rustversion", 1901 "windows-link", 1902 "windows-result", 1903] 1904 1905[[package]] 1906name = "generic-array" 1907version = "0.14.9" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1910dependencies = [ 1911 "typenum", 1912 "version_check", 1913 "zeroize", 1914] 1915 1916[[package]] 1917name = "generic-array" 1918version = "1.4.3" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "c2e55f16dcf0e9c00efbe2e655ffe45fc98e7066b52bc92f8a79e64060a79351" 1921dependencies = [ 1922 "generic-array 0.14.9", 1923 "rustversion", 1924 "typenum", 1925] 1926 1927[[package]] 1928name = "gengo-language" 1929version = "0.14.3" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "b9f4ac35e0d9289625d1266dd236eca53fa8cb0450dea944fe3a99a85d664c82" 1932dependencies = [ 1933 "glob", 1934 "indexmap", 1935 "proc-macro2", 1936 "quote", 1937 "regex", 1938 "serde", 1939 "serde_yaml", 1940] 1941 1942[[package]] 1943name = "getrandom" 1944version = "0.2.17" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 1947dependencies = [ 1948 "cfg-if", 1949 "js-sys", 1950 "libc", 1951 "wasi", 1952 "wasm-bindgen", 1953] 1954 1955[[package]] 1956name = "getrandom" 1957version = "0.3.4" 1958source = "registry+https://github.com/rust-lang/crates.io-index" 1959checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1960dependencies = [ 1961 "cfg-if", 1962 "js-sys", 1963 "libc", 1964 "r-efi 5.3.0", 1965 "wasip2", 1966 "wasm-bindgen", 1967] 1968 1969[[package]] 1970name = "getrandom" 1971version = "0.4.3" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 1974dependencies = [ 1975 "cfg-if", 1976 "js-sys", 1977 "libc", 1978 "r-efi 6.0.0", 1979 "rand_core 0.10.1", 1980 "wasm-bindgen", 1981] 1982 1983[[package]] 1984name = "ghash" 1985version = "0.6.0" 1986source = "registry+https://github.com/rust-lang/crates.io-index" 1987checksum = "2eecf2d5dc9b66b732b97707a0210906b1d30523eb773193ab777c0c84b3e8d5" 1988dependencies = [ 1989 "polyval", 1990] 1991 1992[[package]] 1993name = "gix" 1994version = "0.84.0" 1995source = "registry+https://github.com/rust-lang/crates.io-index" 1996checksum = "ae54ae0ebd1a5a3c3f8d95dd3b5ca6e63f4fed9bfd585e13801a97d7bde8f9ce" 1997dependencies = [ 1998 "gix-actor", 1999 "gix-archive", 2000 "gix-attributes", 2001 "gix-blame", 2002 "gix-command", 2003 "gix-commitgraph", 2004 "gix-config", 2005 "gix-credentials", 2006 "gix-date", 2007 "gix-diff", 2008 "gix-dir", 2009 "gix-discover", 2010 "gix-error", 2011 "gix-features", 2012 "gix-filter", 2013 "gix-fs", 2014 "gix-glob", 2015 "gix-hash", 2016 "gix-hashtable", 2017 "gix-ignore", 2018 "gix-index", 2019 "gix-lock", 2020 "gix-mailmap", 2021 "gix-negotiate", 2022 "gix-object", 2023 "gix-odb", 2024 "gix-pack", 2025 "gix-path", 2026 "gix-pathspec", 2027 "gix-prompt", 2028 "gix-protocol", 2029 "gix-ref", 2030 "gix-refspec", 2031 "gix-revision", 2032 "gix-revwalk", 2033 "gix-sec", 2034 "gix-shallow", 2035 "gix-status", 2036 "gix-submodule", 2037 "gix-tempfile", 2038 "gix-trace", 2039 "gix-traverse", 2040 "gix-url", 2041 "gix-utils", 2042 "gix-validate", 2043 "gix-worktree", 2044 "gix-worktree-state", 2045 "gix-worktree-stream", 2046 "nonempty", 2047 "parking_lot", 2048 "regex", 2049 "signal-hook", 2050 "smallvec", 2051 "thiserror 2.0.18", 2052] 2053 2054[[package]] 2055name = "gix-actor" 2056version = "0.41.1" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f" 2059dependencies = [ 2060 "bstr", 2061 "gix-date", 2062 "gix-error", 2063] 2064 2065[[package]] 2066name = "gix-archive" 2067version = "0.33.0" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "16909cacc78936ab96f6c3be08379d0a2e88bfa3a7527972d2ed75c7517ef31e" 2070dependencies = [ 2071 "bstr", 2072 "flate2", 2073 "gix-date", 2074 "gix-error", 2075 "gix-object", 2076 "gix-path", 2077 "gix-worktree-stream", 2078 "rawzip", 2079 "tar", 2080] 2081 2082[[package]] 2083name = "gix-attributes" 2084version = "0.33.1" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "8d43f12e246d3bf7ec624c8fc15ac4a4b62b7c4c6f586cb82be6c90bf84c9d02" 2087dependencies = [ 2088 "bstr", 2089 "gix-glob", 2090 "gix-path", 2091 "gix-quote", 2092 "gix-trace", 2093 "kstring", 2094 "smallvec", 2095 "thiserror 2.0.18", 2096 "unicode-bom", 2097] 2098 2099[[package]] 2100name = "gix-bitmap" 2101version = "0.3.2" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283" 2104dependencies = [ 2105 "gix-error", 2106] 2107 2108[[package]] 2109name = "gix-blame" 2110version = "0.14.0" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "4d39a0c14af94c2edaa5eefe06d5ef2cdea55316ae9a9321314288e3f55fa4c0" 2113dependencies = [ 2114 "gix-commitgraph", 2115 "gix-date", 2116 "gix-diff", 2117 "gix-error", 2118 "gix-hash", 2119 "gix-object", 2120 "gix-revwalk", 2121 "gix-trace", 2122 "gix-traverse", 2123 "gix-worktree", 2124 "smallvec", 2125 "thiserror 2.0.18", 2126] 2127 2128[[package]] 2129name = "gix-chunk" 2130version = "0.7.2" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb" 2133dependencies = [ 2134 "gix-error", 2135] 2136 2137[[package]] 2138name = "gix-command" 2139version = "0.9.1" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6" 2142dependencies = [ 2143 "bstr", 2144 "gix-path", 2145 "gix-quote", 2146 "gix-trace", 2147 "shell-words", 2148] 2149 2150[[package]] 2151name = "gix-commitgraph" 2152version = "0.37.1" 2153source = "registry+https://github.com/rust-lang/crates.io-index" 2154checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb" 2155dependencies = [ 2156 "bstr", 2157 "gix-chunk", 2158 "gix-error", 2159 "gix-hash", 2160 "memmap2", 2161 "nonempty", 2162] 2163 2164[[package]] 2165name = "gix-config" 2166version = "0.57.0" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "4f2372d4b49ca28431e7d150cab9d25edc1890f0184bd57eb0e917c7799e63de" 2169dependencies = [ 2170 "bstr", 2171 "gix-config-value", 2172 "gix-features", 2173 "gix-glob", 2174 "gix-path", 2175 "gix-ref", 2176 "gix-sec", 2177 "smallvec", 2178 "thiserror 2.0.18", 2179 "unicode-bom", 2180] 2181 2182[[package]] 2183name = "gix-config-value" 2184version = "0.18.1" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab" 2187dependencies = [ 2188 "bitflags 2.13.0", 2189 "bstr", 2190 "gix-path", 2191 "libc", 2192 "thiserror 2.0.18", 2193] 2194 2195[[package]] 2196name = "gix-credentials" 2197version = "0.38.1" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "f40cd22f0dd71988be12d6e78b1709de2370e1957c5f107ff31e56caeba3745d" 2200dependencies = [ 2201 "bstr", 2202 "gix-command", 2203 "gix-config-value", 2204 "gix-date", 2205 "gix-path", 2206 "gix-prompt", 2207 "gix-sec", 2208 "gix-trace", 2209 "gix-url", 2210 "thiserror 2.0.18", 2211] 2212 2213[[package]] 2214name = "gix-date" 2215version = "0.15.4" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "a3ecab64a98bbac9f8e02990a9ea5e3c974a7d49b95f2bd70ad94ad22fa6b48c" 2218dependencies = [ 2219 "bstr", 2220 "gix-error", 2221 "itoa", 2222 "jiff", 2223] 2224 2225[[package]] 2226name = "gix-diff" 2227version = "0.64.0" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "3b6d9528f32d94cef2edf39a1ac01fe5a0fc44ddbb18d9e44099936047c3302b" 2230dependencies = [ 2231 "bstr", 2232 "gix-attributes", 2233 "gix-command", 2234 "gix-filter", 2235 "gix-fs", 2236 "gix-hash", 2237 "gix-imara-diff", 2238 "gix-index", 2239 "gix-object", 2240 "gix-path", 2241 "gix-pathspec", 2242 "gix-tempfile", 2243 "gix-trace", 2244 "gix-traverse", 2245 "gix-worktree", 2246 "thiserror 2.0.18", 2247] 2248 2249[[package]] 2250name = "gix-dir" 2251version = "0.26.0" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "21bb2a53a6fd917ec499ed0bfb5b6887de7a15bd79197dcea7c987938749a9f1" 2254dependencies = [ 2255 "bstr", 2256 "gix-discover", 2257 "gix-fs", 2258 "gix-ignore", 2259 "gix-index", 2260 "gix-object", 2261 "gix-path", 2262 "gix-pathspec", 2263 "gix-trace", 2264 "gix-utils", 2265 "gix-worktree", 2266 "thiserror 2.0.18", 2267] 2268 2269[[package]] 2270name = "gix-discover" 2271version = "0.52.0" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "77bacdd12b7879d2178a80c58c2f319995e4654e1a7a23e3181e5c8a12b824f7" 2274dependencies = [ 2275 "bstr", 2276 "dunce", 2277 "gix-fs", 2278 "gix-path", 2279 "gix-ref", 2280 "gix-sec", 2281 "thiserror 2.0.18", 2282] 2283 2284[[package]] 2285name = "gix-error" 2286version = "0.2.4" 2287source = "registry+https://github.com/rust-lang/crates.io-index" 2288checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b" 2289dependencies = [ 2290 "bstr", 2291] 2292 2293[[package]] 2294name = "gix-features" 2295version = "0.48.1" 2296source = "registry+https://github.com/rust-lang/crates.io-index" 2297checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc" 2298dependencies = [ 2299 "bytes", 2300 "bytesize", 2301 "crc32fast", 2302 "crossbeam-channel", 2303 "gix-path", 2304 "gix-trace", 2305 "gix-utils", 2306 "libc", 2307 "once_cell", 2308 "parking_lot", 2309 "prodash", 2310 "thiserror 2.0.18", 2311 "walkdir", 2312 "zlib-rs", 2313] 2314 2315[[package]] 2316name = "gix-filter" 2317version = "0.31.0" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "ecf74b7d16f6694ce4a3049074c41be0c7987105743674f1671807bd6dce09fa" 2320dependencies = [ 2321 "bstr", 2322 "encoding_rs", 2323 "gix-attributes", 2324 "gix-command", 2325 "gix-hash", 2326 "gix-object", 2327 "gix-packetline", 2328 "gix-path", 2329 "gix-quote", 2330 "gix-trace", 2331 "gix-utils", 2332 "smallvec", 2333 "thiserror 2.0.18", 2334] 2335 2336[[package]] 2337name = "gix-fs" 2338version = "0.21.2" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe" 2341dependencies = [ 2342 "bstr", 2343 "fastrand", 2344 "gix-features", 2345 "gix-path", 2346 "gix-utils", 2347 "thiserror 2.0.18", 2348] 2349 2350[[package]] 2351name = "gix-glob" 2352version = "0.26.1" 2353source = "registry+https://github.com/rust-lang/crates.io-index" 2354checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756" 2355dependencies = [ 2356 "bitflags 2.13.0", 2357 "bstr", 2358 "gix-features", 2359 "gix-path", 2360] 2361 2362[[package]] 2363name = "gix-hash" 2364version = "0.25.1" 2365source = "registry+https://github.com/rust-lang/crates.io-index" 2366checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce" 2367dependencies = [ 2368 "faster-hex", 2369 "gix-features", 2370 "sha1-checked", 2371 "sha2 0.11.0", 2372 "thiserror 2.0.18", 2373] 2374 2375[[package]] 2376name = "gix-hashtable" 2377version = "0.15.1" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "b0e30b93eea8718baf7d8153fcb938e2926175bbf18097c09f1c01b6f0be0563" 2380dependencies = [ 2381 "gix-hash", 2382 "hashbrown 0.17.1", 2383 "parking_lot", 2384] 2385 2386[[package]] 2387name = "gix-ignore" 2388version = "0.21.1" 2389source = "registry+https://github.com/rust-lang/crates.io-index" 2390checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d" 2391dependencies = [ 2392 "bstr", 2393 "gix-glob", 2394 "gix-path", 2395 "gix-trace", 2396 "unicode-bom", 2397] 2398 2399[[package]] 2400name = "gix-imara-diff" 2401version = "0.2.2" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "19753d40da53d0ec41604750eeb969097a90fb2d7f7992730d904541c04e2c19" 2404dependencies = [ 2405 "bstr", 2406 "hashbrown 0.17.1", 2407] 2408 2409[[package]] 2410name = "gix-index" 2411version = "0.52.0" 2412source = "registry+https://github.com/rust-lang/crates.io-index" 2413checksum = "4e6b28cc592dc753adb58302bb14a64e412ee591a3bec77aa4df87bff74fa80d" 2414dependencies = [ 2415 "bitflags 2.13.0", 2416 "bstr", 2417 "filetime", 2418 "fnv", 2419 "gix-bitmap", 2420 "gix-features", 2421 "gix-fs", 2422 "gix-hash", 2423 "gix-lock", 2424 "gix-object", 2425 "gix-traverse", 2426 "gix-utils", 2427 "gix-validate", 2428 "hashbrown 0.17.1", 2429 "itoa", 2430 "libc", 2431 "memmap2", 2432 "rustix", 2433 "smallvec", 2434 "thiserror 2.0.18", 2435] 2436 2437[[package]] 2438name = "gix-lock" 2439version = "23.0.1" 2440source = "registry+https://github.com/rust-lang/crates.io-index" 2441checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c" 2442dependencies = [ 2443 "gix-tempfile", 2444 "gix-utils", 2445 "thiserror 2.0.18", 2446] 2447 2448[[package]] 2449name = "gix-mailmap" 2450version = "0.33.1" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "195fd20808055824531be2fd0d34136d900e5fbca3ffb0a3c07e8beeefb9c828" 2453dependencies = [ 2454 "bstr", 2455 "gix-actor", 2456 "gix-date", 2457 "gix-error", 2458] 2459 2460[[package]] 2461name = "gix-negotiate" 2462version = "0.32.0" 2463source = "registry+https://github.com/rust-lang/crates.io-index" 2464checksum = "890c936a215bae25818c076cb881cb2e54d2c66ba947ba58b8dd47cff921bf55" 2465dependencies = [ 2466 "bitflags 2.13.0", 2467 "gix-commitgraph", 2468 "gix-date", 2469 "gix-hash", 2470 "gix-object", 2471 "gix-revwalk", 2472] 2473 2474[[package]] 2475name = "gix-object" 2476version = "0.61.0" 2477source = "registry+https://github.com/rust-lang/crates.io-index" 2478checksum = "d5cd857e29429c7213bdef3f5aef83f8cc124774fe8ae0d27b1607d218d6d525" 2479dependencies = [ 2480 "bstr", 2481 "gix-actor", 2482 "gix-date", 2483 "gix-features", 2484 "gix-hash", 2485 "gix-hashtable", 2486 "gix-utils", 2487 "gix-validate", 2488 "itoa", 2489 "smallvec", 2490 "thiserror 2.0.18", 2491] 2492 2493[[package]] 2494name = "gix-odb" 2495version = "0.81.0" 2496source = "registry+https://github.com/rust-lang/crates.io-index" 2497checksum = "7d004c32858b1556f2d7874405edb3c97dc78fc09beaa87d57bb077ee2858a7d" 2498dependencies = [ 2499 "arc-swap", 2500 "gix-features", 2501 "gix-fs", 2502 "gix-hash", 2503 "gix-hashtable", 2504 "gix-object", 2505 "gix-pack", 2506 "gix-path", 2507 "gix-quote", 2508 "memmap2", 2509 "parking_lot", 2510 "tempfile", 2511 "thiserror 2.0.18", 2512] 2513 2514[[package]] 2515name = "gix-pack" 2516version = "0.71.0" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "e43626f2a27d1033674ec1a196b845614231e6bbd949d5e21c133045ff56b174" 2519dependencies = [ 2520 "clru", 2521 "gix-chunk", 2522 "gix-diff", 2523 "gix-error", 2524 "gix-features", 2525 "gix-hash", 2526 "gix-hashtable", 2527 "gix-object", 2528 "gix-path", 2529 "gix-tempfile", 2530 "gix-traverse", 2531 "memmap2", 2532 "parking_lot", 2533 "smallvec", 2534 "thiserror 2.0.18", 2535 "uluru", 2536] 2537 2538[[package]] 2539name = "gix-packetline" 2540version = "0.21.5" 2541source = "registry+https://github.com/rust-lang/crates.io-index" 2542checksum = "b217dd0ee0c4021ecf169a4a519b1b4f80d15e3f3765f3dc466223dc0ac891d7" 2543dependencies = [ 2544 "bstr", 2545 "faster-hex", 2546 "gix-trace", 2547 "thiserror 2.0.18", 2548] 2549 2550[[package]] 2551name = "gix-path" 2552version = "0.12.1" 2553source = "registry+https://github.com/rust-lang/crates.io-index" 2554checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6" 2555dependencies = [ 2556 "bstr", 2557 "gix-trace", 2558 "gix-validate", 2559 "thiserror 2.0.18", 2560] 2561 2562[[package]] 2563name = "gix-pathspec" 2564version = "0.18.1" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f" 2567dependencies = [ 2568 "bitflags 2.13.0", 2569 "bstr", 2570 "gix-attributes", 2571 "gix-config-value", 2572 "gix-glob", 2573 "gix-path", 2574 "thiserror 2.0.18", 2575] 2576 2577[[package]] 2578name = "gix-prompt" 2579version = "0.15.1" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "3ee604d7746080ae7e1023bf47204bcc2c5f307bfbe2306a3c90b1bfd1a2c6d8" 2582dependencies = [ 2583 "gix-command", 2584 "gix-config-value", 2585 "parking_lot", 2586 "rustix", 2587 "thiserror 2.0.18", 2588] 2589 2590[[package]] 2591name = "gix-protocol" 2592version = "0.62.0" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "51dea3acb390707ab868f1f9584f18449eb95d869deffae96768e47d303595ee" 2595dependencies = [ 2596 "bstr", 2597 "gix-date", 2598 "gix-features", 2599 "gix-hash", 2600 "gix-ref", 2601 "gix-shallow", 2602 "gix-transport", 2603 "gix-utils", 2604 "maybe-async", 2605 "nonempty", 2606 "thiserror 2.0.18", 2607] 2608 2609[[package]] 2610name = "gix-quote" 2611version = "0.7.2" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef" 2614dependencies = [ 2615 "bstr", 2616 "gix-error", 2617 "gix-utils", 2618] 2619 2620[[package]] 2621name = "gix-ref" 2622version = "0.64.0" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "4c04f64c37eb7e6feb73c7060f8dc6f381cc5de5d53249bfd450bc48a86b2e8b" 2625dependencies = [ 2626 "gix-actor", 2627 "gix-features", 2628 "gix-fs", 2629 "gix-hash", 2630 "gix-lock", 2631 "gix-object", 2632 "gix-path", 2633 "gix-tempfile", 2634 "gix-utils", 2635 "gix-validate", 2636 "memmap2", 2637 "thiserror 2.0.18", 2638] 2639 2640[[package]] 2641name = "gix-refspec" 2642version = "0.42.0" 2643source = "registry+https://github.com/rust-lang/crates.io-index" 2644checksum = "b216ae06ec74b5f24ad0142026a997fb0a935b7410eaf9c1616fc3f0e6c5a6d3" 2645dependencies = [ 2646 "bstr", 2647 "gix-error", 2648 "gix-glob", 2649 "gix-hash", 2650 "gix-revision", 2651 "gix-validate", 2652 "smallvec", 2653 "thiserror 2.0.18", 2654] 2655 2656[[package]] 2657name = "gix-revision" 2658version = "0.46.0" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "0b47c88884dd3c1a19a39da19d10211fcdea2809aadc86869b6e824a1774340f" 2661dependencies = [ 2662 "bitflags 2.13.0", 2663 "bstr", 2664 "gix-commitgraph", 2665 "gix-date", 2666 "gix-error", 2667 "gix-hash", 2668 "gix-hashtable", 2669 "gix-object", 2670 "gix-revwalk", 2671 "gix-trace", 2672 "nonempty", 2673] 2674 2675[[package]] 2676name = "gix-revwalk" 2677version = "0.32.0" 2678source = "registry+https://github.com/rust-lang/crates.io-index" 2679checksum = "85f5756abffe0917827aac683b13684ed99875bc398fa1f9b8f479b0681ef9e6" 2680dependencies = [ 2681 "gix-commitgraph", 2682 "gix-date", 2683 "gix-error", 2684 "gix-hash", 2685 "gix-hashtable", 2686 "gix-object", 2687 "smallvec", 2688 "thiserror 2.0.18", 2689] 2690 2691[[package]] 2692name = "gix-sec" 2693version = "0.14.1" 2694source = "registry+https://github.com/rust-lang/crates.io-index" 2695checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3" 2696dependencies = [ 2697 "bitflags 2.13.0", 2698 "gix-path", 2699 "libc", 2700 "windows-sys 0.61.2", 2701] 2702 2703[[package]] 2704name = "gix-shallow" 2705version = "0.12.1" 2706source = "registry+https://github.com/rust-lang/crates.io-index" 2707checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97" 2708dependencies = [ 2709 "bstr", 2710 "gix-hash", 2711 "gix-lock", 2712 "nonempty", 2713 "thiserror 2.0.18", 2714] 2715 2716[[package]] 2717name = "gix-status" 2718version = "0.31.0" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "22042e385d28a34275e029d98f4970285045be14b9073658ca897923f2ed8700" 2721dependencies = [ 2722 "bstr", 2723 "filetime", 2724 "gix-diff", 2725 "gix-dir", 2726 "gix-features", 2727 "gix-filter", 2728 "gix-fs", 2729 "gix-hash", 2730 "gix-index", 2731 "gix-object", 2732 "gix-path", 2733 "gix-pathspec", 2734 "gix-worktree", 2735 "portable-atomic", 2736 "thiserror 2.0.18", 2737] 2738 2739[[package]] 2740name = "gix-submodule" 2741version = "0.31.0" 2742source = "registry+https://github.com/rust-lang/crates.io-index" 2743checksum = "3059890ef054066c22a94bfc6a3eaba0d806aedcd630a0bc9e5783fd88884781" 2744dependencies = [ 2745 "bstr", 2746 "gix-config", 2747 "gix-path", 2748 "gix-pathspec", 2749 "gix-refspec", 2750 "gix-url", 2751 "thiserror 2.0.18", 2752] 2753 2754[[package]] 2755name = "gix-tempfile" 2756version = "23.0.1" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "27850097e1ff9515f46a0dad0f5f9c9d020e972727772dabab9450690c4adb22" 2759dependencies = [ 2760 "dashmap", 2761 "gix-fs", 2762 "libc", 2763 "parking_lot", 2764 "signal-hook", 2765 "signal-hook-registry", 2766 "tempfile", 2767] 2768 2769[[package]] 2770name = "gix-trace" 2771version = "0.1.20" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678" 2774 2775[[package]] 2776name = "gix-transport" 2777version = "0.57.1" 2778source = "registry+https://github.com/rust-lang/crates.io-index" 2779checksum = "7cd0e34995b1aab0fa8dff2af8db726a0bfad3e119c89302604463264046e7ff" 2780dependencies = [ 2781 "bstr", 2782 "gix-command", 2783 "gix-features", 2784 "gix-packetline", 2785 "gix-quote", 2786 "gix-sec", 2787 "gix-url", 2788 "thiserror 2.0.18", 2789] 2790 2791[[package]] 2792name = "gix-traverse" 2793version = "0.58.0" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "e8de590ecc86a3b2870665f2288324fa9f7f8672c7fc2d4e020fdd81cd1f7aed" 2796dependencies = [ 2797 "bitflags 2.13.0", 2798 "gix-commitgraph", 2799 "gix-date", 2800 "gix-hash", 2801 "gix-hashtable", 2802 "gix-object", 2803 "gix-revwalk", 2804 "smallvec", 2805 "thiserror 2.0.18", 2806] 2807 2808[[package]] 2809name = "gix-url" 2810version = "0.36.1" 2811source = "registry+https://github.com/rust-lang/crates.io-index" 2812checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2" 2813dependencies = [ 2814 "bstr", 2815 "gix-path", 2816 "percent-encoding", 2817 "thiserror 2.0.18", 2818] 2819 2820[[package]] 2821name = "gix-utils" 2822version = "0.3.3" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771" 2825dependencies = [ 2826 "bstr", 2827 "fastrand", 2828 "unicode-normalization", 2829] 2830 2831[[package]] 2832name = "gix-validate" 2833version = "0.11.2" 2834source = "registry+https://github.com/rust-lang/crates.io-index" 2835checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3" 2836dependencies = [ 2837 "bstr", 2838] 2839 2840[[package]] 2841name = "gix-worktree" 2842version = "0.53.0" 2843source = "registry+https://github.com/rust-lang/crates.io-index" 2844checksum = "cef414ed275e8407cd5d53d301e83be19700b0dd3f859d2434417b58f454a2d1" 2845dependencies = [ 2846 "bstr", 2847 "gix-attributes", 2848 "gix-fs", 2849 "gix-glob", 2850 "gix-hash", 2851 "gix-ignore", 2852 "gix-index", 2853 "gix-object", 2854 "gix-path", 2855 "gix-validate", 2856] 2857 2858[[package]] 2859name = "gix-worktree-state" 2860version = "0.31.0" 2861source = "registry+https://github.com/rust-lang/crates.io-index" 2862checksum = "4bffae8b3ca258fdd50370cd51f06deb4c76a3b43db3868bc28dde45ffa77d69" 2863dependencies = [ 2864 "bstr", 2865 "gix-features", 2866 "gix-filter", 2867 "gix-fs", 2868 "gix-index", 2869 "gix-object", 2870 "gix-path", 2871 "gix-worktree", 2872 "io-close", 2873 "thiserror 2.0.18", 2874] 2875 2876[[package]] 2877name = "gix-worktree-stream" 2878version = "0.33.0" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "d25e9ed30100c63f7590bc581c225e53f731a53e06aa79a245739c07f7dcc557" 2881dependencies = [ 2882 "gix-attributes", 2883 "gix-error", 2884 "gix-features", 2885 "gix-filter", 2886 "gix-fs", 2887 "gix-hash", 2888 "gix-object", 2889 "gix-path", 2890 "gix-traverse", 2891 "parking_lot", 2892] 2893 2894[[package]] 2895name = "glob" 2896version = "0.3.3" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 2899 2900[[package]] 2901name = "globset" 2902version = "0.4.18" 2903source = "registry+https://github.com/rust-lang/crates.io-index" 2904checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 2905dependencies = [ 2906 "aho-corasick", 2907 "bstr", 2908 "log", 2909 "regex-automata", 2910 "regex-syntax", 2911] 2912 2913[[package]] 2914name = "group" 2915version = "0.13.0" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 2918dependencies = [ 2919 "ff 0.13.1", 2920 "rand_core 0.6.4", 2921 "subtle", 2922] 2923 2924[[package]] 2925name = "group" 2926version = "0.14.0" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "7fd1a1c7a5206c5b7a3f5a0d7ccd3ff85d0c8f5133d62a02680255b0004af5f4" 2929dependencies = [ 2930 "ff 0.14.0", 2931 "rand_core 0.10.1", 2932 "subtle", 2933] 2934 2935[[package]] 2936name = "h2" 2937version = "0.4.15" 2938source = "registry+https://github.com/rust-lang/crates.io-index" 2939checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155" 2940dependencies = [ 2941 "atomic-waker", 2942 "bytes", 2943 "fnv", 2944 "futures-core", 2945 "futures-sink", 2946 "http", 2947 "indexmap", 2948 "slab", 2949 "tokio", 2950 "tokio-util", 2951 "tracing", 2952] 2953 2954[[package]] 2955name = "h3" 2956version = "0.0.8" 2957source = "registry+https://github.com/rust-lang/crates.io-index" 2958checksum = "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be" 2959dependencies = [ 2960 "bytes", 2961 "fastrand", 2962 "futures-util", 2963 "http", 2964 "pin-project-lite", 2965 "tokio", 2966] 2967 2968[[package]] 2969name = "h3-quinn" 2970version = "0.0.10" 2971source = "registry+https://github.com/rust-lang/crates.io-index" 2972checksum = "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4" 2973dependencies = [ 2974 "bytes", 2975 "futures", 2976 "h3", 2977 "quinn", 2978 "tokio", 2979 "tokio-util", 2980] 2981 2982[[package]] 2983name = "half" 2984version = "2.7.1" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 2987dependencies = [ 2988 "cfg-if", 2989 "crunchy", 2990 "zerocopy", 2991] 2992 2993[[package]] 2994name = "hash32" 2995version = "0.2.1" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 2998dependencies = [ 2999 "byteorder", 3000] 3001 3002[[package]] 3003name = "hash32" 3004version = "0.3.1" 3005source = "registry+https://github.com/rust-lang/crates.io-index" 3006checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 3007dependencies = [ 3008 "byteorder", 3009] 3010 3011[[package]] 3012name = "hashbrown" 3013version = "0.14.5" 3014source = "registry+https://github.com/rust-lang/crates.io-index" 3015checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 3016dependencies = [ 3017 "ahash", 3018 "allocator-api2", 3019] 3020 3021[[package]] 3022name = "hashbrown" 3023version = "0.15.5" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 3026dependencies = [ 3027 "allocator-api2", 3028 "equivalent", 3029 "foldhash 0.1.5", 3030] 3031 3032[[package]] 3033name = "hashbrown" 3034version = "0.16.1" 3035source = "registry+https://github.com/rust-lang/crates.io-index" 3036checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 3037dependencies = [ 3038 "allocator-api2", 3039 "equivalent", 3040 "foldhash 0.2.0", 3041] 3042 3043[[package]] 3044name = "hashbrown" 3045version = "0.17.1" 3046source = "registry+https://github.com/rust-lang/crates.io-index" 3047checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 3048dependencies = [ 3049 "allocator-api2", 3050 "equivalent", 3051 "foldhash 0.2.0", 3052] 3053 3054[[package]] 3055name = "heapless" 3056version = "0.7.17" 3057source = "registry+https://github.com/rust-lang/crates.io-index" 3058checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 3059dependencies = [ 3060 "atomic-polyfill", 3061 "hash32 0.2.1", 3062 "rustc_version", 3063 "serde", 3064 "spin 0.9.8", 3065 "stable_deref_trait", 3066] 3067 3068[[package]] 3069name = "heapless" 3070version = "0.8.0" 3071source = "registry+https://github.com/rust-lang/crates.io-index" 3072checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 3073dependencies = [ 3074 "hash32 0.3.1", 3075 "stable_deref_trait", 3076] 3077 3078[[package]] 3079name = "heck" 3080version = "0.5.0" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 3083 3084[[package]] 3085name = "hermit-abi" 3086version = "0.5.2" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 3089 3090[[package]] 3091name = "hex" 3092version = "0.4.3" 3093source = "registry+https://github.com/rust-lang/crates.io-index" 3094checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 3095 3096[[package]] 3097name = "hex-literal" 3098version = "1.1.0" 3099source = "registry+https://github.com/rust-lang/crates.io-index" 3100checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1" 3101 3102[[package]] 3103name = "hkdf" 3104version = "0.13.0" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018" 3107dependencies = [ 3108 "hmac 0.13.0", 3109] 3110 3111[[package]] 3112name = "hmac" 3113version = "0.12.1" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 3116dependencies = [ 3117 "digest 0.10.7", 3118] 3119 3120[[package]] 3121name = "hmac" 3122version = "0.13.0" 3123source = "registry+https://github.com/rust-lang/crates.io-index" 3124checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" 3125dependencies = [ 3126 "digest 0.11.3", 3127] 3128 3129[[package]] 3130name = "http" 3131version = "1.4.2" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 3134dependencies = [ 3135 "bytes", 3136 "itoa", 3137] 3138 3139[[package]] 3140name = "http-body" 3141version = "1.0.1" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 3144dependencies = [ 3145 "bytes", 3146 "http", 3147] 3148 3149[[package]] 3150name = "http-body-util" 3151version = "0.1.3" 3152source = "registry+https://github.com/rust-lang/crates.io-index" 3153checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 3154dependencies = [ 3155 "bytes", 3156 "futures-core", 3157 "http", 3158 "http-body", 3159 "pin-project-lite", 3160] 3161 3162[[package]] 3163name = "http-range-header" 3164version = "0.4.2" 3165source = "registry+https://github.com/rust-lang/crates.io-index" 3166checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 3167 3168[[package]] 3169name = "httparse" 3170version = "1.10.1" 3171source = "registry+https://github.com/rust-lang/crates.io-index" 3172checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 3173 3174[[package]] 3175name = "httpdate" 3176version = "1.0.3" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 3179 3180[[package]] 3181name = "human_format" 3182version = "1.2.1" 3183source = "registry+https://github.com/rust-lang/crates.io-index" 3184checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b" 3185 3186[[package]] 3187name = "hybrid-array" 3188version = "0.4.12" 3189source = "registry+https://github.com/rust-lang/crates.io-index" 3190checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" 3191dependencies = [ 3192 "ctutils", 3193 "subtle", 3194 "typenum", 3195 "zeroize", 3196] 3197 3198[[package]] 3199name = "hyper" 3200version = "1.10.1" 3201source = "registry+https://github.com/rust-lang/crates.io-index" 3202checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" 3203dependencies = [ 3204 "atomic-waker", 3205 "bytes", 3206 "futures-channel", 3207 "futures-core", 3208 "h2", 3209 "http", 3210 "http-body", 3211 "httparse", 3212 "httpdate", 3213 "itoa", 3214 "pin-project-lite", 3215 "smallvec", 3216 "tokio", 3217 "want", 3218] 3219 3220[[package]] 3221name = "hyper-rustls" 3222version = "0.27.9" 3223source = "registry+https://github.com/rust-lang/crates.io-index" 3224checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 3225dependencies = [ 3226 "http", 3227 "hyper", 3228 "hyper-util", 3229 "rustls", 3230 "tokio", 3231 "tokio-rustls", 3232 "tower-service", 3233 "webpki-roots 1.0.8", 3234] 3235 3236[[package]] 3237name = "hyper-util" 3238version = "0.1.20" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 3241dependencies = [ 3242 "base64", 3243 "bytes", 3244 "futures-channel", 3245 "futures-util", 3246 "http", 3247 "http-body", 3248 "hyper", 3249 "ipnet", 3250 "libc", 3251 "percent-encoding", 3252 "pin-project-lite", 3253 "socket2", 3254 "system-configuration", 3255 "tokio", 3256 "tower-service", 3257 "tracing", 3258 "windows-registry", 3259] 3260 3261[[package]] 3262name = "iana-time-zone" 3263version = "0.1.65" 3264source = "registry+https://github.com/rust-lang/crates.io-index" 3265checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 3266dependencies = [ 3267 "android_system_properties", 3268 "core-foundation-sys", 3269 "iana-time-zone-haiku", 3270 "js-sys", 3271 "log", 3272 "wasm-bindgen", 3273 "windows-core", 3274] 3275 3276[[package]] 3277name = "iana-time-zone-haiku" 3278version = "0.1.2" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 3281dependencies = [ 3282 "cc", 3283] 3284 3285[[package]] 3286name = "icu_collections" 3287version = "2.2.0" 3288source = "registry+https://github.com/rust-lang/crates.io-index" 3289checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 3290dependencies = [ 3291 "displaydoc", 3292 "potential_utf", 3293 "utf8_iter", 3294 "yoke", 3295 "zerofrom", 3296 "zerovec", 3297] 3298 3299[[package]] 3300name = "icu_locale_core" 3301version = "2.2.0" 3302source = "registry+https://github.com/rust-lang/crates.io-index" 3303checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 3304dependencies = [ 3305 "displaydoc", 3306 "litemap", 3307 "tinystr", 3308 "writeable", 3309 "zerovec", 3310] 3311 3312[[package]] 3313name = "icu_normalizer" 3314version = "2.2.0" 3315source = "registry+https://github.com/rust-lang/crates.io-index" 3316checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 3317dependencies = [ 3318 "icu_collections", 3319 "icu_normalizer_data", 3320 "icu_properties", 3321 "icu_provider", 3322 "smallvec", 3323 "zerovec", 3324] 3325 3326[[package]] 3327name = "icu_normalizer_data" 3328version = "2.2.0" 3329source = "registry+https://github.com/rust-lang/crates.io-index" 3330checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 3331 3332[[package]] 3333name = "icu_properties" 3334version = "2.2.0" 3335source = "registry+https://github.com/rust-lang/crates.io-index" 3336checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 3337dependencies = [ 3338 "icu_collections", 3339 "icu_locale_core", 3340 "icu_properties_data", 3341 "icu_provider", 3342 "zerotrie", 3343 "zerovec", 3344] 3345 3346[[package]] 3347name = "icu_properties_data" 3348version = "2.2.0" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 3351 3352[[package]] 3353name = "icu_provider" 3354version = "2.2.0" 3355source = "registry+https://github.com/rust-lang/crates.io-index" 3356checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 3357dependencies = [ 3358 "displaydoc", 3359 "icu_locale_core", 3360 "writeable", 3361 "yoke", 3362 "zerofrom", 3363 "zerotrie", 3364 "zerovec", 3365] 3366 3367[[package]] 3368name = "ident_case" 3369version = "1.0.1" 3370source = "registry+https://github.com/rust-lang/crates.io-index" 3371checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 3372 3373[[package]] 3374name = "idna" 3375version = "1.1.0" 3376source = "registry+https://github.com/rust-lang/crates.io-index" 3377checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 3378dependencies = [ 3379 "idna_adapter", 3380 "smallvec", 3381 "utf8_iter", 3382] 3383 3384[[package]] 3385name = "idna_adapter" 3386version = "1.2.2" 3387source = "registry+https://github.com/rust-lang/crates.io-index" 3388checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 3389dependencies = [ 3390 "icu_normalizer", 3391 "icu_properties", 3392] 3393 3394[[package]] 3395name = "indexmap" 3396version = "2.14.0" 3397source = "registry+https://github.com/rust-lang/crates.io-index" 3398checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 3399dependencies = [ 3400 "equivalent", 3401 "hashbrown 0.17.1", 3402 "serde", 3403 "serde_core", 3404] 3405 3406[[package]] 3407name = "inout" 3408version = "0.2.2" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" 3411dependencies = [ 3412 "block-padding", 3413 "hybrid-array", 3414] 3415 3416[[package]] 3417name = "internal-russh-num-bigint" 3418version = "0.5.0" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "ae8e22120c32fb4d19ec55fba35015f57095cd95a2e3b732e44457f5915b2ee8" 3421dependencies = [ 3422 "num-integer", 3423 "num-traits", 3424 "rand 0.10.1", 3425 "rand_core 0.10.1", 3426] 3427 3428[[package]] 3429name = "inventory" 3430version = "0.3.24" 3431source = "registry+https://github.com/rust-lang/crates.io-index" 3432checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 3433dependencies = [ 3434 "rustversion", 3435] 3436 3437[[package]] 3438name = "io-close" 3439version = "0.3.7" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc" 3442dependencies = [ 3443 "libc", 3444 "winapi", 3445] 3446 3447[[package]] 3448name = "ipld-core" 3449version = "0.4.3" 3450source = "registry+https://github.com/rust-lang/crates.io-index" 3451checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 3452dependencies = [ 3453 "cid", 3454 "serde", 3455 "serde_bytes", 3456] 3457 3458[[package]] 3459name = "ipnet" 3460version = "2.12.0" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 3463 3464[[package]] 3465name = "iroh-car" 3466version = "0.5.1" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 3469dependencies = [ 3470 "anyhow", 3471 "cid", 3472 "futures", 3473 "serde", 3474 "serde_ipld_dagcbor", 3475 "thiserror 1.0.69", 3476 "tokio", 3477 "unsigned-varint 0.7.2", 3478] 3479 3480[[package]] 3481name = "itoa" 3482version = "1.0.18" 3483source = "registry+https://github.com/rust-lang/crates.io-index" 3484checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 3485 3486[[package]] 3487name = "jacquard-api" 3488version = "0.12.0" 3489source = "registry+https://github.com/rust-lang/crates.io-index" 3490checksum = "e9d7b4d41f44a3add61878f6022c48ef949f5d1759a88ec778017334d2847e95" 3491dependencies = [ 3492 "jacquard-common", 3493 "jacquard-derive", 3494 "jacquard-lexicon", 3495 "miette", 3496 "serde", 3497 "thiserror 2.0.18", 3498] 3499 3500[[package]] 3501name = "jacquard-common" 3502version = "0.12.0" 3503source = "registry+https://github.com/rust-lang/crates.io-index" 3504checksum = "82e9239b4bf08cf6b3e9d9d420be8b17bd09ee34228b52b884089cbcf67d23bf" 3505dependencies = [ 3506 "base64", 3507 "bon", 3508 "bytes", 3509 "chrono", 3510 "ciborium", 3511 "ciborium-io", 3512 "cid", 3513 "ed25519-dalek 2.2.0", 3514 "fluent-uri", 3515 "futures", 3516 "getrandom 0.2.17", 3517 "getrandom 0.3.4", 3518 "hashbrown 0.15.5", 3519 "http", 3520 "ipld-core", 3521 "k256", 3522 "maitake-sync", 3523 "miette", 3524 "multibase", 3525 "multihash", 3526 "n0-future", 3527 "oxilangtag", 3528 "p256 0.13.2", 3529 "phf", 3530 "postcard", 3531 "rand 0.9.4", 3532 "regex", 3533 "regex-automata", 3534 "regex-lite", 3535 "reqwest 0.12.28", 3536 "rustversion", 3537 "serde", 3538 "serde_bytes", 3539 "serde_html_form", 3540 "serde_ipld_dagcbor", 3541 "serde_json", 3542 "signature 2.2.0", 3543 "smol_str", 3544 "spin 0.10.0", 3545 "thiserror 2.0.18", 3546 "tokio", 3547 "tokio-tungstenite-wasm", 3548 "tokio-util", 3549 "trait-variant", 3550 "unicode-segmentation", 3551] 3552 3553[[package]] 3554name = "jacquard-derive" 3555version = "0.12.0" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "7bea6f33da422d272cb09a2571fb65f88aed13612774f2eb635716ce71d1e742" 3558dependencies = [ 3559 "heck", 3560 "jacquard-lexicon", 3561 "proc-macro2", 3562 "quote", 3563 "syn", 3564] 3565 3566[[package]] 3567name = "jacquard-lexicon" 3568version = "0.12.0" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "3bf8be274eb0af89ece99b56cbbc837748f62d44af8ab8280acafdfcafe84db7" 3571dependencies = [ 3572 "cid", 3573 "dashmap", 3574 "heck", 3575 "inventory", 3576 "jacquard-common", 3577 "miette", 3578 "multihash", 3579 "prettyplease", 3580 "proc-macro2", 3581 "quote", 3582 "serde", 3583 "serde_ipld_dagcbor", 3584 "serde_json", 3585 "serde_path_to_error", 3586 "serde_repr", 3587 "serde_with", 3588 "sha2 0.10.9", 3589 "syn", 3590 "thiserror 2.0.18", 3591 "unicode-segmentation", 3592] 3593 3594[[package]] 3595name = "jacquard-repo" 3596version = "0.12.0" 3597source = "registry+https://github.com/rust-lang/crates.io-index" 3598checksum = "5e1febebdfc276dd40d2fd06c6576777007a6e2a364dcd95a14e48129c2559f7" 3599dependencies = [ 3600 "bytes", 3601 "cid", 3602 "ed25519-dalek 2.2.0", 3603 "iroh-car", 3604 "jacquard-api", 3605 "jacquard-common", 3606 "jacquard-derive", 3607 "k256", 3608 "miette", 3609 "multihash", 3610 "n0-future", 3611 "p256 0.13.2", 3612 "serde", 3613 "serde_bytes", 3614 "serde_ipld_dagcbor", 3615 "sha2 0.10.9", 3616 "smol_str", 3617 "thiserror 2.0.18", 3618 "tokio", 3619 "trait-variant", 3620] 3621 3622[[package]] 3623name = "jiff" 3624version = "0.2.29" 3625source = "registry+https://github.com/rust-lang/crates.io-index" 3626checksum = "34f877a98676d2fb664698d74cc6a51ce6c484ce8c770f05d0108ec9090aeb46" 3627dependencies = [ 3628 "defmt", 3629 "jiff-static", 3630 "jiff-tzdb-platform", 3631 "log", 3632 "portable-atomic", 3633 "portable-atomic-util", 3634 "serde_core", 3635 "windows-link", 3636] 3637 3638[[package]] 3639name = "jiff-static" 3640version = "0.2.29" 3641source = "registry+https://github.com/rust-lang/crates.io-index" 3642checksum = "0666b5ab5ecaca213fc2a85b8c0083d9004e84ee2d5f9a7e0017aaf50986f25f" 3643dependencies = [ 3644 "proc-macro2", 3645 "quote", 3646 "syn", 3647] 3648 3649[[package]] 3650name = "jiff-tzdb" 3651version = "0.1.6" 3652source = "registry+https://github.com/rust-lang/crates.io-index" 3653checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" 3654 3655[[package]] 3656name = "jiff-tzdb-platform" 3657version = "0.1.3" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 3660dependencies = [ 3661 "jiff-tzdb", 3662] 3663 3664[[package]] 3665name = "jni" 3666version = "0.21.1" 3667source = "registry+https://github.com/rust-lang/crates.io-index" 3668checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 3669dependencies = [ 3670 "cesu8", 3671 "cfg-if", 3672 "combine", 3673 "jni-sys 0.3.1", 3674 "log", 3675 "thiserror 1.0.69", 3676 "walkdir", 3677 "windows-sys 0.45.0", 3678] 3679 3680[[package]] 3681name = "jni-sys" 3682version = "0.3.1" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" 3685dependencies = [ 3686 "jni-sys 0.4.1", 3687] 3688 3689[[package]] 3690name = "jni-sys" 3691version = "0.4.1" 3692source = "registry+https://github.com/rust-lang/crates.io-index" 3693checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" 3694dependencies = [ 3695 "jni-sys-macros", 3696] 3697 3698[[package]] 3699name = "jni-sys-macros" 3700version = "0.4.1" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" 3703dependencies = [ 3704 "quote", 3705 "syn", 3706] 3707 3708[[package]] 3709name = "jobserver" 3710version = "0.1.34" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 3713dependencies = [ 3714 "getrandom 0.3.4", 3715 "libc", 3716] 3717 3718[[package]] 3719name = "js-sys" 3720version = "0.3.102" 3721source = "registry+https://github.com/rust-lang/crates.io-index" 3722checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31" 3723dependencies = [ 3724 "cfg-if", 3725 "futures-util", 3726 "wasm-bindgen", 3727] 3728 3729[[package]] 3730name = "k256" 3731version = "0.13.4" 3732source = "registry+https://github.com/rust-lang/crates.io-index" 3733checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 3734dependencies = [ 3735 "cfg-if", 3736 "ecdsa 0.16.9", 3737 "elliptic-curve 0.13.8", 3738 "once_cell", 3739 "sha2 0.10.9", 3740 "signature 2.2.0", 3741] 3742 3743[[package]] 3744name = "keccak" 3745version = "0.2.0" 3746source = "registry+https://github.com/rust-lang/crates.io-index" 3747checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa" 3748dependencies = [ 3749 "cfg-if", 3750 "cpufeatures 0.3.0", 3751] 3752 3753[[package]] 3754name = "kem" 3755version = "0.3.0" 3756source = "registry+https://github.com/rust-lang/crates.io-index" 3757checksum = "01737161ba802849cfd486b5bd209d38ba4943494c249a8126005170c7621edd" 3758dependencies = [ 3759 "crypto-common 0.2.2", 3760 "rand_core 0.10.1", 3761] 3762 3763[[package]] 3764name = "knot-acl" 3765version = "0.1.0" 3766dependencies = [ 3767 "knot-cob", 3768 "knot-cobs", 3769 "knot-git", 3770 "knot-index", 3771 "knot-runtime", 3772 "knot-types", 3773 "tempfile", 3774] 3775 3776[[package]] 3777name = "knot-atproto" 3778version = "0.1.0" 3779dependencies = [ 3780 "base32", 3781 "base64", 3782 "bs58", 3783 "bytes", 3784 "futures", 3785 "http", 3786 "k256", 3787 "knot-runtime", 3788 "knot-types", 3789 "moka", 3790 "proptest", 3791 "scc", 3792 "serde", 3793 "serde_ipld_dagcbor", 3794 "serde_json", 3795 "sha2 0.11.0", 3796 "thiserror 2.0.18", 3797 "tokio", 3798 "url", 3799] 3800 3801[[package]] 3802name = "knot-bench" 3803version = "0.1.0" 3804dependencies = [ 3805 "divan", 3806 "gix", 3807 "knot-cob", 3808 "knot-cobs", 3809 "knot-git", 3810 "knot-index", 3811 "knot-pack", 3812 "knot-runtime", 3813 "knot-types", 3814 "tempfile", 3815] 3816 3817[[package]] 3818name = "knot-cob" 3819version = "0.1.0" 3820dependencies = [ 3821 "gix", 3822 "gix-hash", 3823 "k256", 3824 "knot-git", 3825 "knot-runtime", 3826 "knot-types", 3827 "proptest", 3828 "serde", 3829 "serde_ipld_dagcbor", 3830 "tempfile", 3831 "thiserror 2.0.18", 3832 "tracing", 3833] 3834 3835[[package]] 3836name = "knot-cobs" 3837version = "0.1.0" 3838dependencies = [ 3839 "gix", 3840 "knot-cob", 3841 "knot-git", 3842 "knot-runtime", 3843 "knot-types", 3844 "proptest", 3845 "serde", 3846 "serde_ipld_dagcbor", 3847 "tempfile", 3848 "thiserror 2.0.18", 3849] 3850 3851[[package]] 3852name = "knot-config" 3853version = "0.1.0" 3854dependencies = [ 3855 "base64", 3856 "confique", 3857 "knot-runtime", 3858 "knot-types", 3859 "tempfile", 3860 "thiserror 2.0.18", 3861 "url", 3862] 3863 3864[[package]] 3865name = "knot-edge" 3866version = "0.1.0" 3867dependencies = [ 3868 "arc-swap", 3869 "async-trait", 3870 "axum", 3871 "base64", 3872 "bytes", 3873 "futures", 3874 "h3", 3875 "h3-quinn", 3876 "http", 3877 "http-body", 3878 "hyper", 3879 "hyper-util", 3880 "quinn", 3881 "rcgen 0.14.8", 3882 "rustls", 3883 "rustls-acme", 3884 "rustls-pemfile", 3885 "sha2 0.11.0", 3886 "tempfile", 3887 "thiserror 2.0.18", 3888 "tokio", 3889 "tokio-rustls", 3890 "tokio-util", 3891 "tower", 3892 "tower-http 0.7.0", 3893 "tracing", 3894 "x509-parser 0.18.1", 3895] 3896 3897[[package]] 3898name = "knot-events" 3899version = "0.1.0" 3900dependencies = [ 3901 "knot-runtime", 3902 "knot-types", 3903 "serde", 3904 "serde_json", 3905 "tokio", 3906] 3907 3908[[package]] 3909name = "knot-git" 3910version = "0.1.0" 3911dependencies = [ 3912 "base64", 3913 "flate2", 3914 "gix", 3915 "gix-archive", 3916 "knot-types", 3917 "moka", 3918 "proptest", 3919 "tempfile", 3920 "thiserror 2.0.18", 3921 "walkdir", 3922] 3923 3924[[package]] 3925name = "knot-index" 3926version = "0.1.0" 3927dependencies = [ 3928 "knot-cob", 3929 "knot-cobs", 3930 "knot-git", 3931 "knot-runtime", 3932 "knot-types", 3933 "lasso", 3934 "proptest", 3935 "scc", 3936 "serde", 3937 "tempfile", 3938 "thiserror 2.0.18", 3939] 3940 3941[[package]] 3942name = "knot-langs" 3943version = "0.1.0" 3944dependencies = [ 3945 "gengo-language", 3946 "knot-git", 3947 "knot-types", 3948 "regex", 3949] 3950 3951[[package]] 3952name = "knot-maintenance" 3953version = "0.1.0" 3954dependencies = [ 3955 "gix", 3956 "gix-hash", 3957 "gix-pack", 3958 "knot-config", 3959 "knot-events", 3960 "knot-git", 3961 "knot-pack", 3962 "knot-runtime", 3963 "knot-types", 3964 "tempfile", 3965 "thiserror 2.0.18", 3966 "tokio", 3967 "tracing", 3968 "walkdir", 3969] 3970 3971[[package]] 3972name = "knot-messages" 3973version = "0.1.0" 3974 3975[[package]] 3976name = "knot-pack" 3977version = "0.1.0" 3978dependencies = [ 3979 "axum", 3980 "flate2", 3981 "gix", 3982 "gix-pack", 3983 "gix-packetline", 3984 "http-body-util", 3985 "knot-bench", 3986 "knot-cob", 3987 "knot-cobs", 3988 "knot-edge", 3989 "knot-git", 3990 "knot-runtime", 3991 "knot-types", 3992 "proptest", 3993 "tempfile", 3994 "thiserror 2.0.18", 3995 "tokio", 3996 "tokio-stream", 3997 "tower", 3998 "url", 3999 "walkdir", 4000] 4001 4002[[package]] 4003name = "knot-postreceive" 4004version = "0.1.0" 4005dependencies = [ 4006 "knot-events", 4007 "knot-git", 4008 "knot-langs", 4009 "knot-messages", 4010 "knot-runtime", 4011 "knot-types", 4012 "knot-workflow", 4013 "serde_json", 4014 "tempfile", 4015 "tracing", 4016 "url", 4017] 4018 4019[[package]] 4020name = "knot-runtime" 4021version = "0.1.0" 4022dependencies = [ 4023 "bytes", 4024 "futures", 4025 "getrandom 0.4.3", 4026 "http", 4027 "k256", 4028 "reqwest 0.13.1", 4029 "thiserror 2.0.18", 4030 "tokio", 4031 "url", 4032] 4033 4034[[package]] 4035name = "knot-secrets" 4036version = "0.1.0" 4037dependencies = [ 4038 "aes-gcm", 4039 "base64", 4040 "hkdf", 4041 "k256", 4042 "knot-runtime", 4043 "knot-types", 4044 "serde", 4045 "serde_json", 4046 "sha2 0.11.0", 4047 "tempfile", 4048 "thiserror 2.0.18", 4049 "zeroize", 4050] 4051 4052[[package]] 4053name = "knot-server" 4054version = "0.1.0" 4055dependencies = [ 4056 "anyhow", 4057 "axum", 4058 "base64", 4059 "http", 4060 "knot-atproto", 4061 "knot-config", 4062 "knot-edge", 4063 "knot-events", 4064 "knot-git", 4065 "knot-index", 4066 "knot-maintenance", 4067 "knot-pack", 4068 "knot-postreceive", 4069 "knot-runtime", 4070 "knot-secrets", 4071 "knot-ssh", 4072 "knot-types", 4073 "knot-xrpc", 4074 "rustix", 4075 "tempfile", 4076 "tokio", 4077 "tokio-util", 4078 "tracing", 4079 "tracing-subscriber", 4080 "walkdir", 4081 "zeroize", 4082] 4083 4084[[package]] 4085name = "knot-sim" 4086version = "0.1.0" 4087dependencies = [ 4088 "axum", 4089 "base64", 4090 "bytes", 4091 "futures", 4092 "http", 4093 "knot-atproto", 4094 "knot-cob", 4095 "knot-cobs", 4096 "knot-events", 4097 "knot-git", 4098 "knot-index", 4099 "knot-maintenance", 4100 "knot-pack", 4101 "knot-runtime", 4102 "knot-secrets", 4103 "knot-ssh", 4104 "knot-types", 4105 "knot-xrpc", 4106 "serde", 4107 "serde_json", 4108 "tempfile", 4109 "tokio", 4110 "tower", 4111 "url", 4112] 4113 4114[[package]] 4115name = "knot-ssh" 4116version = "0.1.0" 4117dependencies = [ 4118 "bytes", 4119 "futures", 4120 "http", 4121 "knot-acl", 4122 "knot-atproto", 4123 "knot-cob", 4124 "knot-cobs", 4125 "knot-events", 4126 "knot-git", 4127 "knot-index", 4128 "knot-maintenance", 4129 "knot-messages", 4130 "knot-pack", 4131 "knot-postreceive", 4132 "knot-runtime", 4133 "knot-types", 4134 "russh", 4135 "serde_json", 4136 "tempfile", 4137 "thiserror 2.0.18", 4138 "tokio", 4139 "tokio-util", 4140 "tracing", 4141 "url", 4142] 4143 4144[[package]] 4145name = "knot-types" 4146version = "0.1.0" 4147dependencies = [ 4148 "anyhow", 4149 "bytes", 4150 "chrono", 4151 "cid", 4152 "gix-hash", 4153 "jacquard-common", 4154 "jacquard-derive", 4155 "jacquard-lexicon", 4156 "jacquard-repo", 4157 "miette", 4158 "proptest", 4159 "serde", 4160 "serde_json", 4161 "thiserror 2.0.18", 4162 "walkdir", 4163] 4164 4165[[package]] 4166name = "knot-workflow" 4167version = "0.1.0" 4168dependencies = [ 4169 "globset", 4170 "knot-events", 4171 "serde", 4172 "serde_json", 4173 "serde_norway", 4174] 4175 4176[[package]] 4177name = "knot-xrpc" 4178version = "0.1.0" 4179dependencies = [ 4180 "axum", 4181 "base64", 4182 "bytes", 4183 "chrono", 4184 "futures", 4185 "http", 4186 "httpdate", 4187 "k256", 4188 "knot-acl", 4189 "knot-atproto", 4190 "knot-cob", 4191 "knot-cobs", 4192 "knot-config", 4193 "knot-events", 4194 "knot-git", 4195 "knot-index", 4196 "knot-langs", 4197 "knot-pack", 4198 "knot-postreceive", 4199 "knot-runtime", 4200 "knot-secrets", 4201 "knot-types", 4202 "serde", 4203 "serde_json", 4204 "sha2 0.11.0", 4205 "tempfile", 4206 "thiserror 2.0.18", 4207 "tokio", 4208 "tokio-stream", 4209 "tokio-tungstenite 0.29.0", 4210 "tower", 4211 "tower-http 0.7.0", 4212 "tracing", 4213 "url", 4214] 4215 4216[[package]] 4217name = "kstring" 4218version = "2.0.2" 4219source = "registry+https://github.com/rust-lang/crates.io-index" 4220checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 4221dependencies = [ 4222 "static_assertions", 4223] 4224 4225[[package]] 4226name = "lasso" 4227version = "0.7.3" 4228source = "registry+https://github.com/rust-lang/crates.io-index" 4229checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb" 4230dependencies = [ 4231 "dashmap", 4232 "hashbrown 0.14.5", 4233] 4234 4235[[package]] 4236name = "lazy_static" 4237version = "1.5.0" 4238source = "registry+https://github.com/rust-lang/crates.io-index" 4239checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 4240 4241[[package]] 4242name = "libc" 4243version = "0.2.186" 4244source = "registry+https://github.com/rust-lang/crates.io-index" 4245checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 4246 4247[[package]] 4248name = "linux-raw-sys" 4249version = "0.12.1" 4250source = "registry+https://github.com/rust-lang/crates.io-index" 4251checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 4252 4253[[package]] 4254name = "litemap" 4255version = "0.8.2" 4256source = "registry+https://github.com/rust-lang/crates.io-index" 4257checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 4258 4259[[package]] 4260name = "lock_api" 4261version = "0.4.14" 4262source = "registry+https://github.com/rust-lang/crates.io-index" 4263checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 4264dependencies = [ 4265 "scopeguard", 4266] 4267 4268[[package]] 4269name = "log" 4270version = "0.4.33" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 4273 4274[[package]] 4275name = "loom" 4276version = "0.7.2" 4277source = "registry+https://github.com/rust-lang/crates.io-index" 4278checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 4279dependencies = [ 4280 "cfg-if", 4281 "generator", 4282 "scoped-tls", 4283 "tracing", 4284 "tracing-subscriber", 4285] 4286 4287[[package]] 4288name = "lru-slab" 4289version = "0.1.2" 4290source = "registry+https://github.com/rust-lang/crates.io-index" 4291checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 4292 4293[[package]] 4294name = "maitake-sync" 4295version = "0.1.2" 4296source = "registry+https://github.com/rust-lang/crates.io-index" 4297checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5" 4298dependencies = [ 4299 "cordyceps", 4300 "loom", 4301 "mycelium-bitfield", 4302 "pin-project", 4303 "portable-atomic", 4304] 4305 4306[[package]] 4307name = "match-lookup" 4308version = "0.1.2" 4309source = "registry+https://github.com/rust-lang/crates.io-index" 4310checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 4311dependencies = [ 4312 "proc-macro2", 4313 "quote", 4314 "syn", 4315] 4316 4317[[package]] 4318name = "matchers" 4319version = "0.2.0" 4320source = "registry+https://github.com/rust-lang/crates.io-index" 4321checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 4322dependencies = [ 4323 "regex-automata", 4324] 4325 4326[[package]] 4327name = "matchit" 4328version = "0.8.4" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 4331 4332[[package]] 4333name = "maybe-async" 4334version = "0.2.11" 4335source = "registry+https://github.com/rust-lang/crates.io-index" 4336checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c" 4337dependencies = [ 4338 "proc-macro2", 4339 "quote", 4340 "syn", 4341] 4342 4343[[package]] 4344name = "md5" 4345version = "0.8.0" 4346source = "registry+https://github.com/rust-lang/crates.io-index" 4347checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0" 4348 4349[[package]] 4350name = "memchr" 4351version = "2.8.2" 4352source = "registry+https://github.com/rust-lang/crates.io-index" 4353checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" 4354 4355[[package]] 4356name = "memmap2" 4357version = "0.9.10" 4358source = "registry+https://github.com/rust-lang/crates.io-index" 4359checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 4360dependencies = [ 4361 "libc", 4362] 4363 4364[[package]] 4365name = "miette" 4366version = "7.6.0" 4367source = "registry+https://github.com/rust-lang/crates.io-index" 4368checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 4369dependencies = [ 4370 "cfg-if", 4371 "miette-derive", 4372 "unicode-width", 4373] 4374 4375[[package]] 4376name = "miette-derive" 4377version = "7.6.0" 4378source = "registry+https://github.com/rust-lang/crates.io-index" 4379checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 4380dependencies = [ 4381 "proc-macro2", 4382 "quote", 4383 "syn", 4384] 4385 4386[[package]] 4387name = "mime" 4388version = "0.3.17" 4389source = "registry+https://github.com/rust-lang/crates.io-index" 4390checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 4391 4392[[package]] 4393name = "mime_guess" 4394version = "2.0.5" 4395source = "registry+https://github.com/rust-lang/crates.io-index" 4396checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 4397dependencies = [ 4398 "mime", 4399 "unicase", 4400] 4401 4402[[package]] 4403name = "minimal-lexical" 4404version = "0.2.1" 4405source = "registry+https://github.com/rust-lang/crates.io-index" 4406checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 4407 4408[[package]] 4409name = "miniz_oxide" 4410version = "0.8.9" 4411source = "registry+https://github.com/rust-lang/crates.io-index" 4412checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 4413dependencies = [ 4414 "adler2", 4415 "simd-adler32", 4416] 4417 4418[[package]] 4419name = "mio" 4420version = "1.2.1" 4421source = "registry+https://github.com/rust-lang/crates.io-index" 4422checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 4423dependencies = [ 4424 "libc", 4425 "wasi", 4426 "windows-sys 0.61.2", 4427] 4428 4429[[package]] 4430name = "ml-kem" 4431version = "0.3.2" 4432source = "registry+https://github.com/rust-lang/crates.io-index" 4433checksum = "5e15f3e5b957493873e396a66914e83e616b6afe335cdef7efe5c6e1216aba66" 4434dependencies = [ 4435 "hybrid-array", 4436 "kem", 4437 "module-lattice", 4438 "pkcs8 0.11.0", 4439 "rand_core 0.10.1", 4440 "sha3", 4441] 4442 4443[[package]] 4444name = "module-lattice" 4445version = "0.2.3" 4446source = "registry+https://github.com/rust-lang/crates.io-index" 4447checksum = "0c61b87c9683ab7cb1c6871d261ad5479b6b10ceb52c4352aaca3b5d35a8febe" 4448dependencies = [ 4449 "ctutils", 4450 "hybrid-array", 4451 "num-traits", 4452] 4453 4454[[package]] 4455name = "moka" 4456version = "0.12.15" 4457source = "registry+https://github.com/rust-lang/crates.io-index" 4458checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" 4459dependencies = [ 4460 "async-lock", 4461 "crossbeam-channel", 4462 "crossbeam-epoch", 4463 "crossbeam-utils", 4464 "equivalent", 4465 "event-listener", 4466 "futures-util", 4467 "parking_lot", 4468 "portable-atomic", 4469 "smallvec", 4470 "tagptr", 4471 "uuid", 4472] 4473 4474[[package]] 4475name = "multibase" 4476version = "0.9.2" 4477source = "registry+https://github.com/rust-lang/crates.io-index" 4478checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 4479dependencies = [ 4480 "base-x", 4481 "base256emoji", 4482 "data-encoding", 4483 "data-encoding-macro", 4484] 4485 4486[[package]] 4487name = "multihash" 4488version = "0.19.5" 4489source = "registry+https://github.com/rust-lang/crates.io-index" 4490checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 4491dependencies = [ 4492 "serde", 4493 "unsigned-varint 0.8.0", 4494] 4495 4496[[package]] 4497name = "mycelium-bitfield" 4498version = "0.1.5" 4499source = "registry+https://github.com/rust-lang/crates.io-index" 4500checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" 4501 4502[[package]] 4503name = "n0-future" 4504version = "0.1.3" 4505source = "registry+https://github.com/rust-lang/crates.io-index" 4506checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 4507dependencies = [ 4508 "cfg_aliases", 4509 "derive_more", 4510 "futures-buffered", 4511 "futures-lite", 4512 "futures-util", 4513 "js-sys", 4514 "pin-project", 4515 "send_wrapper", 4516 "tokio", 4517 "tokio-util", 4518 "wasm-bindgen", 4519 "wasm-bindgen-futures", 4520 "web-time", 4521] 4522 4523[[package]] 4524name = "nix" 4525version = "0.31.3" 4526source = "registry+https://github.com/rust-lang/crates.io-index" 4527checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d" 4528dependencies = [ 4529 "bitflags 2.13.0", 4530 "cfg-if", 4531 "cfg_aliases", 4532 "libc", 4533] 4534 4535[[package]] 4536name = "nom" 4537version = "7.1.3" 4538source = "registry+https://github.com/rust-lang/crates.io-index" 4539checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 4540dependencies = [ 4541 "memchr", 4542 "minimal-lexical", 4543] 4544 4545[[package]] 4546name = "nonempty" 4547version = "0.12.0" 4548source = "registry+https://github.com/rust-lang/crates.io-index" 4549checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6" 4550 4551[[package]] 4552name = "nu-ansi-term" 4553version = "0.50.3" 4554source = "registry+https://github.com/rust-lang/crates.io-index" 4555checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 4556dependencies = [ 4557 "windows-sys 0.61.2", 4558] 4559 4560[[package]] 4561name = "num-bigint" 4562version = "0.4.6" 4563source = "registry+https://github.com/rust-lang/crates.io-index" 4564checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 4565dependencies = [ 4566 "num-integer", 4567 "num-traits", 4568] 4569 4570[[package]] 4571name = "num-conv" 4572version = "0.2.2" 4573source = "registry+https://github.com/rust-lang/crates.io-index" 4574checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" 4575 4576[[package]] 4577name = "num-integer" 4578version = "0.1.46" 4579source = "registry+https://github.com/rust-lang/crates.io-index" 4580checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 4581dependencies = [ 4582 "num-traits", 4583] 4584 4585[[package]] 4586name = "num-traits" 4587version = "0.2.19" 4588source = "registry+https://github.com/rust-lang/crates.io-index" 4589checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 4590dependencies = [ 4591 "autocfg", 4592] 4593 4594[[package]] 4595name = "oid-registry" 4596version = "0.7.1" 4597source = "registry+https://github.com/rust-lang/crates.io-index" 4598checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" 4599dependencies = [ 4600 "asn1-rs 0.6.2", 4601] 4602 4603[[package]] 4604name = "oid-registry" 4605version = "0.8.1" 4606source = "registry+https://github.com/rust-lang/crates.io-index" 4607checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" 4608dependencies = [ 4609 "asn1-rs 0.7.2", 4610] 4611 4612[[package]] 4613name = "once_cell" 4614version = "1.21.4" 4615source = "registry+https://github.com/rust-lang/crates.io-index" 4616checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 4617 4618[[package]] 4619name = "openssl-probe" 4620version = "0.2.1" 4621source = "registry+https://github.com/rust-lang/crates.io-index" 4622checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 4623 4624[[package]] 4625name = "oxilangtag" 4626version = "0.1.6" 4627source = "registry+https://github.com/rust-lang/crates.io-index" 4628checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f" 4629dependencies = [ 4630 "serde", 4631] 4632 4633[[package]] 4634name = "p256" 4635version = "0.13.2" 4636source = "registry+https://github.com/rust-lang/crates.io-index" 4637checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 4638dependencies = [ 4639 "ecdsa 0.16.9", 4640 "elliptic-curve 0.13.8", 4641 "primeorder 0.13.6", 4642 "sha2 0.10.9", 4643] 4644 4645[[package]] 4646name = "p256" 4647version = "0.14.0-rc.10" 4648source = "registry+https://github.com/rust-lang/crates.io-index" 4649checksum = "41adc63effe99d48837a8cc0e6d7a77e32ae6a07f6000df466178dbc2193093e" 4650dependencies = [ 4651 "ecdsa 0.17.0-rc.18", 4652 "elliptic-curve 0.14.0-rc.33", 4653 "primefield", 4654 "primeorder 0.14.0-rc.10", 4655 "sha2 0.11.0", 4656] 4657 4658[[package]] 4659name = "p384" 4660version = "0.14.0-rc.10" 4661source = "registry+https://github.com/rust-lang/crates.io-index" 4662checksum = "9bd5333afa5ae0347f39e6a0f2c9c155da431583fd71fe5555bd0521b4ccaf02" 4663dependencies = [ 4664 "ecdsa 0.17.0-rc.18", 4665 "elliptic-curve 0.14.0-rc.33", 4666 "fiat-crypto 0.3.0", 4667 "primefield", 4668 "primeorder 0.14.0-rc.10", 4669 "sha2 0.11.0", 4670] 4671 4672[[package]] 4673name = "p521" 4674version = "0.14.0-rc.10" 4675source = "registry+https://github.com/rust-lang/crates.io-index" 4676checksum = "a3a5297f53dc16d35909060ba3032cff7867e8809f01e273ff325579d5f0ceae" 4677dependencies = [ 4678 "base16ct 1.0.0", 4679 "ecdsa 0.17.0-rc.18", 4680 "elliptic-curve 0.14.0-rc.33", 4681 "primefield", 4682 "primeorder 0.14.0-rc.10", 4683 "sha2 0.11.0", 4684] 4685 4686[[package]] 4687name = "pageant" 4688version = "0.2.1" 4689source = "registry+https://github.com/rust-lang/crates.io-index" 4690checksum = "4f3a5ae18f65a85c67a77d18d42d3606c07948e3c17c1e5f74852b26589e88a5" 4691dependencies = [ 4692 "base16ct 1.0.0", 4693 "byteorder", 4694 "bytes", 4695 "delegate", 4696 "futures", 4697 "log", 4698 "rand 0.10.1", 4699 "sha2 0.11.0", 4700 "thiserror 2.0.18", 4701 "tokio", 4702 "windows", 4703 "windows-strings", 4704] 4705 4706[[package]] 4707name = "parking" 4708version = "2.2.1" 4709source = "registry+https://github.com/rust-lang/crates.io-index" 4710checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 4711 4712[[package]] 4713name = "parking_lot" 4714version = "0.12.5" 4715source = "registry+https://github.com/rust-lang/crates.io-index" 4716checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 4717dependencies = [ 4718 "lock_api", 4719 "parking_lot_core", 4720] 4721 4722[[package]] 4723name = "parking_lot_core" 4724version = "0.9.12" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 4727dependencies = [ 4728 "cfg-if", 4729 "libc", 4730 "redox_syscall", 4731 "smallvec", 4732 "windows-link", 4733] 4734 4735[[package]] 4736name = "password-hash" 4737version = "0.6.1" 4738source = "registry+https://github.com/rust-lang/crates.io-index" 4739checksum = "aab41826031698d6ffcd9cff78ef56ef998e39dc7e5067cdfebe373842d4723b" 4740dependencies = [ 4741 "phc", 4742] 4743 4744[[package]] 4745name = "pbkdf2" 4746version = "0.13.0" 4747source = "registry+https://github.com/rust-lang/crates.io-index" 4748checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629" 4749dependencies = [ 4750 "digest 0.11.3", 4751 "hmac 0.13.0", 4752] 4753 4754[[package]] 4755name = "pem" 4756version = "3.0.6" 4757source = "registry+https://github.com/rust-lang/crates.io-index" 4758checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be" 4759dependencies = [ 4760 "base64", 4761 "serde_core", 4762] 4763 4764[[package]] 4765name = "pem-rfc7468" 4766version = "0.7.0" 4767source = "registry+https://github.com/rust-lang/crates.io-index" 4768checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 4769dependencies = [ 4770 "base64ct", 4771] 4772 4773[[package]] 4774name = "pem-rfc7468" 4775version = "1.0.0" 4776source = "registry+https://github.com/rust-lang/crates.io-index" 4777checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9" 4778dependencies = [ 4779 "base64ct", 4780] 4781 4782[[package]] 4783name = "percent-encoding" 4784version = "2.3.2" 4785source = "registry+https://github.com/rust-lang/crates.io-index" 4786checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 4787 4788[[package]] 4789name = "phc" 4790version = "0.6.1" 4791source = "registry+https://github.com/rust-lang/crates.io-index" 4792checksum = "44dc769b75f93afdddd8c7fa12d685292ddeff1e66f7f0f3a234cf1818afe892" 4793dependencies = [ 4794 "base64ct", 4795 "ctutils", 4796] 4797 4798[[package]] 4799name = "phf" 4800version = "0.11.3" 4801source = "registry+https://github.com/rust-lang/crates.io-index" 4802checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 4803dependencies = [ 4804 "phf_macros", 4805 "phf_shared", 4806] 4807 4808[[package]] 4809name = "phf_generator" 4810version = "0.11.3" 4811source = "registry+https://github.com/rust-lang/crates.io-index" 4812checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 4813dependencies = [ 4814 "phf_shared", 4815 "rand 0.8.6", 4816] 4817 4818[[package]] 4819name = "phf_macros" 4820version = "0.11.3" 4821source = "registry+https://github.com/rust-lang/crates.io-index" 4822checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 4823dependencies = [ 4824 "phf_generator", 4825 "phf_shared", 4826 "proc-macro2", 4827 "quote", 4828 "syn", 4829] 4830 4831[[package]] 4832name = "phf_shared" 4833version = "0.11.3" 4834source = "registry+https://github.com/rust-lang/crates.io-index" 4835checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 4836dependencies = [ 4837 "siphasher", 4838] 4839 4840[[package]] 4841name = "pin-project" 4842version = "1.1.13" 4843source = "registry+https://github.com/rust-lang/crates.io-index" 4844checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" 4845dependencies = [ 4846 "pin-project-internal", 4847] 4848 4849[[package]] 4850name = "pin-project-internal" 4851version = "1.1.13" 4852source = "registry+https://github.com/rust-lang/crates.io-index" 4853checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" 4854dependencies = [ 4855 "proc-macro2", 4856 "quote", 4857 "syn", 4858] 4859 4860[[package]] 4861name = "pin-project-lite" 4862version = "0.2.17" 4863source = "registry+https://github.com/rust-lang/crates.io-index" 4864checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 4865 4866[[package]] 4867name = "piper" 4868version = "0.2.5" 4869source = "registry+https://github.com/rust-lang/crates.io-index" 4870checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1" 4871dependencies = [ 4872 "atomic-waker", 4873 "fastrand", 4874 "futures-io", 4875] 4876 4877[[package]] 4878name = "pkcs1" 4879version = "0.8.0-rc.4" 4880source = "registry+https://github.com/rust-lang/crates.io-index" 4881checksum = "986d2e952779af96ea048f160fd9194e1751b4faea78bcf3ceb456efe008088e" 4882dependencies = [ 4883 "der 0.8.0", 4884 "spki 0.8.0", 4885] 4886 4887[[package]] 4888name = "pkcs5" 4889version = "0.8.0" 4890source = "registry+https://github.com/rust-lang/crates.io-index" 4891checksum = "279a91971a1d8eb1260a30938eae3be9cb67b472dffecb222fbbbe2fd2dc1453" 4892dependencies = [ 4893 "aes", 4894 "cbc", 4895 "der 0.8.0", 4896 "pbkdf2", 4897 "rand_core 0.10.1", 4898 "scrypt", 4899 "sha2 0.11.0", 4900 "spki 0.8.0", 4901] 4902 4903[[package]] 4904name = "pkcs8" 4905version = "0.10.2" 4906source = "registry+https://github.com/rust-lang/crates.io-index" 4907checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 4908dependencies = [ 4909 "der 0.7.10", 4910 "spki 0.7.3", 4911] 4912 4913[[package]] 4914name = "pkcs8" 4915version = "0.11.0" 4916source = "registry+https://github.com/rust-lang/crates.io-index" 4917checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7" 4918dependencies = [ 4919 "der 0.8.0", 4920 "pkcs5", 4921 "rand_core 0.10.1", 4922 "spki 0.8.0", 4923] 4924 4925[[package]] 4926name = "pkg-config" 4927version = "0.3.33" 4928source = "registry+https://github.com/rust-lang/crates.io-index" 4929checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 4930 4931[[package]] 4932name = "polling" 4933version = "3.11.0" 4934source = "registry+https://github.com/rust-lang/crates.io-index" 4935checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218" 4936dependencies = [ 4937 "cfg-if", 4938 "concurrent-queue", 4939 "hermit-abi", 4940 "pin-project-lite", 4941 "rustix", 4942 "windows-sys 0.61.2", 4943] 4944 4945[[package]] 4946name = "poly1305" 4947version = "0.9.0" 4948source = "registry+https://github.com/rust-lang/crates.io-index" 4949checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e" 4950dependencies = [ 4951 "cpufeatures 0.3.0", 4952 "universal-hash", 4953 "zeroize", 4954] 4955 4956[[package]] 4957name = "polyval" 4958version = "0.7.1" 4959source = "registry+https://github.com/rust-lang/crates.io-index" 4960checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede" 4961dependencies = [ 4962 "cpubits", 4963 "cpufeatures 0.3.0", 4964 "universal-hash", 4965] 4966 4967[[package]] 4968name = "portable-atomic" 4969version = "1.13.1" 4970source = "registry+https://github.com/rust-lang/crates.io-index" 4971checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 4972 4973[[package]] 4974name = "portable-atomic-util" 4975version = "0.2.7" 4976source = "registry+https://github.com/rust-lang/crates.io-index" 4977checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" 4978dependencies = [ 4979 "portable-atomic", 4980] 4981 4982[[package]] 4983name = "postcard" 4984version = "1.1.3" 4985source = "registry+https://github.com/rust-lang/crates.io-index" 4986checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 4987dependencies = [ 4988 "cobs", 4989 "embedded-io 0.4.0", 4990 "embedded-io 0.6.1", 4991 "heapless 0.7.17", 4992 "serde", 4993] 4994 4995[[package]] 4996name = "potential_utf" 4997version = "0.1.5" 4998source = "registry+https://github.com/rust-lang/crates.io-index" 4999checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 5000dependencies = [ 5001 "zerovec", 5002] 5003 5004[[package]] 5005name = "powerfmt" 5006version = "0.2.0" 5007source = "registry+https://github.com/rust-lang/crates.io-index" 5008checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 5009 5010[[package]] 5011name = "ppv-lite86" 5012version = "0.2.21" 5013source = "registry+https://github.com/rust-lang/crates.io-index" 5014checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 5015dependencies = [ 5016 "zerocopy", 5017] 5018 5019[[package]] 5020name = "prettyplease" 5021version = "0.2.37" 5022source = "registry+https://github.com/rust-lang/crates.io-index" 5023checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 5024dependencies = [ 5025 "proc-macro2", 5026 "syn", 5027] 5028 5029[[package]] 5030name = "primefield" 5031version = "0.14.0-rc.12" 5032source = "registry+https://github.com/rust-lang/crates.io-index" 5033checksum = "8675564771a62f69a0af716b03e89b917b963c7b173b5855575e84fd4f605ca0" 5034dependencies = [ 5035 "crypto-bigint 0.7.4", 5036 "crypto-common 0.2.2", 5037 "ff 0.14.0", 5038 "rand_core 0.10.1", 5039 "subtle", 5040 "zeroize", 5041] 5042 5043[[package]] 5044name = "primeorder" 5045version = "0.13.6" 5046source = "registry+https://github.com/rust-lang/crates.io-index" 5047checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 5048dependencies = [ 5049 "elliptic-curve 0.13.8", 5050] 5051 5052[[package]] 5053name = "primeorder" 5054version = "0.14.0-rc.10" 5055source = "registry+https://github.com/rust-lang/crates.io-index" 5056checksum = "7d2793f22b9b6fd11ef3ac1d59bf003c2573593e4968702341605c2748fd90bf" 5057dependencies = [ 5058 "elliptic-curve 0.14.0-rc.33", 5059] 5060 5061[[package]] 5062name = "proc-macro-error-attr2" 5063version = "2.0.0" 5064source = "registry+https://github.com/rust-lang/crates.io-index" 5065checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 5066dependencies = [ 5067 "proc-macro2", 5068 "quote", 5069] 5070 5071[[package]] 5072name = "proc-macro-error2" 5073version = "2.0.1" 5074source = "registry+https://github.com/rust-lang/crates.io-index" 5075checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 5076dependencies = [ 5077 "proc-macro-error-attr2", 5078 "proc-macro2", 5079 "quote", 5080 "syn", 5081] 5082 5083[[package]] 5084name = "proc-macro2" 5085version = "1.0.106" 5086source = "registry+https://github.com/rust-lang/crates.io-index" 5087checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 5088dependencies = [ 5089 "unicode-ident", 5090] 5091 5092[[package]] 5093name = "prodash" 5094version = "31.0.0" 5095source = "registry+https://github.com/rust-lang/crates.io-index" 5096checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c" 5097dependencies = [ 5098 "bytesize", 5099 "human_format", 5100 "parking_lot", 5101] 5102 5103[[package]] 5104name = "proptest" 5105version = "1.11.0" 5106source = "registry+https://github.com/rust-lang/crates.io-index" 5107checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" 5108dependencies = [ 5109 "bit-set", 5110 "bit-vec 0.8.0", 5111 "bitflags 2.13.0", 5112 "num-traits", 5113 "rand 0.9.4", 5114 "rand_chacha 0.9.0", 5115 "rand_xorshift", 5116 "regex-syntax", 5117 "rusty-fork", 5118 "tempfile", 5119 "unarray", 5120] 5121 5122[[package]] 5123name = "quick-error" 5124version = "1.2.3" 5125source = "registry+https://github.com/rust-lang/crates.io-index" 5126checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" 5127 5128[[package]] 5129name = "quinn" 5130version = "0.11.9" 5131source = "registry+https://github.com/rust-lang/crates.io-index" 5132checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 5133dependencies = [ 5134 "bytes", 5135 "cfg_aliases", 5136 "futures-io", 5137 "pin-project-lite", 5138 "quinn-proto", 5139 "quinn-udp", 5140 "rustc-hash", 5141 "rustls", 5142 "socket2", 5143 "thiserror 2.0.18", 5144 "tokio", 5145 "tracing", 5146 "web-time", 5147] 5148 5149[[package]] 5150name = "quinn-proto" 5151version = "0.11.14" 5152source = "registry+https://github.com/rust-lang/crates.io-index" 5153checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 5154dependencies = [ 5155 "aws-lc-rs", 5156 "bytes", 5157 "getrandom 0.3.4", 5158 "lru-slab", 5159 "rand 0.9.4", 5160 "ring", 5161 "rustc-hash", 5162 "rustls", 5163 "rustls-pki-types", 5164 "slab", 5165 "thiserror 2.0.18", 5166 "tinyvec", 5167 "tracing", 5168 "web-time", 5169] 5170 5171[[package]] 5172name = "quinn-udp" 5173version = "0.5.14" 5174source = "registry+https://github.com/rust-lang/crates.io-index" 5175checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 5176dependencies = [ 5177 "cfg_aliases", 5178 "libc", 5179 "once_cell", 5180 "socket2", 5181 "tracing", 5182 "windows-sys 0.60.2", 5183] 5184 5185[[package]] 5186name = "quote" 5187version = "1.0.45" 5188source = "registry+https://github.com/rust-lang/crates.io-index" 5189checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 5190dependencies = [ 5191 "proc-macro2", 5192] 5193 5194[[package]] 5195name = "r-efi" 5196version = "5.3.0" 5197source = "registry+https://github.com/rust-lang/crates.io-index" 5198checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 5199 5200[[package]] 5201name = "r-efi" 5202version = "6.0.0" 5203source = "registry+https://github.com/rust-lang/crates.io-index" 5204checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 5205 5206[[package]] 5207name = "rand" 5208version = "0.8.6" 5209source = "registry+https://github.com/rust-lang/crates.io-index" 5210checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 5211dependencies = [ 5212 "libc", 5213 "rand_chacha 0.3.1", 5214 "rand_core 0.6.4", 5215] 5216 5217[[package]] 5218name = "rand" 5219version = "0.9.4" 5220source = "registry+https://github.com/rust-lang/crates.io-index" 5221checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 5222dependencies = [ 5223 "rand_chacha 0.9.0", 5224 "rand_core 0.9.5", 5225] 5226 5227[[package]] 5228name = "rand" 5229version = "0.10.1" 5230source = "registry+https://github.com/rust-lang/crates.io-index" 5231checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" 5232dependencies = [ 5233 "chacha20", 5234 "getrandom 0.4.3", 5235 "rand_core 0.10.1", 5236] 5237 5238[[package]] 5239name = "rand_chacha" 5240version = "0.3.1" 5241source = "registry+https://github.com/rust-lang/crates.io-index" 5242checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 5243dependencies = [ 5244 "ppv-lite86", 5245 "rand_core 0.6.4", 5246] 5247 5248[[package]] 5249name = "rand_chacha" 5250version = "0.9.0" 5251source = "registry+https://github.com/rust-lang/crates.io-index" 5252checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 5253dependencies = [ 5254 "ppv-lite86", 5255 "rand_core 0.9.5", 5256] 5257 5258[[package]] 5259name = "rand_core" 5260version = "0.6.4" 5261source = "registry+https://github.com/rust-lang/crates.io-index" 5262checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 5263dependencies = [ 5264 "getrandom 0.2.17", 5265] 5266 5267[[package]] 5268name = "rand_core" 5269version = "0.9.5" 5270source = "registry+https://github.com/rust-lang/crates.io-index" 5271checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 5272dependencies = [ 5273 "getrandom 0.3.4", 5274] 5275 5276[[package]] 5277name = "rand_core" 5278version = "0.10.1" 5279source = "registry+https://github.com/rust-lang/crates.io-index" 5280checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69" 5281 5282[[package]] 5283name = "rand_xorshift" 5284version = "0.4.0" 5285source = "registry+https://github.com/rust-lang/crates.io-index" 5286checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" 5287dependencies = [ 5288 "rand_core 0.9.5", 5289] 5290 5291[[package]] 5292name = "rawzip" 5293version = "0.4.4" 5294source = "registry+https://github.com/rust-lang/crates.io-index" 5295checksum = "9d9575f44c8cf85bc843ad666dcdf20d05a7753772bef56eb2a5140282b32150" 5296 5297[[package]] 5298name = "rcgen" 5299version = "0.13.2" 5300source = "registry+https://github.com/rust-lang/crates.io-index" 5301checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" 5302dependencies = [ 5303 "aws-lc-rs", 5304 "pem", 5305 "rustls-pki-types", 5306 "time", 5307 "yasna 0.5.2", 5308] 5309 5310[[package]] 5311name = "rcgen" 5312version = "0.14.8" 5313source = "registry+https://github.com/rust-lang/crates.io-index" 5314checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055" 5315dependencies = [ 5316 "aws-lc-rs", 5317 "pem", 5318 "rustls-pki-types", 5319 "time", 5320 "x509-parser 0.18.1", 5321 "yasna 0.6.0", 5322] 5323 5324[[package]] 5325name = "redox_syscall" 5326version = "0.5.18" 5327source = "registry+https://github.com/rust-lang/crates.io-index" 5328checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 5329dependencies = [ 5330 "bitflags 2.13.0", 5331] 5332 5333[[package]] 5334name = "ref-cast" 5335version = "1.0.25" 5336source = "registry+https://github.com/rust-lang/crates.io-index" 5337checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 5338dependencies = [ 5339 "ref-cast-impl", 5340] 5341 5342[[package]] 5343name = "ref-cast-impl" 5344version = "1.0.25" 5345source = "registry+https://github.com/rust-lang/crates.io-index" 5346checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 5347dependencies = [ 5348 "proc-macro2", 5349 "quote", 5350 "syn", 5351] 5352 5353[[package]] 5354name = "regex" 5355version = "1.12.4" 5356source = "registry+https://github.com/rust-lang/crates.io-index" 5357checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" 5358dependencies = [ 5359 "aho-corasick", 5360 "memchr", 5361 "regex-automata", 5362 "regex-syntax", 5363] 5364 5365[[package]] 5366name = "regex-automata" 5367version = "0.4.14" 5368source = "registry+https://github.com/rust-lang/crates.io-index" 5369checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 5370dependencies = [ 5371 "aho-corasick", 5372 "memchr", 5373 "regex-syntax", 5374] 5375 5376[[package]] 5377name = "regex-lite" 5378version = "0.1.9" 5379source = "registry+https://github.com/rust-lang/crates.io-index" 5380checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" 5381 5382[[package]] 5383name = "regex-syntax" 5384version = "0.8.11" 5385source = "registry+https://github.com/rust-lang/crates.io-index" 5386checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 5387 5388[[package]] 5389name = "reqwest" 5390version = "0.12.28" 5391source = "registry+https://github.com/rust-lang/crates.io-index" 5392checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 5393dependencies = [ 5394 "base64", 5395 "bytes", 5396 "encoding_rs", 5397 "futures-core", 5398 "futures-util", 5399 "h2", 5400 "http", 5401 "http-body", 5402 "http-body-util", 5403 "hyper", 5404 "hyper-rustls", 5405 "hyper-util", 5406 "js-sys", 5407 "log", 5408 "mime", 5409 "percent-encoding", 5410 "pin-project-lite", 5411 "quinn", 5412 "rustls", 5413 "rustls-pki-types", 5414 "serde", 5415 "serde_json", 5416 "serde_urlencoded", 5417 "sync_wrapper", 5418 "tokio", 5419 "tokio-rustls", 5420 "tokio-util", 5421 "tower", 5422 "tower-http 0.6.11", 5423 "tower-service", 5424 "url", 5425 "wasm-bindgen", 5426 "wasm-bindgen-futures", 5427 "wasm-streams", 5428 "web-sys", 5429 "webpki-roots 1.0.8", 5430] 5431 5432[[package]] 5433name = "reqwest" 5434version = "0.13.1" 5435source = "registry+https://github.com/rust-lang/crates.io-index" 5436checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" 5437dependencies = [ 5438 "base64", 5439 "bytes", 5440 "futures-core", 5441 "futures-util", 5442 "h2", 5443 "http", 5444 "http-body", 5445 "http-body-util", 5446 "hyper", 5447 "hyper-rustls", 5448 "hyper-util", 5449 "js-sys", 5450 "log", 5451 "percent-encoding", 5452 "pin-project-lite", 5453 "quinn", 5454 "rustls", 5455 "rustls-pki-types", 5456 "rustls-platform-verifier", 5457 "serde", 5458 "serde_json", 5459 "sync_wrapper", 5460 "tokio", 5461 "tokio-rustls", 5462 "tokio-util", 5463 "tower", 5464 "tower-http 0.6.11", 5465 "tower-service", 5466 "url", 5467 "wasm-bindgen", 5468 "wasm-bindgen-futures", 5469 "wasm-streams", 5470 "web-sys", 5471 "webpki-roots 1.0.8", 5472] 5473 5474[[package]] 5475name = "rfc6979" 5476version = "0.4.0" 5477source = "registry+https://github.com/rust-lang/crates.io-index" 5478checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 5479dependencies = [ 5480 "hmac 0.12.1", 5481 "subtle", 5482] 5483 5484[[package]] 5485name = "rfc6979" 5486version = "0.5.0" 5487source = "registry+https://github.com/rust-lang/crates.io-index" 5488checksum = "5236ce872cac07e0fb3969b0cbf468c7d2f37d432f1b627dcb7b8d34563fb0c3" 5489dependencies = [ 5490 "hmac 0.13.0", 5491 "subtle", 5492] 5493 5494[[package]] 5495name = "ring" 5496version = "0.17.14" 5497source = "registry+https://github.com/rust-lang/crates.io-index" 5498checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 5499dependencies = [ 5500 "cc", 5501 "cfg-if", 5502 "getrandom 0.2.17", 5503 "libc", 5504 "untrusted 0.9.0", 5505 "windows-sys 0.52.0", 5506] 5507 5508[[package]] 5509name = "rsa" 5510version = "0.10.0-rc.18" 5511source = "registry+https://github.com/rust-lang/crates.io-index" 5512checksum = "30b2aa4ba0d89f73d1e332df05be0eeab8840351c36ca5654341dfdb57bb3caf" 5513dependencies = [ 5514 "const-oid 0.10.2", 5515 "crypto-bigint 0.7.4", 5516 "crypto-primes", 5517 "digest 0.11.3", 5518 "pkcs1", 5519 "pkcs8 0.11.0", 5520 "rand_core 0.10.1", 5521 "sha2 0.11.0", 5522 "signature 3.0.0", 5523 "spki 0.8.0", 5524 "zeroize", 5525] 5526 5527[[package]] 5528name = "russh" 5529version = "0.61.2" 5530source = "registry+https://github.com/rust-lang/crates.io-index" 5531checksum = "bbf893f64684e58da8a68d56a5e84d1cf0440226274c515770fe267707a7d0b0" 5532dependencies = [ 5533 "aes", 5534 "aws-lc-rs", 5535 "bitflags 2.13.0", 5536 "block-padding", 5537 "byteorder", 5538 "bytes", 5539 "cbc", 5540 "cipher", 5541 "crypto-bigint 0.7.4", 5542 "ctr", 5543 "curve25519-dalek 5.0.0-rc.0", 5544 "data-encoding", 5545 "delegate", 5546 "der 0.8.0", 5547 "digest 0.11.3", 5548 "ecdsa 0.17.0-rc.18", 5549 "ed25519-dalek 3.0.0-rc.0", 5550 "elliptic-curve 0.14.0-rc.33", 5551 "enum_dispatch", 5552 "flate2", 5553 "futures", 5554 "generic-array 1.4.3", 5555 "getrandom 0.4.3", 5556 "ghash", 5557 "hex-literal", 5558 "hmac 0.13.0", 5559 "inout", 5560 "internal-russh-num-bigint", 5561 "keccak", 5562 "log", 5563 "md5", 5564 "ml-kem", 5565 "module-lattice", 5566 "num-bigint", 5567 "p256 0.14.0-rc.10", 5568 "p384", 5569 "p521", 5570 "pageant", 5571 "pbkdf2", 5572 "pkcs1", 5573 "pkcs5", 5574 "pkcs8 0.11.0", 5575 "polyval", 5576 "rand 0.10.1", 5577 "rand_core 0.10.1", 5578 "rsa", 5579 "russh-cryptovec", 5580 "russh-util", 5581 "salsa20", 5582 "scrypt", 5583 "sec1 0.8.1", 5584 "sha1 0.11.0", 5585 "sha2 0.11.0", 5586 "sha3", 5587 "signature 3.0.0", 5588 "spki 0.8.0", 5589 "ssh-encoding", 5590 "ssh-key", 5591 "subtle", 5592 "thiserror 2.0.18", 5593 "tokio", 5594 "typenum", 5595 "universal-hash", 5596 "zeroize", 5597] 5598 5599[[package]] 5600name = "russh-cryptovec" 5601version = "0.61.0" 5602source = "registry+https://github.com/rust-lang/crates.io-index" 5603checksum = "443f6bbcfacb34a1aab2b12b99bf08e0c63abdc5a0db261901365df9d57fff51" 5604dependencies = [ 5605 "log", 5606 "nix", 5607 "ssh-encoding", 5608 "windows-sys 0.61.2", 5609] 5610 5611[[package]] 5612name = "russh-util" 5613version = "0.52.0" 5614source = "registry+https://github.com/rust-lang/crates.io-index" 5615checksum = "668424a5dde0bcb45b55ba7de8476b93831b4aa2fa6947e145f3b053e22c60b6" 5616dependencies = [ 5617 "chrono", 5618 "tokio", 5619 "wasm-bindgen", 5620 "wasm-bindgen-futures", 5621] 5622 5623[[package]] 5624name = "rustc-hash" 5625version = "2.1.2" 5626source = "registry+https://github.com/rust-lang/crates.io-index" 5627checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 5628 5629[[package]] 5630name = "rustc_version" 5631version = "0.4.1" 5632source = "registry+https://github.com/rust-lang/crates.io-index" 5633checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 5634dependencies = [ 5635 "semver", 5636] 5637 5638[[package]] 5639name = "rusticata-macros" 5640version = "4.1.0" 5641source = "registry+https://github.com/rust-lang/crates.io-index" 5642checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 5643dependencies = [ 5644 "nom", 5645] 5646 5647[[package]] 5648name = "rustix" 5649version = "1.1.4" 5650source = "registry+https://github.com/rust-lang/crates.io-index" 5651checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 5652dependencies = [ 5653 "bitflags 2.13.0", 5654 "errno", 5655 "libc", 5656 "linux-raw-sys", 5657 "windows-sys 0.61.2", 5658] 5659 5660[[package]] 5661name = "rustls" 5662version = "0.23.40" 5663source = "registry+https://github.com/rust-lang/crates.io-index" 5664checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" 5665dependencies = [ 5666 "aws-lc-rs", 5667 "log", 5668 "once_cell", 5669 "ring", 5670 "rustls-pki-types", 5671 "rustls-webpki", 5672 "subtle", 5673 "zeroize", 5674] 5675 5676[[package]] 5677name = "rustls-acme" 5678version = "0.15.3" 5679source = "registry+https://github.com/rust-lang/crates.io-index" 5680checksum = "b9c70a17ecb067d5067565a16a2e0f26a4a2ea0924f49739d558c45186facc75" 5681dependencies = [ 5682 "async-io", 5683 "async-trait", 5684 "async-web-client", 5685 "aws-lc-rs", 5686 "base64", 5687 "blocking", 5688 "chrono", 5689 "futures", 5690 "futures-rustls", 5691 "http", 5692 "log", 5693 "pem", 5694 "rcgen 0.13.2", 5695 "serde", 5696 "serde_json", 5697 "thiserror 2.0.18", 5698 "webpki-roots 1.0.8", 5699 "x509-parser 0.16.0", 5700] 5701 5702[[package]] 5703name = "rustls-native-certs" 5704version = "0.8.4" 5705source = "registry+https://github.com/rust-lang/crates.io-index" 5706checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" 5707dependencies = [ 5708 "openssl-probe", 5709 "rustls-pki-types", 5710 "schannel", 5711 "security-framework", 5712] 5713 5714[[package]] 5715name = "rustls-pemfile" 5716version = "2.2.0" 5717source = "registry+https://github.com/rust-lang/crates.io-index" 5718checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 5719dependencies = [ 5720 "rustls-pki-types", 5721] 5722 5723[[package]] 5724name = "rustls-pki-types" 5725version = "1.14.1" 5726source = "registry+https://github.com/rust-lang/crates.io-index" 5727checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 5728dependencies = [ 5729 "web-time", 5730 "zeroize", 5731] 5732 5733[[package]] 5734name = "rustls-platform-verifier" 5735version = "0.6.2" 5736source = "registry+https://github.com/rust-lang/crates.io-index" 5737checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" 5738dependencies = [ 5739 "core-foundation 0.10.1", 5740 "core-foundation-sys", 5741 "jni", 5742 "log", 5743 "once_cell", 5744 "rustls", 5745 "rustls-native-certs", 5746 "rustls-platform-verifier-android", 5747 "rustls-webpki", 5748 "security-framework", 5749 "security-framework-sys", 5750 "webpki-root-certs", 5751 "windows-sys 0.61.2", 5752] 5753 5754[[package]] 5755name = "rustls-platform-verifier-android" 5756version = "0.1.1" 5757source = "registry+https://github.com/rust-lang/crates.io-index" 5758checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" 5759 5760[[package]] 5761name = "rustls-webpki" 5762version = "0.103.13" 5763source = "registry+https://github.com/rust-lang/crates.io-index" 5764checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 5765dependencies = [ 5766 "aws-lc-rs", 5767 "ring", 5768 "rustls-pki-types", 5769 "untrusted 0.9.0", 5770] 5771 5772[[package]] 5773name = "rustversion" 5774version = "1.0.22" 5775source = "registry+https://github.com/rust-lang/crates.io-index" 5776checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 5777 5778[[package]] 5779name = "rusty-fork" 5780version = "0.3.1" 5781source = "registry+https://github.com/rust-lang/crates.io-index" 5782checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" 5783dependencies = [ 5784 "fnv", 5785 "quick-error", 5786 "tempfile", 5787 "wait-timeout", 5788] 5789 5790[[package]] 5791name = "ryu" 5792version = "1.0.23" 5793source = "registry+https://github.com/rust-lang/crates.io-index" 5794checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 5795 5796[[package]] 5797name = "saa" 5798version = "5.6.0" 5799source = "registry+https://github.com/rust-lang/crates.io-index" 5800checksum = "68f5acb362a0e75c2a963532fa7fabf13dff81626dc494df16488d30befcbea0" 5801 5802[[package]] 5803name = "salsa20" 5804version = "0.11.0" 5805source = "registry+https://github.com/rust-lang/crates.io-index" 5806checksum = "2f874456e72520ff1375a06c588eaf074b0f01f9e9e1aada45bd9b7954a6e42c" 5807dependencies = [ 5808 "cfg-if", 5809 "cipher", 5810] 5811 5812[[package]] 5813name = "same-file" 5814version = "1.0.6" 5815source = "registry+https://github.com/rust-lang/crates.io-index" 5816checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 5817dependencies = [ 5818 "winapi-util", 5819] 5820 5821[[package]] 5822name = "scc" 5823version = "3.8.3" 5824source = "registry+https://github.com/rust-lang/crates.io-index" 5825checksum = "5581cd5dd2cb79cbe9d8137071d67f62f0db926e83a07b4d14561c5b7d423776" 5826dependencies = [ 5827 "saa", 5828 "sdd", 5829] 5830 5831[[package]] 5832name = "schannel" 5833version = "0.1.29" 5834source = "registry+https://github.com/rust-lang/crates.io-index" 5835checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 5836dependencies = [ 5837 "windows-sys 0.61.2", 5838] 5839 5840[[package]] 5841name = "scoped-tls" 5842version = "1.0.1" 5843source = "registry+https://github.com/rust-lang/crates.io-index" 5844checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 5845 5846[[package]] 5847name = "scopeguard" 5848version = "1.2.0" 5849source = "registry+https://github.com/rust-lang/crates.io-index" 5850checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 5851 5852[[package]] 5853name = "scrypt" 5854version = "0.12.0" 5855source = "registry+https://github.com/rust-lang/crates.io-index" 5856checksum = "d87af57419b594aa23fa95f09f0e06d80d84ba01c26148c43844cad6ff4485f0" 5857dependencies = [ 5858 "cfg-if", 5859 "pbkdf2", 5860 "salsa20", 5861 "sha2 0.11.0", 5862] 5863 5864[[package]] 5865name = "sdd" 5866version = "4.8.6" 5867source = "registry+https://github.com/rust-lang/crates.io-index" 5868checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551" 5869dependencies = [ 5870 "saa", 5871] 5872 5873[[package]] 5874name = "sec1" 5875version = "0.7.3" 5876source = "registry+https://github.com/rust-lang/crates.io-index" 5877checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 5878dependencies = [ 5879 "base16ct 0.2.0", 5880 "der 0.7.10", 5881 "generic-array 0.14.9", 5882 "pkcs8 0.10.2", 5883 "subtle", 5884 "zeroize", 5885] 5886 5887[[package]] 5888name = "sec1" 5889version = "0.8.1" 5890source = "registry+https://github.com/rust-lang/crates.io-index" 5891checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d" 5892dependencies = [ 5893 "base16ct 1.0.0", 5894 "ctutils", 5895 "der 0.8.0", 5896 "hybrid-array", 5897 "subtle", 5898 "zeroize", 5899] 5900 5901[[package]] 5902name = "security-framework" 5903version = "3.7.0" 5904source = "registry+https://github.com/rust-lang/crates.io-index" 5905checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 5906dependencies = [ 5907 "bitflags 2.13.0", 5908 "core-foundation 0.10.1", 5909 "core-foundation-sys", 5910 "libc", 5911 "security-framework-sys", 5912] 5913 5914[[package]] 5915name = "security-framework-sys" 5916version = "2.17.0" 5917source = "registry+https://github.com/rust-lang/crates.io-index" 5918checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 5919dependencies = [ 5920 "core-foundation-sys", 5921 "libc", 5922] 5923 5924[[package]] 5925name = "semver" 5926version = "1.0.28" 5927source = "registry+https://github.com/rust-lang/crates.io-index" 5928checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 5929 5930[[package]] 5931name = "send_wrapper" 5932version = "0.6.0" 5933source = "registry+https://github.com/rust-lang/crates.io-index" 5934checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 5935 5936[[package]] 5937name = "serde" 5938version = "1.0.228" 5939source = "registry+https://github.com/rust-lang/crates.io-index" 5940checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 5941dependencies = [ 5942 "serde_core", 5943 "serde_derive", 5944] 5945 5946[[package]] 5947name = "serde_bytes" 5948version = "0.11.19" 5949source = "registry+https://github.com/rust-lang/crates.io-index" 5950checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 5951dependencies = [ 5952 "serde", 5953 "serde_core", 5954] 5955 5956[[package]] 5957name = "serde_core" 5958version = "1.0.228" 5959source = "registry+https://github.com/rust-lang/crates.io-index" 5960checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 5961dependencies = [ 5962 "serde_derive", 5963] 5964 5965[[package]] 5966name = "serde_derive" 5967version = "1.0.228" 5968source = "registry+https://github.com/rust-lang/crates.io-index" 5969checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 5970dependencies = [ 5971 "proc-macro2", 5972 "quote", 5973 "syn", 5974] 5975 5976[[package]] 5977name = "serde_html_form" 5978version = "0.3.2" 5979source = "registry+https://github.com/rust-lang/crates.io-index" 5980checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94" 5981dependencies = [ 5982 "form_urlencoded", 5983 "indexmap", 5984 "itoa", 5985 "serde_core", 5986] 5987 5988[[package]] 5989name = "serde_ipld_dagcbor" 5990version = "0.6.4" 5991source = "registry+https://github.com/rust-lang/crates.io-index" 5992checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 5993dependencies = [ 5994 "cbor4ii", 5995 "ipld-core", 5996 "scopeguard", 5997 "serde", 5998] 5999 6000[[package]] 6001name = "serde_json" 6002version = "1.0.150" 6003source = "registry+https://github.com/rust-lang/crates.io-index" 6004checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 6005dependencies = [ 6006 "itoa", 6007 "memchr", 6008 "serde", 6009 "serde_core", 6010 "zmij", 6011] 6012 6013[[package]] 6014name = "serde_norway" 6015version = "0.9.42" 6016source = "registry+https://github.com/rust-lang/crates.io-index" 6017checksum = "e408f29489b5fd500fab51ff1484fc859bb655f32c671f307dcd733b72e8168c" 6018dependencies = [ 6019 "indexmap", 6020 "itoa", 6021 "ryu", 6022 "serde", 6023 "unsafe-libyaml-norway", 6024] 6025 6026[[package]] 6027name = "serde_path_to_error" 6028version = "0.1.20" 6029source = "registry+https://github.com/rust-lang/crates.io-index" 6030checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 6031dependencies = [ 6032 "itoa", 6033 "serde", 6034 "serde_core", 6035] 6036 6037[[package]] 6038name = "serde_repr" 6039version = "0.1.20" 6040source = "registry+https://github.com/rust-lang/crates.io-index" 6041checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 6042dependencies = [ 6043 "proc-macro2", 6044 "quote", 6045 "syn", 6046] 6047 6048[[package]] 6049name = "serde_spanned" 6050version = "1.1.1" 6051source = "registry+https://github.com/rust-lang/crates.io-index" 6052checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" 6053dependencies = [ 6054 "serde_core", 6055] 6056 6057[[package]] 6058name = "serde_urlencoded" 6059version = "0.7.1" 6060source = "registry+https://github.com/rust-lang/crates.io-index" 6061checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 6062dependencies = [ 6063 "form_urlencoded", 6064 "itoa", 6065 "ryu", 6066 "serde", 6067] 6068 6069[[package]] 6070name = "serde_with" 6071version = "3.21.0" 6072source = "registry+https://github.com/rust-lang/crates.io-index" 6073checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c" 6074dependencies = [ 6075 "base64", 6076 "bs58", 6077 "chrono", 6078 "hex", 6079 "serde_core", 6080 "serde_json", 6081 "serde_with_macros", 6082 "time", 6083] 6084 6085[[package]] 6086name = "serde_with_macros" 6087version = "3.21.0" 6088source = "registry+https://github.com/rust-lang/crates.io-index" 6089checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660" 6090dependencies = [ 6091 "darling", 6092 "proc-macro2", 6093 "quote", 6094 "syn", 6095] 6096 6097[[package]] 6098name = "serde_yaml" 6099version = "0.9.34+deprecated" 6100source = "registry+https://github.com/rust-lang/crates.io-index" 6101checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 6102dependencies = [ 6103 "indexmap", 6104 "itoa", 6105 "ryu", 6106 "serde", 6107 "unsafe-libyaml", 6108] 6109 6110[[package]] 6111name = "serdect" 6112version = "0.4.3" 6113source = "registry+https://github.com/rust-lang/crates.io-index" 6114checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e" 6115dependencies = [ 6116 "base16ct 1.0.0", 6117 "serde", 6118] 6119 6120[[package]] 6121name = "sha1" 6122version = "0.10.6" 6123source = "registry+https://github.com/rust-lang/crates.io-index" 6124checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 6125dependencies = [ 6126 "cfg-if", 6127 "cpufeatures 0.2.17", 6128 "digest 0.10.7", 6129] 6130 6131[[package]] 6132name = "sha1" 6133version = "0.11.0" 6134source = "registry+https://github.com/rust-lang/crates.io-index" 6135checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" 6136dependencies = [ 6137 "cfg-if", 6138 "cpufeatures 0.3.0", 6139 "digest 0.11.3", 6140] 6141 6142[[package]] 6143name = "sha1-checked" 6144version = "0.10.0" 6145source = "registry+https://github.com/rust-lang/crates.io-index" 6146checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 6147dependencies = [ 6148 "digest 0.10.7", 6149 "sha1 0.10.6", 6150] 6151 6152[[package]] 6153name = "sha2" 6154version = "0.10.9" 6155source = "registry+https://github.com/rust-lang/crates.io-index" 6156checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 6157dependencies = [ 6158 "cfg-if", 6159 "cpufeatures 0.2.17", 6160 "digest 0.10.7", 6161] 6162 6163[[package]] 6164name = "sha2" 6165version = "0.11.0" 6166source = "registry+https://github.com/rust-lang/crates.io-index" 6167checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" 6168dependencies = [ 6169 "cfg-if", 6170 "cpufeatures 0.3.0", 6171 "digest 0.11.3", 6172] 6173 6174[[package]] 6175name = "sha3" 6176version = "0.11.0" 6177source = "registry+https://github.com/rust-lang/crates.io-index" 6178checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1" 6179dependencies = [ 6180 "digest 0.11.3", 6181 "keccak", 6182] 6183 6184[[package]] 6185name = "sharded-slab" 6186version = "0.1.7" 6187source = "registry+https://github.com/rust-lang/crates.io-index" 6188checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 6189dependencies = [ 6190 "lazy_static", 6191] 6192 6193[[package]] 6194name = "shell-words" 6195version = "1.1.1" 6196source = "registry+https://github.com/rust-lang/crates.io-index" 6197checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 6198 6199[[package]] 6200name = "shlex" 6201version = "2.0.1" 6202source = "registry+https://github.com/rust-lang/crates.io-index" 6203checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 6204 6205[[package]] 6206name = "signal-hook" 6207version = "0.4.4" 6208source = "registry+https://github.com/rust-lang/crates.io-index" 6209checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d" 6210dependencies = [ 6211 "libc", 6212 "signal-hook-registry", 6213] 6214 6215[[package]] 6216name = "signal-hook-registry" 6217version = "1.4.8" 6218source = "registry+https://github.com/rust-lang/crates.io-index" 6219checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 6220dependencies = [ 6221 "errno", 6222 "libc", 6223] 6224 6225[[package]] 6226name = "signature" 6227version = "2.2.0" 6228source = "registry+https://github.com/rust-lang/crates.io-index" 6229checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 6230dependencies = [ 6231 "digest 0.10.7", 6232 "rand_core 0.6.4", 6233] 6234 6235[[package]] 6236name = "signature" 6237version = "3.0.0" 6238source = "registry+https://github.com/rust-lang/crates.io-index" 6239checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5" 6240dependencies = [ 6241 "digest 0.11.3", 6242 "rand_core 0.10.1", 6243] 6244 6245[[package]] 6246name = "simd-adler32" 6247version = "0.3.9" 6248source = "registry+https://github.com/rust-lang/crates.io-index" 6249checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 6250 6251[[package]] 6252name = "siphasher" 6253version = "1.0.3" 6254source = "registry+https://github.com/rust-lang/crates.io-index" 6255checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 6256 6257[[package]] 6258name = "slab" 6259version = "0.4.12" 6260source = "registry+https://github.com/rust-lang/crates.io-index" 6261checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 6262 6263[[package]] 6264name = "smallvec" 6265version = "1.15.2" 6266source = "registry+https://github.com/rust-lang/crates.io-index" 6267checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 6268 6269[[package]] 6270name = "smol_str" 6271version = "0.3.6" 6272source = "registry+https://github.com/rust-lang/crates.io-index" 6273checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 6274dependencies = [ 6275 "borsh", 6276 "serde_core", 6277] 6278 6279[[package]] 6280name = "socket2" 6281version = "0.6.4" 6282source = "registry+https://github.com/rust-lang/crates.io-index" 6283checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 6284dependencies = [ 6285 "libc", 6286 "windows-sys 0.61.2", 6287] 6288 6289[[package]] 6290name = "spin" 6291version = "0.9.8" 6292source = "registry+https://github.com/rust-lang/crates.io-index" 6293checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 6294dependencies = [ 6295 "lock_api", 6296] 6297 6298[[package]] 6299name = "spin" 6300version = "0.10.0" 6301source = "registry+https://github.com/rust-lang/crates.io-index" 6302checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 6303 6304[[package]] 6305name = "spki" 6306version = "0.7.3" 6307source = "registry+https://github.com/rust-lang/crates.io-index" 6308checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 6309dependencies = [ 6310 "base64ct", 6311 "der 0.7.10", 6312] 6313 6314[[package]] 6315name = "spki" 6316version = "0.8.0" 6317source = "registry+https://github.com/rust-lang/crates.io-index" 6318checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f" 6319dependencies = [ 6320 "base64ct", 6321 "der 0.8.0", 6322] 6323 6324[[package]] 6325name = "ssh-cipher" 6326version = "0.3.0-rc.9" 6327source = "registry+https://github.com/rust-lang/crates.io-index" 6328checksum = "10db6f219196a8528f9ec904d9d45cdad692d65b0e57e72be4dedd1c5fddce36" 6329dependencies = [ 6330 "aead", 6331 "aes", 6332 "aes-gcm", 6333 "cbc", 6334 "chacha20", 6335 "cipher", 6336 "ctr", 6337 "ctutils", 6338 "des", 6339 "poly1305", 6340 "ssh-encoding", 6341 "zeroize", 6342] 6343 6344[[package]] 6345name = "ssh-encoding" 6346version = "0.3.0-rc.9" 6347source = "registry+https://github.com/rust-lang/crates.io-index" 6348checksum = "7abf34aa716da5d5b4c496936d042ea282ab392092cd68a72ef6a8863ff8c96a" 6349dependencies = [ 6350 "base64ct", 6351 "bytes", 6352 "crypto-bigint 0.7.4", 6353 "ctutils", 6354 "digest 0.11.3", 6355 "pem-rfc7468 1.0.0", 6356 "zeroize", 6357] 6358 6359[[package]] 6360name = "ssh-key" 6361version = "0.7.0-rc.10" 6362source = "registry+https://github.com/rust-lang/crates.io-index" 6363checksum = "45735ce3dea95690e4a9e414c4cfde7f79835063c3dcd35881df85a84118e74b" 6364dependencies = [ 6365 "argon2", 6366 "bcrypt-pbkdf", 6367 "ctutils", 6368 "ed25519-dalek 3.0.0-rc.0", 6369 "hex", 6370 "hmac 0.13.0", 6371 "p256 0.14.0-rc.10", 6372 "p384", 6373 "p521", 6374 "rand_core 0.10.1", 6375 "rsa", 6376 "sec1 0.8.1", 6377 "sha1 0.11.0", 6378 "sha2 0.11.0", 6379 "signature 3.0.0", 6380 "ssh-cipher", 6381 "ssh-encoding", 6382 "zeroize", 6383] 6384 6385[[package]] 6386name = "stable_deref_trait" 6387version = "1.2.1" 6388source = "registry+https://github.com/rust-lang/crates.io-index" 6389checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 6390 6391[[package]] 6392name = "static_assertions" 6393version = "1.1.0" 6394source = "registry+https://github.com/rust-lang/crates.io-index" 6395checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 6396 6397[[package]] 6398name = "strsim" 6399version = "0.11.1" 6400source = "registry+https://github.com/rust-lang/crates.io-index" 6401checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 6402 6403[[package]] 6404name = "subtle" 6405version = "2.6.1" 6406source = "registry+https://github.com/rust-lang/crates.io-index" 6407checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 6408 6409[[package]] 6410name = "syn" 6411version = "2.0.118" 6412source = "registry+https://github.com/rust-lang/crates.io-index" 6413checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" 6414dependencies = [ 6415 "proc-macro2", 6416 "quote", 6417 "unicode-ident", 6418] 6419 6420[[package]] 6421name = "sync_wrapper" 6422version = "1.0.2" 6423source = "registry+https://github.com/rust-lang/crates.io-index" 6424checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 6425dependencies = [ 6426 "futures-core", 6427] 6428 6429[[package]] 6430name = "synstructure" 6431version = "0.13.2" 6432source = "registry+https://github.com/rust-lang/crates.io-index" 6433checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 6434dependencies = [ 6435 "proc-macro2", 6436 "quote", 6437 "syn", 6438] 6439 6440[[package]] 6441name = "system-configuration" 6442version = "0.7.0" 6443source = "registry+https://github.com/rust-lang/crates.io-index" 6444checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 6445dependencies = [ 6446 "bitflags 2.13.0", 6447 "core-foundation 0.9.4", 6448 "system-configuration-sys", 6449] 6450 6451[[package]] 6452name = "system-configuration-sys" 6453version = "0.6.0" 6454source = "registry+https://github.com/rust-lang/crates.io-index" 6455checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 6456dependencies = [ 6457 "core-foundation-sys", 6458 "libc", 6459] 6460 6461[[package]] 6462name = "tagptr" 6463version = "0.2.0" 6464source = "registry+https://github.com/rust-lang/crates.io-index" 6465checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 6466 6467[[package]] 6468name = "tar" 6469version = "0.4.46" 6470source = "registry+https://github.com/rust-lang/crates.io-index" 6471checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840" 6472dependencies = [ 6473 "filetime", 6474 "libc", 6475 "xattr", 6476] 6477 6478[[package]] 6479name = "tempfile" 6480version = "3.27.0" 6481source = "registry+https://github.com/rust-lang/crates.io-index" 6482checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 6483dependencies = [ 6484 "fastrand", 6485 "getrandom 0.4.3", 6486 "once_cell", 6487 "rustix", 6488 "windows-sys 0.61.2", 6489] 6490 6491[[package]] 6492name = "terminal_size" 6493version = "0.4.4" 6494source = "registry+https://github.com/rust-lang/crates.io-index" 6495checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 6496dependencies = [ 6497 "rustix", 6498 "windows-sys 0.61.2", 6499] 6500 6501[[package]] 6502name = "thiserror" 6503version = "1.0.69" 6504source = "registry+https://github.com/rust-lang/crates.io-index" 6505checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 6506dependencies = [ 6507 "thiserror-impl 1.0.69", 6508] 6509 6510[[package]] 6511name = "thiserror" 6512version = "2.0.18" 6513source = "registry+https://github.com/rust-lang/crates.io-index" 6514checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 6515dependencies = [ 6516 "thiserror-impl 2.0.18", 6517] 6518 6519[[package]] 6520name = "thiserror-impl" 6521version = "1.0.69" 6522source = "registry+https://github.com/rust-lang/crates.io-index" 6523checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 6524dependencies = [ 6525 "proc-macro2", 6526 "quote", 6527 "syn", 6528] 6529 6530[[package]] 6531name = "thiserror-impl" 6532version = "2.0.18" 6533source = "registry+https://github.com/rust-lang/crates.io-index" 6534checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 6535dependencies = [ 6536 "proc-macro2", 6537 "quote", 6538 "syn", 6539] 6540 6541[[package]] 6542name = "thread_local" 6543version = "1.1.9" 6544source = "registry+https://github.com/rust-lang/crates.io-index" 6545checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 6546dependencies = [ 6547 "cfg-if", 6548] 6549 6550[[package]] 6551name = "time" 6552version = "0.3.49" 6553source = "registry+https://github.com/rust-lang/crates.io-index" 6554checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469" 6555dependencies = [ 6556 "deranged", 6557 "num-conv", 6558 "powerfmt", 6559 "serde_core", 6560 "time-core", 6561 "time-macros", 6562] 6563 6564[[package]] 6565name = "time-core" 6566version = "0.1.9" 6567source = "registry+https://github.com/rust-lang/crates.io-index" 6568checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" 6569 6570[[package]] 6571name = "time-macros" 6572version = "0.2.29" 6573source = "registry+https://github.com/rust-lang/crates.io-index" 6574checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d" 6575dependencies = [ 6576 "num-conv", 6577 "time-core", 6578] 6579 6580[[package]] 6581name = "tinystr" 6582version = "0.8.3" 6583source = "registry+https://github.com/rust-lang/crates.io-index" 6584checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 6585dependencies = [ 6586 "displaydoc", 6587 "zerovec", 6588] 6589 6590[[package]] 6591name = "tinyvec" 6592version = "1.11.0" 6593source = "registry+https://github.com/rust-lang/crates.io-index" 6594checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 6595dependencies = [ 6596 "tinyvec_macros", 6597] 6598 6599[[package]] 6600name = "tinyvec_macros" 6601version = "0.1.1" 6602source = "registry+https://github.com/rust-lang/crates.io-index" 6603checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 6604 6605[[package]] 6606name = "tokio" 6607version = "1.52.3" 6608source = "registry+https://github.com/rust-lang/crates.io-index" 6609checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 6610dependencies = [ 6611 "bytes", 6612 "libc", 6613 "mio", 6614 "pin-project-lite", 6615 "signal-hook-registry", 6616 "socket2", 6617 "tokio-macros", 6618 "windows-sys 0.61.2", 6619] 6620 6621[[package]] 6622name = "tokio-macros" 6623version = "2.7.0" 6624source = "registry+https://github.com/rust-lang/crates.io-index" 6625checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 6626dependencies = [ 6627 "proc-macro2", 6628 "quote", 6629 "syn", 6630] 6631 6632[[package]] 6633name = "tokio-rustls" 6634version = "0.26.4" 6635source = "registry+https://github.com/rust-lang/crates.io-index" 6636checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 6637dependencies = [ 6638 "rustls", 6639 "tokio", 6640] 6641 6642[[package]] 6643name = "tokio-stream" 6644version = "0.1.18" 6645source = "registry+https://github.com/rust-lang/crates.io-index" 6646checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" 6647dependencies = [ 6648 "futures-core", 6649 "pin-project-lite", 6650 "tokio", 6651] 6652 6653[[package]] 6654name = "tokio-tungstenite" 6655version = "0.24.0" 6656source = "registry+https://github.com/rust-lang/crates.io-index" 6657checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 6658dependencies = [ 6659 "futures-util", 6660 "log", 6661 "rustls", 6662 "rustls-native-certs", 6663 "rustls-pki-types", 6664 "tokio", 6665 "tokio-rustls", 6666 "tungstenite 0.24.0", 6667] 6668 6669[[package]] 6670name = "tokio-tungstenite" 6671version = "0.29.0" 6672source = "registry+https://github.com/rust-lang/crates.io-index" 6673checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" 6674dependencies = [ 6675 "futures-util", 6676 "log", 6677 "tokio", 6678 "tungstenite 0.29.0", 6679] 6680 6681[[package]] 6682name = "tokio-tungstenite-wasm" 6683version = "0.4.0" 6684source = "registry+https://github.com/rust-lang/crates.io-index" 6685checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 6686dependencies = [ 6687 "futures-channel", 6688 "futures-util", 6689 "http", 6690 "httparse", 6691 "js-sys", 6692 "rustls", 6693 "thiserror 1.0.69", 6694 "tokio", 6695 "tokio-tungstenite 0.24.0", 6696 "wasm-bindgen", 6697 "web-sys", 6698] 6699 6700[[package]] 6701name = "tokio-util" 6702version = "0.7.18" 6703source = "registry+https://github.com/rust-lang/crates.io-index" 6704checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 6705dependencies = [ 6706 "bytes", 6707 "futures-core", 6708 "futures-sink", 6709 "futures-util", 6710 "pin-project-lite", 6711 "tokio", 6712] 6713 6714[[package]] 6715name = "toml" 6716version = "0.9.12+spec-1.1.0" 6717source = "registry+https://github.com/rust-lang/crates.io-index" 6718checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 6719dependencies = [ 6720 "indexmap", 6721 "serde_core", 6722 "serde_spanned", 6723 "toml_datetime", 6724 "toml_parser", 6725 "toml_writer", 6726 "winnow 0.7.15", 6727] 6728 6729[[package]] 6730name = "toml_datetime" 6731version = "0.7.5+spec-1.1.0" 6732source = "registry+https://github.com/rust-lang/crates.io-index" 6733checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 6734dependencies = [ 6735 "serde_core", 6736] 6737 6738[[package]] 6739name = "toml_parser" 6740version = "1.1.2+spec-1.1.0" 6741source = "registry+https://github.com/rust-lang/crates.io-index" 6742checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" 6743dependencies = [ 6744 "winnow 1.0.3", 6745] 6746 6747[[package]] 6748name = "toml_writer" 6749version = "1.1.1+spec-1.1.0" 6750source = "registry+https://github.com/rust-lang/crates.io-index" 6751checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" 6752 6753[[package]] 6754name = "tower" 6755version = "0.5.3" 6756source = "registry+https://github.com/rust-lang/crates.io-index" 6757checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 6758dependencies = [ 6759 "futures-core", 6760 "futures-util", 6761 "pin-project-lite", 6762 "sync_wrapper", 6763 "tokio", 6764 "tower-layer", 6765 "tower-service", 6766 "tracing", 6767] 6768 6769[[package]] 6770name = "tower-http" 6771version = "0.6.11" 6772source = "registry+https://github.com/rust-lang/crates.io-index" 6773checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 6774dependencies = [ 6775 "async-compression", 6776 "bitflags 2.13.0", 6777 "bytes", 6778 "futures-core", 6779 "futures-util", 6780 "http", 6781 "http-body", 6782 "http-body-util", 6783 "pin-project-lite", 6784 "tokio", 6785 "tokio-util", 6786 "tower", 6787 "tower-layer", 6788 "tower-service", 6789 "url", 6790] 6791 6792[[package]] 6793name = "tower-http" 6794version = "0.7.0" 6795source = "registry+https://github.com/rust-lang/crates.io-index" 6796checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" 6797dependencies = [ 6798 "async-compression", 6799 "bitflags 2.13.0", 6800 "bytes", 6801 "futures-core", 6802 "futures-util", 6803 "http", 6804 "http-body", 6805 "http-body-util", 6806 "http-range-header", 6807 "httpdate", 6808 "mime", 6809 "mime_guess", 6810 "percent-encoding", 6811 "pin-project-lite", 6812 "tokio", 6813 "tokio-util", 6814 "tower-layer", 6815 "tower-service", 6816] 6817 6818[[package]] 6819name = "tower-layer" 6820version = "0.3.3" 6821source = "registry+https://github.com/rust-lang/crates.io-index" 6822checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 6823 6824[[package]] 6825name = "tower-service" 6826version = "0.3.3" 6827source = "registry+https://github.com/rust-lang/crates.io-index" 6828checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 6829 6830[[package]] 6831name = "tracing" 6832version = "0.1.44" 6833source = "registry+https://github.com/rust-lang/crates.io-index" 6834checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 6835dependencies = [ 6836 "log", 6837 "pin-project-lite", 6838 "tracing-attributes", 6839 "tracing-core", 6840] 6841 6842[[package]] 6843name = "tracing-attributes" 6844version = "0.1.31" 6845source = "registry+https://github.com/rust-lang/crates.io-index" 6846checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 6847dependencies = [ 6848 "proc-macro2", 6849 "quote", 6850 "syn", 6851] 6852 6853[[package]] 6854name = "tracing-core" 6855version = "0.1.36" 6856source = "registry+https://github.com/rust-lang/crates.io-index" 6857checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 6858dependencies = [ 6859 "once_cell", 6860 "valuable", 6861] 6862 6863[[package]] 6864name = "tracing-log" 6865version = "0.2.0" 6866source = "registry+https://github.com/rust-lang/crates.io-index" 6867checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 6868dependencies = [ 6869 "log", 6870 "once_cell", 6871 "tracing-core", 6872] 6873 6874[[package]] 6875name = "tracing-subscriber" 6876version = "0.3.23" 6877source = "registry+https://github.com/rust-lang/crates.io-index" 6878checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 6879dependencies = [ 6880 "matchers", 6881 "nu-ansi-term", 6882 "once_cell", 6883 "regex-automata", 6884 "sharded-slab", 6885 "smallvec", 6886 "thread_local", 6887 "tracing", 6888 "tracing-core", 6889 "tracing-log", 6890] 6891 6892[[package]] 6893name = "trait-variant" 6894version = "0.1.2" 6895source = "registry+https://github.com/rust-lang/crates.io-index" 6896checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 6897dependencies = [ 6898 "proc-macro2", 6899 "quote", 6900 "syn", 6901] 6902 6903[[package]] 6904name = "try-lock" 6905version = "0.2.5" 6906source = "registry+https://github.com/rust-lang/crates.io-index" 6907checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 6908 6909[[package]] 6910name = "tungstenite" 6911version = "0.24.0" 6912source = "registry+https://github.com/rust-lang/crates.io-index" 6913checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 6914dependencies = [ 6915 "byteorder", 6916 "bytes", 6917 "data-encoding", 6918 "http", 6919 "httparse", 6920 "log", 6921 "rand 0.8.6", 6922 "rustls", 6923 "rustls-pki-types", 6924 "sha1 0.10.6", 6925 "thiserror 1.0.69", 6926 "utf-8", 6927] 6928 6929[[package]] 6930name = "tungstenite" 6931version = "0.29.0" 6932source = "registry+https://github.com/rust-lang/crates.io-index" 6933checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" 6934dependencies = [ 6935 "bytes", 6936 "data-encoding", 6937 "http", 6938 "httparse", 6939 "log", 6940 "rand 0.9.4", 6941 "sha1 0.10.6", 6942 "thiserror 2.0.18", 6943] 6944 6945[[package]] 6946name = "typenum" 6947version = "1.20.1" 6948source = "registry+https://github.com/rust-lang/crates.io-index" 6949checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" 6950 6951[[package]] 6952name = "uluru" 6953version = "3.1.0" 6954source = "registry+https://github.com/rust-lang/crates.io-index" 6955checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" 6956dependencies = [ 6957 "arrayvec", 6958] 6959 6960[[package]] 6961name = "unarray" 6962version = "0.1.4" 6963source = "registry+https://github.com/rust-lang/crates.io-index" 6964checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" 6965 6966[[package]] 6967name = "unicase" 6968version = "2.9.0" 6969source = "registry+https://github.com/rust-lang/crates.io-index" 6970checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 6971 6972[[package]] 6973name = "unicode-bom" 6974version = "2.0.3" 6975source = "registry+https://github.com/rust-lang/crates.io-index" 6976checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 6977 6978[[package]] 6979name = "unicode-ident" 6980version = "1.0.24" 6981source = "registry+https://github.com/rust-lang/crates.io-index" 6982checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 6983 6984[[package]] 6985name = "unicode-normalization" 6986version = "0.1.25" 6987source = "registry+https://github.com/rust-lang/crates.io-index" 6988checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 6989dependencies = [ 6990 "tinyvec", 6991] 6992 6993[[package]] 6994name = "unicode-segmentation" 6995version = "1.13.3" 6996source = "registry+https://github.com/rust-lang/crates.io-index" 6997checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 6998 6999[[package]] 7000name = "unicode-width" 7001version = "0.1.14" 7002source = "registry+https://github.com/rust-lang/crates.io-index" 7003checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 7004 7005[[package]] 7006name = "unicode-xid" 7007version = "0.2.6" 7008source = "registry+https://github.com/rust-lang/crates.io-index" 7009checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 7010 7011[[package]] 7012name = "universal-hash" 7013version = "0.6.1" 7014source = "registry+https://github.com/rust-lang/crates.io-index" 7015checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96" 7016dependencies = [ 7017 "crypto-common 0.2.2", 7018 "ctutils", 7019] 7020 7021[[package]] 7022name = "unsafe-libyaml" 7023version = "0.2.11" 7024source = "registry+https://github.com/rust-lang/crates.io-index" 7025checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 7026 7027[[package]] 7028name = "unsafe-libyaml-norway" 7029version = "0.2.15" 7030source = "registry+https://github.com/rust-lang/crates.io-index" 7031checksum = "b39abd59bf32521c7f2301b52d05a6a2c975b6003521cbd0c6dc1582f0a22104" 7032 7033[[package]] 7034name = "unsigned-varint" 7035version = "0.7.2" 7036source = "registry+https://github.com/rust-lang/crates.io-index" 7037checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 7038 7039[[package]] 7040name = "unsigned-varint" 7041version = "0.8.0" 7042source = "registry+https://github.com/rust-lang/crates.io-index" 7043checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 7044 7045[[package]] 7046name = "untrusted" 7047version = "0.7.1" 7048source = "registry+https://github.com/rust-lang/crates.io-index" 7049checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 7050 7051[[package]] 7052name = "untrusted" 7053version = "0.9.0" 7054source = "registry+https://github.com/rust-lang/crates.io-index" 7055checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 7056 7057[[package]] 7058name = "url" 7059version = "2.5.8" 7060source = "registry+https://github.com/rust-lang/crates.io-index" 7061checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 7062dependencies = [ 7063 "form_urlencoded", 7064 "idna", 7065 "percent-encoding", 7066 "serde", 7067 "serde_derive", 7068] 7069 7070[[package]] 7071name = "utf-8" 7072version = "0.7.6" 7073source = "registry+https://github.com/rust-lang/crates.io-index" 7074checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 7075 7076[[package]] 7077name = "utf8_iter" 7078version = "1.0.4" 7079source = "registry+https://github.com/rust-lang/crates.io-index" 7080checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 7081 7082[[package]] 7083name = "uuid" 7084version = "1.23.3" 7085source = "registry+https://github.com/rust-lang/crates.io-index" 7086checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" 7087dependencies = [ 7088 "getrandom 0.4.3", 7089 "js-sys", 7090 "wasm-bindgen", 7091] 7092 7093[[package]] 7094name = "valuable" 7095version = "0.1.1" 7096source = "registry+https://github.com/rust-lang/crates.io-index" 7097checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 7098 7099[[package]] 7100name = "version_check" 7101version = "0.9.5" 7102source = "registry+https://github.com/rust-lang/crates.io-index" 7103checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 7104 7105[[package]] 7106name = "wait-timeout" 7107version = "0.2.1" 7108source = "registry+https://github.com/rust-lang/crates.io-index" 7109checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" 7110dependencies = [ 7111 "libc", 7112] 7113 7114[[package]] 7115name = "walkdir" 7116version = "2.5.0" 7117source = "registry+https://github.com/rust-lang/crates.io-index" 7118checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 7119dependencies = [ 7120 "same-file", 7121 "winapi-util", 7122] 7123 7124[[package]] 7125name = "want" 7126version = "0.3.1" 7127source = "registry+https://github.com/rust-lang/crates.io-index" 7128checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 7129dependencies = [ 7130 "try-lock", 7131] 7132 7133[[package]] 7134name = "wasi" 7135version = "0.11.1+wasi-snapshot-preview1" 7136source = "registry+https://github.com/rust-lang/crates.io-index" 7137checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 7138 7139[[package]] 7140name = "wasip2" 7141version = "1.0.4+wasi-0.2.12" 7142source = "registry+https://github.com/rust-lang/crates.io-index" 7143checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 7144dependencies = [ 7145 "wit-bindgen", 7146] 7147 7148[[package]] 7149name = "wasm-bindgen" 7150version = "0.2.125" 7151source = "registry+https://github.com/rust-lang/crates.io-index" 7152checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a" 7153dependencies = [ 7154 "cfg-if", 7155 "once_cell", 7156 "rustversion", 7157 "wasm-bindgen-macro", 7158 "wasm-bindgen-shared", 7159] 7160 7161[[package]] 7162name = "wasm-bindgen-futures" 7163version = "0.4.75" 7164source = "registry+https://github.com/rust-lang/crates.io-index" 7165checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280" 7166dependencies = [ 7167 "js-sys", 7168 "wasm-bindgen", 7169] 7170 7171[[package]] 7172name = "wasm-bindgen-macro" 7173version = "0.2.125" 7174source = "registry+https://github.com/rust-lang/crates.io-index" 7175checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d" 7176dependencies = [ 7177 "quote", 7178 "wasm-bindgen-macro-support", 7179] 7180 7181[[package]] 7182name = "wasm-bindgen-macro-support" 7183version = "0.2.125" 7184source = "registry+https://github.com/rust-lang/crates.io-index" 7185checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd" 7186dependencies = [ 7187 "bumpalo", 7188 "proc-macro2", 7189 "quote", 7190 "syn", 7191 "wasm-bindgen-shared", 7192] 7193 7194[[package]] 7195name = "wasm-bindgen-shared" 7196version = "0.2.125" 7197source = "registry+https://github.com/rust-lang/crates.io-index" 7198checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f" 7199dependencies = [ 7200 "unicode-ident", 7201] 7202 7203[[package]] 7204name = "wasm-streams" 7205version = "0.4.2" 7206source = "registry+https://github.com/rust-lang/crates.io-index" 7207checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 7208dependencies = [ 7209 "futures-util", 7210 "js-sys", 7211 "wasm-bindgen", 7212 "wasm-bindgen-futures", 7213 "web-sys", 7214] 7215 7216[[package]] 7217name = "web-sys" 7218version = "0.3.102" 7219source = "registry+https://github.com/rust-lang/crates.io-index" 7220checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d" 7221dependencies = [ 7222 "js-sys", 7223 "wasm-bindgen", 7224] 7225 7226[[package]] 7227name = "web-time" 7228version = "1.1.0" 7229source = "registry+https://github.com/rust-lang/crates.io-index" 7230checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 7231dependencies = [ 7232 "js-sys", 7233 "wasm-bindgen", 7234] 7235 7236[[package]] 7237name = "webpki-root-certs" 7238version = "1.0.8" 7239source = "registry+https://github.com/rust-lang/crates.io-index" 7240checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267" 7241dependencies = [ 7242 "rustls-pki-types", 7243] 7244 7245[[package]] 7246name = "webpki-roots" 7247version = "0.26.11" 7248source = "registry+https://github.com/rust-lang/crates.io-index" 7249checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 7250dependencies = [ 7251 "webpki-roots 1.0.8", 7252] 7253 7254[[package]] 7255name = "webpki-roots" 7256version = "1.0.8" 7257source = "registry+https://github.com/rust-lang/crates.io-index" 7258checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf" 7259dependencies = [ 7260 "rustls-pki-types", 7261] 7262 7263[[package]] 7264name = "winapi" 7265version = "0.3.9" 7266source = "registry+https://github.com/rust-lang/crates.io-index" 7267checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 7268dependencies = [ 7269 "winapi-i686-pc-windows-gnu", 7270 "winapi-x86_64-pc-windows-gnu", 7271] 7272 7273[[package]] 7274name = "winapi-i686-pc-windows-gnu" 7275version = "0.4.0" 7276source = "registry+https://github.com/rust-lang/crates.io-index" 7277checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 7278 7279[[package]] 7280name = "winapi-util" 7281version = "0.1.11" 7282source = "registry+https://github.com/rust-lang/crates.io-index" 7283checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 7284dependencies = [ 7285 "windows-sys 0.61.2", 7286] 7287 7288[[package]] 7289name = "winapi-x86_64-pc-windows-gnu" 7290version = "0.4.0" 7291source = "registry+https://github.com/rust-lang/crates.io-index" 7292checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 7293 7294[[package]] 7295name = "windows" 7296version = "0.62.2" 7297source = "registry+https://github.com/rust-lang/crates.io-index" 7298checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 7299dependencies = [ 7300 "windows-collections", 7301 "windows-core", 7302 "windows-future", 7303 "windows-numerics", 7304] 7305 7306[[package]] 7307name = "windows-collections" 7308version = "0.3.2" 7309source = "registry+https://github.com/rust-lang/crates.io-index" 7310checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 7311dependencies = [ 7312 "windows-core", 7313] 7314 7315[[package]] 7316name = "windows-core" 7317version = "0.62.2" 7318source = "registry+https://github.com/rust-lang/crates.io-index" 7319checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 7320dependencies = [ 7321 "windows-implement", 7322 "windows-interface", 7323 "windows-link", 7324 "windows-result", 7325 "windows-strings", 7326] 7327 7328[[package]] 7329name = "windows-future" 7330version = "0.3.2" 7331source = "registry+https://github.com/rust-lang/crates.io-index" 7332checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 7333dependencies = [ 7334 "windows-core", 7335 "windows-link", 7336 "windows-threading", 7337] 7338 7339[[package]] 7340name = "windows-implement" 7341version = "0.60.2" 7342source = "registry+https://github.com/rust-lang/crates.io-index" 7343checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 7344dependencies = [ 7345 "proc-macro2", 7346 "quote", 7347 "syn", 7348] 7349 7350[[package]] 7351name = "windows-interface" 7352version = "0.59.3" 7353source = "registry+https://github.com/rust-lang/crates.io-index" 7354checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 7355dependencies = [ 7356 "proc-macro2", 7357 "quote", 7358 "syn", 7359] 7360 7361[[package]] 7362name = "windows-link" 7363version = "0.2.1" 7364source = "registry+https://github.com/rust-lang/crates.io-index" 7365checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 7366 7367[[package]] 7368name = "windows-numerics" 7369version = "0.3.1" 7370source = "registry+https://github.com/rust-lang/crates.io-index" 7371checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 7372dependencies = [ 7373 "windows-core", 7374 "windows-link", 7375] 7376 7377[[package]] 7378name = "windows-registry" 7379version = "0.6.1" 7380source = "registry+https://github.com/rust-lang/crates.io-index" 7381checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 7382dependencies = [ 7383 "windows-link", 7384 "windows-result", 7385 "windows-strings", 7386] 7387 7388[[package]] 7389name = "windows-result" 7390version = "0.4.1" 7391source = "registry+https://github.com/rust-lang/crates.io-index" 7392checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 7393dependencies = [ 7394 "windows-link", 7395] 7396 7397[[package]] 7398name = "windows-strings" 7399version = "0.5.1" 7400source = "registry+https://github.com/rust-lang/crates.io-index" 7401checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 7402dependencies = [ 7403 "windows-link", 7404] 7405 7406[[package]] 7407name = "windows-sys" 7408version = "0.45.0" 7409source = "registry+https://github.com/rust-lang/crates.io-index" 7410checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 7411dependencies = [ 7412 "windows-targets 0.42.2", 7413] 7414 7415[[package]] 7416name = "windows-sys" 7417version = "0.52.0" 7418source = "registry+https://github.com/rust-lang/crates.io-index" 7419checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 7420dependencies = [ 7421 "windows-targets 0.52.6", 7422] 7423 7424[[package]] 7425name = "windows-sys" 7426version = "0.60.2" 7427source = "registry+https://github.com/rust-lang/crates.io-index" 7428checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 7429dependencies = [ 7430 "windows-targets 0.53.5", 7431] 7432 7433[[package]] 7434name = "windows-sys" 7435version = "0.61.2" 7436source = "registry+https://github.com/rust-lang/crates.io-index" 7437checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 7438dependencies = [ 7439 "windows-link", 7440] 7441 7442[[package]] 7443name = "windows-targets" 7444version = "0.42.2" 7445source = "registry+https://github.com/rust-lang/crates.io-index" 7446checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 7447dependencies = [ 7448 "windows_aarch64_gnullvm 0.42.2", 7449 "windows_aarch64_msvc 0.42.2", 7450 "windows_i686_gnu 0.42.2", 7451 "windows_i686_msvc 0.42.2", 7452 "windows_x86_64_gnu 0.42.2", 7453 "windows_x86_64_gnullvm 0.42.2", 7454 "windows_x86_64_msvc 0.42.2", 7455] 7456 7457[[package]] 7458name = "windows-targets" 7459version = "0.52.6" 7460source = "registry+https://github.com/rust-lang/crates.io-index" 7461checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 7462dependencies = [ 7463 "windows_aarch64_gnullvm 0.52.6", 7464 "windows_aarch64_msvc 0.52.6", 7465 "windows_i686_gnu 0.52.6", 7466 "windows_i686_gnullvm 0.52.6", 7467 "windows_i686_msvc 0.52.6", 7468 "windows_x86_64_gnu 0.52.6", 7469 "windows_x86_64_gnullvm 0.52.6", 7470 "windows_x86_64_msvc 0.52.6", 7471] 7472 7473[[package]] 7474name = "windows-targets" 7475version = "0.53.5" 7476source = "registry+https://github.com/rust-lang/crates.io-index" 7477checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 7478dependencies = [ 7479 "windows-link", 7480 "windows_aarch64_gnullvm 0.53.1", 7481 "windows_aarch64_msvc 0.53.1", 7482 "windows_i686_gnu 0.53.1", 7483 "windows_i686_gnullvm 0.53.1", 7484 "windows_i686_msvc 0.53.1", 7485 "windows_x86_64_gnu 0.53.1", 7486 "windows_x86_64_gnullvm 0.53.1", 7487 "windows_x86_64_msvc 0.53.1", 7488] 7489 7490[[package]] 7491name = "windows-threading" 7492version = "0.2.1" 7493source = "registry+https://github.com/rust-lang/crates.io-index" 7494checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 7495dependencies = [ 7496 "windows-link", 7497] 7498 7499[[package]] 7500name = "windows_aarch64_gnullvm" 7501version = "0.42.2" 7502source = "registry+https://github.com/rust-lang/crates.io-index" 7503checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 7504 7505[[package]] 7506name = "windows_aarch64_gnullvm" 7507version = "0.52.6" 7508source = "registry+https://github.com/rust-lang/crates.io-index" 7509checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 7510 7511[[package]] 7512name = "windows_aarch64_gnullvm" 7513version = "0.53.1" 7514source = "registry+https://github.com/rust-lang/crates.io-index" 7515checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 7516 7517[[package]] 7518name = "windows_aarch64_msvc" 7519version = "0.42.2" 7520source = "registry+https://github.com/rust-lang/crates.io-index" 7521checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 7522 7523[[package]] 7524name = "windows_aarch64_msvc" 7525version = "0.52.6" 7526source = "registry+https://github.com/rust-lang/crates.io-index" 7527checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 7528 7529[[package]] 7530name = "windows_aarch64_msvc" 7531version = "0.53.1" 7532source = "registry+https://github.com/rust-lang/crates.io-index" 7533checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 7534 7535[[package]] 7536name = "windows_i686_gnu" 7537version = "0.42.2" 7538source = "registry+https://github.com/rust-lang/crates.io-index" 7539checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 7540 7541[[package]] 7542name = "windows_i686_gnu" 7543version = "0.52.6" 7544source = "registry+https://github.com/rust-lang/crates.io-index" 7545checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 7546 7547[[package]] 7548name = "windows_i686_gnu" 7549version = "0.53.1" 7550source = "registry+https://github.com/rust-lang/crates.io-index" 7551checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 7552 7553[[package]] 7554name = "windows_i686_gnullvm" 7555version = "0.52.6" 7556source = "registry+https://github.com/rust-lang/crates.io-index" 7557checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 7558 7559[[package]] 7560name = "windows_i686_gnullvm" 7561version = "0.53.1" 7562source = "registry+https://github.com/rust-lang/crates.io-index" 7563checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 7564 7565[[package]] 7566name = "windows_i686_msvc" 7567version = "0.42.2" 7568source = "registry+https://github.com/rust-lang/crates.io-index" 7569checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 7570 7571[[package]] 7572name = "windows_i686_msvc" 7573version = "0.52.6" 7574source = "registry+https://github.com/rust-lang/crates.io-index" 7575checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 7576 7577[[package]] 7578name = "windows_i686_msvc" 7579version = "0.53.1" 7580source = "registry+https://github.com/rust-lang/crates.io-index" 7581checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 7582 7583[[package]] 7584name = "windows_x86_64_gnu" 7585version = "0.42.2" 7586source = "registry+https://github.com/rust-lang/crates.io-index" 7587checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 7588 7589[[package]] 7590name = "windows_x86_64_gnu" 7591version = "0.52.6" 7592source = "registry+https://github.com/rust-lang/crates.io-index" 7593checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 7594 7595[[package]] 7596name = "windows_x86_64_gnu" 7597version = "0.53.1" 7598source = "registry+https://github.com/rust-lang/crates.io-index" 7599checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 7600 7601[[package]] 7602name = "windows_x86_64_gnullvm" 7603version = "0.42.2" 7604source = "registry+https://github.com/rust-lang/crates.io-index" 7605checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 7606 7607[[package]] 7608name = "windows_x86_64_gnullvm" 7609version = "0.52.6" 7610source = "registry+https://github.com/rust-lang/crates.io-index" 7611checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 7612 7613[[package]] 7614name = "windows_x86_64_gnullvm" 7615version = "0.53.1" 7616source = "registry+https://github.com/rust-lang/crates.io-index" 7617checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 7618 7619[[package]] 7620name = "windows_x86_64_msvc" 7621version = "0.42.2" 7622source = "registry+https://github.com/rust-lang/crates.io-index" 7623checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 7624 7625[[package]] 7626name = "windows_x86_64_msvc" 7627version = "0.52.6" 7628source = "registry+https://github.com/rust-lang/crates.io-index" 7629checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 7630 7631[[package]] 7632name = "windows_x86_64_msvc" 7633version = "0.53.1" 7634source = "registry+https://github.com/rust-lang/crates.io-index" 7635checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 7636 7637[[package]] 7638name = "winnow" 7639version = "0.7.15" 7640source = "registry+https://github.com/rust-lang/crates.io-index" 7641checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 7642 7643[[package]] 7644name = "winnow" 7645version = "1.0.3" 7646source = "registry+https://github.com/rust-lang/crates.io-index" 7647checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" 7648 7649[[package]] 7650name = "wit-bindgen" 7651version = "0.57.1" 7652source = "registry+https://github.com/rust-lang/crates.io-index" 7653checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 7654 7655[[package]] 7656name = "writeable" 7657version = "0.6.3" 7658source = "registry+https://github.com/rust-lang/crates.io-index" 7659checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 7660 7661[[package]] 7662name = "x509-parser" 7663version = "0.16.0" 7664source = "registry+https://github.com/rust-lang/crates.io-index" 7665checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" 7666dependencies = [ 7667 "asn1-rs 0.6.2", 7668 "data-encoding", 7669 "der-parser 9.0.0", 7670 "lazy_static", 7671 "nom", 7672 "oid-registry 0.7.1", 7673 "rusticata-macros", 7674 "thiserror 1.0.69", 7675 "time", 7676] 7677 7678[[package]] 7679name = "x509-parser" 7680version = "0.18.1" 7681source = "registry+https://github.com/rust-lang/crates.io-index" 7682checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202" 7683dependencies = [ 7684 "asn1-rs 0.7.2", 7685 "aws-lc-rs", 7686 "data-encoding", 7687 "der-parser 10.0.0", 7688 "lazy_static", 7689 "nom", 7690 "oid-registry 0.8.1", 7691 "rusticata-macros", 7692 "thiserror 2.0.18", 7693 "time", 7694] 7695 7696[[package]] 7697name = "xattr" 7698version = "1.6.1" 7699source = "registry+https://github.com/rust-lang/crates.io-index" 7700checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 7701dependencies = [ 7702 "libc", 7703 "rustix", 7704] 7705 7706[[package]] 7707name = "yasna" 7708version = "0.5.2" 7709source = "registry+https://github.com/rust-lang/crates.io-index" 7710checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" 7711dependencies = [ 7712 "time", 7713] 7714 7715[[package]] 7716name = "yasna" 7717version = "0.6.0" 7718source = "registry+https://github.com/rust-lang/crates.io-index" 7719checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282" 7720dependencies = [ 7721 "bit-vec 0.9.1", 7722 "time", 7723] 7724 7725[[package]] 7726name = "yoke" 7727version = "0.8.3" 7728source = "registry+https://github.com/rust-lang/crates.io-index" 7729checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 7730dependencies = [ 7731 "stable_deref_trait", 7732 "yoke-derive", 7733 "zerofrom", 7734] 7735 7736[[package]] 7737name = "yoke-derive" 7738version = "0.8.2" 7739source = "registry+https://github.com/rust-lang/crates.io-index" 7740checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 7741dependencies = [ 7742 "proc-macro2", 7743 "quote", 7744 "syn", 7745 "synstructure", 7746] 7747 7748[[package]] 7749name = "zerocopy" 7750version = "0.8.52" 7751source = "registry+https://github.com/rust-lang/crates.io-index" 7752checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" 7753dependencies = [ 7754 "zerocopy-derive", 7755] 7756 7757[[package]] 7758name = "zerocopy-derive" 7759version = "0.8.52" 7760source = "registry+https://github.com/rust-lang/crates.io-index" 7761checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" 7762dependencies = [ 7763 "proc-macro2", 7764 "quote", 7765 "syn", 7766] 7767 7768[[package]] 7769name = "zerofrom" 7770version = "0.1.8" 7771source = "registry+https://github.com/rust-lang/crates.io-index" 7772checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 7773dependencies = [ 7774 "zerofrom-derive", 7775] 7776 7777[[package]] 7778name = "zerofrom-derive" 7779version = "0.1.7" 7780source = "registry+https://github.com/rust-lang/crates.io-index" 7781checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 7782dependencies = [ 7783 "proc-macro2", 7784 "quote", 7785 "syn", 7786 "synstructure", 7787] 7788 7789[[package]] 7790name = "zeroize" 7791version = "1.9.0" 7792source = "registry+https://github.com/rust-lang/crates.io-index" 7793checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" 7794dependencies = [ 7795 "zeroize_derive", 7796] 7797 7798[[package]] 7799name = "zeroize_derive" 7800version = "1.5.0" 7801source = "registry+https://github.com/rust-lang/crates.io-index" 7802checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328" 7803dependencies = [ 7804 "proc-macro2", 7805 "quote", 7806 "syn", 7807] 7808 7809[[package]] 7810name = "zerotrie" 7811version = "0.2.4" 7812source = "registry+https://github.com/rust-lang/crates.io-index" 7813checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 7814dependencies = [ 7815 "displaydoc", 7816 "yoke", 7817 "zerofrom", 7818] 7819 7820[[package]] 7821name = "zerovec" 7822version = "0.11.6" 7823source = "registry+https://github.com/rust-lang/crates.io-index" 7824checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 7825dependencies = [ 7826 "yoke", 7827 "zerofrom", 7828 "zerovec-derive", 7829] 7830 7831[[package]] 7832name = "zerovec-derive" 7833version = "0.11.3" 7834source = "registry+https://github.com/rust-lang/crates.io-index" 7835checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 7836dependencies = [ 7837 "proc-macro2", 7838 "quote", 7839 "syn", 7840] 7841 7842[[package]] 7843name = "zlib-rs" 7844version = "0.6.3" 7845source = "registry+https://github.com/rust-lang/crates.io-index" 7846checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513" 7847 7848[[package]] 7849name = "zmij" 7850version = "1.0.21" 7851source = "registry+https://github.com/rust-lang/crates.io-index" 7852checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" 7853 7854[[package]] 7855name = "zstd" 7856version = "0.13.3" 7857source = "registry+https://github.com/rust-lang/crates.io-index" 7858checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 7859dependencies = [ 7860 "zstd-safe", 7861] 7862 7863[[package]] 7864name = "zstd-safe" 7865version = "7.2.4" 7866source = "registry+https://github.com/rust-lang/crates.io-index" 7867checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 7868dependencies = [ 7869 "zstd-sys", 7870] 7871 7872[[package]] 7873name = "zstd-sys" 7874version = "2.0.16+zstd.1.5.7" 7875source = "registry+https://github.com/rust-lang/crates.io-index" 7876checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 7877dependencies = [ 7878 "cc", 7879 "pkg-config", 7880]