A library for ATProtocol identities.
at v0.13.0 85 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 = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "anstream" 37version = "0.6.19" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" 40dependencies = [ 41 "anstyle", 42 "anstyle-parse", 43 "anstyle-query", 44 "anstyle-wincon", 45 "colorchoice", 46 "is_terminal_polyfill", 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle" 52version = "1.0.11" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" 55 56[[package]] 57name = "anstyle-parse" 58version = "0.2.7" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 61dependencies = [ 62 "utf8parse", 63] 64 65[[package]] 66name = "anstyle-query" 67version = "1.1.3" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" 70dependencies = [ 71 "windows-sys 0.59.0", 72] 73 74[[package]] 75name = "anstyle-wincon" 76version = "3.0.9" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" 79dependencies = [ 80 "anstyle", 81 "once_cell_polyfill", 82 "windows-sys 0.59.0", 83] 84 85[[package]] 86name = "anyhow" 87version = "1.0.98" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 90 91[[package]] 92name = "async-trait" 93version = "0.1.88" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 96dependencies = [ 97 "proc-macro2", 98 "quote", 99 "syn", 100] 101 102[[package]] 103name = "atomic-waker" 104version = "1.1.2" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 107 108[[package]] 109name = "atproto-client" 110version = "0.13.0" 111dependencies = [ 112 "anyhow", 113 "atproto-identity", 114 "atproto-oauth", 115 "atproto-record", 116 "bytes", 117 "clap", 118 "reqwest", 119 "reqwest-chain", 120 "reqwest-middleware", 121 "rpassword", 122 "secrecy", 123 "serde", 124 "serde_json", 125 "thiserror 2.0.12", 126 "tokio", 127 "tracing", 128 "urlencoding", 129] 130 131[[package]] 132name = "atproto-identity" 133version = "0.13.0" 134dependencies = [ 135 "anyhow", 136 "async-trait", 137 "clap", 138 "ecdsa", 139 "elliptic-curve", 140 "hickory-resolver", 141 "k256", 142 "lru", 143 "multibase", 144 "p256", 145 "p384", 146 "rand 0.8.5", 147 "reqwest", 148 "serde", 149 "serde_ipld_dagcbor", 150 "serde_json", 151 "thiserror 2.0.12", 152 "tokio", 153 "tracing", 154 "urlencoding", 155 "zeroize", 156] 157 158[[package]] 159name = "atproto-jetstream" 160version = "0.13.0" 161dependencies = [ 162 "anyhow", 163 "async-trait", 164 "atproto-identity", 165 "clap", 166 "futures", 167 "http", 168 "serde", 169 "serde_json", 170 "thiserror 2.0.12", 171 "tokio", 172 "tokio-util", 173 "tokio-websockets", 174 "tracing", 175 "tracing-subscriber", 176 "urlencoding", 177 "zstd", 178] 179 180[[package]] 181name = "atproto-lexicon" 182version = "0.13.0" 183dependencies = [ 184 "anyhow", 185 "async-trait", 186 "atproto-client", 187 "atproto-identity", 188 "clap", 189 "hickory-resolver", 190 "reqwest", 191 "serde", 192 "serde_json", 193 "thiserror 2.0.12", 194 "tokio", 195 "tracing", 196 "zeroize", 197] 198 199[[package]] 200name = "atproto-oauth" 201version = "0.13.0" 202dependencies = [ 203 "anyhow", 204 "async-trait", 205 "atproto-identity", 206 "base64", 207 "chrono", 208 "clap", 209 "ecdsa", 210 "elliptic-curve", 211 "k256", 212 "lru", 213 "multibase", 214 "p256", 215 "p384", 216 "rand 0.8.5", 217 "reqwest", 218 "reqwest-chain", 219 "reqwest-middleware", 220 "serde", 221 "serde_ipld_dagcbor", 222 "serde_json", 223 "sha2", 224 "thiserror 2.0.12", 225 "tokio", 226 "tracing", 227 "ulid", 228 "zeroize", 229] 230 231[[package]] 232name = "atproto-oauth-aip" 233version = "0.13.0" 234dependencies = [ 235 "anyhow", 236 "atproto-identity", 237 "atproto-oauth", 238 "chrono", 239 "reqwest", 240 "serde", 241 "serde_json", 242 "thiserror 2.0.12", 243 "zeroize", 244] 245 246[[package]] 247name = "atproto-oauth-axum" 248version = "0.13.0" 249dependencies = [ 250 "anyhow", 251 "async-trait", 252 "atproto-identity", 253 "atproto-oauth", 254 "atproto-record", 255 "axum", 256 "chrono", 257 "clap", 258 "elliptic-curve", 259 "hickory-resolver", 260 "http", 261 "rand 0.8.5", 262 "reqwest", 263 "reqwest-chain", 264 "reqwest-middleware", 265 "rpassword", 266 "secrecy", 267 "serde", 268 "serde_json", 269 "thiserror 2.0.12", 270 "tokio", 271 "tracing", 272 "zeroize", 273] 274 275[[package]] 276name = "atproto-record" 277version = "0.13.0" 278dependencies = [ 279 "anyhow", 280 "atproto-identity", 281 "base64", 282 "chrono", 283 "clap", 284 "serde", 285 "serde_ipld_dagcbor", 286 "serde_json", 287 "thiserror 2.0.12", 288 "tokio", 289] 290 291[[package]] 292name = "atproto-xrpcs" 293version = "0.13.0" 294dependencies = [ 295 "anyhow", 296 "async-trait", 297 "atproto-identity", 298 "atproto-oauth", 299 "atproto-record", 300 "axum", 301 "base64", 302 "chrono", 303 "elliptic-curve", 304 "hickory-resolver", 305 "http", 306 "rand 0.8.5", 307 "reqwest", 308 "reqwest-chain", 309 "reqwest-middleware", 310 "serde", 311 "serde_json", 312 "thiserror 2.0.12", 313 "tokio", 314 "tracing", 315] 316 317[[package]] 318name = "atproto-xrpcs-helloworld" 319version = "0.13.0" 320dependencies = [ 321 "anyhow", 322 "async-trait", 323 "atproto-identity", 324 "atproto-oauth", 325 "atproto-record", 326 "atproto-xrpcs", 327 "axum", 328 "chrono", 329 "clap", 330 "elliptic-curve", 331 "hickory-resolver", 332 "http", 333 "rand 0.8.5", 334 "reqwest", 335 "reqwest-chain", 336 "reqwest-middleware", 337 "serde", 338 "serde_json", 339 "thiserror 2.0.12", 340 "tokio", 341 "tracing", 342] 343 344[[package]] 345name = "autocfg" 346version = "1.4.0" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 349 350[[package]] 351name = "axum" 352version = "0.8.4" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 355dependencies = [ 356 "axum-core", 357 "axum-macros", 358 "bytes", 359 "form_urlencoded", 360 "futures-util", 361 "http", 362 "http-body", 363 "http-body-util", 364 "hyper", 365 "hyper-util", 366 "itoa", 367 "matchit", 368 "memchr", 369 "mime", 370 "percent-encoding", 371 "pin-project-lite", 372 "rustversion", 373 "serde", 374 "serde_json", 375 "serde_path_to_error", 376 "serde_urlencoded", 377 "sync_wrapper", 378 "tokio", 379 "tower", 380 "tower-layer", 381 "tower-service", 382 "tracing", 383] 384 385[[package]] 386name = "axum-core" 387version = "0.5.2" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 390dependencies = [ 391 "bytes", 392 "futures-core", 393 "http", 394 "http-body", 395 "http-body-util", 396 "mime", 397 "pin-project-lite", 398 "rustversion", 399 "sync_wrapper", 400 "tower-layer", 401 "tower-service", 402 "tracing", 403] 404 405[[package]] 406name = "axum-macros" 407version = "0.5.0" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 410dependencies = [ 411 "proc-macro2", 412 "quote", 413 "syn", 414] 415 416[[package]] 417name = "backtrace" 418version = "0.3.75" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 421dependencies = [ 422 "addr2line", 423 "cfg-if", 424 "libc", 425 "miniz_oxide", 426 "object", 427 "rustc-demangle", 428 "windows-targets 0.52.6", 429] 430 431[[package]] 432name = "base-x" 433version = "0.2.11" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 436 437[[package]] 438name = "base16ct" 439version = "0.2.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 442 443[[package]] 444name = "base64" 445version = "0.22.1" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 448 449[[package]] 450name = "base64ct" 451version = "1.7.3" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3" 454 455[[package]] 456name = "bitflags" 457version = "2.9.1" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 460 461[[package]] 462name = "block-buffer" 463version = "0.10.4" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 466dependencies = [ 467 "generic-array", 468] 469 470[[package]] 471name = "bumpalo" 472version = "3.17.0" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 475 476[[package]] 477name = "bytes" 478version = "1.10.1" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 481 482[[package]] 483name = "cbor4ii" 484version = "0.2.14" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 487dependencies = [ 488 "serde", 489] 490 491[[package]] 492name = "cc" 493version = "1.2.24" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7" 496dependencies = [ 497 "jobserver", 498 "libc", 499 "shlex", 500] 501 502[[package]] 503name = "cfg-if" 504version = "1.0.0" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 507 508[[package]] 509name = "cfg_aliases" 510version = "0.2.1" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 513 514[[package]] 515name = "chrono" 516version = "0.4.41" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 519dependencies = [ 520 "num-traits", 521 "serde", 522] 523 524[[package]] 525name = "cid" 526version = "0.11.1" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 529dependencies = [ 530 "core2", 531 "multibase", 532 "multihash", 533 "serde", 534 "serde_bytes", 535 "unsigned-varint", 536] 537 538[[package]] 539name = "clap" 540version = "4.5.40" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" 543dependencies = [ 544 "clap_builder", 545 "clap_derive", 546] 547 548[[package]] 549name = "clap_builder" 550version = "4.5.40" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" 553dependencies = [ 554 "anstream", 555 "anstyle", 556 "clap_lex", 557 "strsim", 558] 559 560[[package]] 561name = "clap_derive" 562version = "4.5.40" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" 565dependencies = [ 566 "heck", 567 "proc-macro2", 568 "quote", 569 "syn", 570] 571 572[[package]] 573name = "clap_lex" 574version = "0.7.5" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 577 578[[package]] 579name = "colorchoice" 580version = "1.0.4" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 583 584[[package]] 585name = "const-oid" 586version = "0.9.6" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 589 590[[package]] 591name = "core-foundation" 592version = "0.9.4" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 595dependencies = [ 596 "core-foundation-sys", 597 "libc", 598] 599 600[[package]] 601name = "core-foundation" 602version = "0.10.1" 603source = "registry+https://github.com/rust-lang/crates.io-index" 604checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 605dependencies = [ 606 "core-foundation-sys", 607 "libc", 608] 609 610[[package]] 611name = "core-foundation-sys" 612version = "0.8.7" 613source = "registry+https://github.com/rust-lang/crates.io-index" 614checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 615 616[[package]] 617name = "core2" 618version = "0.4.0" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 621dependencies = [ 622 "memchr", 623] 624 625[[package]] 626name = "cpufeatures" 627version = "0.2.17" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 630dependencies = [ 631 "libc", 632] 633 634[[package]] 635name = "critical-section" 636version = "1.2.0" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 639 640[[package]] 641name = "crossbeam-channel" 642version = "0.5.15" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 645dependencies = [ 646 "crossbeam-utils", 647] 648 649[[package]] 650name = "crossbeam-epoch" 651version = "0.9.18" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 654dependencies = [ 655 "crossbeam-utils", 656] 657 658[[package]] 659name = "crossbeam-utils" 660version = "0.8.21" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 663 664[[package]] 665name = "crypto-bigint" 666version = "0.5.5" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 669dependencies = [ 670 "generic-array", 671 "rand_core 0.6.4", 672 "subtle", 673 "zeroize", 674] 675 676[[package]] 677name = "crypto-common" 678version = "0.1.6" 679source = "registry+https://github.com/rust-lang/crates.io-index" 680checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 681dependencies = [ 682 "generic-array", 683 "typenum", 684] 685 686[[package]] 687name = "data-encoding" 688version = "2.9.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 691 692[[package]] 693name = "data-encoding-macro" 694version = "0.1.18" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 697dependencies = [ 698 "data-encoding", 699 "data-encoding-macro-internal", 700] 701 702[[package]] 703name = "data-encoding-macro-internal" 704version = "0.1.16" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 707dependencies = [ 708 "data-encoding", 709 "syn", 710] 711 712[[package]] 713name = "der" 714version = "0.7.10" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 717dependencies = [ 718 "const-oid", 719 "pem-rfc7468", 720 "zeroize", 721] 722 723[[package]] 724name = "digest" 725version = "0.10.7" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 728dependencies = [ 729 "block-buffer", 730 "const-oid", 731 "crypto-common", 732 "subtle", 733] 734 735[[package]] 736name = "displaydoc" 737version = "0.2.5" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 740dependencies = [ 741 "proc-macro2", 742 "quote", 743 "syn", 744] 745 746[[package]] 747name = "ecdsa" 748version = "0.16.9" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 751dependencies = [ 752 "der", 753 "digest", 754 "elliptic-curve", 755 "rfc6979", 756 "serdect", 757 "signature", 758 "spki", 759] 760 761[[package]] 762name = "elliptic-curve" 763version = "0.13.8" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 766dependencies = [ 767 "base16ct", 768 "base64ct", 769 "crypto-bigint", 770 "digest", 771 "ff", 772 "generic-array", 773 "group", 774 "hkdf", 775 "pem-rfc7468", 776 "pkcs8", 777 "rand_core 0.6.4", 778 "sec1", 779 "serde_json", 780 "serdect", 781 "subtle", 782 "zeroize", 783] 784 785[[package]] 786name = "encoding_rs" 787version = "0.8.35" 788source = "registry+https://github.com/rust-lang/crates.io-index" 789checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 790dependencies = [ 791 "cfg-if", 792] 793 794[[package]] 795name = "enum-as-inner" 796version = "0.6.1" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 799dependencies = [ 800 "heck", 801 "proc-macro2", 802 "quote", 803 "syn", 804] 805 806[[package]] 807name = "equivalent" 808version = "1.0.2" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 811 812[[package]] 813name = "ff" 814version = "0.13.1" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 817dependencies = [ 818 "rand_core 0.6.4", 819 "subtle", 820] 821 822[[package]] 823name = "fnv" 824version = "1.0.7" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 827 828[[package]] 829name = "foldhash" 830version = "0.1.5" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 833 834[[package]] 835name = "form_urlencoded" 836version = "1.2.1" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 839dependencies = [ 840 "percent-encoding", 841] 842 843[[package]] 844name = "futures" 845version = "0.3.31" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 848dependencies = [ 849 "futures-channel", 850 "futures-core", 851 "futures-executor", 852 "futures-io", 853 "futures-sink", 854 "futures-task", 855 "futures-util", 856] 857 858[[package]] 859name = "futures-channel" 860version = "0.3.31" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 863dependencies = [ 864 "futures-core", 865 "futures-sink", 866] 867 868[[package]] 869name = "futures-core" 870version = "0.3.31" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 873 874[[package]] 875name = "futures-executor" 876version = "0.3.31" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 879dependencies = [ 880 "futures-core", 881 "futures-task", 882 "futures-util", 883] 884 885[[package]] 886name = "futures-io" 887version = "0.3.31" 888source = "registry+https://github.com/rust-lang/crates.io-index" 889checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 890 891[[package]] 892name = "futures-macro" 893version = "0.3.31" 894source = "registry+https://github.com/rust-lang/crates.io-index" 895checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 896dependencies = [ 897 "proc-macro2", 898 "quote", 899 "syn", 900] 901 902[[package]] 903name = "futures-sink" 904version = "0.3.31" 905source = "registry+https://github.com/rust-lang/crates.io-index" 906checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 907 908[[package]] 909name = "futures-task" 910version = "0.3.31" 911source = "registry+https://github.com/rust-lang/crates.io-index" 912checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 913 914[[package]] 915name = "futures-util" 916version = "0.3.31" 917source = "registry+https://github.com/rust-lang/crates.io-index" 918checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 919dependencies = [ 920 "futures-channel", 921 "futures-core", 922 "futures-io", 923 "futures-macro", 924 "futures-sink", 925 "futures-task", 926 "memchr", 927 "pin-project-lite", 928 "pin-utils", 929 "slab", 930] 931 932[[package]] 933name = "generator" 934version = "0.8.5" 935source = "registry+https://github.com/rust-lang/crates.io-index" 936checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" 937dependencies = [ 938 "cc", 939 "cfg-if", 940 "libc", 941 "log", 942 "rustversion", 943 "windows", 944] 945 946[[package]] 947name = "generic-array" 948version = "0.14.7" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 951dependencies = [ 952 "typenum", 953 "version_check", 954 "zeroize", 955] 956 957[[package]] 958name = "getrandom" 959version = "0.2.16" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 962dependencies = [ 963 "cfg-if", 964 "js-sys", 965 "libc", 966 "wasi 0.11.0+wasi-snapshot-preview1", 967 "wasm-bindgen", 968] 969 970[[package]] 971name = "getrandom" 972version = "0.3.3" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 975dependencies = [ 976 "cfg-if", 977 "js-sys", 978 "libc", 979 "r-efi", 980 "wasi 0.14.2+wasi-0.2.4", 981 "wasm-bindgen", 982] 983 984[[package]] 985name = "gimli" 986version = "0.31.1" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 989 990[[package]] 991name = "group" 992version = "0.13.0" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 995dependencies = [ 996 "ff", 997 "rand_core 0.6.4", 998 "subtle", 999] 1000 1001[[package]] 1002name = "h2" 1003version = "0.4.10" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" 1006dependencies = [ 1007 "atomic-waker", 1008 "bytes", 1009 "fnv", 1010 "futures-core", 1011 "futures-sink", 1012 "http", 1013 "indexmap", 1014 "slab", 1015 "tokio", 1016 "tokio-util", 1017 "tracing", 1018] 1019 1020[[package]] 1021name = "hashbrown" 1022version = "0.15.3" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" 1025dependencies = [ 1026 "allocator-api2", 1027 "equivalent", 1028 "foldhash", 1029] 1030 1031[[package]] 1032name = "heck" 1033version = "0.5.0" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1036 1037[[package]] 1038name = "hickory-proto" 1039version = "0.25.2" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1042dependencies = [ 1043 "async-trait", 1044 "cfg-if", 1045 "data-encoding", 1046 "enum-as-inner", 1047 "futures-channel", 1048 "futures-io", 1049 "futures-util", 1050 "idna", 1051 "ipnet", 1052 "once_cell", 1053 "rand 0.9.1", 1054 "ring", 1055 "thiserror 2.0.12", 1056 "tinyvec", 1057 "tokio", 1058 "tracing", 1059 "url", 1060] 1061 1062[[package]] 1063name = "hickory-resolver" 1064version = "0.25.2" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 1067dependencies = [ 1068 "cfg-if", 1069 "futures-util", 1070 "hickory-proto", 1071 "ipconfig", 1072 "moka", 1073 "once_cell", 1074 "parking_lot", 1075 "rand 0.9.1", 1076 "resolv-conf", 1077 "smallvec", 1078 "thiserror 2.0.12", 1079 "tokio", 1080 "tracing", 1081] 1082 1083[[package]] 1084name = "hkdf" 1085version = "0.12.4" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1088dependencies = [ 1089 "hmac", 1090] 1091 1092[[package]] 1093name = "hmac" 1094version = "0.12.1" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1097dependencies = [ 1098 "digest", 1099] 1100 1101[[package]] 1102name = "http" 1103version = "1.3.1" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1106dependencies = [ 1107 "bytes", 1108 "fnv", 1109 "itoa", 1110] 1111 1112[[package]] 1113name = "http-body" 1114version = "1.0.1" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1117dependencies = [ 1118 "bytes", 1119 "http", 1120] 1121 1122[[package]] 1123name = "http-body-util" 1124version = "0.1.3" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1127dependencies = [ 1128 "bytes", 1129 "futures-core", 1130 "http", 1131 "http-body", 1132 "pin-project-lite", 1133] 1134 1135[[package]] 1136name = "httparse" 1137version = "1.10.1" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1140 1141[[package]] 1142name = "httpdate" 1143version = "1.0.3" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1146 1147[[package]] 1148name = "hyper" 1149version = "1.6.0" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1152dependencies = [ 1153 "bytes", 1154 "futures-channel", 1155 "futures-util", 1156 "h2", 1157 "http", 1158 "http-body", 1159 "httparse", 1160 "httpdate", 1161 "itoa", 1162 "pin-project-lite", 1163 "smallvec", 1164 "tokio", 1165 "want", 1166] 1167 1168[[package]] 1169name = "hyper-rustls" 1170version = "0.27.6" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d" 1173dependencies = [ 1174 "http", 1175 "hyper", 1176 "hyper-util", 1177 "rustls", 1178 "rustls-pki-types", 1179 "tokio", 1180 "tokio-rustls", 1181 "tower-service", 1182 "webpki-roots", 1183] 1184 1185[[package]] 1186name = "hyper-util" 1187version = "0.1.13" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8" 1190dependencies = [ 1191 "base64", 1192 "bytes", 1193 "futures-channel", 1194 "futures-core", 1195 "futures-util", 1196 "http", 1197 "http-body", 1198 "hyper", 1199 "ipnet", 1200 "libc", 1201 "percent-encoding", 1202 "pin-project-lite", 1203 "socket2", 1204 "system-configuration", 1205 "tokio", 1206 "tower-service", 1207 "tracing", 1208 "windows-registry", 1209] 1210 1211[[package]] 1212name = "icu_collections" 1213version = "2.0.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1216dependencies = [ 1217 "displaydoc", 1218 "potential_utf", 1219 "yoke", 1220 "zerofrom", 1221 "zerovec", 1222] 1223 1224[[package]] 1225name = "icu_locale_core" 1226version = "2.0.0" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1229dependencies = [ 1230 "displaydoc", 1231 "litemap", 1232 "tinystr", 1233 "writeable", 1234 "zerovec", 1235] 1236 1237[[package]] 1238name = "icu_normalizer" 1239version = "2.0.0" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1242dependencies = [ 1243 "displaydoc", 1244 "icu_collections", 1245 "icu_normalizer_data", 1246 "icu_properties", 1247 "icu_provider", 1248 "smallvec", 1249 "zerovec", 1250] 1251 1252[[package]] 1253name = "icu_normalizer_data" 1254version = "2.0.0" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1257 1258[[package]] 1259name = "icu_properties" 1260version = "2.0.1" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1263dependencies = [ 1264 "displaydoc", 1265 "icu_collections", 1266 "icu_locale_core", 1267 "icu_properties_data", 1268 "icu_provider", 1269 "potential_utf", 1270 "zerotrie", 1271 "zerovec", 1272] 1273 1274[[package]] 1275name = "icu_properties_data" 1276version = "2.0.1" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1279 1280[[package]] 1281name = "icu_provider" 1282version = "2.0.0" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1285dependencies = [ 1286 "displaydoc", 1287 "icu_locale_core", 1288 "stable_deref_trait", 1289 "tinystr", 1290 "writeable", 1291 "yoke", 1292 "zerofrom", 1293 "zerotrie", 1294 "zerovec", 1295] 1296 1297[[package]] 1298name = "idna" 1299version = "1.0.3" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1302dependencies = [ 1303 "idna_adapter", 1304 "smallvec", 1305 "utf8_iter", 1306] 1307 1308[[package]] 1309name = "idna_adapter" 1310version = "1.2.1" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1313dependencies = [ 1314 "icu_normalizer", 1315 "icu_properties", 1316] 1317 1318[[package]] 1319name = "indexmap" 1320version = "2.9.0" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1323dependencies = [ 1324 "equivalent", 1325 "hashbrown", 1326] 1327 1328[[package]] 1329name = "ipconfig" 1330version = "0.3.2" 1331source = "registry+https://github.com/rust-lang/crates.io-index" 1332checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1333dependencies = [ 1334 "socket2", 1335 "widestring", 1336 "windows-sys 0.48.0", 1337 "winreg", 1338] 1339 1340[[package]] 1341name = "ipld-core" 1342version = "0.4.2" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1345dependencies = [ 1346 "cid", 1347 "serde", 1348 "serde_bytes", 1349] 1350 1351[[package]] 1352name = "ipnet" 1353version = "2.11.0" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1356 1357[[package]] 1358name = "iri-string" 1359version = "0.7.8" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1362dependencies = [ 1363 "memchr", 1364 "serde", 1365] 1366 1367[[package]] 1368name = "is_terminal_polyfill" 1369version = "1.70.1" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1372 1373[[package]] 1374name = "itoa" 1375version = "1.0.15" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1378 1379[[package]] 1380name = "jobserver" 1381version = "0.1.33" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" 1384dependencies = [ 1385 "getrandom 0.3.3", 1386 "libc", 1387] 1388 1389[[package]] 1390name = "js-sys" 1391version = "0.3.77" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1394dependencies = [ 1395 "once_cell", 1396 "wasm-bindgen", 1397] 1398 1399[[package]] 1400name = "k256" 1401version = "0.13.4" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1404dependencies = [ 1405 "cfg-if", 1406 "ecdsa", 1407 "elliptic-curve", 1408 "once_cell", 1409 "sha2", 1410 "signature", 1411] 1412 1413[[package]] 1414name = "lazy_static" 1415version = "1.5.0" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1418 1419[[package]] 1420name = "libc" 1421version = "0.2.172" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 1424 1425[[package]] 1426name = "litemap" 1427version = "0.8.0" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1430 1431[[package]] 1432name = "lock_api" 1433version = "0.4.13" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1436dependencies = [ 1437 "autocfg", 1438 "scopeguard", 1439] 1440 1441[[package]] 1442name = "log" 1443version = "0.4.27" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1446 1447[[package]] 1448name = "loom" 1449version = "0.7.2" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1452dependencies = [ 1453 "cfg-if", 1454 "generator", 1455 "scoped-tls", 1456 "tracing", 1457 "tracing-subscriber", 1458] 1459 1460[[package]] 1461name = "lru" 1462version = "0.12.5" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1465dependencies = [ 1466 "hashbrown", 1467] 1468 1469[[package]] 1470name = "lru-slab" 1471version = "0.1.2" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1474 1475[[package]] 1476name = "matchers" 1477version = "0.1.0" 1478source = "registry+https://github.com/rust-lang/crates.io-index" 1479checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1480dependencies = [ 1481 "regex-automata 0.1.10", 1482] 1483 1484[[package]] 1485name = "matchit" 1486version = "0.8.4" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1489 1490[[package]] 1491name = "memchr" 1492version = "2.7.4" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1495 1496[[package]] 1497name = "mime" 1498version = "0.3.17" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1501 1502[[package]] 1503name = "mime_guess" 1504version = "2.0.5" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1507dependencies = [ 1508 "mime", 1509 "unicase", 1510] 1511 1512[[package]] 1513name = "miniz_oxide" 1514version = "0.8.8" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 1517dependencies = [ 1518 "adler2", 1519] 1520 1521[[package]] 1522name = "mio" 1523version = "1.0.4" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1526dependencies = [ 1527 "libc", 1528 "wasi 0.11.0+wasi-snapshot-preview1", 1529 "windows-sys 0.59.0", 1530] 1531 1532[[package]] 1533name = "moka" 1534version = "0.12.10" 1535source = "registry+https://github.com/rust-lang/crates.io-index" 1536checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 1537dependencies = [ 1538 "crossbeam-channel", 1539 "crossbeam-epoch", 1540 "crossbeam-utils", 1541 "loom", 1542 "parking_lot", 1543 "portable-atomic", 1544 "rustc_version", 1545 "smallvec", 1546 "tagptr", 1547 "thiserror 1.0.69", 1548 "uuid", 1549] 1550 1551[[package]] 1552name = "multibase" 1553version = "0.9.1" 1554source = "registry+https://github.com/rust-lang/crates.io-index" 1555checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1556dependencies = [ 1557 "base-x", 1558 "data-encoding", 1559 "data-encoding-macro", 1560] 1561 1562[[package]] 1563name = "multihash" 1564version = "0.19.3" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1567dependencies = [ 1568 "core2", 1569 "serde", 1570 "unsigned-varint", 1571] 1572 1573[[package]] 1574name = "nu-ansi-term" 1575version = "0.46.0" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1578dependencies = [ 1579 "overload", 1580 "winapi", 1581] 1582 1583[[package]] 1584name = "num-traits" 1585version = "0.2.19" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1588dependencies = [ 1589 "autocfg", 1590] 1591 1592[[package]] 1593name = "object" 1594version = "0.36.7" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1597dependencies = [ 1598 "memchr", 1599] 1600 1601[[package]] 1602name = "once_cell" 1603version = "1.21.3" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1606dependencies = [ 1607 "critical-section", 1608 "portable-atomic", 1609] 1610 1611[[package]] 1612name = "once_cell_polyfill" 1613version = "1.70.1" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1616 1617[[package]] 1618name = "openssl-probe" 1619version = "0.1.6" 1620source = "registry+https://github.com/rust-lang/crates.io-index" 1621checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1622 1623[[package]] 1624name = "overload" 1625version = "0.1.1" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1628 1629[[package]] 1630name = "p256" 1631version = "0.13.2" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1634dependencies = [ 1635 "ecdsa", 1636 "elliptic-curve", 1637 "primeorder", 1638 "serdect", 1639 "sha2", 1640] 1641 1642[[package]] 1643name = "p384" 1644version = "0.13.1" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 1647dependencies = [ 1648 "ecdsa", 1649 "elliptic-curve", 1650 "primeorder", 1651 "serdect", 1652 "sha2", 1653] 1654 1655[[package]] 1656name = "parking_lot" 1657version = "0.12.4" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1660dependencies = [ 1661 "lock_api", 1662 "parking_lot_core", 1663] 1664 1665[[package]] 1666name = "parking_lot_core" 1667version = "0.9.11" 1668source = "registry+https://github.com/rust-lang/crates.io-index" 1669checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1670dependencies = [ 1671 "cfg-if", 1672 "libc", 1673 "redox_syscall", 1674 "smallvec", 1675 "windows-targets 0.52.6", 1676] 1677 1678[[package]] 1679name = "pem-rfc7468" 1680version = "0.7.0" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1683dependencies = [ 1684 "base64ct", 1685] 1686 1687[[package]] 1688name = "percent-encoding" 1689version = "2.3.1" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1692 1693[[package]] 1694name = "pin-project-lite" 1695version = "0.2.16" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1698 1699[[package]] 1700name = "pin-utils" 1701version = "0.1.0" 1702source = "registry+https://github.com/rust-lang/crates.io-index" 1703checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1704 1705[[package]] 1706name = "pkcs8" 1707version = "0.10.2" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1710dependencies = [ 1711 "der", 1712 "spki", 1713] 1714 1715[[package]] 1716name = "pkg-config" 1717version = "0.3.32" 1718source = "registry+https://github.com/rust-lang/crates.io-index" 1719checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1720 1721[[package]] 1722name = "portable-atomic" 1723version = "1.11.0" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 1726 1727[[package]] 1728name = "potential_utf" 1729version = "0.1.2" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 1732dependencies = [ 1733 "zerovec", 1734] 1735 1736[[package]] 1737name = "ppv-lite86" 1738version = "0.2.21" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1741dependencies = [ 1742 "zerocopy", 1743] 1744 1745[[package]] 1746name = "primeorder" 1747version = "0.13.6" 1748source = "registry+https://github.com/rust-lang/crates.io-index" 1749checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1750dependencies = [ 1751 "elliptic-curve", 1752 "serdect", 1753] 1754 1755[[package]] 1756name = "proc-macro2" 1757version = "1.0.95" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1760dependencies = [ 1761 "unicode-ident", 1762] 1763 1764[[package]] 1765name = "quinn" 1766version = "0.11.8" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 1769dependencies = [ 1770 "bytes", 1771 "cfg_aliases", 1772 "pin-project-lite", 1773 "quinn-proto", 1774 "quinn-udp", 1775 "rustc-hash", 1776 "rustls", 1777 "socket2", 1778 "thiserror 2.0.12", 1779 "tokio", 1780 "tracing", 1781 "web-time", 1782] 1783 1784[[package]] 1785name = "quinn-proto" 1786version = "0.11.12" 1787source = "registry+https://github.com/rust-lang/crates.io-index" 1788checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" 1789dependencies = [ 1790 "bytes", 1791 "getrandom 0.3.3", 1792 "lru-slab", 1793 "rand 0.9.1", 1794 "ring", 1795 "rustc-hash", 1796 "rustls", 1797 "rustls-pki-types", 1798 "slab", 1799 "thiserror 2.0.12", 1800 "tinyvec", 1801 "tracing", 1802 "web-time", 1803] 1804 1805[[package]] 1806name = "quinn-udp" 1807version = "0.5.12" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842" 1810dependencies = [ 1811 "cfg_aliases", 1812 "libc", 1813 "once_cell", 1814 "socket2", 1815 "tracing", 1816 "windows-sys 0.59.0", 1817] 1818 1819[[package]] 1820name = "quote" 1821version = "1.0.40" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1824dependencies = [ 1825 "proc-macro2", 1826] 1827 1828[[package]] 1829name = "r-efi" 1830version = "5.2.0" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1833 1834[[package]] 1835name = "rand" 1836version = "0.8.5" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1839dependencies = [ 1840 "libc", 1841 "rand_chacha 0.3.1", 1842 "rand_core 0.6.4", 1843] 1844 1845[[package]] 1846name = "rand" 1847version = "0.9.1" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1850dependencies = [ 1851 "rand_chacha 0.9.0", 1852 "rand_core 0.9.3", 1853] 1854 1855[[package]] 1856name = "rand_chacha" 1857version = "0.3.1" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1860dependencies = [ 1861 "ppv-lite86", 1862 "rand_core 0.6.4", 1863] 1864 1865[[package]] 1866name = "rand_chacha" 1867version = "0.9.0" 1868source = "registry+https://github.com/rust-lang/crates.io-index" 1869checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1870dependencies = [ 1871 "ppv-lite86", 1872 "rand_core 0.9.3", 1873] 1874 1875[[package]] 1876name = "rand_core" 1877version = "0.6.4" 1878source = "registry+https://github.com/rust-lang/crates.io-index" 1879checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1880dependencies = [ 1881 "getrandom 0.2.16", 1882] 1883 1884[[package]] 1885name = "rand_core" 1886version = "0.9.3" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1889dependencies = [ 1890 "getrandom 0.3.3", 1891] 1892 1893[[package]] 1894name = "redox_syscall" 1895version = "0.5.12" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af" 1898dependencies = [ 1899 "bitflags", 1900] 1901 1902[[package]] 1903name = "regex" 1904version = "1.11.1" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1907dependencies = [ 1908 "aho-corasick", 1909 "memchr", 1910 "regex-automata 0.4.9", 1911 "regex-syntax 0.8.5", 1912] 1913 1914[[package]] 1915name = "regex-automata" 1916version = "0.1.10" 1917source = "registry+https://github.com/rust-lang/crates.io-index" 1918checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1919dependencies = [ 1920 "regex-syntax 0.6.29", 1921] 1922 1923[[package]] 1924name = "regex-automata" 1925version = "0.4.9" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 1928dependencies = [ 1929 "aho-corasick", 1930 "memchr", 1931 "regex-syntax 0.8.5", 1932] 1933 1934[[package]] 1935name = "regex-syntax" 1936version = "0.6.29" 1937source = "registry+https://github.com/rust-lang/crates.io-index" 1938checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1939 1940[[package]] 1941name = "regex-syntax" 1942version = "0.8.5" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1945 1946[[package]] 1947name = "reqwest" 1948version = "0.12.18" 1949source = "registry+https://github.com/rust-lang/crates.io-index" 1950checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5" 1951dependencies = [ 1952 "base64", 1953 "bytes", 1954 "encoding_rs", 1955 "futures-core", 1956 "futures-util", 1957 "h2", 1958 "http", 1959 "http-body", 1960 "http-body-util", 1961 "hyper", 1962 "hyper-rustls", 1963 "hyper-util", 1964 "ipnet", 1965 "js-sys", 1966 "log", 1967 "mime", 1968 "mime_guess", 1969 "once_cell", 1970 "percent-encoding", 1971 "pin-project-lite", 1972 "quinn", 1973 "rustls", 1974 "rustls-pki-types", 1975 "serde", 1976 "serde_json", 1977 "serde_urlencoded", 1978 "sync_wrapper", 1979 "tokio", 1980 "tokio-rustls", 1981 "tower", 1982 "tower-http", 1983 "tower-service", 1984 "url", 1985 "wasm-bindgen", 1986 "wasm-bindgen-futures", 1987 "web-sys", 1988 "webpki-roots", 1989] 1990 1991[[package]] 1992name = "reqwest-chain" 1993version = "1.0.0" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2" 1996dependencies = [ 1997 "anyhow", 1998 "async-trait", 1999 "http", 2000 "reqwest-middleware", 2001] 2002 2003[[package]] 2004name = "reqwest-middleware" 2005version = "0.4.2" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 2008dependencies = [ 2009 "anyhow", 2010 "async-trait", 2011 "http", 2012 "reqwest", 2013 "serde", 2014 "thiserror 1.0.69", 2015 "tower-service", 2016] 2017 2018[[package]] 2019name = "resolv-conf" 2020version = "0.7.4" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" 2023 2024[[package]] 2025name = "rfc6979" 2026version = "0.4.0" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2029dependencies = [ 2030 "hmac", 2031 "subtle", 2032] 2033 2034[[package]] 2035name = "ring" 2036version = "0.17.14" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2039dependencies = [ 2040 "cc", 2041 "cfg-if", 2042 "getrandom 0.2.16", 2043 "libc", 2044 "untrusted", 2045 "windows-sys 0.52.0", 2046] 2047 2048[[package]] 2049name = "rpassword" 2050version = "7.4.0" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" 2053dependencies = [ 2054 "libc", 2055 "rtoolbox", 2056 "windows-sys 0.59.0", 2057] 2058 2059[[package]] 2060name = "rtoolbox" 2061version = "0.0.3" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" 2064dependencies = [ 2065 "libc", 2066 "windows-sys 0.52.0", 2067] 2068 2069[[package]] 2070name = "rustc-demangle" 2071version = "0.1.24" 2072source = "registry+https://github.com/rust-lang/crates.io-index" 2073checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2074 2075[[package]] 2076name = "rustc-hash" 2077version = "2.1.1" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2080 2081[[package]] 2082name = "rustc_version" 2083version = "0.4.1" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2086dependencies = [ 2087 "semver", 2088] 2089 2090[[package]] 2091name = "rustls" 2092version = "0.23.27" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" 2095dependencies = [ 2096 "once_cell", 2097 "ring", 2098 "rustls-pki-types", 2099 "rustls-webpki", 2100 "subtle", 2101 "zeroize", 2102] 2103 2104[[package]] 2105name = "rustls-native-certs" 2106version = "0.8.1" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 2109dependencies = [ 2110 "openssl-probe", 2111 "rustls-pki-types", 2112 "schannel", 2113 "security-framework", 2114] 2115 2116[[package]] 2117name = "rustls-pki-types" 2118version = "1.12.0" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2121dependencies = [ 2122 "web-time", 2123 "zeroize", 2124] 2125 2126[[package]] 2127name = "rustls-webpki" 2128version = "0.103.3" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" 2131dependencies = [ 2132 "ring", 2133 "rustls-pki-types", 2134 "untrusted", 2135] 2136 2137[[package]] 2138name = "rustversion" 2139version = "1.0.21" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 2142 2143[[package]] 2144name = "ryu" 2145version = "1.0.20" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2148 2149[[package]] 2150name = "schannel" 2151version = "0.1.27" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2154dependencies = [ 2155 "windows-sys 0.59.0", 2156] 2157 2158[[package]] 2159name = "scoped-tls" 2160version = "1.0.1" 2161source = "registry+https://github.com/rust-lang/crates.io-index" 2162checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2163 2164[[package]] 2165name = "scopeguard" 2166version = "1.2.0" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2169 2170[[package]] 2171name = "sec1" 2172version = "0.7.3" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2175dependencies = [ 2176 "base16ct", 2177 "der", 2178 "generic-array", 2179 "pkcs8", 2180 "serdect", 2181 "subtle", 2182 "zeroize", 2183] 2184 2185[[package]] 2186name = "secrecy" 2187version = "0.10.3" 2188source = "registry+https://github.com/rust-lang/crates.io-index" 2189checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a" 2190dependencies = [ 2191 "serde", 2192 "zeroize", 2193] 2194 2195[[package]] 2196name = "security-framework" 2197version = "3.2.0" 2198source = "registry+https://github.com/rust-lang/crates.io-index" 2199checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" 2200dependencies = [ 2201 "bitflags", 2202 "core-foundation 0.10.1", 2203 "core-foundation-sys", 2204 "libc", 2205 "security-framework-sys", 2206] 2207 2208[[package]] 2209name = "security-framework-sys" 2210version = "2.14.0" 2211source = "registry+https://github.com/rust-lang/crates.io-index" 2212checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 2213dependencies = [ 2214 "core-foundation-sys", 2215 "libc", 2216] 2217 2218[[package]] 2219name = "semver" 2220version = "1.0.26" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 2223 2224[[package]] 2225name = "serde" 2226version = "1.0.219" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2229dependencies = [ 2230 "serde_derive", 2231] 2232 2233[[package]] 2234name = "serde_bytes" 2235version = "0.11.17" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 2238dependencies = [ 2239 "serde", 2240] 2241 2242[[package]] 2243name = "serde_derive" 2244version = "1.0.219" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2247dependencies = [ 2248 "proc-macro2", 2249 "quote", 2250 "syn", 2251] 2252 2253[[package]] 2254name = "serde_ipld_dagcbor" 2255version = "0.6.3" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc" 2258dependencies = [ 2259 "cbor4ii", 2260 "ipld-core", 2261 "scopeguard", 2262 "serde", 2263] 2264 2265[[package]] 2266name = "serde_json" 2267version = "1.0.140" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2270dependencies = [ 2271 "itoa", 2272 "memchr", 2273 "ryu", 2274 "serde", 2275] 2276 2277[[package]] 2278name = "serde_path_to_error" 2279version = "0.1.17" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 2282dependencies = [ 2283 "itoa", 2284 "serde", 2285] 2286 2287[[package]] 2288name = "serde_urlencoded" 2289version = "0.7.1" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2292dependencies = [ 2293 "form_urlencoded", 2294 "itoa", 2295 "ryu", 2296 "serde", 2297] 2298 2299[[package]] 2300name = "serdect" 2301version = "0.2.0" 2302source = "registry+https://github.com/rust-lang/crates.io-index" 2303checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 2304dependencies = [ 2305 "base16ct", 2306 "serde", 2307] 2308 2309[[package]] 2310name = "sha2" 2311version = "0.10.9" 2312source = "registry+https://github.com/rust-lang/crates.io-index" 2313checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2314dependencies = [ 2315 "cfg-if", 2316 "cpufeatures", 2317 "digest", 2318] 2319 2320[[package]] 2321name = "sharded-slab" 2322version = "0.1.7" 2323source = "registry+https://github.com/rust-lang/crates.io-index" 2324checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2325dependencies = [ 2326 "lazy_static", 2327] 2328 2329[[package]] 2330name = "shlex" 2331version = "1.3.0" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2334 2335[[package]] 2336name = "signal-hook-registry" 2337version = "1.4.5" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 2340dependencies = [ 2341 "libc", 2342] 2343 2344[[package]] 2345name = "signature" 2346version = "2.2.0" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2349dependencies = [ 2350 "digest", 2351 "rand_core 0.6.4", 2352] 2353 2354[[package]] 2355name = "simdutf8" 2356version = "0.1.5" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 2359 2360[[package]] 2361name = "slab" 2362version = "0.4.9" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2365dependencies = [ 2366 "autocfg", 2367] 2368 2369[[package]] 2370name = "smallvec" 2371version = "1.15.0" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 2374 2375[[package]] 2376name = "socket2" 2377version = "0.5.10" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2380dependencies = [ 2381 "libc", 2382 "windows-sys 0.52.0", 2383] 2384 2385[[package]] 2386name = "spki" 2387version = "0.7.3" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2390dependencies = [ 2391 "base64ct", 2392 "der", 2393] 2394 2395[[package]] 2396name = "stable_deref_trait" 2397version = "1.2.0" 2398source = "registry+https://github.com/rust-lang/crates.io-index" 2399checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2400 2401[[package]] 2402name = "strsim" 2403version = "0.11.1" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2406 2407[[package]] 2408name = "subtle" 2409version = "2.6.1" 2410source = "registry+https://github.com/rust-lang/crates.io-index" 2411checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2412 2413[[package]] 2414name = "syn" 2415version = "2.0.101" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 2418dependencies = [ 2419 "proc-macro2", 2420 "quote", 2421 "unicode-ident", 2422] 2423 2424[[package]] 2425name = "sync_wrapper" 2426version = "1.0.2" 2427source = "registry+https://github.com/rust-lang/crates.io-index" 2428checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2429dependencies = [ 2430 "futures-core", 2431] 2432 2433[[package]] 2434name = "synstructure" 2435version = "0.13.2" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2438dependencies = [ 2439 "proc-macro2", 2440 "quote", 2441 "syn", 2442] 2443 2444[[package]] 2445name = "system-configuration" 2446version = "0.6.1" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2449dependencies = [ 2450 "bitflags", 2451 "core-foundation 0.9.4", 2452 "system-configuration-sys", 2453] 2454 2455[[package]] 2456name = "system-configuration-sys" 2457version = "0.6.0" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2460dependencies = [ 2461 "core-foundation-sys", 2462 "libc", 2463] 2464 2465[[package]] 2466name = "tagptr" 2467version = "0.2.0" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2470 2471[[package]] 2472name = "thiserror" 2473version = "1.0.69" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2476dependencies = [ 2477 "thiserror-impl 1.0.69", 2478] 2479 2480[[package]] 2481name = "thiserror" 2482version = "2.0.12" 2483source = "registry+https://github.com/rust-lang/crates.io-index" 2484checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 2485dependencies = [ 2486 "thiserror-impl 2.0.12", 2487] 2488 2489[[package]] 2490name = "thiserror-impl" 2491version = "1.0.69" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2494dependencies = [ 2495 "proc-macro2", 2496 "quote", 2497 "syn", 2498] 2499 2500[[package]] 2501name = "thiserror-impl" 2502version = "2.0.12" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 2505dependencies = [ 2506 "proc-macro2", 2507 "quote", 2508 "syn", 2509] 2510 2511[[package]] 2512name = "thread_local" 2513version = "1.1.8" 2514source = "registry+https://github.com/rust-lang/crates.io-index" 2515checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2516dependencies = [ 2517 "cfg-if", 2518 "once_cell", 2519] 2520 2521[[package]] 2522name = "tinystr" 2523version = "0.8.1" 2524source = "registry+https://github.com/rust-lang/crates.io-index" 2525checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2526dependencies = [ 2527 "displaydoc", 2528 "zerovec", 2529] 2530 2531[[package]] 2532name = "tinyvec" 2533version = "1.9.0" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 2536dependencies = [ 2537 "tinyvec_macros", 2538] 2539 2540[[package]] 2541name = "tinyvec_macros" 2542version = "0.1.1" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2545 2546[[package]] 2547name = "tokio" 2548version = "1.45.1" 2549source = "registry+https://github.com/rust-lang/crates.io-index" 2550checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 2551dependencies = [ 2552 "backtrace", 2553 "bytes", 2554 "libc", 2555 "mio", 2556 "parking_lot", 2557 "pin-project-lite", 2558 "signal-hook-registry", 2559 "socket2", 2560 "tokio-macros", 2561 "windows-sys 0.52.0", 2562] 2563 2564[[package]] 2565name = "tokio-macros" 2566version = "2.5.0" 2567source = "registry+https://github.com/rust-lang/crates.io-index" 2568checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2569dependencies = [ 2570 "proc-macro2", 2571 "quote", 2572 "syn", 2573] 2574 2575[[package]] 2576name = "tokio-rustls" 2577version = "0.26.2" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 2580dependencies = [ 2581 "rustls", 2582 "tokio", 2583] 2584 2585[[package]] 2586name = "tokio-util" 2587version = "0.7.15" 2588source = "registry+https://github.com/rust-lang/crates.io-index" 2589checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 2590dependencies = [ 2591 "bytes", 2592 "futures-core", 2593 "futures-sink", 2594 "pin-project-lite", 2595 "tokio", 2596] 2597 2598[[package]] 2599name = "tokio-websockets" 2600version = "0.11.4" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e" 2603dependencies = [ 2604 "base64", 2605 "bytes", 2606 "futures-core", 2607 "futures-sink", 2608 "http", 2609 "httparse", 2610 "rand 0.9.1", 2611 "ring", 2612 "rustls-native-certs", 2613 "rustls-pki-types", 2614 "simdutf8", 2615 "tokio", 2616 "tokio-rustls", 2617 "tokio-util", 2618] 2619 2620[[package]] 2621name = "tower" 2622version = "0.5.2" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2625dependencies = [ 2626 "futures-core", 2627 "futures-util", 2628 "pin-project-lite", 2629 "sync_wrapper", 2630 "tokio", 2631 "tower-layer", 2632 "tower-service", 2633 "tracing", 2634] 2635 2636[[package]] 2637name = "tower-http" 2638version = "0.6.4" 2639source = "registry+https://github.com/rust-lang/crates.io-index" 2640checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" 2641dependencies = [ 2642 "bitflags", 2643 "bytes", 2644 "futures-util", 2645 "http", 2646 "http-body", 2647 "iri-string", 2648 "pin-project-lite", 2649 "tower", 2650 "tower-layer", 2651 "tower-service", 2652] 2653 2654[[package]] 2655name = "tower-layer" 2656version = "0.3.3" 2657source = "registry+https://github.com/rust-lang/crates.io-index" 2658checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2659 2660[[package]] 2661name = "tower-service" 2662version = "0.3.3" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2665 2666[[package]] 2667name = "tracing" 2668version = "0.1.41" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2671dependencies = [ 2672 "log", 2673 "pin-project-lite", 2674 "tracing-attributes", 2675 "tracing-core", 2676] 2677 2678[[package]] 2679name = "tracing-attributes" 2680version = "0.1.28" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2683dependencies = [ 2684 "proc-macro2", 2685 "quote", 2686 "syn", 2687] 2688 2689[[package]] 2690name = "tracing-core" 2691version = "0.1.33" 2692source = "registry+https://github.com/rust-lang/crates.io-index" 2693checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2694dependencies = [ 2695 "once_cell", 2696 "valuable", 2697] 2698 2699[[package]] 2700name = "tracing-log" 2701version = "0.2.0" 2702source = "registry+https://github.com/rust-lang/crates.io-index" 2703checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2704dependencies = [ 2705 "log", 2706 "once_cell", 2707 "tracing-core", 2708] 2709 2710[[package]] 2711name = "tracing-subscriber" 2712version = "0.3.19" 2713source = "registry+https://github.com/rust-lang/crates.io-index" 2714checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 2715dependencies = [ 2716 "matchers", 2717 "nu-ansi-term", 2718 "once_cell", 2719 "regex", 2720 "sharded-slab", 2721 "smallvec", 2722 "thread_local", 2723 "tracing", 2724 "tracing-core", 2725 "tracing-log", 2726] 2727 2728[[package]] 2729name = "try-lock" 2730version = "0.2.5" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2733 2734[[package]] 2735name = "typenum" 2736version = "1.18.0" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2739 2740[[package]] 2741name = "ulid" 2742version = "1.2.1" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" 2745dependencies = [ 2746 "rand 0.9.1", 2747 "web-time", 2748] 2749 2750[[package]] 2751name = "unicase" 2752version = "2.8.1" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 2755 2756[[package]] 2757name = "unicode-ident" 2758version = "1.0.18" 2759source = "registry+https://github.com/rust-lang/crates.io-index" 2760checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2761 2762[[package]] 2763name = "unsigned-varint" 2764version = "0.8.0" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2767 2768[[package]] 2769name = "untrusted" 2770version = "0.9.0" 2771source = "registry+https://github.com/rust-lang/crates.io-index" 2772checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2773 2774[[package]] 2775name = "url" 2776version = "2.5.4" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 2779dependencies = [ 2780 "form_urlencoded", 2781 "idna", 2782 "percent-encoding", 2783] 2784 2785[[package]] 2786name = "urlencoding" 2787version = "2.1.3" 2788source = "registry+https://github.com/rust-lang/crates.io-index" 2789checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 2790 2791[[package]] 2792name = "utf8_iter" 2793version = "1.0.4" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2796 2797[[package]] 2798name = "utf8parse" 2799version = "0.2.2" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2802 2803[[package]] 2804name = "uuid" 2805version = "1.17.0" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 2808dependencies = [ 2809 "getrandom 0.3.3", 2810 "js-sys", 2811 "wasm-bindgen", 2812] 2813 2814[[package]] 2815name = "valuable" 2816version = "0.1.1" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2819 2820[[package]] 2821name = "version_check" 2822version = "0.9.5" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2825 2826[[package]] 2827name = "want" 2828version = "0.3.1" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2831dependencies = [ 2832 "try-lock", 2833] 2834 2835[[package]] 2836name = "wasi" 2837version = "0.11.0+wasi-snapshot-preview1" 2838source = "registry+https://github.com/rust-lang/crates.io-index" 2839checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2840 2841[[package]] 2842name = "wasi" 2843version = "0.14.2+wasi-0.2.4" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2846dependencies = [ 2847 "wit-bindgen-rt", 2848] 2849 2850[[package]] 2851name = "wasm-bindgen" 2852version = "0.2.100" 2853source = "registry+https://github.com/rust-lang/crates.io-index" 2854checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2855dependencies = [ 2856 "cfg-if", 2857 "once_cell", 2858 "rustversion", 2859 "wasm-bindgen-macro", 2860] 2861 2862[[package]] 2863name = "wasm-bindgen-backend" 2864version = "0.2.100" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2867dependencies = [ 2868 "bumpalo", 2869 "log", 2870 "proc-macro2", 2871 "quote", 2872 "syn", 2873 "wasm-bindgen-shared", 2874] 2875 2876[[package]] 2877name = "wasm-bindgen-futures" 2878version = "0.4.50" 2879source = "registry+https://github.com/rust-lang/crates.io-index" 2880checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2881dependencies = [ 2882 "cfg-if", 2883 "js-sys", 2884 "once_cell", 2885 "wasm-bindgen", 2886 "web-sys", 2887] 2888 2889[[package]] 2890name = "wasm-bindgen-macro" 2891version = "0.2.100" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2894dependencies = [ 2895 "quote", 2896 "wasm-bindgen-macro-support", 2897] 2898 2899[[package]] 2900name = "wasm-bindgen-macro-support" 2901version = "0.2.100" 2902source = "registry+https://github.com/rust-lang/crates.io-index" 2903checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2904dependencies = [ 2905 "proc-macro2", 2906 "quote", 2907 "syn", 2908 "wasm-bindgen-backend", 2909 "wasm-bindgen-shared", 2910] 2911 2912[[package]] 2913name = "wasm-bindgen-shared" 2914version = "0.2.100" 2915source = "registry+https://github.com/rust-lang/crates.io-index" 2916checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2917dependencies = [ 2918 "unicode-ident", 2919] 2920 2921[[package]] 2922name = "web-sys" 2923version = "0.3.77" 2924source = "registry+https://github.com/rust-lang/crates.io-index" 2925checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2926dependencies = [ 2927 "js-sys", 2928 "wasm-bindgen", 2929] 2930 2931[[package]] 2932name = "web-time" 2933version = "1.1.0" 2934source = "registry+https://github.com/rust-lang/crates.io-index" 2935checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2936dependencies = [ 2937 "js-sys", 2938 "wasm-bindgen", 2939] 2940 2941[[package]] 2942name = "webpki-roots" 2943version = "1.0.0" 2944source = "registry+https://github.com/rust-lang/crates.io-index" 2945checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" 2946dependencies = [ 2947 "rustls-pki-types", 2948] 2949 2950[[package]] 2951name = "widestring" 2952version = "1.2.0" 2953source = "registry+https://github.com/rust-lang/crates.io-index" 2954checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 2955 2956[[package]] 2957name = "winapi" 2958version = "0.3.9" 2959source = "registry+https://github.com/rust-lang/crates.io-index" 2960checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2961dependencies = [ 2962 "winapi-i686-pc-windows-gnu", 2963 "winapi-x86_64-pc-windows-gnu", 2964] 2965 2966[[package]] 2967name = "winapi-i686-pc-windows-gnu" 2968version = "0.4.0" 2969source = "registry+https://github.com/rust-lang/crates.io-index" 2970checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2971 2972[[package]] 2973name = "winapi-x86_64-pc-windows-gnu" 2974version = "0.4.0" 2975source = "registry+https://github.com/rust-lang/crates.io-index" 2976checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2977 2978[[package]] 2979name = "windows" 2980version = "0.61.1" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "c5ee8f3d025738cb02bad7868bbb5f8a6327501e870bf51f1b455b0a2454a419" 2983dependencies = [ 2984 "windows-collections", 2985 "windows-core", 2986 "windows-future", 2987 "windows-link", 2988 "windows-numerics", 2989] 2990 2991[[package]] 2992name = "windows-collections" 2993version = "0.2.0" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 2996dependencies = [ 2997 "windows-core", 2998] 2999 3000[[package]] 3001name = "windows-core" 3002version = "0.61.2" 3003source = "registry+https://github.com/rust-lang/crates.io-index" 3004checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3005dependencies = [ 3006 "windows-implement", 3007 "windows-interface", 3008 "windows-link", 3009 "windows-result", 3010 "windows-strings 0.4.2", 3011] 3012 3013[[package]] 3014name = "windows-future" 3015version = "0.2.1" 3016source = "registry+https://github.com/rust-lang/crates.io-index" 3017checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3018dependencies = [ 3019 "windows-core", 3020 "windows-link", 3021 "windows-threading", 3022] 3023 3024[[package]] 3025name = "windows-implement" 3026version = "0.60.0" 3027source = "registry+https://github.com/rust-lang/crates.io-index" 3028checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 3029dependencies = [ 3030 "proc-macro2", 3031 "quote", 3032 "syn", 3033] 3034 3035[[package]] 3036name = "windows-interface" 3037version = "0.59.1" 3038source = "registry+https://github.com/rust-lang/crates.io-index" 3039checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 3040dependencies = [ 3041 "proc-macro2", 3042 "quote", 3043 "syn", 3044] 3045 3046[[package]] 3047name = "windows-link" 3048version = "0.1.1" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 3051 3052[[package]] 3053name = "windows-numerics" 3054version = "0.2.0" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 3057dependencies = [ 3058 "windows-core", 3059 "windows-link", 3060] 3061 3062[[package]] 3063name = "windows-registry" 3064version = "0.4.0" 3065source = "registry+https://github.com/rust-lang/crates.io-index" 3066checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" 3067dependencies = [ 3068 "windows-result", 3069 "windows-strings 0.3.1", 3070 "windows-targets 0.53.0", 3071] 3072 3073[[package]] 3074name = "windows-result" 3075version = "0.3.4" 3076source = "registry+https://github.com/rust-lang/crates.io-index" 3077checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3078dependencies = [ 3079 "windows-link", 3080] 3081 3082[[package]] 3083name = "windows-strings" 3084version = "0.3.1" 3085source = "registry+https://github.com/rust-lang/crates.io-index" 3086checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" 3087dependencies = [ 3088 "windows-link", 3089] 3090 3091[[package]] 3092name = "windows-strings" 3093version = "0.4.2" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3096dependencies = [ 3097 "windows-link", 3098] 3099 3100[[package]] 3101name = "windows-sys" 3102version = "0.48.0" 3103source = "registry+https://github.com/rust-lang/crates.io-index" 3104checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3105dependencies = [ 3106 "windows-targets 0.48.5", 3107] 3108 3109[[package]] 3110name = "windows-sys" 3111version = "0.52.0" 3112source = "registry+https://github.com/rust-lang/crates.io-index" 3113checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3114dependencies = [ 3115 "windows-targets 0.52.6", 3116] 3117 3118[[package]] 3119name = "windows-sys" 3120version = "0.59.0" 3121source = "registry+https://github.com/rust-lang/crates.io-index" 3122checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3123dependencies = [ 3124 "windows-targets 0.52.6", 3125] 3126 3127[[package]] 3128name = "windows-targets" 3129version = "0.48.5" 3130source = "registry+https://github.com/rust-lang/crates.io-index" 3131checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3132dependencies = [ 3133 "windows_aarch64_gnullvm 0.48.5", 3134 "windows_aarch64_msvc 0.48.5", 3135 "windows_i686_gnu 0.48.5", 3136 "windows_i686_msvc 0.48.5", 3137 "windows_x86_64_gnu 0.48.5", 3138 "windows_x86_64_gnullvm 0.48.5", 3139 "windows_x86_64_msvc 0.48.5", 3140] 3141 3142[[package]] 3143name = "windows-targets" 3144version = "0.52.6" 3145source = "registry+https://github.com/rust-lang/crates.io-index" 3146checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3147dependencies = [ 3148 "windows_aarch64_gnullvm 0.52.6", 3149 "windows_aarch64_msvc 0.52.6", 3150 "windows_i686_gnu 0.52.6", 3151 "windows_i686_gnullvm 0.52.6", 3152 "windows_i686_msvc 0.52.6", 3153 "windows_x86_64_gnu 0.52.6", 3154 "windows_x86_64_gnullvm 0.52.6", 3155 "windows_x86_64_msvc 0.52.6", 3156] 3157 3158[[package]] 3159name = "windows-targets" 3160version = "0.53.0" 3161source = "registry+https://github.com/rust-lang/crates.io-index" 3162checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 3163dependencies = [ 3164 "windows_aarch64_gnullvm 0.53.0", 3165 "windows_aarch64_msvc 0.53.0", 3166 "windows_i686_gnu 0.53.0", 3167 "windows_i686_gnullvm 0.53.0", 3168 "windows_i686_msvc 0.53.0", 3169 "windows_x86_64_gnu 0.53.0", 3170 "windows_x86_64_gnullvm 0.53.0", 3171 "windows_x86_64_msvc 0.53.0", 3172] 3173 3174[[package]] 3175name = "windows-threading" 3176version = "0.1.0" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 3179dependencies = [ 3180 "windows-link", 3181] 3182 3183[[package]] 3184name = "windows_aarch64_gnullvm" 3185version = "0.48.5" 3186source = "registry+https://github.com/rust-lang/crates.io-index" 3187checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3188 3189[[package]] 3190name = "windows_aarch64_gnullvm" 3191version = "0.52.6" 3192source = "registry+https://github.com/rust-lang/crates.io-index" 3193checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3194 3195[[package]] 3196name = "windows_aarch64_gnullvm" 3197version = "0.53.0" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 3200 3201[[package]] 3202name = "windows_aarch64_msvc" 3203version = "0.48.5" 3204source = "registry+https://github.com/rust-lang/crates.io-index" 3205checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3206 3207[[package]] 3208name = "windows_aarch64_msvc" 3209version = "0.52.6" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3212 3213[[package]] 3214name = "windows_aarch64_msvc" 3215version = "0.53.0" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 3218 3219[[package]] 3220name = "windows_i686_gnu" 3221version = "0.48.5" 3222source = "registry+https://github.com/rust-lang/crates.io-index" 3223checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3224 3225[[package]] 3226name = "windows_i686_gnu" 3227version = "0.52.6" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3230 3231[[package]] 3232name = "windows_i686_gnu" 3233version = "0.53.0" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 3236 3237[[package]] 3238name = "windows_i686_gnullvm" 3239version = "0.52.6" 3240source = "registry+https://github.com/rust-lang/crates.io-index" 3241checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3242 3243[[package]] 3244name = "windows_i686_gnullvm" 3245version = "0.53.0" 3246source = "registry+https://github.com/rust-lang/crates.io-index" 3247checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 3248 3249[[package]] 3250name = "windows_i686_msvc" 3251version = "0.48.5" 3252source = "registry+https://github.com/rust-lang/crates.io-index" 3253checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3254 3255[[package]] 3256name = "windows_i686_msvc" 3257version = "0.52.6" 3258source = "registry+https://github.com/rust-lang/crates.io-index" 3259checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3260 3261[[package]] 3262name = "windows_i686_msvc" 3263version = "0.53.0" 3264source = "registry+https://github.com/rust-lang/crates.io-index" 3265checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 3266 3267[[package]] 3268name = "windows_x86_64_gnu" 3269version = "0.48.5" 3270source = "registry+https://github.com/rust-lang/crates.io-index" 3271checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3272 3273[[package]] 3274name = "windows_x86_64_gnu" 3275version = "0.52.6" 3276source = "registry+https://github.com/rust-lang/crates.io-index" 3277checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3278 3279[[package]] 3280name = "windows_x86_64_gnu" 3281version = "0.53.0" 3282source = "registry+https://github.com/rust-lang/crates.io-index" 3283checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 3284 3285[[package]] 3286name = "windows_x86_64_gnullvm" 3287version = "0.48.5" 3288source = "registry+https://github.com/rust-lang/crates.io-index" 3289checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3290 3291[[package]] 3292name = "windows_x86_64_gnullvm" 3293version = "0.52.6" 3294source = "registry+https://github.com/rust-lang/crates.io-index" 3295checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3296 3297[[package]] 3298name = "windows_x86_64_gnullvm" 3299version = "0.53.0" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 3302 3303[[package]] 3304name = "windows_x86_64_msvc" 3305version = "0.48.5" 3306source = "registry+https://github.com/rust-lang/crates.io-index" 3307checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3308 3309[[package]] 3310name = "windows_x86_64_msvc" 3311version = "0.52.6" 3312source = "registry+https://github.com/rust-lang/crates.io-index" 3313checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3314 3315[[package]] 3316name = "windows_x86_64_msvc" 3317version = "0.53.0" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 3320 3321[[package]] 3322name = "winreg" 3323version = "0.50.0" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3326dependencies = [ 3327 "cfg-if", 3328 "windows-sys 0.48.0", 3329] 3330 3331[[package]] 3332name = "wit-bindgen-rt" 3333version = "0.39.0" 3334source = "registry+https://github.com/rust-lang/crates.io-index" 3335checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 3336dependencies = [ 3337 "bitflags", 3338] 3339 3340[[package]] 3341name = "writeable" 3342version = "0.6.1" 3343source = "registry+https://github.com/rust-lang/crates.io-index" 3344checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3345 3346[[package]] 3347name = "yoke" 3348version = "0.8.0" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3351dependencies = [ 3352 "serde", 3353 "stable_deref_trait", 3354 "yoke-derive", 3355 "zerofrom", 3356] 3357 3358[[package]] 3359name = "yoke-derive" 3360version = "0.8.0" 3361source = "registry+https://github.com/rust-lang/crates.io-index" 3362checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3363dependencies = [ 3364 "proc-macro2", 3365 "quote", 3366 "syn", 3367 "synstructure", 3368] 3369 3370[[package]] 3371name = "zerocopy" 3372version = "0.8.25" 3373source = "registry+https://github.com/rust-lang/crates.io-index" 3374checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 3375dependencies = [ 3376 "zerocopy-derive", 3377] 3378 3379[[package]] 3380name = "zerocopy-derive" 3381version = "0.8.25" 3382source = "registry+https://github.com/rust-lang/crates.io-index" 3383checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 3384dependencies = [ 3385 "proc-macro2", 3386 "quote", 3387 "syn", 3388] 3389 3390[[package]] 3391name = "zerofrom" 3392version = "0.1.6" 3393source = "registry+https://github.com/rust-lang/crates.io-index" 3394checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3395dependencies = [ 3396 "zerofrom-derive", 3397] 3398 3399[[package]] 3400name = "zerofrom-derive" 3401version = "0.1.6" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3404dependencies = [ 3405 "proc-macro2", 3406 "quote", 3407 "syn", 3408 "synstructure", 3409] 3410 3411[[package]] 3412name = "zeroize" 3413version = "1.8.1" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3416dependencies = [ 3417 "zeroize_derive", 3418] 3419 3420[[package]] 3421name = "zeroize_derive" 3422version = "1.4.2" 3423source = "registry+https://github.com/rust-lang/crates.io-index" 3424checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 3425dependencies = [ 3426 "proc-macro2", 3427 "quote", 3428 "syn", 3429] 3430 3431[[package]] 3432name = "zerotrie" 3433version = "0.2.2" 3434source = "registry+https://github.com/rust-lang/crates.io-index" 3435checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3436dependencies = [ 3437 "displaydoc", 3438 "yoke", 3439 "zerofrom", 3440] 3441 3442[[package]] 3443name = "zerovec" 3444version = "0.11.2" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 3447dependencies = [ 3448 "yoke", 3449 "zerofrom", 3450 "zerovec-derive", 3451] 3452 3453[[package]] 3454name = "zerovec-derive" 3455version = "0.11.1" 3456source = "registry+https://github.com/rust-lang/crates.io-index" 3457checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3458dependencies = [ 3459 "proc-macro2", 3460 "quote", 3461 "syn", 3462] 3463 3464[[package]] 3465name = "zstd" 3466version = "0.13.3" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 3469dependencies = [ 3470 "zstd-safe", 3471] 3472 3473[[package]] 3474name = "zstd-safe" 3475version = "7.2.4" 3476source = "registry+https://github.com/rust-lang/crates.io-index" 3477checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 3478dependencies = [ 3479 "zstd-sys", 3480] 3481 3482[[package]] 3483name = "zstd-sys" 3484version = "2.0.15+zstd.1.5.7" 3485source = "registry+https://github.com/rust-lang/crates.io-index" 3486checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" 3487dependencies = [ 3488 "cc", 3489 "pkg-config", 3490]