Gnosco is a Rust-based escrow and badging application that integrates with the AT Protocol ecosystem..
at main 4430 lines 107 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "android-tzdata" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anyhow" 52version = "1.0.98" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" 55 56[[package]] 57name = "arrayvec" 58version = "0.7.6" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 61 62[[package]] 63name = "async-trait" 64version = "0.1.88" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 67dependencies = [ 68 "proc-macro2", 69 "quote", 70 "syn", 71] 72 73[[package]] 74name = "atoi" 75version = "2.0.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 78dependencies = [ 79 "num-traits", 80] 81 82[[package]] 83name = "atomic-waker" 84version = "1.1.2" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 87 88[[package]] 89name = "atproto-client" 90version = "0.13.0" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "c34ed7ebeec01cd7775c1c7841838c142d123d403983ed7179b31850435b5c7c" 93dependencies = [ 94 "anyhow", 95 "atproto-identity", 96 "atproto-oauth", 97 "atproto-record", 98 "bytes", 99 "reqwest", 100 "reqwest-chain", 101 "reqwest-middleware", 102 "serde", 103 "serde_json", 104 "thiserror 2.0.12", 105 "tokio", 106 "tracing", 107 "urlencoding", 108] 109 110[[package]] 111name = "atproto-identity" 112version = "0.13.0" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "b956c07726fce812630be63c5cb31b1961cbb70f0a05614278523102d78c3a48" 115dependencies = [ 116 "anyhow", 117 "async-trait", 118 "ecdsa", 119 "elliptic-curve", 120 "hickory-resolver", 121 "k256", 122 "lru", 123 "multibase", 124 "p256", 125 "p384", 126 "rand 0.8.5", 127 "reqwest", 128 "serde", 129 "serde_ipld_dagcbor", 130 "serde_json", 131 "thiserror 2.0.12", 132 "tokio", 133 "tracing", 134 "urlencoding", 135 "zeroize", 136] 137 138[[package]] 139name = "atproto-oauth" 140version = "0.13.0" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "3ea205901c33d074a1b498591d0511bcd788b6772ec0ca6e09a92c4327ddbdff" 143dependencies = [ 144 "anyhow", 145 "async-trait", 146 "atproto-identity", 147 "base64", 148 "chrono", 149 "ecdsa", 150 "elliptic-curve", 151 "k256", 152 "lru", 153 "multibase", 154 "p256", 155 "p384", 156 "rand 0.8.5", 157 "reqwest", 158 "reqwest-chain", 159 "reqwest-middleware", 160 "serde", 161 "serde_ipld_dagcbor", 162 "serde_json", 163 "sha2", 164 "thiserror 2.0.12", 165 "tokio", 166 "tracing", 167 "ulid", 168 "zeroize", 169] 170 171[[package]] 172name = "atproto-oauth-aip" 173version = "0.13.0" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "4ba955da364d2de30c0c38f78397e9980b3ebbcdff4505433f4858df002b7ee4" 176dependencies = [ 177 "anyhow", 178 "atproto-identity", 179 "atproto-oauth", 180 "chrono", 181 "reqwest", 182 "serde", 183 "serde_json", 184 "thiserror 2.0.12", 185] 186 187[[package]] 188name = "atproto-oauth-axum" 189version = "0.13.0" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "a3bdfd817dbfd549f63ae6ae39d98a8bc3f193d1b44de64693ebb826caf415fe" 192dependencies = [ 193 "anyhow", 194 "async-trait", 195 "atproto-identity", 196 "atproto-oauth", 197 "atproto-record", 198 "axum", 199 "chrono", 200 "elliptic-curve", 201 "hickory-resolver", 202 "http", 203 "rand 0.8.5", 204 "reqwest", 205 "reqwest-chain", 206 "reqwest-middleware", 207 "serde", 208 "serde_json", 209 "thiserror 2.0.12", 210 "tokio", 211 "tracing", 212 "zeroize", 213] 214 215[[package]] 216name = "atproto-record" 217version = "0.13.0" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "0550f74423ca745132dc07ba1cb01f2f08243a7bf7497f5c3f2185a774c92ca2" 220dependencies = [ 221 "anyhow", 222 "atproto-identity", 223 "base64", 224 "chrono", 225 "serde", 226 "serde_ipld_dagcbor", 227 "serde_json", 228 "thiserror 2.0.12", 229] 230 231[[package]] 232name = "atproto-xrpcs" 233version = "0.13.0" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "d2bd3c09bc3e7bbc04fd7271d25184c607644adc4c365633468184edb94094ac" 236dependencies = [ 237 "anyhow", 238 "async-trait", 239 "atproto-identity", 240 "atproto-oauth", 241 "atproto-record", 242 "axum", 243 "base64", 244 "chrono", 245 "elliptic-curve", 246 "hickory-resolver", 247 "http", 248 "rand 0.8.5", 249 "reqwest", 250 "reqwest-chain", 251 "reqwest-middleware", 252 "serde", 253 "serde_json", 254 "thiserror 2.0.12", 255 "tokio", 256 "tracing", 257] 258 259[[package]] 260name = "autocfg" 261version = "1.5.0" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 264 265[[package]] 266name = "axum" 267version = "0.8.4" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5" 270dependencies = [ 271 "axum-core", 272 "axum-macros", 273 "bytes", 274 "form_urlencoded", 275 "futures-util", 276 "http", 277 "http-body", 278 "http-body-util", 279 "hyper", 280 "hyper-util", 281 "itoa", 282 "matchit", 283 "memchr", 284 "mime", 285 "percent-encoding", 286 "pin-project-lite", 287 "rustversion", 288 "serde", 289 "serde_json", 290 "serde_path_to_error", 291 "serde_urlencoded", 292 "sync_wrapper", 293 "tokio", 294 "tower", 295 "tower-layer", 296 "tower-service", 297 "tracing", 298] 299 300[[package]] 301name = "axum-core" 302version = "0.5.2" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6" 305dependencies = [ 306 "bytes", 307 "futures-core", 308 "http", 309 "http-body", 310 "http-body-util", 311 "mime", 312 "pin-project-lite", 313 "rustversion", 314 "sync_wrapper", 315 "tower-layer", 316 "tower-service", 317 "tracing", 318] 319 320[[package]] 321name = "axum-extra" 322version = "0.10.1" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d" 325dependencies = [ 326 "axum", 327 "axum-core", 328 "bytes", 329 "cookie", 330 "futures-util", 331 "http", 332 "http-body", 333 "http-body-util", 334 "mime", 335 "pin-project-lite", 336 "rustversion", 337 "serde", 338 "tower", 339 "tower-layer", 340 "tower-service", 341] 342 343[[package]] 344name = "axum-htmx" 345version = "0.7.0" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "d16a4be621f96b959fc829e4cbf02fd79ffb8427525002af31a9e2979599fbb7" 348dependencies = [ 349 "axum-core", 350 "futures", 351 "http", 352 "tokio", 353 "tower", 354] 355 356[[package]] 357name = "axum-macros" 358version = "0.5.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 361dependencies = [ 362 "proc-macro2", 363 "quote", 364 "syn", 365] 366 367[[package]] 368name = "axum-template" 369version = "3.0.0" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "3df50f7d669bfc3a8c348f08f536fe37e7acfbeded3cfdffd2ad3d76725fc40c" 372dependencies = [ 373 "axum", 374 "minijinja", 375 "minijinja-autoreload", 376 "serde", 377 "thiserror 2.0.12", 378] 379 380[[package]] 381name = "backtrace" 382version = "0.3.75" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" 385dependencies = [ 386 "addr2line", 387 "cfg-if", 388 "libc", 389 "miniz_oxide", 390 "object", 391 "rustc-demangle", 392 "windows-targets 0.52.6", 393] 394 395[[package]] 396name = "base-x" 397version = "0.2.11" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 400 401[[package]] 402name = "base16ct" 403version = "0.2.0" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 406 407[[package]] 408name = "base64" 409version = "0.22.1" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 412 413[[package]] 414name = "base64ct" 415version = "1.8.0" 416source = "registry+https://github.com/rust-lang/crates.io-index" 417checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 418 419[[package]] 420name = "bitflags" 421version = "1.3.2" 422source = "registry+https://github.com/rust-lang/crates.io-index" 423checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 424 425[[package]] 426name = "bitflags" 427version = "2.9.1" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" 430dependencies = [ 431 "serde", 432] 433 434[[package]] 435name = "block-buffer" 436version = "0.10.4" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 439dependencies = [ 440 "generic-array", 441] 442 443[[package]] 444name = "bumpalo" 445version = "3.18.1" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" 448 449[[package]] 450name = "byteorder" 451version = "1.5.0" 452source = "registry+https://github.com/rust-lang/crates.io-index" 453checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 454 455[[package]] 456name = "bytes" 457version = "1.10.1" 458source = "registry+https://github.com/rust-lang/crates.io-index" 459checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 460 461[[package]] 462name = "cbor4ii" 463version = "0.2.14" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 466dependencies = [ 467 "serde", 468] 469 470[[package]] 471name = "cc" 472version = "1.2.27" 473source = "registry+https://github.com/rust-lang/crates.io-index" 474checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" 475dependencies = [ 476 "shlex", 477] 478 479[[package]] 480name = "cfg-if" 481version = "1.0.1" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 484 485[[package]] 486name = "cfg_aliases" 487version = "0.2.1" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 490 491[[package]] 492name = "chrono" 493version = "0.4.41" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 496dependencies = [ 497 "android-tzdata", 498 "iana-time-zone", 499 "num-traits", 500 "serde", 501 "windows-link", 502] 503 504[[package]] 505name = "cid" 506version = "0.11.1" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 509dependencies = [ 510 "core2", 511 "multibase", 512 "multihash", 513 "serde", 514 "serde_bytes", 515 "unsigned-varint", 516] 517 518[[package]] 519name = "concurrent-queue" 520version = "2.5.0" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 523dependencies = [ 524 "crossbeam-utils", 525] 526 527[[package]] 528name = "const-oid" 529version = "0.9.6" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 532 533[[package]] 534name = "cookie" 535version = "0.18.1" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 538dependencies = [ 539 "percent-encoding", 540 "time", 541 "version_check", 542] 543 544[[package]] 545name = "core-foundation" 546version = "0.9.4" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 549dependencies = [ 550 "core-foundation-sys", 551 "libc", 552] 553 554[[package]] 555name = "core-foundation-sys" 556version = "0.8.7" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 559 560[[package]] 561name = "core2" 562version = "0.4.0" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 565dependencies = [ 566 "memchr", 567] 568 569[[package]] 570name = "cpufeatures" 571version = "0.2.17" 572source = "registry+https://github.com/rust-lang/crates.io-index" 573checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 574dependencies = [ 575 "libc", 576] 577 578[[package]] 579name = "crc" 580version = "3.3.0" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" 583dependencies = [ 584 "crc-catalog", 585] 586 587[[package]] 588name = "crc-catalog" 589version = "2.4.0" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 592 593[[package]] 594name = "critical-section" 595version = "1.2.0" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 598 599[[package]] 600name = "crossbeam-channel" 601version = "0.5.15" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 604dependencies = [ 605 "crossbeam-utils", 606] 607 608[[package]] 609name = "crossbeam-epoch" 610version = "0.9.18" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 613dependencies = [ 614 "crossbeam-utils", 615] 616 617[[package]] 618name = "crossbeam-queue" 619version = "0.3.12" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 622dependencies = [ 623 "crossbeam-utils", 624] 625 626[[package]] 627name = "crossbeam-utils" 628version = "0.8.21" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 631 632[[package]] 633name = "crypto-bigint" 634version = "0.5.5" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 637dependencies = [ 638 "generic-array", 639 "rand_core 0.6.4", 640 "subtle", 641 "zeroize", 642] 643 644[[package]] 645name = "crypto-common" 646version = "0.1.6" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 649dependencies = [ 650 "generic-array", 651 "typenum", 652] 653 654[[package]] 655name = "data-encoding" 656version = "2.9.0" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 659 660[[package]] 661name = "data-encoding-macro" 662version = "0.1.18" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 665dependencies = [ 666 "data-encoding", 667 "data-encoding-macro-internal", 668] 669 670[[package]] 671name = "data-encoding-macro-internal" 672version = "0.1.16" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 675dependencies = [ 676 "data-encoding", 677 "syn", 678] 679 680[[package]] 681name = "der" 682version = "0.7.10" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 685dependencies = [ 686 "const-oid", 687 "pem-rfc7468", 688 "zeroize", 689] 690 691[[package]] 692name = "deranged" 693version = "0.4.0" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 696dependencies = [ 697 "powerfmt", 698] 699 700[[package]] 701name = "digest" 702version = "0.10.7" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 705dependencies = [ 706 "block-buffer", 707 "const-oid", 708 "crypto-common", 709 "subtle", 710] 711 712[[package]] 713name = "displaydoc" 714version = "0.2.5" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 717dependencies = [ 718 "proc-macro2", 719 "quote", 720 "syn", 721] 722 723[[package]] 724name = "dotenvy" 725version = "0.15.7" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 728 729[[package]] 730name = "duration-str" 731version = "0.17.0" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "9add086174f60bcbcfde7175e71dcfd99da24dfd12f611d0faf74f4f26e15a06" 734dependencies = [ 735 "chrono", 736 "rust_decimal", 737 "serde", 738 "thiserror 2.0.12", 739 "time", 740 "winnow", 741] 742 743[[package]] 744name = "ecdsa" 745version = "0.16.9" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 748dependencies = [ 749 "der", 750 "digest", 751 "elliptic-curve", 752 "rfc6979", 753 "serdect", 754 "signature", 755 "spki", 756] 757 758[[package]] 759name = "either" 760version = "1.15.0" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 763dependencies = [ 764 "serde", 765] 766 767[[package]] 768name = "elliptic-curve" 769version = "0.13.8" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 772dependencies = [ 773 "base16ct", 774 "base64ct", 775 "crypto-bigint", 776 "digest", 777 "ff", 778 "generic-array", 779 "group", 780 "hkdf", 781 "pem-rfc7468", 782 "pkcs8", 783 "rand_core 0.6.4", 784 "sec1", 785 "serde_json", 786 "serdect", 787 "subtle", 788 "zeroize", 789] 790 791[[package]] 792name = "encoding_rs" 793version = "0.8.35" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 796dependencies = [ 797 "cfg-if", 798] 799 800[[package]] 801name = "enum-as-inner" 802version = "0.6.1" 803source = "registry+https://github.com/rust-lang/crates.io-index" 804checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 805dependencies = [ 806 "heck", 807 "proc-macro2", 808 "quote", 809 "syn", 810] 811 812[[package]] 813name = "equivalent" 814version = "1.0.2" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 817 818[[package]] 819name = "errno" 820version = "0.3.13" 821source = "registry+https://github.com/rust-lang/crates.io-index" 822checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" 823dependencies = [ 824 "libc", 825 "windows-sys 0.60.2", 826] 827 828[[package]] 829name = "etcetera" 830version = "0.8.0" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 833dependencies = [ 834 "cfg-if", 835 "home", 836 "windows-sys 0.48.0", 837] 838 839[[package]] 840name = "event-listener" 841version = "5.4.0" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" 844dependencies = [ 845 "concurrent-queue", 846 "parking", 847 "pin-project-lite", 848] 849 850[[package]] 851name = "fastrand" 852version = "2.3.0" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 855 856[[package]] 857name = "ff" 858version = "0.13.1" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 861dependencies = [ 862 "rand_core 0.6.4", 863 "subtle", 864] 865 866[[package]] 867name = "filetime" 868version = "0.2.25" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" 871dependencies = [ 872 "cfg-if", 873 "libc", 874 "libredox", 875 "windows-sys 0.59.0", 876] 877 878[[package]] 879name = "fluent" 880version = "0.16.1" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a" 883dependencies = [ 884 "fluent-bundle", 885 "unic-langid", 886] 887 888[[package]] 889name = "fluent-bundle" 890version = "0.15.3" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493" 893dependencies = [ 894 "fluent-langneg", 895 "fluent-syntax", 896 "intl-memoizer", 897 "intl_pluralrules", 898 "rustc-hash 1.1.0", 899 "self_cell 0.10.3", 900 "smallvec", 901 "unic-langid", 902] 903 904[[package]] 905name = "fluent-langneg" 906version = "0.13.0" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94" 909dependencies = [ 910 "unic-langid", 911] 912 913[[package]] 914name = "fluent-syntax" 915version = "0.11.1" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d" 918dependencies = [ 919 "thiserror 1.0.69", 920] 921 922[[package]] 923name = "flume" 924version = "0.11.1" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 927dependencies = [ 928 "futures-core", 929 "futures-sink", 930 "spin", 931] 932 933[[package]] 934name = "fnv" 935version = "1.0.7" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 938 939[[package]] 940name = "foldhash" 941version = "0.1.5" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 944 945[[package]] 946name = "foreign-types" 947version = "0.3.2" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 950dependencies = [ 951 "foreign-types-shared", 952] 953 954[[package]] 955name = "foreign-types-shared" 956version = "0.1.1" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 959 960[[package]] 961name = "form_urlencoded" 962version = "1.2.1" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 965dependencies = [ 966 "percent-encoding", 967] 968 969[[package]] 970name = "fsevent-sys" 971version = "4.1.0" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" 974dependencies = [ 975 "libc", 976] 977 978[[package]] 979name = "futures" 980version = "0.3.31" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 983dependencies = [ 984 "futures-channel", 985 "futures-core", 986 "futures-io", 987 "futures-sink", 988 "futures-task", 989 "futures-util", 990] 991 992[[package]] 993name = "futures-channel" 994version = "0.3.31" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 997dependencies = [ 998 "futures-core", 999 "futures-sink", 1000] 1001 1002[[package]] 1003name = "futures-core" 1004version = "0.3.31" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1007 1008[[package]] 1009name = "futures-executor" 1010version = "0.3.31" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1013dependencies = [ 1014 "futures-core", 1015 "futures-task", 1016 "futures-util", 1017] 1018 1019[[package]] 1020name = "futures-intrusive" 1021version = "0.5.0" 1022source = "registry+https://github.com/rust-lang/crates.io-index" 1023checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1024dependencies = [ 1025 "futures-core", 1026 "lock_api", 1027 "parking_lot", 1028] 1029 1030[[package]] 1031name = "futures-io" 1032version = "0.3.31" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1035 1036[[package]] 1037name = "futures-macro" 1038version = "0.3.31" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1041dependencies = [ 1042 "proc-macro2", 1043 "quote", 1044 "syn", 1045] 1046 1047[[package]] 1048name = "futures-sink" 1049version = "0.3.31" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1052 1053[[package]] 1054name = "futures-task" 1055version = "0.3.31" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1058 1059[[package]] 1060name = "futures-util" 1061version = "0.3.31" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1064dependencies = [ 1065 "futures-core", 1066 "futures-io", 1067 "futures-macro", 1068 "futures-sink", 1069 "futures-task", 1070 "memchr", 1071 "pin-project-lite", 1072 "pin-utils", 1073 "slab", 1074] 1075 1076[[package]] 1077name = "generator" 1078version = "0.8.5" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" 1081dependencies = [ 1082 "cc", 1083 "cfg-if", 1084 "libc", 1085 "log", 1086 "rustversion", 1087 "windows", 1088] 1089 1090[[package]] 1091name = "generic-array" 1092version = "0.14.7" 1093source = "registry+https://github.com/rust-lang/crates.io-index" 1094checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1095dependencies = [ 1096 "typenum", 1097 "version_check", 1098 "zeroize", 1099] 1100 1101[[package]] 1102name = "getrandom" 1103version = "0.2.16" 1104source = "registry+https://github.com/rust-lang/crates.io-index" 1105checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1106dependencies = [ 1107 "cfg-if", 1108 "js-sys", 1109 "libc", 1110 "wasi 0.11.1+wasi-snapshot-preview1", 1111 "wasm-bindgen", 1112] 1113 1114[[package]] 1115name = "getrandom" 1116version = "0.3.3" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1119dependencies = [ 1120 "cfg-if", 1121 "js-sys", 1122 "libc", 1123 "r-efi", 1124 "wasi 0.14.2+wasi-0.2.4", 1125 "wasm-bindgen", 1126] 1127 1128[[package]] 1129name = "gimli" 1130version = "0.31.1" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 1133 1134[[package]] 1135name = "gnosco" 1136version = "0.1.0" 1137dependencies = [ 1138 "anyhow", 1139 "async-trait", 1140 "atproto-client", 1141 "atproto-identity", 1142 "atproto-oauth", 1143 "atproto-oauth-aip", 1144 "atproto-oauth-axum", 1145 "atproto-record", 1146 "atproto-xrpcs", 1147 "axum", 1148 "axum-extra", 1149 "axum-htmx", 1150 "axum-template", 1151 "chrono", 1152 "duration-str", 1153 "fluent", 1154 "fluent-bundle", 1155 "fluent-syntax", 1156 "http", 1157 "intl-memoizer", 1158 "minijinja", 1159 "minijinja-autoreload", 1160 "minijinja-embed", 1161 "multibase", 1162 "ordermap", 1163 "parking_lot", 1164 "rand 0.8.5", 1165 "reqwest", 1166 "rust-embed", 1167 "serde", 1168 "serde_ipld_dagcbor", 1169 "serde_json", 1170 "sqlx", 1171 "thiserror 2.0.12", 1172 "tokio", 1173 "tokio-util", 1174 "tower", 1175 "tower-http", 1176 "tracing", 1177 "tracing-subscriber", 1178 "unic-langid", 1179 "url", 1180 "urlencoding", 1181 "uuid", 1182 "zeroize", 1183] 1184 1185[[package]] 1186name = "group" 1187version = "0.13.0" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1190dependencies = [ 1191 "ff", 1192 "rand_core 0.6.4", 1193 "subtle", 1194] 1195 1196[[package]] 1197name = "h2" 1198version = "0.4.10" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" 1201dependencies = [ 1202 "atomic-waker", 1203 "bytes", 1204 "fnv", 1205 "futures-core", 1206 "futures-sink", 1207 "http", 1208 "indexmap", 1209 "slab", 1210 "tokio", 1211 "tokio-util", 1212 "tracing", 1213] 1214 1215[[package]] 1216name = "hashbrown" 1217version = "0.15.4" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" 1220dependencies = [ 1221 "allocator-api2", 1222 "equivalent", 1223 "foldhash", 1224] 1225 1226[[package]] 1227name = "hashlink" 1228version = "0.10.0" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 1231dependencies = [ 1232 "hashbrown", 1233] 1234 1235[[package]] 1236name = "heck" 1237version = "0.5.0" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1240 1241[[package]] 1242name = "hex" 1243version = "0.4.3" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1246 1247[[package]] 1248name = "hickory-proto" 1249version = "0.25.2" 1250source = "registry+https://github.com/rust-lang/crates.io-index" 1251checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1252dependencies = [ 1253 "async-trait", 1254 "cfg-if", 1255 "data-encoding", 1256 "enum-as-inner", 1257 "futures-channel", 1258 "futures-io", 1259 "futures-util", 1260 "idna", 1261 "ipnet", 1262 "once_cell", 1263 "rand 0.9.1", 1264 "ring", 1265 "thiserror 2.0.12", 1266 "tinyvec", 1267 "tokio", 1268 "tracing", 1269 "url", 1270] 1271 1272[[package]] 1273name = "hickory-resolver" 1274version = "0.25.2" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 1277dependencies = [ 1278 "cfg-if", 1279 "futures-util", 1280 "hickory-proto", 1281 "ipconfig", 1282 "moka", 1283 "once_cell", 1284 "parking_lot", 1285 "rand 0.9.1", 1286 "resolv-conf", 1287 "smallvec", 1288 "thiserror 2.0.12", 1289 "tokio", 1290 "tracing", 1291] 1292 1293[[package]] 1294name = "hkdf" 1295version = "0.12.4" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1298dependencies = [ 1299 "hmac", 1300] 1301 1302[[package]] 1303name = "hmac" 1304version = "0.12.1" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1307dependencies = [ 1308 "digest", 1309] 1310 1311[[package]] 1312name = "home" 1313version = "0.5.11" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 1316dependencies = [ 1317 "windows-sys 0.59.0", 1318] 1319 1320[[package]] 1321name = "http" 1322version = "1.3.1" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1325dependencies = [ 1326 "bytes", 1327 "fnv", 1328 "itoa", 1329] 1330 1331[[package]] 1332name = "http-body" 1333version = "1.0.1" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1336dependencies = [ 1337 "bytes", 1338 "http", 1339] 1340 1341[[package]] 1342name = "http-body-util" 1343version = "0.1.3" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1346dependencies = [ 1347 "bytes", 1348 "futures-core", 1349 "http", 1350 "http-body", 1351 "pin-project-lite", 1352] 1353 1354[[package]] 1355name = "http-range-header" 1356version = "0.4.2" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 1359 1360[[package]] 1361name = "httparse" 1362version = "1.10.1" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1365 1366[[package]] 1367name = "httpdate" 1368version = "1.0.3" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1371 1372[[package]] 1373name = "hyper" 1374version = "1.6.0" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 1377dependencies = [ 1378 "bytes", 1379 "futures-channel", 1380 "futures-util", 1381 "h2", 1382 "http", 1383 "http-body", 1384 "httparse", 1385 "httpdate", 1386 "itoa", 1387 "pin-project-lite", 1388 "smallvec", 1389 "tokio", 1390 "want", 1391] 1392 1393[[package]] 1394name = "hyper-rustls" 1395version = "0.27.7" 1396source = "registry+https://github.com/rust-lang/crates.io-index" 1397checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1398dependencies = [ 1399 "http", 1400 "hyper", 1401 "hyper-util", 1402 "rustls", 1403 "rustls-pki-types", 1404 "tokio", 1405 "tokio-rustls", 1406 "tower-service", 1407 "webpki-roots", 1408] 1409 1410[[package]] 1411name = "hyper-tls" 1412version = "0.6.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1415dependencies = [ 1416 "bytes", 1417 "http-body-util", 1418 "hyper", 1419 "hyper-util", 1420 "native-tls", 1421 "tokio", 1422 "tokio-native-tls", 1423 "tower-service", 1424] 1425 1426[[package]] 1427name = "hyper-util" 1428version = "0.1.14" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" 1431dependencies = [ 1432 "base64", 1433 "bytes", 1434 "futures-channel", 1435 "futures-core", 1436 "futures-util", 1437 "http", 1438 "http-body", 1439 "hyper", 1440 "ipnet", 1441 "libc", 1442 "percent-encoding", 1443 "pin-project-lite", 1444 "socket2", 1445 "system-configuration", 1446 "tokio", 1447 "tower-service", 1448 "tracing", 1449 "windows-registry", 1450] 1451 1452[[package]] 1453name = "iana-time-zone" 1454version = "0.1.63" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 1457dependencies = [ 1458 "android_system_properties", 1459 "core-foundation-sys", 1460 "iana-time-zone-haiku", 1461 "js-sys", 1462 "log", 1463 "wasm-bindgen", 1464 "windows-core", 1465] 1466 1467[[package]] 1468name = "iana-time-zone-haiku" 1469version = "0.1.2" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1472dependencies = [ 1473 "cc", 1474] 1475 1476[[package]] 1477name = "icu_collections" 1478version = "2.0.0" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1481dependencies = [ 1482 "displaydoc", 1483 "potential_utf", 1484 "yoke", 1485 "zerofrom", 1486 "zerovec", 1487] 1488 1489[[package]] 1490name = "icu_locale_core" 1491version = "2.0.0" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1494dependencies = [ 1495 "displaydoc", 1496 "litemap", 1497 "tinystr", 1498 "writeable", 1499 "zerovec", 1500] 1501 1502[[package]] 1503name = "icu_normalizer" 1504version = "2.0.0" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1507dependencies = [ 1508 "displaydoc", 1509 "icu_collections", 1510 "icu_normalizer_data", 1511 "icu_properties", 1512 "icu_provider", 1513 "smallvec", 1514 "zerovec", 1515] 1516 1517[[package]] 1518name = "icu_normalizer_data" 1519version = "2.0.0" 1520source = "registry+https://github.com/rust-lang/crates.io-index" 1521checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1522 1523[[package]] 1524name = "icu_properties" 1525version = "2.0.1" 1526source = "registry+https://github.com/rust-lang/crates.io-index" 1527checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1528dependencies = [ 1529 "displaydoc", 1530 "icu_collections", 1531 "icu_locale_core", 1532 "icu_properties_data", 1533 "icu_provider", 1534 "potential_utf", 1535 "zerotrie", 1536 "zerovec", 1537] 1538 1539[[package]] 1540name = "icu_properties_data" 1541version = "2.0.1" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1544 1545[[package]] 1546name = "icu_provider" 1547version = "2.0.0" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1550dependencies = [ 1551 "displaydoc", 1552 "icu_locale_core", 1553 "stable_deref_trait", 1554 "tinystr", 1555 "writeable", 1556 "yoke", 1557 "zerofrom", 1558 "zerotrie", 1559 "zerovec", 1560] 1561 1562[[package]] 1563name = "idna" 1564version = "1.0.3" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1567dependencies = [ 1568 "idna_adapter", 1569 "smallvec", 1570 "utf8_iter", 1571] 1572 1573[[package]] 1574name = "idna_adapter" 1575version = "1.2.1" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1578dependencies = [ 1579 "icu_normalizer", 1580 "icu_properties", 1581] 1582 1583[[package]] 1584name = "indexmap" 1585version = "2.9.0" 1586source = "registry+https://github.com/rust-lang/crates.io-index" 1587checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1588dependencies = [ 1589 "equivalent", 1590 "hashbrown", 1591] 1592 1593[[package]] 1594name = "inotify" 1595version = "0.11.0" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3" 1598dependencies = [ 1599 "bitflags 2.9.1", 1600 "inotify-sys", 1601 "libc", 1602] 1603 1604[[package]] 1605name = "inotify-sys" 1606version = "0.1.5" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" 1609dependencies = [ 1610 "libc", 1611] 1612 1613[[package]] 1614name = "intl-memoizer" 1615version = "0.5.3" 1616source = "registry+https://github.com/rust-lang/crates.io-index" 1617checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f" 1618dependencies = [ 1619 "type-map", 1620 "unic-langid", 1621] 1622 1623[[package]] 1624name = "intl_pluralrules" 1625version = "7.0.2" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 1628dependencies = [ 1629 "unic-langid", 1630] 1631 1632[[package]] 1633name = "ipconfig" 1634version = "0.3.2" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1637dependencies = [ 1638 "socket2", 1639 "widestring", 1640 "windows-sys 0.48.0", 1641 "winreg", 1642] 1643 1644[[package]] 1645name = "ipld-core" 1646version = "0.4.2" 1647source = "registry+https://github.com/rust-lang/crates.io-index" 1648checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1649dependencies = [ 1650 "cid", 1651 "serde", 1652 "serde_bytes", 1653] 1654 1655[[package]] 1656name = "ipnet" 1657version = "2.11.0" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1660 1661[[package]] 1662name = "iri-string" 1663version = "0.7.8" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1666dependencies = [ 1667 "memchr", 1668 "serde", 1669] 1670 1671[[package]] 1672name = "itoa" 1673version = "1.0.15" 1674source = "registry+https://github.com/rust-lang/crates.io-index" 1675checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1676 1677[[package]] 1678name = "js-sys" 1679version = "0.3.77" 1680source = "registry+https://github.com/rust-lang/crates.io-index" 1681checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1682dependencies = [ 1683 "once_cell", 1684 "wasm-bindgen", 1685] 1686 1687[[package]] 1688name = "k256" 1689version = "0.13.4" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1692dependencies = [ 1693 "cfg-if", 1694 "ecdsa", 1695 "elliptic-curve", 1696 "once_cell", 1697 "sha2", 1698 "signature", 1699] 1700 1701[[package]] 1702name = "kqueue" 1703version = "1.1.1" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" 1706dependencies = [ 1707 "kqueue-sys", 1708 "libc", 1709] 1710 1711[[package]] 1712name = "kqueue-sys" 1713version = "1.0.4" 1714source = "registry+https://github.com/rust-lang/crates.io-index" 1715checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" 1716dependencies = [ 1717 "bitflags 1.3.2", 1718 "libc", 1719] 1720 1721[[package]] 1722name = "lazy_static" 1723version = "1.5.0" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1726dependencies = [ 1727 "spin", 1728] 1729 1730[[package]] 1731name = "libc" 1732version = "0.2.174" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 1735 1736[[package]] 1737name = "libm" 1738version = "0.2.15" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1741 1742[[package]] 1743name = "libredox" 1744version = "0.1.3" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1747dependencies = [ 1748 "bitflags 2.9.1", 1749 "libc", 1750 "redox_syscall", 1751] 1752 1753[[package]] 1754name = "libsqlite3-sys" 1755version = "0.30.1" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1758dependencies = [ 1759 "cc", 1760 "pkg-config", 1761 "vcpkg", 1762] 1763 1764[[package]] 1765name = "linux-raw-sys" 1766version = "0.9.4" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1769 1770[[package]] 1771name = "litemap" 1772version = "0.8.0" 1773source = "registry+https://github.com/rust-lang/crates.io-index" 1774checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1775 1776[[package]] 1777name = "lock_api" 1778version = "0.4.13" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1781dependencies = [ 1782 "autocfg", 1783 "scopeguard", 1784] 1785 1786[[package]] 1787name = "log" 1788version = "0.4.27" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1791 1792[[package]] 1793name = "loom" 1794version = "0.7.2" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1797dependencies = [ 1798 "cfg-if", 1799 "generator", 1800 "scoped-tls", 1801 "tracing", 1802 "tracing-subscriber", 1803] 1804 1805[[package]] 1806name = "lru" 1807version = "0.12.5" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1810dependencies = [ 1811 "hashbrown", 1812] 1813 1814[[package]] 1815name = "lru-slab" 1816version = "0.1.2" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1819 1820[[package]] 1821name = "matchers" 1822version = "0.1.0" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1825dependencies = [ 1826 "regex-automata 0.1.10", 1827] 1828 1829[[package]] 1830name = "matchit" 1831version = "0.8.4" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1834 1835[[package]] 1836name = "md-5" 1837version = "0.10.6" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1840dependencies = [ 1841 "cfg-if", 1842 "digest", 1843] 1844 1845[[package]] 1846name = "memchr" 1847version = "2.7.5" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 1850 1851[[package]] 1852name = "memo-map" 1853version = "0.3.3" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "38d1115007560874e373613744c6fba374c17688327a71c1476d1a5954cc857b" 1856 1857[[package]] 1858name = "mime" 1859version = "0.3.17" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1862 1863[[package]] 1864name = "mime_guess" 1865version = "2.0.5" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1868dependencies = [ 1869 "mime", 1870 "unicase", 1871] 1872 1873[[package]] 1874name = "minijinja" 1875version = "2.10.2" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "dd72e8b4e42274540edabec853f607c015c73436159b06c39c7af85a20433155" 1878dependencies = [ 1879 "memo-map", 1880 "percent-encoding", 1881 "self_cell 1.2.0", 1882 "serde", 1883 "serde_json", 1884] 1885 1886[[package]] 1887name = "minijinja-autoreload" 1888version = "2.10.2" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "46630543a4c8dce957338cba44df75d06e6e6e38df7646b3a458320fb4522909" 1891dependencies = [ 1892 "minijinja", 1893 "notify", 1894] 1895 1896[[package]] 1897name = "minijinja-embed" 1898version = "2.10.2" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "5de0eb34c22c5cfb9b22509599e3942aa1cdfa00884fa76ceccff4163f572c67" 1901 1902[[package]] 1903name = "miniz_oxide" 1904version = "0.8.9" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1907dependencies = [ 1908 "adler2", 1909] 1910 1911[[package]] 1912name = "mio" 1913version = "1.0.4" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1916dependencies = [ 1917 "libc", 1918 "log", 1919 "wasi 0.11.1+wasi-snapshot-preview1", 1920 "windows-sys 0.59.0", 1921] 1922 1923[[package]] 1924name = "moka" 1925version = "0.12.10" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926" 1928dependencies = [ 1929 "crossbeam-channel", 1930 "crossbeam-epoch", 1931 "crossbeam-utils", 1932 "loom", 1933 "parking_lot", 1934 "portable-atomic", 1935 "rustc_version", 1936 "smallvec", 1937 "tagptr", 1938 "thiserror 1.0.69", 1939 "uuid", 1940] 1941 1942[[package]] 1943name = "multibase" 1944version = "0.9.1" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1947dependencies = [ 1948 "base-x", 1949 "data-encoding", 1950 "data-encoding-macro", 1951] 1952 1953[[package]] 1954name = "multihash" 1955version = "0.19.3" 1956source = "registry+https://github.com/rust-lang/crates.io-index" 1957checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1958dependencies = [ 1959 "core2", 1960 "serde", 1961 "unsigned-varint", 1962] 1963 1964[[package]] 1965name = "native-tls" 1966version = "0.2.14" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1969dependencies = [ 1970 "libc", 1971 "log", 1972 "openssl", 1973 "openssl-probe", 1974 "openssl-sys", 1975 "schannel", 1976 "security-framework", 1977 "security-framework-sys", 1978 "tempfile", 1979] 1980 1981[[package]] 1982name = "notify" 1983version = "8.0.0" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943" 1986dependencies = [ 1987 "bitflags 2.9.1", 1988 "filetime", 1989 "fsevent-sys", 1990 "inotify", 1991 "kqueue", 1992 "libc", 1993 "log", 1994 "mio", 1995 "notify-types", 1996 "walkdir", 1997 "windows-sys 0.59.0", 1998] 1999 2000[[package]] 2001name = "notify-types" 2002version = "2.0.0" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d" 2005 2006[[package]] 2007name = "nu-ansi-term" 2008version = "0.46.0" 2009source = "registry+https://github.com/rust-lang/crates.io-index" 2010checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 2011dependencies = [ 2012 "overload", 2013 "winapi", 2014] 2015 2016[[package]] 2017name = "num-bigint-dig" 2018version = "0.8.4" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2021dependencies = [ 2022 "byteorder", 2023 "lazy_static", 2024 "libm", 2025 "num-integer", 2026 "num-iter", 2027 "num-traits", 2028 "rand 0.8.5", 2029 "smallvec", 2030 "zeroize", 2031] 2032 2033[[package]] 2034name = "num-conv" 2035version = "0.1.0" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2038 2039[[package]] 2040name = "num-integer" 2041version = "0.1.46" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2044dependencies = [ 2045 "num-traits", 2046] 2047 2048[[package]] 2049name = "num-iter" 2050version = "0.1.45" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2053dependencies = [ 2054 "autocfg", 2055 "num-integer", 2056 "num-traits", 2057] 2058 2059[[package]] 2060name = "num-traits" 2061version = "0.2.19" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2064dependencies = [ 2065 "autocfg", 2066 "libm", 2067] 2068 2069[[package]] 2070name = "object" 2071version = "0.36.7" 2072source = "registry+https://github.com/rust-lang/crates.io-index" 2073checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 2074dependencies = [ 2075 "memchr", 2076] 2077 2078[[package]] 2079name = "once_cell" 2080version = "1.21.3" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2083dependencies = [ 2084 "critical-section", 2085 "portable-atomic", 2086] 2087 2088[[package]] 2089name = "openssl" 2090version = "0.10.73" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 2093dependencies = [ 2094 "bitflags 2.9.1", 2095 "cfg-if", 2096 "foreign-types", 2097 "libc", 2098 "once_cell", 2099 "openssl-macros", 2100 "openssl-sys", 2101] 2102 2103[[package]] 2104name = "openssl-macros" 2105version = "0.1.1" 2106source = "registry+https://github.com/rust-lang/crates.io-index" 2107checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2108dependencies = [ 2109 "proc-macro2", 2110 "quote", 2111 "syn", 2112] 2113 2114[[package]] 2115name = "openssl-probe" 2116version = "0.1.6" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2119 2120[[package]] 2121name = "openssl-sys" 2122version = "0.9.109" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 2125dependencies = [ 2126 "cc", 2127 "libc", 2128 "pkg-config", 2129 "vcpkg", 2130] 2131 2132[[package]] 2133name = "ordermap" 2134version = "0.5.7" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "7d31b8b7a99f71bdff4235faf9ce9eada0ad3562c8fbeb7d607d9f41a6ec569d" 2137dependencies = [ 2138 "indexmap", 2139] 2140 2141[[package]] 2142name = "overload" 2143version = "0.1.1" 2144source = "registry+https://github.com/rust-lang/crates.io-index" 2145checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 2146 2147[[package]] 2148name = "p256" 2149version = "0.13.2" 2150source = "registry+https://github.com/rust-lang/crates.io-index" 2151checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2152dependencies = [ 2153 "ecdsa", 2154 "elliptic-curve", 2155 "primeorder", 2156 "serdect", 2157 "sha2", 2158] 2159 2160[[package]] 2161name = "p384" 2162version = "0.13.1" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 2165dependencies = [ 2166 "ecdsa", 2167 "elliptic-curve", 2168 "primeorder", 2169 "serdect", 2170 "sha2", 2171] 2172 2173[[package]] 2174name = "parking" 2175version = "2.2.1" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2178 2179[[package]] 2180name = "parking_lot" 2181version = "0.12.4" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 2184dependencies = [ 2185 "lock_api", 2186 "parking_lot_core", 2187] 2188 2189[[package]] 2190name = "parking_lot_core" 2191version = "0.9.11" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 2194dependencies = [ 2195 "cfg-if", 2196 "libc", 2197 "redox_syscall", 2198 "smallvec", 2199 "windows-targets 0.52.6", 2200] 2201 2202[[package]] 2203name = "pem-rfc7468" 2204version = "0.7.0" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2207dependencies = [ 2208 "base64ct", 2209] 2210 2211[[package]] 2212name = "percent-encoding" 2213version = "2.3.1" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2216 2217[[package]] 2218name = "pin-project-lite" 2219version = "0.2.16" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2222 2223[[package]] 2224name = "pin-utils" 2225version = "0.1.0" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2228 2229[[package]] 2230name = "pkcs1" 2231version = "0.7.5" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2234dependencies = [ 2235 "der", 2236 "pkcs8", 2237 "spki", 2238] 2239 2240[[package]] 2241name = "pkcs8" 2242version = "0.10.2" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2245dependencies = [ 2246 "der", 2247 "spki", 2248] 2249 2250[[package]] 2251name = "pkg-config" 2252version = "0.3.32" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2255 2256[[package]] 2257name = "portable-atomic" 2258version = "1.11.1" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 2261 2262[[package]] 2263name = "potential_utf" 2264version = "0.1.2" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" 2267dependencies = [ 2268 "zerovec", 2269] 2270 2271[[package]] 2272name = "powerfmt" 2273version = "0.2.0" 2274source = "registry+https://github.com/rust-lang/crates.io-index" 2275checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2276 2277[[package]] 2278name = "ppv-lite86" 2279version = "0.2.21" 2280source = "registry+https://github.com/rust-lang/crates.io-index" 2281checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2282dependencies = [ 2283 "zerocopy", 2284] 2285 2286[[package]] 2287name = "primeorder" 2288version = "0.13.6" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2291dependencies = [ 2292 "elliptic-curve", 2293 "serdect", 2294] 2295 2296[[package]] 2297name = "proc-macro2" 2298version = "1.0.95" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 2301dependencies = [ 2302 "unicode-ident", 2303] 2304 2305[[package]] 2306name = "quinn" 2307version = "0.11.8" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8" 2310dependencies = [ 2311 "bytes", 2312 "cfg_aliases", 2313 "pin-project-lite", 2314 "quinn-proto", 2315 "quinn-udp", 2316 "rustc-hash 2.1.1", 2317 "rustls", 2318 "socket2", 2319 "thiserror 2.0.12", 2320 "tokio", 2321 "tracing", 2322 "web-time", 2323] 2324 2325[[package]] 2326name = "quinn-proto" 2327version = "0.11.12" 2328source = "registry+https://github.com/rust-lang/crates.io-index" 2329checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" 2330dependencies = [ 2331 "bytes", 2332 "getrandom 0.3.3", 2333 "lru-slab", 2334 "rand 0.9.1", 2335 "ring", 2336 "rustc-hash 2.1.1", 2337 "rustls", 2338 "rustls-pki-types", 2339 "slab", 2340 "thiserror 2.0.12", 2341 "tinyvec", 2342 "tracing", 2343 "web-time", 2344] 2345 2346[[package]] 2347name = "quinn-udp" 2348version = "0.5.13" 2349source = "registry+https://github.com/rust-lang/crates.io-index" 2350checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" 2351dependencies = [ 2352 "cfg_aliases", 2353 "libc", 2354 "once_cell", 2355 "socket2", 2356 "tracing", 2357 "windows-sys 0.59.0", 2358] 2359 2360[[package]] 2361name = "quote" 2362version = "1.0.40" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 2365dependencies = [ 2366 "proc-macro2", 2367] 2368 2369[[package]] 2370name = "r-efi" 2371version = "5.3.0" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2374 2375[[package]] 2376name = "rand" 2377version = "0.8.5" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2380dependencies = [ 2381 "libc", 2382 "rand_chacha 0.3.1", 2383 "rand_core 0.6.4", 2384] 2385 2386[[package]] 2387name = "rand" 2388version = "0.9.1" 2389source = "registry+https://github.com/rust-lang/crates.io-index" 2390checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 2391dependencies = [ 2392 "rand_chacha 0.9.0", 2393 "rand_core 0.9.3", 2394] 2395 2396[[package]] 2397name = "rand_chacha" 2398version = "0.3.1" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2401dependencies = [ 2402 "ppv-lite86", 2403 "rand_core 0.6.4", 2404] 2405 2406[[package]] 2407name = "rand_chacha" 2408version = "0.9.0" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2411dependencies = [ 2412 "ppv-lite86", 2413 "rand_core 0.9.3", 2414] 2415 2416[[package]] 2417name = "rand_core" 2418version = "0.6.4" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2421dependencies = [ 2422 "getrandom 0.2.16", 2423] 2424 2425[[package]] 2426name = "rand_core" 2427version = "0.9.3" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2430dependencies = [ 2431 "getrandom 0.3.3", 2432] 2433 2434[[package]] 2435name = "redox_syscall" 2436version = "0.5.13" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" 2439dependencies = [ 2440 "bitflags 2.9.1", 2441] 2442 2443[[package]] 2444name = "regex" 2445version = "1.11.1" 2446source = "registry+https://github.com/rust-lang/crates.io-index" 2447checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 2448dependencies = [ 2449 "aho-corasick", 2450 "memchr", 2451 "regex-automata 0.4.9", 2452 "regex-syntax 0.8.5", 2453] 2454 2455[[package]] 2456name = "regex-automata" 2457version = "0.1.10" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 2460dependencies = [ 2461 "regex-syntax 0.6.29", 2462] 2463 2464[[package]] 2465name = "regex-automata" 2466version = "0.4.9" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 2469dependencies = [ 2470 "aho-corasick", 2471 "memchr", 2472 "regex-syntax 0.8.5", 2473] 2474 2475[[package]] 2476name = "regex-syntax" 2477version = "0.6.29" 2478source = "registry+https://github.com/rust-lang/crates.io-index" 2479checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 2480 2481[[package]] 2482name = "regex-syntax" 2483version = "0.8.5" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 2486 2487[[package]] 2488name = "reqwest" 2489version = "0.12.20" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" 2492dependencies = [ 2493 "base64", 2494 "bytes", 2495 "encoding_rs", 2496 "futures-core", 2497 "futures-util", 2498 "h2", 2499 "http", 2500 "http-body", 2501 "http-body-util", 2502 "hyper", 2503 "hyper-rustls", 2504 "hyper-tls", 2505 "hyper-util", 2506 "js-sys", 2507 "log", 2508 "mime", 2509 "mime_guess", 2510 "native-tls", 2511 "percent-encoding", 2512 "pin-project-lite", 2513 "quinn", 2514 "rustls", 2515 "rustls-pki-types", 2516 "serde", 2517 "serde_json", 2518 "serde_urlencoded", 2519 "sync_wrapper", 2520 "tokio", 2521 "tokio-native-tls", 2522 "tokio-rustls", 2523 "tower", 2524 "tower-http", 2525 "tower-service", 2526 "url", 2527 "wasm-bindgen", 2528 "wasm-bindgen-futures", 2529 "web-sys", 2530 "webpki-roots", 2531] 2532 2533[[package]] 2534name = "reqwest-chain" 2535version = "1.0.0" 2536source = "registry+https://github.com/rust-lang/crates.io-index" 2537checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2" 2538dependencies = [ 2539 "anyhow", 2540 "async-trait", 2541 "http", 2542 "reqwest-middleware", 2543] 2544 2545[[package]] 2546name = "reqwest-middleware" 2547version = "0.4.2" 2548source = "registry+https://github.com/rust-lang/crates.io-index" 2549checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 2550dependencies = [ 2551 "anyhow", 2552 "async-trait", 2553 "http", 2554 "reqwest", 2555 "serde", 2556 "thiserror 1.0.69", 2557 "tower-service", 2558] 2559 2560[[package]] 2561name = "resolv-conf" 2562version = "0.7.4" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" 2565 2566[[package]] 2567name = "rfc6979" 2568version = "0.4.0" 2569source = "registry+https://github.com/rust-lang/crates.io-index" 2570checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2571dependencies = [ 2572 "hmac", 2573 "subtle", 2574] 2575 2576[[package]] 2577name = "ring" 2578version = "0.17.14" 2579source = "registry+https://github.com/rust-lang/crates.io-index" 2580checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2581dependencies = [ 2582 "cc", 2583 "cfg-if", 2584 "getrandom 0.2.16", 2585 "libc", 2586 "untrusted", 2587 "windows-sys 0.52.0", 2588] 2589 2590[[package]] 2591name = "rsa" 2592version = "0.9.8" 2593source = "registry+https://github.com/rust-lang/crates.io-index" 2594checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 2595dependencies = [ 2596 "const-oid", 2597 "digest", 2598 "num-bigint-dig", 2599 "num-integer", 2600 "num-traits", 2601 "pkcs1", 2602 "pkcs8", 2603 "rand_core 0.6.4", 2604 "signature", 2605 "spki", 2606 "subtle", 2607 "zeroize", 2608] 2609 2610[[package]] 2611name = "rust-embed" 2612version = "8.7.2" 2613source = "registry+https://github.com/rust-lang/crates.io-index" 2614checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a" 2615dependencies = [ 2616 "rust-embed-impl", 2617 "rust-embed-utils", 2618 "walkdir", 2619] 2620 2621[[package]] 2622name = "rust-embed-impl" 2623version = "8.7.2" 2624source = "registry+https://github.com/rust-lang/crates.io-index" 2625checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c" 2626dependencies = [ 2627 "proc-macro2", 2628 "quote", 2629 "rust-embed-utils", 2630 "syn", 2631 "walkdir", 2632] 2633 2634[[package]] 2635name = "rust-embed-utils" 2636version = "8.7.2" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594" 2639dependencies = [ 2640 "sha2", 2641 "walkdir", 2642] 2643 2644[[package]] 2645name = "rust_decimal" 2646version = "1.37.2" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "b203a6425500a03e0919c42d3c47caca51e79f1132046626d2c8871c5092035d" 2649dependencies = [ 2650 "arrayvec", 2651 "num-traits", 2652] 2653 2654[[package]] 2655name = "rustc-demangle" 2656version = "0.1.25" 2657source = "registry+https://github.com/rust-lang/crates.io-index" 2658checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" 2659 2660[[package]] 2661name = "rustc-hash" 2662version = "1.1.0" 2663source = "registry+https://github.com/rust-lang/crates.io-index" 2664checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2665 2666[[package]] 2667name = "rustc-hash" 2668version = "2.1.1" 2669source = "registry+https://github.com/rust-lang/crates.io-index" 2670checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2671 2672[[package]] 2673name = "rustc_version" 2674version = "0.4.1" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2677dependencies = [ 2678 "semver", 2679] 2680 2681[[package]] 2682name = "rustix" 2683version = "1.0.7" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" 2686dependencies = [ 2687 "bitflags 2.9.1", 2688 "errno", 2689 "libc", 2690 "linux-raw-sys", 2691 "windows-sys 0.59.0", 2692] 2693 2694[[package]] 2695name = "rustls" 2696version = "0.23.28" 2697source = "registry+https://github.com/rust-lang/crates.io-index" 2698checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643" 2699dependencies = [ 2700 "once_cell", 2701 "ring", 2702 "rustls-pki-types", 2703 "rustls-webpki", 2704 "subtle", 2705 "zeroize", 2706] 2707 2708[[package]] 2709name = "rustls-pki-types" 2710version = "1.12.0" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2713dependencies = [ 2714 "web-time", 2715 "zeroize", 2716] 2717 2718[[package]] 2719name = "rustls-webpki" 2720version = "0.103.3" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" 2723dependencies = [ 2724 "ring", 2725 "rustls-pki-types", 2726 "untrusted", 2727] 2728 2729[[package]] 2730name = "rustversion" 2731version = "1.0.21" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 2734 2735[[package]] 2736name = "ryu" 2737version = "1.0.20" 2738source = "registry+https://github.com/rust-lang/crates.io-index" 2739checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2740 2741[[package]] 2742name = "same-file" 2743version = "1.0.6" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2746dependencies = [ 2747 "winapi-util", 2748] 2749 2750[[package]] 2751name = "schannel" 2752version = "0.1.27" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 2755dependencies = [ 2756 "windows-sys 0.59.0", 2757] 2758 2759[[package]] 2760name = "scoped-tls" 2761version = "1.0.1" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2764 2765[[package]] 2766name = "scopeguard" 2767version = "1.2.0" 2768source = "registry+https://github.com/rust-lang/crates.io-index" 2769checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2770 2771[[package]] 2772name = "sec1" 2773version = "0.7.3" 2774source = "registry+https://github.com/rust-lang/crates.io-index" 2775checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2776dependencies = [ 2777 "base16ct", 2778 "der", 2779 "generic-array", 2780 "pkcs8", 2781 "serdect", 2782 "subtle", 2783 "zeroize", 2784] 2785 2786[[package]] 2787name = "security-framework" 2788version = "2.11.1" 2789source = "registry+https://github.com/rust-lang/crates.io-index" 2790checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2791dependencies = [ 2792 "bitflags 2.9.1", 2793 "core-foundation", 2794 "core-foundation-sys", 2795 "libc", 2796 "security-framework-sys", 2797] 2798 2799[[package]] 2800name = "security-framework-sys" 2801version = "2.14.0" 2802source = "registry+https://github.com/rust-lang/crates.io-index" 2803checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 2804dependencies = [ 2805 "core-foundation-sys", 2806 "libc", 2807] 2808 2809[[package]] 2810name = "self_cell" 2811version = "0.10.3" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d" 2814dependencies = [ 2815 "self_cell 1.2.0", 2816] 2817 2818[[package]] 2819name = "self_cell" 2820version = "1.2.0" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" 2823 2824[[package]] 2825name = "semver" 2826version = "1.0.26" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 2829 2830[[package]] 2831name = "serde" 2832version = "1.0.219" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 2835dependencies = [ 2836 "serde_derive", 2837] 2838 2839[[package]] 2840name = "serde_bytes" 2841version = "0.11.17" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 2844dependencies = [ 2845 "serde", 2846] 2847 2848[[package]] 2849name = "serde_derive" 2850version = "1.0.219" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 2853dependencies = [ 2854 "proc-macro2", 2855 "quote", 2856 "syn", 2857] 2858 2859[[package]] 2860name = "serde_ipld_dagcbor" 2861version = "0.6.3" 2862source = "registry+https://github.com/rust-lang/crates.io-index" 2863checksum = "99600723cf53fb000a66175555098db7e75217c415bdd9a16a65d52a19dcc4fc" 2864dependencies = [ 2865 "cbor4ii", 2866 "ipld-core", 2867 "scopeguard", 2868 "serde", 2869] 2870 2871[[package]] 2872name = "serde_json" 2873version = "1.0.140" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 2876dependencies = [ 2877 "itoa", 2878 "memchr", 2879 "ryu", 2880 "serde", 2881] 2882 2883[[package]] 2884name = "serde_path_to_error" 2885version = "0.1.17" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 2888dependencies = [ 2889 "itoa", 2890 "serde", 2891] 2892 2893[[package]] 2894name = "serde_urlencoded" 2895version = "0.7.1" 2896source = "registry+https://github.com/rust-lang/crates.io-index" 2897checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2898dependencies = [ 2899 "form_urlencoded", 2900 "itoa", 2901 "ryu", 2902 "serde", 2903] 2904 2905[[package]] 2906name = "serdect" 2907version = "0.2.0" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 2910dependencies = [ 2911 "base16ct", 2912 "serde", 2913] 2914 2915[[package]] 2916name = "sha1" 2917version = "0.10.6" 2918source = "registry+https://github.com/rust-lang/crates.io-index" 2919checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2920dependencies = [ 2921 "cfg-if", 2922 "cpufeatures", 2923 "digest", 2924] 2925 2926[[package]] 2927name = "sha2" 2928version = "0.10.9" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2931dependencies = [ 2932 "cfg-if", 2933 "cpufeatures", 2934 "digest", 2935] 2936 2937[[package]] 2938name = "sharded-slab" 2939version = "0.1.7" 2940source = "registry+https://github.com/rust-lang/crates.io-index" 2941checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2942dependencies = [ 2943 "lazy_static", 2944] 2945 2946[[package]] 2947name = "shlex" 2948version = "1.3.0" 2949source = "registry+https://github.com/rust-lang/crates.io-index" 2950checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2951 2952[[package]] 2953name = "signal-hook-registry" 2954version = "1.4.5" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 2957dependencies = [ 2958 "libc", 2959] 2960 2961[[package]] 2962name = "signature" 2963version = "2.2.0" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2966dependencies = [ 2967 "digest", 2968 "rand_core 0.6.4", 2969] 2970 2971[[package]] 2972name = "slab" 2973version = "0.4.10" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" 2976 2977[[package]] 2978name = "smallvec" 2979version = "1.15.1" 2980source = "registry+https://github.com/rust-lang/crates.io-index" 2981checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2982dependencies = [ 2983 "serde", 2984] 2985 2986[[package]] 2987name = "socket2" 2988version = "0.5.10" 2989source = "registry+https://github.com/rust-lang/crates.io-index" 2990checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2991dependencies = [ 2992 "libc", 2993 "windows-sys 0.52.0", 2994] 2995 2996[[package]] 2997name = "spin" 2998version = "0.9.8" 2999source = "registry+https://github.com/rust-lang/crates.io-index" 3000checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3001dependencies = [ 3002 "lock_api", 3003] 3004 3005[[package]] 3006name = "spki" 3007version = "0.7.3" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3010dependencies = [ 3011 "base64ct", 3012 "der", 3013] 3014 3015[[package]] 3016name = "sqlx" 3017version = "0.8.6" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 3020dependencies = [ 3021 "sqlx-core", 3022 "sqlx-macros", 3023 "sqlx-mysql", 3024 "sqlx-postgres", 3025 "sqlx-sqlite", 3026] 3027 3028[[package]] 3029name = "sqlx-core" 3030version = "0.8.6" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 3033dependencies = [ 3034 "base64", 3035 "bytes", 3036 "chrono", 3037 "crc", 3038 "crossbeam-queue", 3039 "either", 3040 "event-listener", 3041 "futures-core", 3042 "futures-intrusive", 3043 "futures-io", 3044 "futures-util", 3045 "hashbrown", 3046 "hashlink", 3047 "indexmap", 3048 "log", 3049 "memchr", 3050 "once_cell", 3051 "percent-encoding", 3052 "serde", 3053 "serde_json", 3054 "sha2", 3055 "smallvec", 3056 "thiserror 2.0.12", 3057 "tokio", 3058 "tokio-stream", 3059 "tracing", 3060 "url", 3061 "uuid", 3062] 3063 3064[[package]] 3065name = "sqlx-macros" 3066version = "0.8.6" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 3069dependencies = [ 3070 "proc-macro2", 3071 "quote", 3072 "sqlx-core", 3073 "sqlx-macros-core", 3074 "syn", 3075] 3076 3077[[package]] 3078name = "sqlx-macros-core" 3079version = "0.8.6" 3080source = "registry+https://github.com/rust-lang/crates.io-index" 3081checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 3082dependencies = [ 3083 "dotenvy", 3084 "either", 3085 "heck", 3086 "hex", 3087 "once_cell", 3088 "proc-macro2", 3089 "quote", 3090 "serde", 3091 "serde_json", 3092 "sha2", 3093 "sqlx-core", 3094 "sqlx-mysql", 3095 "sqlx-postgres", 3096 "sqlx-sqlite", 3097 "syn", 3098 "tokio", 3099 "url", 3100] 3101 3102[[package]] 3103name = "sqlx-mysql" 3104version = "0.8.6" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 3107dependencies = [ 3108 "atoi", 3109 "base64", 3110 "bitflags 2.9.1", 3111 "byteorder", 3112 "bytes", 3113 "chrono", 3114 "crc", 3115 "digest", 3116 "dotenvy", 3117 "either", 3118 "futures-channel", 3119 "futures-core", 3120 "futures-io", 3121 "futures-util", 3122 "generic-array", 3123 "hex", 3124 "hkdf", 3125 "hmac", 3126 "itoa", 3127 "log", 3128 "md-5", 3129 "memchr", 3130 "once_cell", 3131 "percent-encoding", 3132 "rand 0.8.5", 3133 "rsa", 3134 "serde", 3135 "sha1", 3136 "sha2", 3137 "smallvec", 3138 "sqlx-core", 3139 "stringprep", 3140 "thiserror 2.0.12", 3141 "tracing", 3142 "uuid", 3143 "whoami", 3144] 3145 3146[[package]] 3147name = "sqlx-postgres" 3148version = "0.8.6" 3149source = "registry+https://github.com/rust-lang/crates.io-index" 3150checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 3151dependencies = [ 3152 "atoi", 3153 "base64", 3154 "bitflags 2.9.1", 3155 "byteorder", 3156 "chrono", 3157 "crc", 3158 "dotenvy", 3159 "etcetera", 3160 "futures-channel", 3161 "futures-core", 3162 "futures-util", 3163 "hex", 3164 "hkdf", 3165 "hmac", 3166 "home", 3167 "itoa", 3168 "log", 3169 "md-5", 3170 "memchr", 3171 "once_cell", 3172 "rand 0.8.5", 3173 "serde", 3174 "serde_json", 3175 "sha2", 3176 "smallvec", 3177 "sqlx-core", 3178 "stringprep", 3179 "thiserror 2.0.12", 3180 "tracing", 3181 "uuid", 3182 "whoami", 3183] 3184 3185[[package]] 3186name = "sqlx-sqlite" 3187version = "0.8.6" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 3190dependencies = [ 3191 "atoi", 3192 "chrono", 3193 "flume", 3194 "futures-channel", 3195 "futures-core", 3196 "futures-executor", 3197 "futures-intrusive", 3198 "futures-util", 3199 "libsqlite3-sys", 3200 "log", 3201 "percent-encoding", 3202 "serde", 3203 "serde_urlencoded", 3204 "sqlx-core", 3205 "thiserror 2.0.12", 3206 "tracing", 3207 "url", 3208 "uuid", 3209] 3210 3211[[package]] 3212name = "stable_deref_trait" 3213version = "1.2.0" 3214source = "registry+https://github.com/rust-lang/crates.io-index" 3215checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3216 3217[[package]] 3218name = "stringprep" 3219version = "0.1.5" 3220source = "registry+https://github.com/rust-lang/crates.io-index" 3221checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3222dependencies = [ 3223 "unicode-bidi", 3224 "unicode-normalization", 3225 "unicode-properties", 3226] 3227 3228[[package]] 3229name = "subtle" 3230version = "2.6.1" 3231source = "registry+https://github.com/rust-lang/crates.io-index" 3232checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3233 3234[[package]] 3235name = "syn" 3236version = "2.0.104" 3237source = "registry+https://github.com/rust-lang/crates.io-index" 3238checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 3239dependencies = [ 3240 "proc-macro2", 3241 "quote", 3242 "unicode-ident", 3243] 3244 3245[[package]] 3246name = "sync_wrapper" 3247version = "1.0.2" 3248source = "registry+https://github.com/rust-lang/crates.io-index" 3249checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3250dependencies = [ 3251 "futures-core", 3252] 3253 3254[[package]] 3255name = "synstructure" 3256version = "0.13.2" 3257source = "registry+https://github.com/rust-lang/crates.io-index" 3258checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3259dependencies = [ 3260 "proc-macro2", 3261 "quote", 3262 "syn", 3263] 3264 3265[[package]] 3266name = "system-configuration" 3267version = "0.6.1" 3268source = "registry+https://github.com/rust-lang/crates.io-index" 3269checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 3270dependencies = [ 3271 "bitflags 2.9.1", 3272 "core-foundation", 3273 "system-configuration-sys", 3274] 3275 3276[[package]] 3277name = "system-configuration-sys" 3278version = "0.6.0" 3279source = "registry+https://github.com/rust-lang/crates.io-index" 3280checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3281dependencies = [ 3282 "core-foundation-sys", 3283 "libc", 3284] 3285 3286[[package]] 3287name = "tagptr" 3288version = "0.2.0" 3289source = "registry+https://github.com/rust-lang/crates.io-index" 3290checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3291 3292[[package]] 3293name = "tempfile" 3294version = "3.20.0" 3295source = "registry+https://github.com/rust-lang/crates.io-index" 3296checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" 3297dependencies = [ 3298 "fastrand", 3299 "getrandom 0.3.3", 3300 "once_cell", 3301 "rustix", 3302 "windows-sys 0.59.0", 3303] 3304 3305[[package]] 3306name = "thiserror" 3307version = "1.0.69" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3310dependencies = [ 3311 "thiserror-impl 1.0.69", 3312] 3313 3314[[package]] 3315name = "thiserror" 3316version = "2.0.12" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 3319dependencies = [ 3320 "thiserror-impl 2.0.12", 3321] 3322 3323[[package]] 3324name = "thiserror-impl" 3325version = "1.0.69" 3326source = "registry+https://github.com/rust-lang/crates.io-index" 3327checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3328dependencies = [ 3329 "proc-macro2", 3330 "quote", 3331 "syn", 3332] 3333 3334[[package]] 3335name = "thiserror-impl" 3336version = "2.0.12" 3337source = "registry+https://github.com/rust-lang/crates.io-index" 3338checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 3339dependencies = [ 3340 "proc-macro2", 3341 "quote", 3342 "syn", 3343] 3344 3345[[package]] 3346name = "thread_local" 3347version = "1.1.9" 3348source = "registry+https://github.com/rust-lang/crates.io-index" 3349checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3350dependencies = [ 3351 "cfg-if", 3352] 3353 3354[[package]] 3355name = "time" 3356version = "0.3.41" 3357source = "registry+https://github.com/rust-lang/crates.io-index" 3358checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 3359dependencies = [ 3360 "deranged", 3361 "itoa", 3362 "num-conv", 3363 "powerfmt", 3364 "serde", 3365 "time-core", 3366 "time-macros", 3367] 3368 3369[[package]] 3370name = "time-core" 3371version = "0.1.4" 3372source = "registry+https://github.com/rust-lang/crates.io-index" 3373checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 3374 3375[[package]] 3376name = "time-macros" 3377version = "0.2.22" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 3380dependencies = [ 3381 "num-conv", 3382 "time-core", 3383] 3384 3385[[package]] 3386name = "tinystr" 3387version = "0.8.1" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 3390dependencies = [ 3391 "displaydoc", 3392 "zerovec", 3393] 3394 3395[[package]] 3396name = "tinyvec" 3397version = "1.9.0" 3398source = "registry+https://github.com/rust-lang/crates.io-index" 3399checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 3400dependencies = [ 3401 "tinyvec_macros", 3402] 3403 3404[[package]] 3405name = "tinyvec_macros" 3406version = "0.1.1" 3407source = "registry+https://github.com/rust-lang/crates.io-index" 3408checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3409 3410[[package]] 3411name = "tokio" 3412version = "1.45.1" 3413source = "registry+https://github.com/rust-lang/crates.io-index" 3414checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" 3415dependencies = [ 3416 "backtrace", 3417 "bytes", 3418 "libc", 3419 "mio", 3420 "pin-project-lite", 3421 "signal-hook-registry", 3422 "socket2", 3423 "tokio-macros", 3424 "windows-sys 0.52.0", 3425] 3426 3427[[package]] 3428name = "tokio-macros" 3429version = "2.5.0" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 3432dependencies = [ 3433 "proc-macro2", 3434 "quote", 3435 "syn", 3436] 3437 3438[[package]] 3439name = "tokio-native-tls" 3440version = "0.3.1" 3441source = "registry+https://github.com/rust-lang/crates.io-index" 3442checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3443dependencies = [ 3444 "native-tls", 3445 "tokio", 3446] 3447 3448[[package]] 3449name = "tokio-rustls" 3450version = "0.26.2" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 3453dependencies = [ 3454 "rustls", 3455 "tokio", 3456] 3457 3458[[package]] 3459name = "tokio-stream" 3460version = "0.1.17" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 3463dependencies = [ 3464 "futures-core", 3465 "pin-project-lite", 3466 "tokio", 3467] 3468 3469[[package]] 3470name = "tokio-util" 3471version = "0.7.15" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 3474dependencies = [ 3475 "bytes", 3476 "futures-core", 3477 "futures-sink", 3478 "futures-util", 3479 "hashbrown", 3480 "pin-project-lite", 3481 "tokio", 3482 "tracing", 3483] 3484 3485[[package]] 3486name = "tower" 3487version = "0.5.2" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3490dependencies = [ 3491 "futures-core", 3492 "futures-util", 3493 "pin-project-lite", 3494 "sync_wrapper", 3495 "tokio", 3496 "tokio-util", 3497 "tower-layer", 3498 "tower-service", 3499 "tracing", 3500] 3501 3502[[package]] 3503name = "tower-http" 3504version = "0.6.6" 3505source = "registry+https://github.com/rust-lang/crates.io-index" 3506checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 3507dependencies = [ 3508 "bitflags 2.9.1", 3509 "bytes", 3510 "futures-core", 3511 "futures-util", 3512 "http", 3513 "http-body", 3514 "http-body-util", 3515 "http-range-header", 3516 "httpdate", 3517 "iri-string", 3518 "mime", 3519 "mime_guess", 3520 "percent-encoding", 3521 "pin-project-lite", 3522 "tokio", 3523 "tokio-util", 3524 "tower", 3525 "tower-layer", 3526 "tower-service", 3527 "tracing", 3528] 3529 3530[[package]] 3531name = "tower-layer" 3532version = "0.3.3" 3533source = "registry+https://github.com/rust-lang/crates.io-index" 3534checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3535 3536[[package]] 3537name = "tower-service" 3538version = "0.3.3" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3541 3542[[package]] 3543name = "tracing" 3544version = "0.1.41" 3545source = "registry+https://github.com/rust-lang/crates.io-index" 3546checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3547dependencies = [ 3548 "log", 3549 "pin-project-lite", 3550 "tracing-attributes", 3551 "tracing-core", 3552] 3553 3554[[package]] 3555name = "tracing-attributes" 3556version = "0.1.30" 3557source = "registry+https://github.com/rust-lang/crates.io-index" 3558checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 3559dependencies = [ 3560 "proc-macro2", 3561 "quote", 3562 "syn", 3563] 3564 3565[[package]] 3566name = "tracing-core" 3567version = "0.1.34" 3568source = "registry+https://github.com/rust-lang/crates.io-index" 3569checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 3570dependencies = [ 3571 "once_cell", 3572 "valuable", 3573] 3574 3575[[package]] 3576name = "tracing-log" 3577version = "0.2.0" 3578source = "registry+https://github.com/rust-lang/crates.io-index" 3579checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3580dependencies = [ 3581 "log", 3582 "once_cell", 3583 "tracing-core", 3584] 3585 3586[[package]] 3587name = "tracing-subscriber" 3588version = "0.3.19" 3589source = "registry+https://github.com/rust-lang/crates.io-index" 3590checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 3591dependencies = [ 3592 "matchers", 3593 "nu-ansi-term", 3594 "once_cell", 3595 "regex", 3596 "sharded-slab", 3597 "smallvec", 3598 "thread_local", 3599 "tracing", 3600 "tracing-core", 3601 "tracing-log", 3602] 3603 3604[[package]] 3605name = "try-lock" 3606version = "0.2.5" 3607source = "registry+https://github.com/rust-lang/crates.io-index" 3608checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3609 3610[[package]] 3611name = "type-map" 3612version = "0.5.1" 3613source = "registry+https://github.com/rust-lang/crates.io-index" 3614checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 3615dependencies = [ 3616 "rustc-hash 2.1.1", 3617] 3618 3619[[package]] 3620name = "typenum" 3621version = "1.18.0" 3622source = "registry+https://github.com/rust-lang/crates.io-index" 3623checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 3624 3625[[package]] 3626name = "ulid" 3627version = "1.2.1" 3628source = "registry+https://github.com/rust-lang/crates.io-index" 3629checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" 3630dependencies = [ 3631 "rand 0.9.1", 3632 "web-time", 3633] 3634 3635[[package]] 3636name = "unic-langid" 3637version = "0.9.6" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05" 3640dependencies = [ 3641 "unic-langid-impl", 3642] 3643 3644[[package]] 3645name = "unic-langid-impl" 3646version = "0.9.6" 3647source = "registry+https://github.com/rust-lang/crates.io-index" 3648checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658" 3649dependencies = [ 3650 "tinystr", 3651] 3652 3653[[package]] 3654name = "unicase" 3655version = "2.8.1" 3656source = "registry+https://github.com/rust-lang/crates.io-index" 3657checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 3658 3659[[package]] 3660name = "unicode-bidi" 3661version = "0.3.18" 3662source = "registry+https://github.com/rust-lang/crates.io-index" 3663checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 3664 3665[[package]] 3666name = "unicode-ident" 3667version = "1.0.18" 3668source = "registry+https://github.com/rust-lang/crates.io-index" 3669checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 3670 3671[[package]] 3672name = "unicode-normalization" 3673version = "0.1.24" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 3676dependencies = [ 3677 "tinyvec", 3678] 3679 3680[[package]] 3681name = "unicode-properties" 3682version = "0.1.3" 3683source = "registry+https://github.com/rust-lang/crates.io-index" 3684checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 3685 3686[[package]] 3687name = "unsigned-varint" 3688version = "0.8.0" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3691 3692[[package]] 3693name = "untrusted" 3694version = "0.9.0" 3695source = "registry+https://github.com/rust-lang/crates.io-index" 3696checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3697 3698[[package]] 3699name = "url" 3700version = "2.5.4" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 3703dependencies = [ 3704 "form_urlencoded", 3705 "idna", 3706 "percent-encoding", 3707] 3708 3709[[package]] 3710name = "urlencoding" 3711version = "2.1.3" 3712source = "registry+https://github.com/rust-lang/crates.io-index" 3713checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3714 3715[[package]] 3716name = "utf8_iter" 3717version = "1.0.4" 3718source = "registry+https://github.com/rust-lang/crates.io-index" 3719checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3720 3721[[package]] 3722name = "uuid" 3723version = "1.17.0" 3724source = "registry+https://github.com/rust-lang/crates.io-index" 3725checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" 3726dependencies = [ 3727 "getrandom 0.3.3", 3728 "js-sys", 3729 "wasm-bindgen", 3730] 3731 3732[[package]] 3733name = "valuable" 3734version = "0.1.1" 3735source = "registry+https://github.com/rust-lang/crates.io-index" 3736checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3737 3738[[package]] 3739name = "vcpkg" 3740version = "0.2.15" 3741source = "registry+https://github.com/rust-lang/crates.io-index" 3742checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3743 3744[[package]] 3745name = "version_check" 3746version = "0.9.5" 3747source = "registry+https://github.com/rust-lang/crates.io-index" 3748checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3749 3750[[package]] 3751name = "walkdir" 3752version = "2.5.0" 3753source = "registry+https://github.com/rust-lang/crates.io-index" 3754checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3755dependencies = [ 3756 "same-file", 3757 "winapi-util", 3758] 3759 3760[[package]] 3761name = "want" 3762version = "0.3.1" 3763source = "registry+https://github.com/rust-lang/crates.io-index" 3764checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3765dependencies = [ 3766 "try-lock", 3767] 3768 3769[[package]] 3770name = "wasi" 3771version = "0.11.1+wasi-snapshot-preview1" 3772source = "registry+https://github.com/rust-lang/crates.io-index" 3773checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3774 3775[[package]] 3776name = "wasi" 3777version = "0.14.2+wasi-0.2.4" 3778source = "registry+https://github.com/rust-lang/crates.io-index" 3779checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 3780dependencies = [ 3781 "wit-bindgen-rt", 3782] 3783 3784[[package]] 3785name = "wasite" 3786version = "0.1.0" 3787source = "registry+https://github.com/rust-lang/crates.io-index" 3788checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3789 3790[[package]] 3791name = "wasm-bindgen" 3792version = "0.2.100" 3793source = "registry+https://github.com/rust-lang/crates.io-index" 3794checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 3795dependencies = [ 3796 "cfg-if", 3797 "once_cell", 3798 "rustversion", 3799 "wasm-bindgen-macro", 3800] 3801 3802[[package]] 3803name = "wasm-bindgen-backend" 3804version = "0.2.100" 3805source = "registry+https://github.com/rust-lang/crates.io-index" 3806checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 3807dependencies = [ 3808 "bumpalo", 3809 "log", 3810 "proc-macro2", 3811 "quote", 3812 "syn", 3813 "wasm-bindgen-shared", 3814] 3815 3816[[package]] 3817name = "wasm-bindgen-futures" 3818version = "0.4.50" 3819source = "registry+https://github.com/rust-lang/crates.io-index" 3820checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 3821dependencies = [ 3822 "cfg-if", 3823 "js-sys", 3824 "once_cell", 3825 "wasm-bindgen", 3826 "web-sys", 3827] 3828 3829[[package]] 3830name = "wasm-bindgen-macro" 3831version = "0.2.100" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 3834dependencies = [ 3835 "quote", 3836 "wasm-bindgen-macro-support", 3837] 3838 3839[[package]] 3840name = "wasm-bindgen-macro-support" 3841version = "0.2.100" 3842source = "registry+https://github.com/rust-lang/crates.io-index" 3843checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 3844dependencies = [ 3845 "proc-macro2", 3846 "quote", 3847 "syn", 3848 "wasm-bindgen-backend", 3849 "wasm-bindgen-shared", 3850] 3851 3852[[package]] 3853name = "wasm-bindgen-shared" 3854version = "0.2.100" 3855source = "registry+https://github.com/rust-lang/crates.io-index" 3856checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 3857dependencies = [ 3858 "unicode-ident", 3859] 3860 3861[[package]] 3862name = "web-sys" 3863version = "0.3.77" 3864source = "registry+https://github.com/rust-lang/crates.io-index" 3865checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 3866dependencies = [ 3867 "js-sys", 3868 "wasm-bindgen", 3869] 3870 3871[[package]] 3872name = "web-time" 3873version = "1.1.0" 3874source = "registry+https://github.com/rust-lang/crates.io-index" 3875checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3876dependencies = [ 3877 "js-sys", 3878 "wasm-bindgen", 3879] 3880 3881[[package]] 3882name = "webpki-roots" 3883version = "1.0.1" 3884source = "registry+https://github.com/rust-lang/crates.io-index" 3885checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" 3886dependencies = [ 3887 "rustls-pki-types", 3888] 3889 3890[[package]] 3891name = "whoami" 3892version = "1.6.0" 3893source = "registry+https://github.com/rust-lang/crates.io-index" 3894checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" 3895dependencies = [ 3896 "redox_syscall", 3897 "wasite", 3898] 3899 3900[[package]] 3901name = "widestring" 3902version = "1.2.0" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 3905 3906[[package]] 3907name = "winapi" 3908version = "0.3.9" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3911dependencies = [ 3912 "winapi-i686-pc-windows-gnu", 3913 "winapi-x86_64-pc-windows-gnu", 3914] 3915 3916[[package]] 3917name = "winapi-i686-pc-windows-gnu" 3918version = "0.4.0" 3919source = "registry+https://github.com/rust-lang/crates.io-index" 3920checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3921 3922[[package]] 3923name = "winapi-util" 3924version = "0.1.9" 3925source = "registry+https://github.com/rust-lang/crates.io-index" 3926checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 3927dependencies = [ 3928 "windows-sys 0.59.0", 3929] 3930 3931[[package]] 3932name = "winapi-x86_64-pc-windows-gnu" 3933version = "0.4.0" 3934source = "registry+https://github.com/rust-lang/crates.io-index" 3935checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3936 3937[[package]] 3938name = "windows" 3939version = "0.61.3" 3940source = "registry+https://github.com/rust-lang/crates.io-index" 3941checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 3942dependencies = [ 3943 "windows-collections", 3944 "windows-core", 3945 "windows-future", 3946 "windows-link", 3947 "windows-numerics", 3948] 3949 3950[[package]] 3951name = "windows-collections" 3952version = "0.2.0" 3953source = "registry+https://github.com/rust-lang/crates.io-index" 3954checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 3955dependencies = [ 3956 "windows-core", 3957] 3958 3959[[package]] 3960name = "windows-core" 3961version = "0.61.2" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3964dependencies = [ 3965 "windows-implement", 3966 "windows-interface", 3967 "windows-link", 3968 "windows-result", 3969 "windows-strings", 3970] 3971 3972[[package]] 3973name = "windows-future" 3974version = "0.2.1" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3977dependencies = [ 3978 "windows-core", 3979 "windows-link", 3980 "windows-threading", 3981] 3982 3983[[package]] 3984name = "windows-implement" 3985version = "0.60.0" 3986source = "registry+https://github.com/rust-lang/crates.io-index" 3987checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 3988dependencies = [ 3989 "proc-macro2", 3990 "quote", 3991 "syn", 3992] 3993 3994[[package]] 3995name = "windows-interface" 3996version = "0.59.1" 3997source = "registry+https://github.com/rust-lang/crates.io-index" 3998checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 3999dependencies = [ 4000 "proc-macro2", 4001 "quote", 4002 "syn", 4003] 4004 4005[[package]] 4006name = "windows-link" 4007version = "0.1.3" 4008source = "registry+https://github.com/rust-lang/crates.io-index" 4009checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4010 4011[[package]] 4012name = "windows-numerics" 4013version = "0.2.0" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 4016dependencies = [ 4017 "windows-core", 4018 "windows-link", 4019] 4020 4021[[package]] 4022name = "windows-registry" 4023version = "0.5.2" 4024source = "registry+https://github.com/rust-lang/crates.io-index" 4025checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820" 4026dependencies = [ 4027 "windows-link", 4028 "windows-result", 4029 "windows-strings", 4030] 4031 4032[[package]] 4033name = "windows-result" 4034version = "0.3.4" 4035source = "registry+https://github.com/rust-lang/crates.io-index" 4036checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 4037dependencies = [ 4038 "windows-link", 4039] 4040 4041[[package]] 4042name = "windows-strings" 4043version = "0.4.2" 4044source = "registry+https://github.com/rust-lang/crates.io-index" 4045checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4046dependencies = [ 4047 "windows-link", 4048] 4049 4050[[package]] 4051name = "windows-sys" 4052version = "0.48.0" 4053source = "registry+https://github.com/rust-lang/crates.io-index" 4054checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4055dependencies = [ 4056 "windows-targets 0.48.5", 4057] 4058 4059[[package]] 4060name = "windows-sys" 4061version = "0.52.0" 4062source = "registry+https://github.com/rust-lang/crates.io-index" 4063checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4064dependencies = [ 4065 "windows-targets 0.52.6", 4066] 4067 4068[[package]] 4069name = "windows-sys" 4070version = "0.59.0" 4071source = "registry+https://github.com/rust-lang/crates.io-index" 4072checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4073dependencies = [ 4074 "windows-targets 0.52.6", 4075] 4076 4077[[package]] 4078name = "windows-sys" 4079version = "0.60.2" 4080source = "registry+https://github.com/rust-lang/crates.io-index" 4081checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4082dependencies = [ 4083 "windows-targets 0.53.2", 4084] 4085 4086[[package]] 4087name = "windows-targets" 4088version = "0.48.5" 4089source = "registry+https://github.com/rust-lang/crates.io-index" 4090checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4091dependencies = [ 4092 "windows_aarch64_gnullvm 0.48.5", 4093 "windows_aarch64_msvc 0.48.5", 4094 "windows_i686_gnu 0.48.5", 4095 "windows_i686_msvc 0.48.5", 4096 "windows_x86_64_gnu 0.48.5", 4097 "windows_x86_64_gnullvm 0.48.5", 4098 "windows_x86_64_msvc 0.48.5", 4099] 4100 4101[[package]] 4102name = "windows-targets" 4103version = "0.52.6" 4104source = "registry+https://github.com/rust-lang/crates.io-index" 4105checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4106dependencies = [ 4107 "windows_aarch64_gnullvm 0.52.6", 4108 "windows_aarch64_msvc 0.52.6", 4109 "windows_i686_gnu 0.52.6", 4110 "windows_i686_gnullvm 0.52.6", 4111 "windows_i686_msvc 0.52.6", 4112 "windows_x86_64_gnu 0.52.6", 4113 "windows_x86_64_gnullvm 0.52.6", 4114 "windows_x86_64_msvc 0.52.6", 4115] 4116 4117[[package]] 4118name = "windows-targets" 4119version = "0.53.2" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" 4122dependencies = [ 4123 "windows_aarch64_gnullvm 0.53.0", 4124 "windows_aarch64_msvc 0.53.0", 4125 "windows_i686_gnu 0.53.0", 4126 "windows_i686_gnullvm 0.53.0", 4127 "windows_i686_msvc 0.53.0", 4128 "windows_x86_64_gnu 0.53.0", 4129 "windows_x86_64_gnullvm 0.53.0", 4130 "windows_x86_64_msvc 0.53.0", 4131] 4132 4133[[package]] 4134name = "windows-threading" 4135version = "0.1.0" 4136source = "registry+https://github.com/rust-lang/crates.io-index" 4137checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 4138dependencies = [ 4139 "windows-link", 4140] 4141 4142[[package]] 4143name = "windows_aarch64_gnullvm" 4144version = "0.48.5" 4145source = "registry+https://github.com/rust-lang/crates.io-index" 4146checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4147 4148[[package]] 4149name = "windows_aarch64_gnullvm" 4150version = "0.52.6" 4151source = "registry+https://github.com/rust-lang/crates.io-index" 4152checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4153 4154[[package]] 4155name = "windows_aarch64_gnullvm" 4156version = "0.53.0" 4157source = "registry+https://github.com/rust-lang/crates.io-index" 4158checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 4159 4160[[package]] 4161name = "windows_aarch64_msvc" 4162version = "0.48.5" 4163source = "registry+https://github.com/rust-lang/crates.io-index" 4164checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4165 4166[[package]] 4167name = "windows_aarch64_msvc" 4168version = "0.52.6" 4169source = "registry+https://github.com/rust-lang/crates.io-index" 4170checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4171 4172[[package]] 4173name = "windows_aarch64_msvc" 4174version = "0.53.0" 4175source = "registry+https://github.com/rust-lang/crates.io-index" 4176checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 4177 4178[[package]] 4179name = "windows_i686_gnu" 4180version = "0.48.5" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4183 4184[[package]] 4185name = "windows_i686_gnu" 4186version = "0.52.6" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4189 4190[[package]] 4191name = "windows_i686_gnu" 4192version = "0.53.0" 4193source = "registry+https://github.com/rust-lang/crates.io-index" 4194checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 4195 4196[[package]] 4197name = "windows_i686_gnullvm" 4198version = "0.52.6" 4199source = "registry+https://github.com/rust-lang/crates.io-index" 4200checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4201 4202[[package]] 4203name = "windows_i686_gnullvm" 4204version = "0.53.0" 4205source = "registry+https://github.com/rust-lang/crates.io-index" 4206checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 4207 4208[[package]] 4209name = "windows_i686_msvc" 4210version = "0.48.5" 4211source = "registry+https://github.com/rust-lang/crates.io-index" 4212checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4213 4214[[package]] 4215name = "windows_i686_msvc" 4216version = "0.52.6" 4217source = "registry+https://github.com/rust-lang/crates.io-index" 4218checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4219 4220[[package]] 4221name = "windows_i686_msvc" 4222version = "0.53.0" 4223source = "registry+https://github.com/rust-lang/crates.io-index" 4224checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 4225 4226[[package]] 4227name = "windows_x86_64_gnu" 4228version = "0.48.5" 4229source = "registry+https://github.com/rust-lang/crates.io-index" 4230checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4231 4232[[package]] 4233name = "windows_x86_64_gnu" 4234version = "0.52.6" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4237 4238[[package]] 4239name = "windows_x86_64_gnu" 4240version = "0.53.0" 4241source = "registry+https://github.com/rust-lang/crates.io-index" 4242checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 4243 4244[[package]] 4245name = "windows_x86_64_gnullvm" 4246version = "0.48.5" 4247source = "registry+https://github.com/rust-lang/crates.io-index" 4248checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4249 4250[[package]] 4251name = "windows_x86_64_gnullvm" 4252version = "0.52.6" 4253source = "registry+https://github.com/rust-lang/crates.io-index" 4254checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4255 4256[[package]] 4257name = "windows_x86_64_gnullvm" 4258version = "0.53.0" 4259source = "registry+https://github.com/rust-lang/crates.io-index" 4260checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 4261 4262[[package]] 4263name = "windows_x86_64_msvc" 4264version = "0.48.5" 4265source = "registry+https://github.com/rust-lang/crates.io-index" 4266checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4267 4268[[package]] 4269name = "windows_x86_64_msvc" 4270version = "0.52.6" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4273 4274[[package]] 4275name = "windows_x86_64_msvc" 4276version = "0.53.0" 4277source = "registry+https://github.com/rust-lang/crates.io-index" 4278checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 4279 4280[[package]] 4281name = "winnow" 4282version = "0.7.11" 4283source = "registry+https://github.com/rust-lang/crates.io-index" 4284checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" 4285dependencies = [ 4286 "memchr", 4287] 4288 4289[[package]] 4290name = "winreg" 4291version = "0.50.0" 4292source = "registry+https://github.com/rust-lang/crates.io-index" 4293checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4294dependencies = [ 4295 "cfg-if", 4296 "windows-sys 0.48.0", 4297] 4298 4299[[package]] 4300name = "wit-bindgen-rt" 4301version = "0.39.0" 4302source = "registry+https://github.com/rust-lang/crates.io-index" 4303checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 4304dependencies = [ 4305 "bitflags 2.9.1", 4306] 4307 4308[[package]] 4309name = "writeable" 4310version = "0.6.1" 4311source = "registry+https://github.com/rust-lang/crates.io-index" 4312checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 4313 4314[[package]] 4315name = "yoke" 4316version = "0.8.0" 4317source = "registry+https://github.com/rust-lang/crates.io-index" 4318checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 4319dependencies = [ 4320 "serde", 4321 "stable_deref_trait", 4322 "yoke-derive", 4323 "zerofrom", 4324] 4325 4326[[package]] 4327name = "yoke-derive" 4328version = "0.8.0" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 4331dependencies = [ 4332 "proc-macro2", 4333 "quote", 4334 "syn", 4335 "synstructure", 4336] 4337 4338[[package]] 4339name = "zerocopy" 4340version = "0.8.26" 4341source = "registry+https://github.com/rust-lang/crates.io-index" 4342checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" 4343dependencies = [ 4344 "zerocopy-derive", 4345] 4346 4347[[package]] 4348name = "zerocopy-derive" 4349version = "0.8.26" 4350source = "registry+https://github.com/rust-lang/crates.io-index" 4351checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" 4352dependencies = [ 4353 "proc-macro2", 4354 "quote", 4355 "syn", 4356] 4357 4358[[package]] 4359name = "zerofrom" 4360version = "0.1.6" 4361source = "registry+https://github.com/rust-lang/crates.io-index" 4362checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4363dependencies = [ 4364 "zerofrom-derive", 4365] 4366 4367[[package]] 4368name = "zerofrom-derive" 4369version = "0.1.6" 4370source = "registry+https://github.com/rust-lang/crates.io-index" 4371checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4372dependencies = [ 4373 "proc-macro2", 4374 "quote", 4375 "syn", 4376 "synstructure", 4377] 4378 4379[[package]] 4380name = "zeroize" 4381version = "1.8.1" 4382source = "registry+https://github.com/rust-lang/crates.io-index" 4383checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 4384dependencies = [ 4385 "zeroize_derive", 4386] 4387 4388[[package]] 4389name = "zeroize_derive" 4390version = "1.4.2" 4391source = "registry+https://github.com/rust-lang/crates.io-index" 4392checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 4393dependencies = [ 4394 "proc-macro2", 4395 "quote", 4396 "syn", 4397] 4398 4399[[package]] 4400name = "zerotrie" 4401version = "0.2.2" 4402source = "registry+https://github.com/rust-lang/crates.io-index" 4403checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 4404dependencies = [ 4405 "displaydoc", 4406 "yoke", 4407 "zerofrom", 4408] 4409 4410[[package]] 4411name = "zerovec" 4412version = "0.11.2" 4413source = "registry+https://github.com/rust-lang/crates.io-index" 4414checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" 4415dependencies = [ 4416 "yoke", 4417 "zerofrom", 4418 "zerovec-derive", 4419] 4420 4421[[package]] 4422name = "zerovec-derive" 4423version = "0.11.1" 4424source = "registry+https://github.com/rust-lang/crates.io-index" 4425checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 4426dependencies = [ 4427 "proc-macro2", 4428 "quote", 4429 "syn", 4430]