AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
at main 3220 lines 81 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 = "ahash" 7version = "0.8.12" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" 10dependencies = [ 11 "cfg-if", 12 "once_cell", 13 "version_check", 14 "zerocopy", 15] 16 17[[package]] 18name = "aho-corasick" 19version = "1.1.3" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 22dependencies = [ 23 "memchr", 24] 25 26[[package]] 27name = "android_system_properties" 28version = "0.1.5" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 31dependencies = [ 32 "libc", 33] 34 35[[package]] 36name = "ansi_term" 37version = "0.12.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 40dependencies = [ 41 "winapi", 42] 43 44[[package]] 45name = "anstream" 46version = "0.6.21" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 49dependencies = [ 50 "anstyle", 51 "anstyle-parse", 52 "anstyle-query", 53 "anstyle-wincon", 54 "colorchoice", 55 "is_terminal_polyfill", 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle" 61version = "1.0.13" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 64 65[[package]] 66name = "anstyle-parse" 67version = "0.2.7" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 70dependencies = [ 71 "utf8parse", 72] 73 74[[package]] 75name = "anstyle-query" 76version = "1.1.4" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 79dependencies = [ 80 "windows-sys 0.60.2", 81] 82 83[[package]] 84name = "anstyle-wincon" 85version = "3.0.10" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 88dependencies = [ 89 "anstyle", 90 "once_cell_polyfill", 91 "windows-sys 0.60.2", 92] 93 94[[package]] 95name = "anyhow" 96version = "1.0.100" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 99 100[[package]] 101name = "atomic-waker" 102version = "1.1.2" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 105 106[[package]] 107name = "atrium-api" 108version = "0.24.10" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "9c5d74937642f6b21814e82d80f54d55ebd985b681bffbe27c8a76e726c3c4db" 111dependencies = [ 112 "atrium-xrpc", 113 "chrono", 114 "http", 115 "ipld-core", 116 "langtag", 117 "regex", 118 "serde", 119 "serde_bytes", 120 "serde_json", 121 "thiserror 1.0.69", 122 "tokio", 123 "trait-variant", 124] 125 126[[package]] 127name = "atrium-xrpc" 128version = "0.12.3" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 131dependencies = [ 132 "http", 133 "serde", 134 "serde_html_form", 135 "serde_json", 136 "thiserror 1.0.69", 137 "trait-variant", 138] 139 140[[package]] 141name = "atty" 142version = "0.2.14" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 145dependencies = [ 146 "hermit-abi", 147 "libc", 148 "winapi", 149] 150 151[[package]] 152name = "autocfg" 153version = "1.5.0" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 156 157[[package]] 158name = "aws-lc-rs" 159version = "1.14.1" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d" 162dependencies = [ 163 "aws-lc-sys", 164 "zeroize", 165] 166 167[[package]] 168name = "aws-lc-sys" 169version = "0.32.3" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c" 172dependencies = [ 173 "bindgen", 174 "cc", 175 "cmake", 176 "dunce", 177 "fs_extra", 178] 179 180[[package]] 181name = "base-x" 182version = "0.2.11" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 185 186[[package]] 187name = "base256emoji" 188version = "1.0.2" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 191dependencies = [ 192 "const-str", 193 "match-lookup", 194] 195 196[[package]] 197name = "base64" 198version = "0.22.1" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 201 202[[package]] 203name = "bincode" 204version = "1.3.3" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 207dependencies = [ 208 "serde", 209] 210 211[[package]] 212name = "bindgen" 213version = "0.72.1" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 216dependencies = [ 217 "bitflags 2.9.4", 218 "cexpr", 219 "clang-sys", 220 "itertools", 221 "log", 222 "prettyplease", 223 "proc-macro2", 224 "quote", 225 "regex", 226 "rustc-hash", 227 "shlex", 228 "syn 2.0.106", 229] 230 231[[package]] 232name = "bitflags" 233version = "1.3.2" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 236 237[[package]] 238name = "bitflags" 239version = "2.9.4" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 242 243[[package]] 244name = "block-buffer" 245version = "0.10.4" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 248dependencies = [ 249 "generic-array", 250] 251 252[[package]] 253name = "bumpalo" 254version = "3.19.0" 255source = "registry+https://github.com/rust-lang/crates.io-index" 256checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 257 258[[package]] 259name = "byteorder" 260version = "1.5.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 263 264[[package]] 265name = "bytes" 266version = "1.10.1" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 269 270[[package]] 271name = "cc" 272version = "1.2.41" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7" 275dependencies = [ 276 "find-msvc-tools", 277 "jobserver", 278 "libc", 279 "shlex", 280] 281 282[[package]] 283name = "cexpr" 284version = "0.6.0" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 287dependencies = [ 288 "nom", 289] 290 291[[package]] 292name = "cfg-if" 293version = "1.0.4" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 296 297[[package]] 298name = "chrono" 299version = "0.4.42" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 302dependencies = [ 303 "iana-time-zone", 304 "js-sys", 305 "num-traits", 306 "serde", 307 "wasm-bindgen", 308 "windows-link 0.2.1", 309] 310 311[[package]] 312name = "cid" 313version = "0.11.1" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 316dependencies = [ 317 "core2", 318 "multibase", 319 "multihash", 320 "serde", 321 "serde_bytes", 322 "unsigned-varint", 323] 324 325[[package]] 326name = "clang-sys" 327version = "1.8.1" 328source = "registry+https://github.com/rust-lang/crates.io-index" 329checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 330dependencies = [ 331 "glob", 332 "libc", 333 "libloading", 334] 335 336[[package]] 337name = "clap" 338version = "2.34.0" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 341dependencies = [ 342 "ansi_term", 343 "atty", 344 "bitflags 1.3.2", 345 "strsim", 346 "textwrap", 347 "unicode-width", 348 "vec_map", 349] 350 351[[package]] 352name = "cmake" 353version = "0.1.54" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 356dependencies = [ 357 "cc", 358] 359 360[[package]] 361name = "colorchoice" 362version = "1.0.4" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 365 366[[package]] 367name = "const-str" 368version = "0.4.3" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 371 372[[package]] 373name = "core-foundation" 374version = "0.9.4" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 377dependencies = [ 378 "core-foundation-sys", 379 "libc", 380] 381 382[[package]] 383name = "core-foundation" 384version = "0.10.1" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 387dependencies = [ 388 "core-foundation-sys", 389 "libc", 390] 391 392[[package]] 393name = "core-foundation-sys" 394version = "0.8.7" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 397 398[[package]] 399name = "core2" 400version = "0.4.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 403dependencies = [ 404 "memchr", 405] 406 407[[package]] 408name = "cpufeatures" 409version = "0.2.17" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 412dependencies = [ 413 "libc", 414] 415 416[[package]] 417name = "crc32fast" 418version = "1.5.0" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 421dependencies = [ 422 "cfg-if", 423] 424 425[[package]] 426name = "crossbeam-epoch" 427version = "0.9.18" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 430dependencies = [ 431 "crossbeam-utils", 432] 433 434[[package]] 435name = "crossbeam-utils" 436version = "0.8.21" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 439 440[[package]] 441name = "crypto-common" 442version = "0.1.6" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 445dependencies = [ 446 "generic-array", 447 "typenum", 448] 449 450[[package]] 451name = "data-encoding" 452version = "2.9.0" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 455 456[[package]] 457name = "data-encoding-macro" 458version = "0.1.18" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 461dependencies = [ 462 "data-encoding", 463 "data-encoding-macro-internal", 464] 465 466[[package]] 467name = "data-encoding-macro-internal" 468version = "0.1.16" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 471dependencies = [ 472 "data-encoding", 473 "syn 2.0.106", 474] 475 476[[package]] 477name = "digest" 478version = "0.10.7" 479source = "registry+https://github.com/rust-lang/crates.io-index" 480checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 481dependencies = [ 482 "block-buffer", 483 "crypto-common", 484] 485 486[[package]] 487name = "displaydoc" 488version = "0.2.5" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 491dependencies = [ 492 "proc-macro2", 493 "quote", 494 "syn 2.0.106", 495] 496 497[[package]] 498name = "dotenv-flow" 499version = "0.16.2" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "ccff2060df2e1a42732ab1e7af8c5f930ed3d0255aaadfae66e032781e8d271a" 502 503[[package]] 504name = "drainpipe" 505version = "0.2.0" 506dependencies = [ 507 "anyhow", 508 "atrium-api", 509 "chrono", 510 "dotenv-flow", 511 "drainpipe-store", 512 "env_logger", 513 "futures-util", 514 "jetstream", 515 "log", 516 "metrics-exporter-prometheus", 517 "metrics-util", 518 "prometheus", 519 "reqwest", 520 "serde", 521 "serde_json", 522 "sled", 523 "tokio", 524 "tokio-metrics 0.3.1", 525 "tokio-metrics-collector", 526] 527 528[[package]] 529name = "drainpipe-cli" 530version = "0.1.0" 531dependencies = [ 532 "chrono", 533 "dotenv-flow", 534 "drainpipe-store", 535 "serde_json", 536 "structopt", 537] 538 539[[package]] 540name = "drainpipe-store" 541version = "0.1.0" 542dependencies = [ 543 "anyhow", 544 "bincode", 545 "chrono", 546 "jetstream", 547 "log", 548 "serde", 549 "serde_json", 550 "sled", 551] 552 553[[package]] 554name = "dunce" 555version = "1.0.5" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 558 559[[package]] 560name = "either" 561version = "1.15.0" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 564 565[[package]] 566name = "encoding_rs" 567version = "0.8.35" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 570dependencies = [ 571 "cfg-if", 572] 573 574[[package]] 575name = "endian-type" 576version = "0.1.2" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" 579 580[[package]] 581name = "env_filter" 582version = "0.1.4" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 585dependencies = [ 586 "log", 587 "regex", 588] 589 590[[package]] 591name = "env_logger" 592version = "0.11.8" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 595dependencies = [ 596 "anstream", 597 "anstyle", 598 "env_filter", 599 "jiff", 600 "log", 601] 602 603[[package]] 604name = "equivalent" 605version = "1.0.2" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 608 609[[package]] 610name = "errno" 611version = "0.3.14" 612source = "registry+https://github.com/rust-lang/crates.io-index" 613checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 614dependencies = [ 615 "libc", 616 "windows-sys 0.61.2", 617] 618 619[[package]] 620name = "fastrand" 621version = "2.3.0" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 624 625[[package]] 626name = "find-msvc-tools" 627version = "0.1.4" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 630 631[[package]] 632name = "flume" 633version = "0.11.1" 634source = "registry+https://github.com/rust-lang/crates.io-index" 635checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 636dependencies = [ 637 "futures-core", 638 "futures-sink", 639 "nanorand", 640 "spin", 641] 642 643[[package]] 644name = "fnv" 645version = "1.0.7" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 648 649[[package]] 650name = "foldhash" 651version = "0.1.5" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 654 655[[package]] 656name = "foreign-types" 657version = "0.3.2" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 660dependencies = [ 661 "foreign-types-shared", 662] 663 664[[package]] 665name = "foreign-types-shared" 666version = "0.1.1" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 669 670[[package]] 671name = "form_urlencoded" 672version = "1.2.2" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 675dependencies = [ 676 "percent-encoding", 677] 678 679[[package]] 680name = "fs2" 681version = "0.4.3" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" 684dependencies = [ 685 "libc", 686 "winapi", 687] 688 689[[package]] 690name = "fs_extra" 691version = "1.3.0" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 694 695[[package]] 696name = "futures-channel" 697version = "0.3.31" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 700dependencies = [ 701 "futures-core", 702] 703 704[[package]] 705name = "futures-core" 706version = "0.3.31" 707source = "registry+https://github.com/rust-lang/crates.io-index" 708checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 709 710[[package]] 711name = "futures-macro" 712version = "0.3.31" 713source = "registry+https://github.com/rust-lang/crates.io-index" 714checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 715dependencies = [ 716 "proc-macro2", 717 "quote", 718 "syn 2.0.106", 719] 720 721[[package]] 722name = "futures-sink" 723version = "0.3.31" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 726 727[[package]] 728name = "futures-task" 729version = "0.3.31" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 732 733[[package]] 734name = "futures-util" 735version = "0.3.31" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 738dependencies = [ 739 "futures-core", 740 "futures-macro", 741 "futures-sink", 742 "futures-task", 743 "pin-project-lite", 744 "pin-utils", 745 "slab", 746] 747 748[[package]] 749name = "fxhash" 750version = "0.2.1" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 753dependencies = [ 754 "byteorder", 755] 756 757[[package]] 758name = "generic-array" 759version = "0.14.9" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 762dependencies = [ 763 "typenum", 764 "version_check", 765] 766 767[[package]] 768name = "getrandom" 769version = "0.2.16" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 772dependencies = [ 773 "cfg-if", 774 "js-sys", 775 "libc", 776 "wasi", 777 "wasm-bindgen", 778] 779 780[[package]] 781name = "getrandom" 782version = "0.3.4" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 785dependencies = [ 786 "cfg-if", 787 "libc", 788 "r-efi", 789 "wasip2", 790] 791 792[[package]] 793name = "glob" 794version = "0.3.3" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 797 798[[package]] 799name = "h2" 800version = "0.4.12" 801source = "registry+https://github.com/rust-lang/crates.io-index" 802checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 803dependencies = [ 804 "atomic-waker", 805 "bytes", 806 "fnv", 807 "futures-core", 808 "futures-sink", 809 "http", 810 "indexmap", 811 "slab", 812 "tokio", 813 "tokio-util", 814 "tracing", 815] 816 817[[package]] 818name = "hashbrown" 819version = "0.15.5" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 822dependencies = [ 823 "foldhash", 824] 825 826[[package]] 827name = "hashbrown" 828version = "0.16.0" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 831 832[[package]] 833name = "heck" 834version = "0.3.3" 835source = "registry+https://github.com/rust-lang/crates.io-index" 836checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 837dependencies = [ 838 "unicode-segmentation", 839] 840 841[[package]] 842name = "hermit-abi" 843version = "0.1.19" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 846dependencies = [ 847 "libc", 848] 849 850[[package]] 851name = "http" 852version = "1.3.1" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 855dependencies = [ 856 "bytes", 857 "fnv", 858 "itoa", 859] 860 861[[package]] 862name = "http-body" 863version = "1.0.1" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 866dependencies = [ 867 "bytes", 868 "http", 869] 870 871[[package]] 872name = "http-body-util" 873version = "0.1.3" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 876dependencies = [ 877 "bytes", 878 "futures-core", 879 "http", 880 "http-body", 881 "pin-project-lite", 882] 883 884[[package]] 885name = "httparse" 886version = "1.10.1" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 889 890[[package]] 891name = "httpdate" 892version = "1.0.3" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 895 896[[package]] 897name = "hyper" 898version = "1.7.0" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 901dependencies = [ 902 "atomic-waker", 903 "bytes", 904 "futures-channel", 905 "futures-core", 906 "h2", 907 "http", 908 "http-body", 909 "httparse", 910 "httpdate", 911 "itoa", 912 "pin-project-lite", 913 "pin-utils", 914 "smallvec", 915 "tokio", 916 "want", 917] 918 919[[package]] 920name = "hyper-rustls" 921version = "0.27.7" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 924dependencies = [ 925 "http", 926 "hyper", 927 "hyper-util", 928 "rustls", 929 "rustls-native-certs", 930 "rustls-pki-types", 931 "tokio", 932 "tokio-rustls", 933 "tower-service", 934] 935 936[[package]] 937name = "hyper-tls" 938version = "0.6.0" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 941dependencies = [ 942 "bytes", 943 "http-body-util", 944 "hyper", 945 "hyper-util", 946 "native-tls", 947 "tokio", 948 "tokio-native-tls", 949 "tower-service", 950] 951 952[[package]] 953name = "hyper-util" 954version = "0.1.17" 955source = "registry+https://github.com/rust-lang/crates.io-index" 956checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 957dependencies = [ 958 "base64", 959 "bytes", 960 "futures-channel", 961 "futures-core", 962 "futures-util", 963 "http", 964 "http-body", 965 "hyper", 966 "ipnet", 967 "libc", 968 "percent-encoding", 969 "pin-project-lite", 970 "socket2", 971 "system-configuration", 972 "tokio", 973 "tower-service", 974 "tracing", 975 "windows-registry", 976] 977 978[[package]] 979name = "iana-time-zone" 980version = "0.1.64" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 983dependencies = [ 984 "android_system_properties", 985 "core-foundation-sys", 986 "iana-time-zone-haiku", 987 "js-sys", 988 "log", 989 "wasm-bindgen", 990 "windows-core", 991] 992 993[[package]] 994name = "iana-time-zone-haiku" 995version = "0.1.2" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 998dependencies = [ 999 "cc", 1000] 1001 1002[[package]] 1003name = "icu_collections" 1004version = "2.0.0" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1007dependencies = [ 1008 "displaydoc", 1009 "potential_utf", 1010 "yoke", 1011 "zerofrom", 1012 "zerovec", 1013] 1014 1015[[package]] 1016name = "icu_locale_core" 1017version = "2.0.0" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1020dependencies = [ 1021 "displaydoc", 1022 "litemap", 1023 "tinystr", 1024 "writeable", 1025 "zerovec", 1026] 1027 1028[[package]] 1029name = "icu_normalizer" 1030version = "2.0.0" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1033dependencies = [ 1034 "displaydoc", 1035 "icu_collections", 1036 "icu_normalizer_data", 1037 "icu_properties", 1038 "icu_provider", 1039 "smallvec", 1040 "zerovec", 1041] 1042 1043[[package]] 1044name = "icu_normalizer_data" 1045version = "2.0.0" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1048 1049[[package]] 1050name = "icu_properties" 1051version = "2.0.1" 1052source = "registry+https://github.com/rust-lang/crates.io-index" 1053checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1054dependencies = [ 1055 "displaydoc", 1056 "icu_collections", 1057 "icu_locale_core", 1058 "icu_properties_data", 1059 "icu_provider", 1060 "potential_utf", 1061 "zerotrie", 1062 "zerovec", 1063] 1064 1065[[package]] 1066name = "icu_properties_data" 1067version = "2.0.1" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1070 1071[[package]] 1072name = "icu_provider" 1073version = "2.0.0" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1076dependencies = [ 1077 "displaydoc", 1078 "icu_locale_core", 1079 "stable_deref_trait", 1080 "tinystr", 1081 "writeable", 1082 "yoke", 1083 "zerofrom", 1084 "zerotrie", 1085 "zerovec", 1086] 1087 1088[[package]] 1089name = "idna" 1090version = "1.1.0" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1093dependencies = [ 1094 "idna_adapter", 1095 "smallvec", 1096 "utf8_iter", 1097] 1098 1099[[package]] 1100name = "idna_adapter" 1101version = "1.2.1" 1102source = "registry+https://github.com/rust-lang/crates.io-index" 1103checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1104dependencies = [ 1105 "icu_normalizer", 1106 "icu_properties", 1107] 1108 1109[[package]] 1110name = "indexmap" 1111version = "2.12.0" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 1114dependencies = [ 1115 "equivalent", 1116 "hashbrown 0.16.0", 1117] 1118 1119[[package]] 1120name = "instant" 1121version = "0.1.13" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1124dependencies = [ 1125 "cfg-if", 1126] 1127 1128[[package]] 1129name = "ipld-core" 1130version = "0.4.2" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1133dependencies = [ 1134 "cid", 1135 "serde", 1136 "serde_bytes", 1137] 1138 1139[[package]] 1140name = "ipnet" 1141version = "2.11.0" 1142source = "registry+https://github.com/rust-lang/crates.io-index" 1143checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1144 1145[[package]] 1146name = "iri-string" 1147version = "0.7.8" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1150dependencies = [ 1151 "memchr", 1152 "serde", 1153] 1154 1155[[package]] 1156name = "is_terminal_polyfill" 1157version = "1.70.1" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1160 1161[[package]] 1162name = "itertools" 1163version = "0.13.0" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1166dependencies = [ 1167 "either", 1168] 1169 1170[[package]] 1171name = "itoa" 1172version = "1.0.15" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1175 1176[[package]] 1177name = "jetstream" 1178version = "0.1.0" 1179dependencies = [ 1180 "atrium-api", 1181 "chrono", 1182 "flume", 1183 "futures-util", 1184 "log", 1185 "serde", 1186 "serde_json", 1187 "thiserror 2.0.17", 1188 "tokio", 1189 "tokio-tungstenite", 1190 "url", 1191 "zstd", 1192] 1193 1194[[package]] 1195name = "jiff" 1196version = "0.2.15" 1197source = "registry+https://github.com/rust-lang/crates.io-index" 1198checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49" 1199dependencies = [ 1200 "jiff-static", 1201 "log", 1202 "portable-atomic", 1203 "portable-atomic-util", 1204 "serde", 1205] 1206 1207[[package]] 1208name = "jiff-static" 1209version = "0.2.15" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4" 1212dependencies = [ 1213 "proc-macro2", 1214 "quote", 1215 "syn 2.0.106", 1216] 1217 1218[[package]] 1219name = "jobserver" 1220version = "0.1.34" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1223dependencies = [ 1224 "getrandom 0.3.4", 1225 "libc", 1226] 1227 1228[[package]] 1229name = "js-sys" 1230version = "0.3.81" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1233dependencies = [ 1234 "once_cell", 1235 "wasm-bindgen", 1236] 1237 1238[[package]] 1239name = "langtag" 1240version = "0.3.4" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1243dependencies = [ 1244 "serde", 1245] 1246 1247[[package]] 1248name = "lazy_static" 1249version = "1.5.0" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1252 1253[[package]] 1254name = "libc" 1255version = "0.2.177" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1258 1259[[package]] 1260name = "libloading" 1261version = "0.8.9" 1262source = "registry+https://github.com/rust-lang/crates.io-index" 1263checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 1264dependencies = [ 1265 "cfg-if", 1266 "windows-link 0.2.1", 1267] 1268 1269[[package]] 1270name = "linux-raw-sys" 1271version = "0.11.0" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1274 1275[[package]] 1276name = "litemap" 1277version = "0.8.0" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1280 1281[[package]] 1282name = "lock_api" 1283version = "0.4.14" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1286dependencies = [ 1287 "scopeguard", 1288] 1289 1290[[package]] 1291name = "log" 1292version = "0.4.28" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1295 1296[[package]] 1297name = "match-lookup" 1298version = "0.1.1" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 1301dependencies = [ 1302 "proc-macro2", 1303 "quote", 1304 "syn 1.0.109", 1305] 1306 1307[[package]] 1308name = "memchr" 1309version = "2.7.6" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1312 1313[[package]] 1314name = "metrics" 1315version = "0.24.2" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "25dea7ac8057892855ec285c440160265225438c3c45072613c25a4b26e98ef5" 1318dependencies = [ 1319 "ahash", 1320 "portable-atomic", 1321] 1322 1323[[package]] 1324name = "metrics-exporter-prometheus" 1325version = "0.17.2" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15" 1328dependencies = [ 1329 "base64", 1330 "http-body-util", 1331 "hyper", 1332 "hyper-rustls", 1333 "hyper-util", 1334 "indexmap", 1335 "ipnet", 1336 "metrics", 1337 "metrics-util", 1338 "quanta", 1339 "thiserror 2.0.17", 1340 "tokio", 1341 "tracing", 1342] 1343 1344[[package]] 1345name = "metrics-util" 1346version = "0.20.0" 1347source = "registry+https://github.com/rust-lang/crates.io-index" 1348checksum = "fe8db7a05415d0f919ffb905afa37784f71901c9a773188876984b4f769ab986" 1349dependencies = [ 1350 "aho-corasick", 1351 "crossbeam-epoch", 1352 "crossbeam-utils", 1353 "hashbrown 0.15.5", 1354 "indexmap", 1355 "metrics", 1356 "ordered-float", 1357 "quanta", 1358 "radix_trie", 1359 "rand 0.9.2", 1360 "rand_xoshiro", 1361 "sketches-ddsketch", 1362] 1363 1364[[package]] 1365name = "mime" 1366version = "0.3.17" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1369 1370[[package]] 1371name = "minimal-lexical" 1372version = "0.2.1" 1373source = "registry+https://github.com/rust-lang/crates.io-index" 1374checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1375 1376[[package]] 1377name = "mio" 1378version = "1.1.0" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 1381dependencies = [ 1382 "libc", 1383 "wasi", 1384 "windows-sys 0.61.2", 1385] 1386 1387[[package]] 1388name = "multibase" 1389version = "0.9.2" 1390source = "registry+https://github.com/rust-lang/crates.io-index" 1391checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1392dependencies = [ 1393 "base-x", 1394 "base256emoji", 1395 "data-encoding", 1396 "data-encoding-macro", 1397] 1398 1399[[package]] 1400name = "multihash" 1401version = "0.19.3" 1402source = "registry+https://github.com/rust-lang/crates.io-index" 1403checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1404dependencies = [ 1405 "core2", 1406 "serde", 1407 "unsigned-varint", 1408] 1409 1410[[package]] 1411name = "nanorand" 1412version = "0.7.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" 1415dependencies = [ 1416 "getrandom 0.2.16", 1417] 1418 1419[[package]] 1420name = "native-tls" 1421version = "0.2.14" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1424dependencies = [ 1425 "libc", 1426 "log", 1427 "openssl", 1428 "openssl-probe", 1429 "openssl-sys", 1430 "schannel", 1431 "security-framework 2.11.1", 1432 "security-framework-sys", 1433 "tempfile", 1434] 1435 1436[[package]] 1437name = "nibble_vec" 1438version = "0.1.0" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43" 1441dependencies = [ 1442 "smallvec", 1443] 1444 1445[[package]] 1446name = "nom" 1447version = "7.1.3" 1448source = "registry+https://github.com/rust-lang/crates.io-index" 1449checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1450dependencies = [ 1451 "memchr", 1452 "minimal-lexical", 1453] 1454 1455[[package]] 1456name = "num-traits" 1457version = "0.2.19" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1460dependencies = [ 1461 "autocfg", 1462] 1463 1464[[package]] 1465name = "once_cell" 1466version = "1.21.3" 1467source = "registry+https://github.com/rust-lang/crates.io-index" 1468checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1469 1470[[package]] 1471name = "once_cell_polyfill" 1472version = "1.70.1" 1473source = "registry+https://github.com/rust-lang/crates.io-index" 1474checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1475 1476[[package]] 1477name = "openssl" 1478version = "0.10.74" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" 1481dependencies = [ 1482 "bitflags 2.9.4", 1483 "cfg-if", 1484 "foreign-types", 1485 "libc", 1486 "once_cell", 1487 "openssl-macros", 1488 "openssl-sys", 1489] 1490 1491[[package]] 1492name = "openssl-macros" 1493version = "0.1.1" 1494source = "registry+https://github.com/rust-lang/crates.io-index" 1495checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1496dependencies = [ 1497 "proc-macro2", 1498 "quote", 1499 "syn 2.0.106", 1500] 1501 1502[[package]] 1503name = "openssl-probe" 1504version = "0.1.6" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1507 1508[[package]] 1509name = "openssl-sys" 1510version = "0.9.110" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" 1513dependencies = [ 1514 "cc", 1515 "libc", 1516 "pkg-config", 1517 "vcpkg", 1518] 1519 1520[[package]] 1521name = "ordered-float" 1522version = "4.6.0" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 1525dependencies = [ 1526 "num-traits", 1527] 1528 1529[[package]] 1530name = "parking_lot" 1531version = "0.11.2" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1534dependencies = [ 1535 "instant", 1536 "lock_api", 1537 "parking_lot_core 0.8.6", 1538] 1539 1540[[package]] 1541name = "parking_lot" 1542version = "0.12.5" 1543source = "registry+https://github.com/rust-lang/crates.io-index" 1544checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1545dependencies = [ 1546 "lock_api", 1547 "parking_lot_core 0.9.12", 1548] 1549 1550[[package]] 1551name = "parking_lot_core" 1552version = "0.8.6" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 1555dependencies = [ 1556 "cfg-if", 1557 "instant", 1558 "libc", 1559 "redox_syscall 0.2.16", 1560 "smallvec", 1561 "winapi", 1562] 1563 1564[[package]] 1565name = "parking_lot_core" 1566version = "0.9.12" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1569dependencies = [ 1570 "cfg-if", 1571 "libc", 1572 "redox_syscall 0.5.18", 1573 "smallvec", 1574 "windows-link 0.2.1", 1575] 1576 1577[[package]] 1578name = "percent-encoding" 1579version = "2.3.2" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1582 1583[[package]] 1584name = "pin-project-lite" 1585version = "0.2.16" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1588 1589[[package]] 1590name = "pin-utils" 1591version = "0.1.0" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1594 1595[[package]] 1596name = "pkg-config" 1597version = "0.3.32" 1598source = "registry+https://github.com/rust-lang/crates.io-index" 1599checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1600 1601[[package]] 1602name = "portable-atomic" 1603version = "1.11.1" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1606 1607[[package]] 1608name = "portable-atomic-util" 1609version = "0.2.4" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" 1612dependencies = [ 1613 "portable-atomic", 1614] 1615 1616[[package]] 1617name = "potential_utf" 1618version = "0.1.3" 1619source = "registry+https://github.com/rust-lang/crates.io-index" 1620checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1621dependencies = [ 1622 "zerovec", 1623] 1624 1625[[package]] 1626name = "ppv-lite86" 1627version = "0.2.21" 1628source = "registry+https://github.com/rust-lang/crates.io-index" 1629checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1630dependencies = [ 1631 "zerocopy", 1632] 1633 1634[[package]] 1635name = "prettyplease" 1636version = "0.2.37" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1639dependencies = [ 1640 "proc-macro2", 1641 "syn 2.0.106", 1642] 1643 1644[[package]] 1645name = "proc-macro-error" 1646version = "1.0.4" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 1649dependencies = [ 1650 "proc-macro-error-attr", 1651 "proc-macro2", 1652 "quote", 1653 "syn 1.0.109", 1654 "version_check", 1655] 1656 1657[[package]] 1658name = "proc-macro-error-attr" 1659version = "1.0.4" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 1662dependencies = [ 1663 "proc-macro2", 1664 "quote", 1665 "version_check", 1666] 1667 1668[[package]] 1669name = "proc-macro2" 1670version = "1.0.101" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1673dependencies = [ 1674 "unicode-ident", 1675] 1676 1677[[package]] 1678name = "prometheus" 1679version = "0.14.0" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a" 1682dependencies = [ 1683 "cfg-if", 1684 "fnv", 1685 "lazy_static", 1686 "memchr", 1687 "parking_lot 0.12.5", 1688 "protobuf", 1689 "thiserror 2.0.17", 1690] 1691 1692[[package]] 1693name = "protobuf" 1694version = "3.7.2" 1695source = "registry+https://github.com/rust-lang/crates.io-index" 1696checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" 1697dependencies = [ 1698 "once_cell", 1699 "protobuf-support", 1700 "thiserror 1.0.69", 1701] 1702 1703[[package]] 1704name = "protobuf-support" 1705version = "3.7.2" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" 1708dependencies = [ 1709 "thiserror 1.0.69", 1710] 1711 1712[[package]] 1713name = "quanta" 1714version = "0.12.6" 1715source = "registry+https://github.com/rust-lang/crates.io-index" 1716checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" 1717dependencies = [ 1718 "crossbeam-utils", 1719 "libc", 1720 "once_cell", 1721 "raw-cpuid", 1722 "wasi", 1723 "web-sys", 1724 "winapi", 1725] 1726 1727[[package]] 1728name = "quote" 1729version = "1.0.41" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1732dependencies = [ 1733 "proc-macro2", 1734] 1735 1736[[package]] 1737name = "r-efi" 1738version = "5.3.0" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1741 1742[[package]] 1743name = "radix_trie" 1744version = "0.2.1" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" 1747dependencies = [ 1748 "endian-type", 1749 "nibble_vec", 1750] 1751 1752[[package]] 1753name = "rand" 1754version = "0.8.5" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1757dependencies = [ 1758 "libc", 1759 "rand_chacha 0.3.1", 1760 "rand_core 0.6.4", 1761] 1762 1763[[package]] 1764name = "rand" 1765version = "0.9.2" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1768dependencies = [ 1769 "rand_chacha 0.9.0", 1770 "rand_core 0.9.3", 1771] 1772 1773[[package]] 1774name = "rand_chacha" 1775version = "0.3.1" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1778dependencies = [ 1779 "ppv-lite86", 1780 "rand_core 0.6.4", 1781] 1782 1783[[package]] 1784name = "rand_chacha" 1785version = "0.9.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1788dependencies = [ 1789 "ppv-lite86", 1790 "rand_core 0.9.3", 1791] 1792 1793[[package]] 1794name = "rand_core" 1795version = "0.6.4" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1798dependencies = [ 1799 "getrandom 0.2.16", 1800] 1801 1802[[package]] 1803name = "rand_core" 1804version = "0.9.3" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1807dependencies = [ 1808 "getrandom 0.3.4", 1809] 1810 1811[[package]] 1812name = "rand_xoshiro" 1813version = "0.7.0" 1814source = "registry+https://github.com/rust-lang/crates.io-index" 1815checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" 1816dependencies = [ 1817 "rand_core 0.9.3", 1818] 1819 1820[[package]] 1821name = "raw-cpuid" 1822version = "11.6.0" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" 1825dependencies = [ 1826 "bitflags 2.9.4", 1827] 1828 1829[[package]] 1830name = "redox_syscall" 1831version = "0.2.16" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 1834dependencies = [ 1835 "bitflags 1.3.2", 1836] 1837 1838[[package]] 1839name = "redox_syscall" 1840version = "0.5.18" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1843dependencies = [ 1844 "bitflags 2.9.4", 1845] 1846 1847[[package]] 1848name = "regex" 1849version = "1.12.2" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 1852dependencies = [ 1853 "aho-corasick", 1854 "memchr", 1855 "regex-automata", 1856 "regex-syntax", 1857] 1858 1859[[package]] 1860name = "regex-automata" 1861version = "0.4.13" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1864dependencies = [ 1865 "aho-corasick", 1866 "memchr", 1867 "regex-syntax", 1868] 1869 1870[[package]] 1871name = "regex-syntax" 1872version = "0.8.8" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1875 1876[[package]] 1877name = "reqwest" 1878version = "0.12.24" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 1881dependencies = [ 1882 "base64", 1883 "bytes", 1884 "encoding_rs", 1885 "futures-core", 1886 "h2", 1887 "http", 1888 "http-body", 1889 "http-body-util", 1890 "hyper", 1891 "hyper-rustls", 1892 "hyper-tls", 1893 "hyper-util", 1894 "js-sys", 1895 "log", 1896 "mime", 1897 "native-tls", 1898 "percent-encoding", 1899 "pin-project-lite", 1900 "rustls-pki-types", 1901 "serde", 1902 "serde_json", 1903 "serde_urlencoded", 1904 "sync_wrapper", 1905 "tokio", 1906 "tokio-native-tls", 1907 "tower", 1908 "tower-http", 1909 "tower-service", 1910 "url", 1911 "wasm-bindgen", 1912 "wasm-bindgen-futures", 1913 "web-sys", 1914] 1915 1916[[package]] 1917name = "ring" 1918version = "0.17.14" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1921dependencies = [ 1922 "cc", 1923 "cfg-if", 1924 "getrandom 0.2.16", 1925 "libc", 1926 "untrusted", 1927 "windows-sys 0.52.0", 1928] 1929 1930[[package]] 1931name = "rustc-hash" 1932version = "2.1.1" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1935 1936[[package]] 1937name = "rustix" 1938version = "1.1.2" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1941dependencies = [ 1942 "bitflags 2.9.4", 1943 "errno", 1944 "libc", 1945 "linux-raw-sys", 1946 "windows-sys 0.61.2", 1947] 1948 1949[[package]] 1950name = "rustls" 1951version = "0.23.33" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c" 1954dependencies = [ 1955 "aws-lc-rs", 1956 "once_cell", 1957 "rustls-pki-types", 1958 "rustls-webpki", 1959 "subtle", 1960 "zeroize", 1961] 1962 1963[[package]] 1964name = "rustls-native-certs" 1965version = "0.8.2" 1966source = "registry+https://github.com/rust-lang/crates.io-index" 1967checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 1968dependencies = [ 1969 "openssl-probe", 1970 "rustls-pki-types", 1971 "schannel", 1972 "security-framework 3.5.1", 1973] 1974 1975[[package]] 1976name = "rustls-pki-types" 1977version = "1.12.0" 1978source = "registry+https://github.com/rust-lang/crates.io-index" 1979checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1980dependencies = [ 1981 "zeroize", 1982] 1983 1984[[package]] 1985name = "rustls-webpki" 1986version = "0.103.7" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" 1989dependencies = [ 1990 "aws-lc-rs", 1991 "ring", 1992 "rustls-pki-types", 1993 "untrusted", 1994] 1995 1996[[package]] 1997name = "rustversion" 1998version = "1.0.22" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2001 2002[[package]] 2003name = "ryu" 2004version = "1.0.20" 2005source = "registry+https://github.com/rust-lang/crates.io-index" 2006checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2007 2008[[package]] 2009name = "schannel" 2010version = "0.1.28" 2011source = "registry+https://github.com/rust-lang/crates.io-index" 2012checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2013dependencies = [ 2014 "windows-sys 0.61.2", 2015] 2016 2017[[package]] 2018name = "scopeguard" 2019version = "1.2.0" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2022 2023[[package]] 2024name = "security-framework" 2025version = "2.11.1" 2026source = "registry+https://github.com/rust-lang/crates.io-index" 2027checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2028dependencies = [ 2029 "bitflags 2.9.4", 2030 "core-foundation 0.9.4", 2031 "core-foundation-sys", 2032 "libc", 2033 "security-framework-sys", 2034] 2035 2036[[package]] 2037name = "security-framework" 2038version = "3.5.1" 2039source = "registry+https://github.com/rust-lang/crates.io-index" 2040checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 2041dependencies = [ 2042 "bitflags 2.9.4", 2043 "core-foundation 0.10.1", 2044 "core-foundation-sys", 2045 "libc", 2046 "security-framework-sys", 2047] 2048 2049[[package]] 2050name = "security-framework-sys" 2051version = "2.15.0" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2054dependencies = [ 2055 "core-foundation-sys", 2056 "libc", 2057] 2058 2059[[package]] 2060name = "serde" 2061version = "1.0.228" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2064dependencies = [ 2065 "serde_core", 2066 "serde_derive", 2067] 2068 2069[[package]] 2070name = "serde_bytes" 2071version = "0.11.19" 2072source = "registry+https://github.com/rust-lang/crates.io-index" 2073checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 2074dependencies = [ 2075 "serde", 2076 "serde_core", 2077] 2078 2079[[package]] 2080name = "serde_core" 2081version = "1.0.228" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2084dependencies = [ 2085 "serde_derive", 2086] 2087 2088[[package]] 2089name = "serde_derive" 2090version = "1.0.228" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2093dependencies = [ 2094 "proc-macro2", 2095 "quote", 2096 "syn 2.0.106", 2097] 2098 2099[[package]] 2100name = "serde_html_form" 2101version = "0.2.8" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 2104dependencies = [ 2105 "form_urlencoded", 2106 "indexmap", 2107 "itoa", 2108 "ryu", 2109 "serde_core", 2110] 2111 2112[[package]] 2113name = "serde_json" 2114version = "1.0.145" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2117dependencies = [ 2118 "itoa", 2119 "memchr", 2120 "ryu", 2121 "serde", 2122 "serde_core", 2123] 2124 2125[[package]] 2126name = "serde_urlencoded" 2127version = "0.7.1" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2130dependencies = [ 2131 "form_urlencoded", 2132 "itoa", 2133 "ryu", 2134 "serde", 2135] 2136 2137[[package]] 2138name = "sha1" 2139version = "0.10.6" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2142dependencies = [ 2143 "cfg-if", 2144 "cpufeatures", 2145 "digest", 2146] 2147 2148[[package]] 2149name = "shlex" 2150version = "1.3.0" 2151source = "registry+https://github.com/rust-lang/crates.io-index" 2152checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2153 2154[[package]] 2155name = "signal-hook-registry" 2156version = "1.4.6" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2159dependencies = [ 2160 "libc", 2161] 2162 2163[[package]] 2164name = "sketches-ddsketch" 2165version = "0.3.0" 2166source = "registry+https://github.com/rust-lang/crates.io-index" 2167checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a" 2168 2169[[package]] 2170name = "slab" 2171version = "0.4.11" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2174 2175[[package]] 2176name = "sled" 2177version = "0.34.7" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" 2180dependencies = [ 2181 "crc32fast", 2182 "crossbeam-epoch", 2183 "crossbeam-utils", 2184 "fs2", 2185 "fxhash", 2186 "libc", 2187 "log", 2188 "parking_lot 0.11.2", 2189] 2190 2191[[package]] 2192name = "smallvec" 2193version = "1.15.1" 2194source = "registry+https://github.com/rust-lang/crates.io-index" 2195checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2196 2197[[package]] 2198name = "socket2" 2199version = "0.6.1" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 2202dependencies = [ 2203 "libc", 2204 "windows-sys 0.60.2", 2205] 2206 2207[[package]] 2208name = "spin" 2209version = "0.9.8" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2212dependencies = [ 2213 "lock_api", 2214] 2215 2216[[package]] 2217name = "stable_deref_trait" 2218version = "1.2.1" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2221 2222[[package]] 2223name = "strsim" 2224version = "0.8.0" 2225source = "registry+https://github.com/rust-lang/crates.io-index" 2226checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 2227 2228[[package]] 2229name = "structopt" 2230version = "0.3.26" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 2233dependencies = [ 2234 "clap", 2235 "lazy_static", 2236 "structopt-derive", 2237] 2238 2239[[package]] 2240name = "structopt-derive" 2241version = "0.4.18" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 2244dependencies = [ 2245 "heck", 2246 "proc-macro-error", 2247 "proc-macro2", 2248 "quote", 2249 "syn 1.0.109", 2250] 2251 2252[[package]] 2253name = "subtle" 2254version = "2.6.1" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2257 2258[[package]] 2259name = "syn" 2260version = "1.0.109" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2263dependencies = [ 2264 "proc-macro2", 2265 "quote", 2266 "unicode-ident", 2267] 2268 2269[[package]] 2270name = "syn" 2271version = "2.0.106" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2274dependencies = [ 2275 "proc-macro2", 2276 "quote", 2277 "unicode-ident", 2278] 2279 2280[[package]] 2281name = "sync_wrapper" 2282version = "1.0.2" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2285dependencies = [ 2286 "futures-core", 2287] 2288 2289[[package]] 2290name = "synstructure" 2291version = "0.13.2" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2294dependencies = [ 2295 "proc-macro2", 2296 "quote", 2297 "syn 2.0.106", 2298] 2299 2300[[package]] 2301name = "system-configuration" 2302version = "0.6.1" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2305dependencies = [ 2306 "bitflags 2.9.4", 2307 "core-foundation 0.9.4", 2308 "system-configuration-sys", 2309] 2310 2311[[package]] 2312name = "system-configuration-sys" 2313version = "0.6.0" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2316dependencies = [ 2317 "core-foundation-sys", 2318 "libc", 2319] 2320 2321[[package]] 2322name = "tempfile" 2323version = "3.23.0" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 2326dependencies = [ 2327 "fastrand", 2328 "getrandom 0.3.4", 2329 "once_cell", 2330 "rustix", 2331 "windows-sys 0.61.2", 2332] 2333 2334[[package]] 2335name = "textwrap" 2336version = "0.11.0" 2337source = "registry+https://github.com/rust-lang/crates.io-index" 2338checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 2339dependencies = [ 2340 "unicode-width", 2341] 2342 2343[[package]] 2344name = "thiserror" 2345version = "1.0.69" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2348dependencies = [ 2349 "thiserror-impl 1.0.69", 2350] 2351 2352[[package]] 2353name = "thiserror" 2354version = "2.0.17" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2357dependencies = [ 2358 "thiserror-impl 2.0.17", 2359] 2360 2361[[package]] 2362name = "thiserror-impl" 2363version = "1.0.69" 2364source = "registry+https://github.com/rust-lang/crates.io-index" 2365checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2366dependencies = [ 2367 "proc-macro2", 2368 "quote", 2369 "syn 2.0.106", 2370] 2371 2372[[package]] 2373name = "thiserror-impl" 2374version = "2.0.17" 2375source = "registry+https://github.com/rust-lang/crates.io-index" 2376checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2377dependencies = [ 2378 "proc-macro2", 2379 "quote", 2380 "syn 2.0.106", 2381] 2382 2383[[package]] 2384name = "tinystr" 2385version = "0.8.1" 2386source = "registry+https://github.com/rust-lang/crates.io-index" 2387checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2388dependencies = [ 2389 "displaydoc", 2390 "zerovec", 2391] 2392 2393[[package]] 2394name = "tokio" 2395version = "1.48.0" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 2398dependencies = [ 2399 "bytes", 2400 "libc", 2401 "mio", 2402 "parking_lot 0.12.5", 2403 "pin-project-lite", 2404 "signal-hook-registry", 2405 "socket2", 2406 "tokio-macros", 2407 "windows-sys 0.61.2", 2408] 2409 2410[[package]] 2411name = "tokio-macros" 2412version = "2.6.0" 2413source = "registry+https://github.com/rust-lang/crates.io-index" 2414checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2415dependencies = [ 2416 "proc-macro2", 2417 "quote", 2418 "syn 2.0.106", 2419] 2420 2421[[package]] 2422name = "tokio-metrics" 2423version = "0.3.1" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "eace09241d62c98b7eeb1107d4c5c64ca3bd7da92e8c218c153ab3a78f9be112" 2426dependencies = [ 2427 "futures-util", 2428 "pin-project-lite", 2429 "tokio", 2430 "tokio-stream", 2431] 2432 2433[[package]] 2434name = "tokio-metrics" 2435version = "0.4.5" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "a01bbf7db0b3f5eee8930a119fe99bfa1438de1095fe3d26b25e652a5933ef3f" 2438dependencies = [ 2439 "futures-util", 2440 "pin-project-lite", 2441 "tokio", 2442 "tokio-stream", 2443] 2444 2445[[package]] 2446name = "tokio-metrics-collector" 2447version = "0.3.1" 2448source = "registry+https://github.com/rust-lang/crates.io-index" 2449checksum = "f360c6fa7fd188e65904979ea07f1f44c57f0759ab18ecca88551c26acdf4cd6" 2450dependencies = [ 2451 "lazy_static", 2452 "parking_lot 0.12.5", 2453 "prometheus", 2454 "tokio", 2455 "tokio-metrics 0.4.5", 2456] 2457 2458[[package]] 2459name = "tokio-native-tls" 2460version = "0.3.1" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2463dependencies = [ 2464 "native-tls", 2465 "tokio", 2466] 2467 2468[[package]] 2469name = "tokio-rustls" 2470version = "0.26.4" 2471source = "registry+https://github.com/rust-lang/crates.io-index" 2472checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2473dependencies = [ 2474 "rustls", 2475 "tokio", 2476] 2477 2478[[package]] 2479name = "tokio-stream" 2480version = "0.1.17" 2481source = "registry+https://github.com/rust-lang/crates.io-index" 2482checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 2483dependencies = [ 2484 "futures-core", 2485 "pin-project-lite", 2486 "tokio", 2487] 2488 2489[[package]] 2490name = "tokio-tungstenite" 2491version = "0.24.0" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 2494dependencies = [ 2495 "futures-util", 2496 "log", 2497 "native-tls", 2498 "tokio", 2499 "tokio-native-tls", 2500 "tungstenite", 2501] 2502 2503[[package]] 2504name = "tokio-util" 2505version = "0.7.16" 2506source = "registry+https://github.com/rust-lang/crates.io-index" 2507checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 2508dependencies = [ 2509 "bytes", 2510 "futures-core", 2511 "futures-sink", 2512 "pin-project-lite", 2513 "tokio", 2514] 2515 2516[[package]] 2517name = "tower" 2518version = "0.5.2" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2521dependencies = [ 2522 "futures-core", 2523 "futures-util", 2524 "pin-project-lite", 2525 "sync_wrapper", 2526 "tokio", 2527 "tower-layer", 2528 "tower-service", 2529] 2530 2531[[package]] 2532name = "tower-http" 2533version = "0.6.6" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2536dependencies = [ 2537 "bitflags 2.9.4", 2538 "bytes", 2539 "futures-util", 2540 "http", 2541 "http-body", 2542 "iri-string", 2543 "pin-project-lite", 2544 "tower", 2545 "tower-layer", 2546 "tower-service", 2547] 2548 2549[[package]] 2550name = "tower-layer" 2551version = "0.3.3" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2554 2555[[package]] 2556name = "tower-service" 2557version = "0.3.3" 2558source = "registry+https://github.com/rust-lang/crates.io-index" 2559checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2560 2561[[package]] 2562name = "tracing" 2563version = "0.1.41" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2566dependencies = [ 2567 "pin-project-lite", 2568 "tracing-core", 2569] 2570 2571[[package]] 2572name = "tracing-core" 2573version = "0.1.34" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2576dependencies = [ 2577 "once_cell", 2578] 2579 2580[[package]] 2581name = "trait-variant" 2582version = "0.1.2" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 2585dependencies = [ 2586 "proc-macro2", 2587 "quote", 2588 "syn 2.0.106", 2589] 2590 2591[[package]] 2592name = "try-lock" 2593version = "0.2.5" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2596 2597[[package]] 2598name = "tungstenite" 2599version = "0.24.0" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 2602dependencies = [ 2603 "byteorder", 2604 "bytes", 2605 "data-encoding", 2606 "http", 2607 "httparse", 2608 "log", 2609 "native-tls", 2610 "rand 0.8.5", 2611 "sha1", 2612 "thiserror 1.0.69", 2613 "utf-8", 2614] 2615 2616[[package]] 2617name = "typenum" 2618version = "1.19.0" 2619source = "registry+https://github.com/rust-lang/crates.io-index" 2620checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 2621 2622[[package]] 2623name = "unicode-ident" 2624version = "1.0.19" 2625source = "registry+https://github.com/rust-lang/crates.io-index" 2626checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 2627 2628[[package]] 2629name = "unicode-segmentation" 2630version = "1.12.0" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2633 2634[[package]] 2635name = "unicode-width" 2636version = "0.1.14" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2639 2640[[package]] 2641name = "unsigned-varint" 2642version = "0.8.0" 2643source = "registry+https://github.com/rust-lang/crates.io-index" 2644checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2645 2646[[package]] 2647name = "untrusted" 2648version = "0.9.0" 2649source = "registry+https://github.com/rust-lang/crates.io-index" 2650checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2651 2652[[package]] 2653name = "url" 2654version = "2.5.7" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2657dependencies = [ 2658 "form_urlencoded", 2659 "idna", 2660 "percent-encoding", 2661 "serde", 2662] 2663 2664[[package]] 2665name = "utf-8" 2666version = "0.7.6" 2667source = "registry+https://github.com/rust-lang/crates.io-index" 2668checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 2669 2670[[package]] 2671name = "utf8_iter" 2672version = "1.0.4" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2675 2676[[package]] 2677name = "utf8parse" 2678version = "0.2.2" 2679source = "registry+https://github.com/rust-lang/crates.io-index" 2680checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2681 2682[[package]] 2683name = "vcpkg" 2684version = "0.2.15" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2687 2688[[package]] 2689name = "vec_map" 2690version = "0.8.2" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 2693 2694[[package]] 2695name = "version_check" 2696version = "0.9.5" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2699 2700[[package]] 2701name = "want" 2702version = "0.3.1" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2705dependencies = [ 2706 "try-lock", 2707] 2708 2709[[package]] 2710name = "wasi" 2711version = "0.11.1+wasi-snapshot-preview1" 2712source = "registry+https://github.com/rust-lang/crates.io-index" 2713checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2714 2715[[package]] 2716name = "wasip2" 2717version = "1.0.1+wasi-0.2.4" 2718source = "registry+https://github.com/rust-lang/crates.io-index" 2719checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2720dependencies = [ 2721 "wit-bindgen", 2722] 2723 2724[[package]] 2725name = "wasm-bindgen" 2726version = "0.2.104" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 2729dependencies = [ 2730 "cfg-if", 2731 "once_cell", 2732 "rustversion", 2733 "wasm-bindgen-macro", 2734 "wasm-bindgen-shared", 2735] 2736 2737[[package]] 2738name = "wasm-bindgen-backend" 2739version = "0.2.104" 2740source = "registry+https://github.com/rust-lang/crates.io-index" 2741checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 2742dependencies = [ 2743 "bumpalo", 2744 "log", 2745 "proc-macro2", 2746 "quote", 2747 "syn 2.0.106", 2748 "wasm-bindgen-shared", 2749] 2750 2751[[package]] 2752name = "wasm-bindgen-futures" 2753version = "0.4.54" 2754source = "registry+https://github.com/rust-lang/crates.io-index" 2755checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 2756dependencies = [ 2757 "cfg-if", 2758 "js-sys", 2759 "once_cell", 2760 "wasm-bindgen", 2761 "web-sys", 2762] 2763 2764[[package]] 2765name = "wasm-bindgen-macro" 2766version = "0.2.104" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 2769dependencies = [ 2770 "quote", 2771 "wasm-bindgen-macro-support", 2772] 2773 2774[[package]] 2775name = "wasm-bindgen-macro-support" 2776version = "0.2.104" 2777source = "registry+https://github.com/rust-lang/crates.io-index" 2778checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 2779dependencies = [ 2780 "proc-macro2", 2781 "quote", 2782 "syn 2.0.106", 2783 "wasm-bindgen-backend", 2784 "wasm-bindgen-shared", 2785] 2786 2787[[package]] 2788name = "wasm-bindgen-shared" 2789version = "0.2.104" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 2792dependencies = [ 2793 "unicode-ident", 2794] 2795 2796[[package]] 2797name = "web-sys" 2798version = "0.3.81" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 2801dependencies = [ 2802 "js-sys", 2803 "wasm-bindgen", 2804] 2805 2806[[package]] 2807name = "winapi" 2808version = "0.3.9" 2809source = "registry+https://github.com/rust-lang/crates.io-index" 2810checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2811dependencies = [ 2812 "winapi-i686-pc-windows-gnu", 2813 "winapi-x86_64-pc-windows-gnu", 2814] 2815 2816[[package]] 2817name = "winapi-i686-pc-windows-gnu" 2818version = "0.4.0" 2819source = "registry+https://github.com/rust-lang/crates.io-index" 2820checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2821 2822[[package]] 2823name = "winapi-x86_64-pc-windows-gnu" 2824version = "0.4.0" 2825source = "registry+https://github.com/rust-lang/crates.io-index" 2826checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2827 2828[[package]] 2829name = "windows-core" 2830version = "0.62.2" 2831source = "registry+https://github.com/rust-lang/crates.io-index" 2832checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2833dependencies = [ 2834 "windows-implement", 2835 "windows-interface", 2836 "windows-link 0.2.1", 2837 "windows-result 0.4.1", 2838 "windows-strings 0.5.1", 2839] 2840 2841[[package]] 2842name = "windows-implement" 2843version = "0.60.2" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2846dependencies = [ 2847 "proc-macro2", 2848 "quote", 2849 "syn 2.0.106", 2850] 2851 2852[[package]] 2853name = "windows-interface" 2854version = "0.59.3" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2857dependencies = [ 2858 "proc-macro2", 2859 "quote", 2860 "syn 2.0.106", 2861] 2862 2863[[package]] 2864name = "windows-link" 2865version = "0.1.3" 2866source = "registry+https://github.com/rust-lang/crates.io-index" 2867checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2868 2869[[package]] 2870name = "windows-link" 2871version = "0.2.1" 2872source = "registry+https://github.com/rust-lang/crates.io-index" 2873checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2874 2875[[package]] 2876name = "windows-registry" 2877version = "0.5.3" 2878source = "registry+https://github.com/rust-lang/crates.io-index" 2879checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 2880dependencies = [ 2881 "windows-link 0.1.3", 2882 "windows-result 0.3.4", 2883 "windows-strings 0.4.2", 2884] 2885 2886[[package]] 2887name = "windows-result" 2888version = "0.3.4" 2889source = "registry+https://github.com/rust-lang/crates.io-index" 2890checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2891dependencies = [ 2892 "windows-link 0.1.3", 2893] 2894 2895[[package]] 2896name = "windows-result" 2897version = "0.4.1" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2900dependencies = [ 2901 "windows-link 0.2.1", 2902] 2903 2904[[package]] 2905name = "windows-strings" 2906version = "0.4.2" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2909dependencies = [ 2910 "windows-link 0.1.3", 2911] 2912 2913[[package]] 2914name = "windows-strings" 2915version = "0.5.1" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2918dependencies = [ 2919 "windows-link 0.2.1", 2920] 2921 2922[[package]] 2923name = "windows-sys" 2924version = "0.52.0" 2925source = "registry+https://github.com/rust-lang/crates.io-index" 2926checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2927dependencies = [ 2928 "windows-targets 0.52.6", 2929] 2930 2931[[package]] 2932name = "windows-sys" 2933version = "0.60.2" 2934source = "registry+https://github.com/rust-lang/crates.io-index" 2935checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2936dependencies = [ 2937 "windows-targets 0.53.5", 2938] 2939 2940[[package]] 2941name = "windows-sys" 2942version = "0.61.2" 2943source = "registry+https://github.com/rust-lang/crates.io-index" 2944checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2945dependencies = [ 2946 "windows-link 0.2.1", 2947] 2948 2949[[package]] 2950name = "windows-targets" 2951version = "0.52.6" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2954dependencies = [ 2955 "windows_aarch64_gnullvm 0.52.6", 2956 "windows_aarch64_msvc 0.52.6", 2957 "windows_i686_gnu 0.52.6", 2958 "windows_i686_gnullvm 0.52.6", 2959 "windows_i686_msvc 0.52.6", 2960 "windows_x86_64_gnu 0.52.6", 2961 "windows_x86_64_gnullvm 0.52.6", 2962 "windows_x86_64_msvc 0.52.6", 2963] 2964 2965[[package]] 2966name = "windows-targets" 2967version = "0.53.5" 2968source = "registry+https://github.com/rust-lang/crates.io-index" 2969checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2970dependencies = [ 2971 "windows-link 0.2.1", 2972 "windows_aarch64_gnullvm 0.53.1", 2973 "windows_aarch64_msvc 0.53.1", 2974 "windows_i686_gnu 0.53.1", 2975 "windows_i686_gnullvm 0.53.1", 2976 "windows_i686_msvc 0.53.1", 2977 "windows_x86_64_gnu 0.53.1", 2978 "windows_x86_64_gnullvm 0.53.1", 2979 "windows_x86_64_msvc 0.53.1", 2980] 2981 2982[[package]] 2983name = "windows_aarch64_gnullvm" 2984version = "0.52.6" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2987 2988[[package]] 2989name = "windows_aarch64_gnullvm" 2990version = "0.53.1" 2991source = "registry+https://github.com/rust-lang/crates.io-index" 2992checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2993 2994[[package]] 2995name = "windows_aarch64_msvc" 2996version = "0.52.6" 2997source = "registry+https://github.com/rust-lang/crates.io-index" 2998checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2999 3000[[package]] 3001name = "windows_aarch64_msvc" 3002version = "0.53.1" 3003source = "registry+https://github.com/rust-lang/crates.io-index" 3004checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3005 3006[[package]] 3007name = "windows_i686_gnu" 3008version = "0.52.6" 3009source = "registry+https://github.com/rust-lang/crates.io-index" 3010checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3011 3012[[package]] 3013name = "windows_i686_gnu" 3014version = "0.53.1" 3015source = "registry+https://github.com/rust-lang/crates.io-index" 3016checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3017 3018[[package]] 3019name = "windows_i686_gnullvm" 3020version = "0.52.6" 3021source = "registry+https://github.com/rust-lang/crates.io-index" 3022checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3023 3024[[package]] 3025name = "windows_i686_gnullvm" 3026version = "0.53.1" 3027source = "registry+https://github.com/rust-lang/crates.io-index" 3028checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3029 3030[[package]] 3031name = "windows_i686_msvc" 3032version = "0.52.6" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3035 3036[[package]] 3037name = "windows_i686_msvc" 3038version = "0.53.1" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3041 3042[[package]] 3043name = "windows_x86_64_gnu" 3044version = "0.52.6" 3045source = "registry+https://github.com/rust-lang/crates.io-index" 3046checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3047 3048[[package]] 3049name = "windows_x86_64_gnu" 3050version = "0.53.1" 3051source = "registry+https://github.com/rust-lang/crates.io-index" 3052checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3053 3054[[package]] 3055name = "windows_x86_64_gnullvm" 3056version = "0.52.6" 3057source = "registry+https://github.com/rust-lang/crates.io-index" 3058checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3059 3060[[package]] 3061name = "windows_x86_64_gnullvm" 3062version = "0.53.1" 3063source = "registry+https://github.com/rust-lang/crates.io-index" 3064checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3065 3066[[package]] 3067name = "windows_x86_64_msvc" 3068version = "0.52.6" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3071 3072[[package]] 3073name = "windows_x86_64_msvc" 3074version = "0.53.1" 3075source = "registry+https://github.com/rust-lang/crates.io-index" 3076checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3077 3078[[package]] 3079name = "wit-bindgen" 3080version = "0.46.0" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3083 3084[[package]] 3085name = "writeable" 3086version = "0.6.1" 3087source = "registry+https://github.com/rust-lang/crates.io-index" 3088checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3089 3090[[package]] 3091name = "yoke" 3092version = "0.8.0" 3093source = "registry+https://github.com/rust-lang/crates.io-index" 3094checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3095dependencies = [ 3096 "serde", 3097 "stable_deref_trait", 3098 "yoke-derive", 3099 "zerofrom", 3100] 3101 3102[[package]] 3103name = "yoke-derive" 3104version = "0.8.0" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3107dependencies = [ 3108 "proc-macro2", 3109 "quote", 3110 "syn 2.0.106", 3111 "synstructure", 3112] 3113 3114[[package]] 3115name = "zerocopy" 3116version = "0.8.27" 3117source = "registry+https://github.com/rust-lang/crates.io-index" 3118checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 3119dependencies = [ 3120 "zerocopy-derive", 3121] 3122 3123[[package]] 3124name = "zerocopy-derive" 3125version = "0.8.27" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 3128dependencies = [ 3129 "proc-macro2", 3130 "quote", 3131 "syn 2.0.106", 3132] 3133 3134[[package]] 3135name = "zerofrom" 3136version = "0.1.6" 3137source = "registry+https://github.com/rust-lang/crates.io-index" 3138checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3139dependencies = [ 3140 "zerofrom-derive", 3141] 3142 3143[[package]] 3144name = "zerofrom-derive" 3145version = "0.1.6" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3148dependencies = [ 3149 "proc-macro2", 3150 "quote", 3151 "syn 2.0.106", 3152 "synstructure", 3153] 3154 3155[[package]] 3156name = "zeroize" 3157version = "1.8.2" 3158source = "registry+https://github.com/rust-lang/crates.io-index" 3159checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3160 3161[[package]] 3162name = "zerotrie" 3163version = "0.2.2" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3166dependencies = [ 3167 "displaydoc", 3168 "yoke", 3169 "zerofrom", 3170] 3171 3172[[package]] 3173name = "zerovec" 3174version = "0.11.4" 3175source = "registry+https://github.com/rust-lang/crates.io-index" 3176checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 3177dependencies = [ 3178 "yoke", 3179 "zerofrom", 3180 "zerovec-derive", 3181] 3182 3183[[package]] 3184name = "zerovec-derive" 3185version = "0.11.1" 3186source = "registry+https://github.com/rust-lang/crates.io-index" 3187checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3188dependencies = [ 3189 "proc-macro2", 3190 "quote", 3191 "syn 2.0.106", 3192] 3193 3194[[package]] 3195name = "zstd" 3196version = "0.13.3" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 3199dependencies = [ 3200 "zstd-safe", 3201] 3202 3203[[package]] 3204name = "zstd-safe" 3205version = "7.2.4" 3206source = "registry+https://github.com/rust-lang/crates.io-index" 3207checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 3208dependencies = [ 3209 "zstd-sys", 3210] 3211 3212[[package]] 3213name = "zstd-sys" 3214version = "2.0.16+zstd.1.5.7" 3215source = "registry+https://github.com/rust-lang/crates.io-index" 3216checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 3217dependencies = [ 3218 "cc", 3219 "pkg-config", 3220]