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