relay filter/appview bootstrap
at main 93 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "allocator-api2" 22version = "0.2.21" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 25 26[[package]] 27name = "android_system_properties" 28version = "0.1.5" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 31dependencies = [ 32 "libc", 33] 34 35[[package]] 36name = "anyhow" 37version = "1.0.100" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 40 41[[package]] 42name = "astral-tokio-tar" 43version = "0.5.6" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "ec179a06c1769b1e42e1e2cbe74c7dcdb3d6383c838454d063eaac5bbb7ebbe5" 46dependencies = [ 47 "filetime", 48 "futures-core", 49 "libc", 50 "portable-atomic", 51 "rustc-hash", 52 "tokio", 53 "tokio-stream", 54 "xattr", 55] 56 57[[package]] 58name = "async-compression" 59version = "0.4.36" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" 62dependencies = [ 63 "compression-codecs", 64 "compression-core", 65 "futures-core", 66 "pin-project-lite", 67 "tokio", 68] 69 70[[package]] 71name = "async-stream" 72version = "0.3.6" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 75dependencies = [ 76 "async-stream-impl", 77 "futures-core", 78 "pin-project-lite", 79] 80 81[[package]] 82name = "async-stream-impl" 83version = "0.3.6" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 86dependencies = [ 87 "proc-macro2", 88 "quote", 89 "syn", 90] 91 92[[package]] 93name = "async-trait" 94version = "0.1.89" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 97dependencies = [ 98 "proc-macro2", 99 "quote", 100 "syn", 101] 102 103[[package]] 104name = "atoi" 105version = "2.0.0" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 108dependencies = [ 109 "num-traits", 110] 111 112[[package]] 113name = "atomic-waker" 114version = "1.1.2" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 117 118[[package]] 119name = "autocfg" 120version = "1.5.0" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 123 124[[package]] 125name = "axum" 126version = "0.8.7" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 129dependencies = [ 130 "axum-core", 131 "base64 0.22.1", 132 "bytes", 133 "form_urlencoded", 134 "futures-util", 135 "http", 136 "http-body", 137 "http-body-util", 138 "hyper", 139 "hyper-util", 140 "itoa", 141 "matchit", 142 "memchr", 143 "mime", 144 "percent-encoding", 145 "pin-project-lite", 146 "serde_core", 147 "serde_json", 148 "serde_path_to_error", 149 "serde_urlencoded", 150 "sha1", 151 "sync_wrapper", 152 "tokio", 153 "tokio-tungstenite", 154 "tower", 155 "tower-layer", 156 "tower-service", 157 "tracing", 158] 159 160[[package]] 161name = "axum-core" 162version = "0.5.5" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 165dependencies = [ 166 "bytes", 167 "futures-core", 168 "http", 169 "http-body", 170 "http-body-util", 171 "mime", 172 "pin-project-lite", 173 "sync_wrapper", 174 "tower-layer", 175 "tower-service", 176 "tracing", 177] 178 179[[package]] 180name = "base64" 181version = "0.21.7" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 184 185[[package]] 186name = "base64" 187version = "0.22.1" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 190 191[[package]] 192name = "base64ct" 193version = "1.8.1" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" 196 197[[package]] 198name = "bitflags" 199version = "2.10.0" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 202dependencies = [ 203 "serde_core", 204] 205 206[[package]] 207name = "block-buffer" 208version = "0.10.4" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 211dependencies = [ 212 "generic-array", 213] 214 215[[package]] 216name = "bollard" 217version = "0.19.4" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "87a52479c9237eb04047ddb94788c41ca0d26eaff8b697ecfbb4c32f7fdc3b1b" 220dependencies = [ 221 "async-stream", 222 "base64 0.22.1", 223 "bitflags", 224 "bollard-buildkit-proto", 225 "bollard-stubs", 226 "bytes", 227 "chrono", 228 "futures-core", 229 "futures-util", 230 "hex", 231 "home", 232 "http", 233 "http-body-util", 234 "hyper", 235 "hyper-named-pipe", 236 "hyper-rustls", 237 "hyper-util", 238 "hyperlocal", 239 "log", 240 "num", 241 "pin-project-lite", 242 "rand 0.9.2", 243 "rustls", 244 "rustls-native-certs", 245 "rustls-pemfile", 246 "rustls-pki-types", 247 "serde", 248 "serde_derive", 249 "serde_json", 250 "serde_repr", 251 "serde_urlencoded", 252 "thiserror", 253 "tokio", 254 "tokio-stream", 255 "tokio-util", 256 "tonic", 257 "tower-service", 258 "url", 259 "winapi", 260] 261 262[[package]] 263name = "bollard-buildkit-proto" 264version = "0.7.0" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "85a885520bf6249ab931a764ffdb87b0ceef48e6e7d807cfdb21b751e086e1ad" 267dependencies = [ 268 "prost", 269 "prost-types", 270 "tonic", 271 "tonic-prost", 272 "ureq", 273] 274 275[[package]] 276name = "bollard-stubs" 277version = "1.49.1-rc.28.4.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "5731fe885755e92beff1950774068e0cae67ea6ec7587381536fca84f1779623" 280dependencies = [ 281 "base64 0.22.1", 282 "bollard-buildkit-proto", 283 "bytes", 284 "chrono", 285 "prost", 286 "serde", 287 "serde_json", 288 "serde_repr", 289 "serde_with", 290] 291 292[[package]] 293name = "bumpalo" 294version = "3.19.0" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 297 298[[package]] 299name = "byteorder" 300version = "1.5.0" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 303 304[[package]] 305name = "bytes" 306version = "1.11.0" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 309 310[[package]] 311name = "cc" 312version = "1.2.49" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" 315dependencies = [ 316 "find-msvc-tools", 317 "shlex", 318] 319 320[[package]] 321name = "cfg-if" 322version = "1.0.4" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 325 326[[package]] 327name = "chrono" 328version = "0.4.42" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 331dependencies = [ 332 "iana-time-zone", 333 "js-sys", 334 "num-traits", 335 "serde", 336 "wasm-bindgen", 337 "windows-link", 338] 339 340[[package]] 341name = "compression-codecs" 342version = "0.4.35" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" 345dependencies = [ 346 "compression-core", 347 "flate2", 348 "memchr", 349] 350 351[[package]] 352name = "compression-core" 353version = "0.4.31" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 356 357[[package]] 358name = "concurrent-queue" 359version = "2.5.0" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 362dependencies = [ 363 "crossbeam-utils", 364] 365 366[[package]] 367name = "const-oid" 368version = "0.9.6" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 371 372[[package]] 373name = "core-foundation" 374version = "0.9.4" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 377dependencies = [ 378 "core-foundation-sys", 379 "libc", 380] 381 382[[package]] 383name = "core-foundation" 384version = "0.10.1" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 387dependencies = [ 388 "core-foundation-sys", 389 "libc", 390] 391 392[[package]] 393name = "core-foundation-sys" 394version = "0.8.7" 395source = "registry+https://github.com/rust-lang/crates.io-index" 396checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 397 398[[package]] 399name = "cpufeatures" 400version = "0.2.17" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 403dependencies = [ 404 "libc", 405] 406 407[[package]] 408name = "crc" 409version = "3.4.0" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" 412dependencies = [ 413 "crc-catalog", 414] 415 416[[package]] 417name = "crc-catalog" 418version = "2.4.0" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 421 422[[package]] 423name = "crc32fast" 424version = "1.5.0" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 427dependencies = [ 428 "cfg-if", 429] 430 431[[package]] 432name = "crossbeam-queue" 433version = "0.3.12" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 436dependencies = [ 437 "crossbeam-utils", 438] 439 440[[package]] 441name = "crossbeam-utils" 442version = "0.8.21" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 445 446[[package]] 447name = "crypto-common" 448version = "0.1.6" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 451dependencies = [ 452 "generic-array", 453 "typenum", 454] 455 456[[package]] 457name = "ctor" 458version = "0.6.3" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e" 461dependencies = [ 462 "ctor-proc-macro", 463 "dtor", 464] 465 466[[package]] 467name = "ctor-proc-macro" 468version = "0.0.7" 469source = "registry+https://github.com/rust-lang/crates.io-index" 470checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1" 471 472[[package]] 473name = "darling" 474version = "0.21.3" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 477dependencies = [ 478 "darling_core", 479 "darling_macro", 480] 481 482[[package]] 483name = "darling_core" 484version = "0.21.3" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 487dependencies = [ 488 "fnv", 489 "ident_case", 490 "proc-macro2", 491 "quote", 492 "strsim", 493 "syn", 494] 495 496[[package]] 497name = "darling_macro" 498version = "0.21.3" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 501dependencies = [ 502 "darling_core", 503 "quote", 504 "syn", 505] 506 507[[package]] 508name = "data-encoding" 509version = "2.9.0" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 512 513[[package]] 514name = "der" 515version = "0.7.10" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 518dependencies = [ 519 "const-oid", 520 "pem-rfc7468", 521 "zeroize", 522] 523 524[[package]] 525name = "deranged" 526version = "0.5.5" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 529dependencies = [ 530 "powerfmt", 531 "serde_core", 532] 533 534[[package]] 535name = "digest" 536version = "0.10.7" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 539dependencies = [ 540 "block-buffer", 541 "const-oid", 542 "crypto-common", 543 "subtle", 544] 545 546[[package]] 547name = "displaydoc" 548version = "0.2.5" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 551dependencies = [ 552 "proc-macro2", 553 "quote", 554 "syn", 555] 556 557[[package]] 558name = "docker_credential" 559version = "1.3.2" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "1d89dfcba45b4afad7450a99b39e751590463e45c04728cf555d36bb66940de8" 562dependencies = [ 563 "base64 0.21.7", 564 "serde", 565 "serde_json", 566] 567 568[[package]] 569name = "dotenvy" 570version = "0.15.7" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 573 574[[package]] 575name = "dtor" 576version = "0.1.1" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301" 579dependencies = [ 580 "dtor-proc-macro", 581] 582 583[[package]] 584name = "dtor-proc-macro" 585version = "0.0.6" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5" 588 589[[package]] 590name = "dyn-clone" 591version = "1.0.20" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 594 595[[package]] 596name = "either" 597version = "1.15.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 600dependencies = [ 601 "serde", 602] 603 604[[package]] 605name = "encoding_rs" 606version = "0.8.35" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 609dependencies = [ 610 "cfg-if", 611] 612 613[[package]] 614name = "equivalent" 615version = "1.0.2" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 618 619[[package]] 620name = "errno" 621version = "0.3.14" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 624dependencies = [ 625 "libc", 626 "windows-sys 0.61.2", 627] 628 629[[package]] 630name = "etcetera" 631version = "0.8.0" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 634dependencies = [ 635 "cfg-if", 636 "home", 637 "windows-sys 0.48.0", 638] 639 640[[package]] 641name = "etcetera" 642version = "0.11.0" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96" 645dependencies = [ 646 "cfg-if", 647 "windows-sys 0.61.2", 648] 649 650[[package]] 651name = "event-listener" 652version = "5.4.1" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 655dependencies = [ 656 "concurrent-queue", 657 "parking", 658 "pin-project-lite", 659] 660 661[[package]] 662name = "fastrand" 663version = "2.3.0" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 666 667[[package]] 668name = "ferroid" 669version = "0.8.7" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "e0e9414a6ae93ef993ce40a1e02944f13d4508e2bf6f1ced1580ce6910f08253" 672dependencies = [ 673 "portable-atomic", 674 "rand 0.9.2", 675 "web-time", 676] 677 678[[package]] 679name = "filetime" 680version = "0.2.26" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 683dependencies = [ 684 "cfg-if", 685 "libc", 686 "libredox", 687 "windows-sys 0.60.2", 688] 689 690[[package]] 691name = "find-msvc-tools" 692version = "0.1.5" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 695 696[[package]] 697name = "flate2" 698version = "1.1.5" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 701dependencies = [ 702 "crc32fast", 703 "miniz_oxide", 704] 705 706[[package]] 707name = "flume" 708version = "0.11.1" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 711dependencies = [ 712 "futures-core", 713 "futures-sink", 714 "spin", 715] 716 717[[package]] 718name = "fnv" 719version = "1.0.7" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 722 723[[package]] 724name = "foldhash" 725version = "0.1.5" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 728 729[[package]] 730name = "foreign-types" 731version = "0.3.2" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 734dependencies = [ 735 "foreign-types-shared", 736] 737 738[[package]] 739name = "foreign-types-shared" 740version = "0.1.1" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 743 744[[package]] 745name = "form_urlencoded" 746version = "1.2.2" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 749dependencies = [ 750 "percent-encoding", 751] 752 753[[package]] 754name = "futures" 755version = "0.3.31" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 758dependencies = [ 759 "futures-channel", 760 "futures-core", 761 "futures-executor", 762 "futures-io", 763 "futures-sink", 764 "futures-task", 765 "futures-util", 766] 767 768[[package]] 769name = "futures-channel" 770version = "0.3.31" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 773dependencies = [ 774 "futures-core", 775 "futures-sink", 776] 777 778[[package]] 779name = "futures-core" 780version = "0.3.31" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 783 784[[package]] 785name = "futures-executor" 786version = "0.3.31" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 789dependencies = [ 790 "futures-core", 791 "futures-task", 792 "futures-util", 793] 794 795[[package]] 796name = "futures-intrusive" 797version = "0.5.0" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 800dependencies = [ 801 "futures-core", 802 "lock_api", 803 "parking_lot", 804] 805 806[[package]] 807name = "futures-io" 808version = "0.3.31" 809source = "registry+https://github.com/rust-lang/crates.io-index" 810checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 811 812[[package]] 813name = "futures-macro" 814version = "0.3.31" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 817dependencies = [ 818 "proc-macro2", 819 "quote", 820 "syn", 821] 822 823[[package]] 824name = "futures-sink" 825version = "0.3.31" 826source = "registry+https://github.com/rust-lang/crates.io-index" 827checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 828 829[[package]] 830name = "futures-task" 831version = "0.3.31" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 834 835[[package]] 836name = "futures-util" 837version = "0.3.31" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 840dependencies = [ 841 "futures-channel", 842 "futures-core", 843 "futures-io", 844 "futures-macro", 845 "futures-sink", 846 "futures-task", 847 "memchr", 848 "pin-project-lite", 849 "pin-utils", 850 "slab", 851] 852 853[[package]] 854name = "generic-array" 855version = "0.14.9" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 858dependencies = [ 859 "typenum", 860 "version_check", 861] 862 863[[package]] 864name = "getrandom" 865version = "0.2.16" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 868dependencies = [ 869 "cfg-if", 870 "libc", 871 "wasi", 872] 873 874[[package]] 875name = "getrandom" 876version = "0.3.4" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 879dependencies = [ 880 "cfg-if", 881 "libc", 882 "r-efi", 883 "wasip2", 884] 885 886[[package]] 887name = "h2" 888version = "0.4.12" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 891dependencies = [ 892 "atomic-waker", 893 "bytes", 894 "fnv", 895 "futures-core", 896 "futures-sink", 897 "http", 898 "indexmap 2.12.1", 899 "slab", 900 "tokio", 901 "tokio-util", 902 "tracing", 903] 904 905[[package]] 906name = "hashbrown" 907version = "0.12.3" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 910 911[[package]] 912name = "hashbrown" 913version = "0.15.5" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 916dependencies = [ 917 "allocator-api2", 918 "equivalent", 919 "foldhash", 920] 921 922[[package]] 923name = "hashbrown" 924version = "0.16.1" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 927 928[[package]] 929name = "hashlink" 930version = "0.10.0" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 933dependencies = [ 934 "hashbrown 0.15.5", 935] 936 937[[package]] 938name = "heck" 939version = "0.5.0" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 942 943[[package]] 944name = "hex" 945version = "0.4.3" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 948 949[[package]] 950name = "hkdf" 951version = "0.12.4" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 954dependencies = [ 955 "hmac", 956] 957 958[[package]] 959name = "hmac" 960version = "0.12.1" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 963dependencies = [ 964 "digest", 965] 966 967[[package]] 968name = "home" 969version = "0.5.12" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 972dependencies = [ 973 "windows-sys 0.61.2", 974] 975 976[[package]] 977name = "http" 978version = "1.4.0" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 981dependencies = [ 982 "bytes", 983 "itoa", 984] 985 986[[package]] 987name = "http-body" 988version = "1.0.1" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 991dependencies = [ 992 "bytes", 993 "http", 994] 995 996[[package]] 997name = "http-body-util" 998version = "0.1.3" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1001dependencies = [ 1002 "bytes", 1003 "futures-core", 1004 "http", 1005 "http-body", 1006 "pin-project-lite", 1007] 1008 1009[[package]] 1010name = "httparse" 1011version = "1.10.1" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1014 1015[[package]] 1016name = "httpdate" 1017version = "1.0.3" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1020 1021[[package]] 1022name = "hyper" 1023version = "1.8.1" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1026dependencies = [ 1027 "atomic-waker", 1028 "bytes", 1029 "futures-channel", 1030 "futures-core", 1031 "h2", 1032 "http", 1033 "http-body", 1034 "httparse", 1035 "httpdate", 1036 "itoa", 1037 "pin-project-lite", 1038 "pin-utils", 1039 "smallvec", 1040 "tokio", 1041 "want", 1042] 1043 1044[[package]] 1045name = "hyper-named-pipe" 1046version = "0.1.0" 1047source = "registry+https://github.com/rust-lang/crates.io-index" 1048checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" 1049dependencies = [ 1050 "hex", 1051 "hyper", 1052 "hyper-util", 1053 "pin-project-lite", 1054 "tokio", 1055 "tower-service", 1056 "winapi", 1057] 1058 1059[[package]] 1060name = "hyper-rustls" 1061version = "0.27.7" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1064dependencies = [ 1065 "http", 1066 "hyper", 1067 "hyper-util", 1068 "rustls", 1069 "rustls-pki-types", 1070 "tokio", 1071 "tokio-rustls", 1072 "tower-service", 1073] 1074 1075[[package]] 1076name = "hyper-timeout" 1077version = "0.5.2" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" 1080dependencies = [ 1081 "hyper", 1082 "hyper-util", 1083 "pin-project-lite", 1084 "tokio", 1085 "tower-service", 1086] 1087 1088[[package]] 1089name = "hyper-tls" 1090version = "0.6.0" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1093dependencies = [ 1094 "bytes", 1095 "http-body-util", 1096 "hyper", 1097 "hyper-util", 1098 "native-tls", 1099 "tokio", 1100 "tokio-native-tls", 1101 "tower-service", 1102] 1103 1104[[package]] 1105name = "hyper-util" 1106version = "0.1.19" 1107source = "registry+https://github.com/rust-lang/crates.io-index" 1108checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 1109dependencies = [ 1110 "base64 0.22.1", 1111 "bytes", 1112 "futures-channel", 1113 "futures-core", 1114 "futures-util", 1115 "http", 1116 "http-body", 1117 "hyper", 1118 "ipnet", 1119 "libc", 1120 "percent-encoding", 1121 "pin-project-lite", 1122 "socket2", 1123 "system-configuration", 1124 "tokio", 1125 "tower-service", 1126 "tracing", 1127 "windows-registry", 1128] 1129 1130[[package]] 1131name = "hyperlocal" 1132version = "0.9.1" 1133source = "registry+https://github.com/rust-lang/crates.io-index" 1134checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7" 1135dependencies = [ 1136 "hex", 1137 "http-body-util", 1138 "hyper", 1139 "hyper-util", 1140 "pin-project-lite", 1141 "tokio", 1142 "tower-service", 1143] 1144 1145[[package]] 1146name = "iana-time-zone" 1147version = "0.1.64" 1148source = "registry+https://github.com/rust-lang/crates.io-index" 1149checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1150dependencies = [ 1151 "android_system_properties", 1152 "core-foundation-sys", 1153 "iana-time-zone-haiku", 1154 "js-sys", 1155 "log", 1156 "wasm-bindgen", 1157 "windows-core", 1158] 1159 1160[[package]] 1161name = "iana-time-zone-haiku" 1162version = "0.1.2" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1165dependencies = [ 1166 "cc", 1167] 1168 1169[[package]] 1170name = "icu_collections" 1171version = "2.1.1" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 1174dependencies = [ 1175 "displaydoc", 1176 "potential_utf", 1177 "yoke", 1178 "zerofrom", 1179 "zerovec", 1180] 1181 1182[[package]] 1183name = "icu_locale_core" 1184version = "2.1.1" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 1187dependencies = [ 1188 "displaydoc", 1189 "litemap", 1190 "tinystr", 1191 "writeable", 1192 "zerovec", 1193] 1194 1195[[package]] 1196name = "icu_normalizer" 1197version = "2.1.1" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 1200dependencies = [ 1201 "icu_collections", 1202 "icu_normalizer_data", 1203 "icu_properties", 1204 "icu_provider", 1205 "smallvec", 1206 "zerovec", 1207] 1208 1209[[package]] 1210name = "icu_normalizer_data" 1211version = "2.1.1" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 1214 1215[[package]] 1216name = "icu_properties" 1217version = "2.1.2" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 1220dependencies = [ 1221 "icu_collections", 1222 "icu_locale_core", 1223 "icu_properties_data", 1224 "icu_provider", 1225 "zerotrie", 1226 "zerovec", 1227] 1228 1229[[package]] 1230name = "icu_properties_data" 1231version = "2.1.2" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 1234 1235[[package]] 1236name = "icu_provider" 1237version = "2.1.1" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 1240dependencies = [ 1241 "displaydoc", 1242 "icu_locale_core", 1243 "writeable", 1244 "yoke", 1245 "zerofrom", 1246 "zerotrie", 1247 "zerovec", 1248] 1249 1250[[package]] 1251name = "ident_case" 1252version = "1.0.1" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1255 1256[[package]] 1257name = "idna" 1258version = "1.1.0" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1261dependencies = [ 1262 "idna_adapter", 1263 "smallvec", 1264 "utf8_iter", 1265] 1266 1267[[package]] 1268name = "idna_adapter" 1269version = "1.2.1" 1270source = "registry+https://github.com/rust-lang/crates.io-index" 1271checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1272dependencies = [ 1273 "icu_normalizer", 1274 "icu_properties", 1275] 1276 1277[[package]] 1278name = "indexmap" 1279version = "1.9.3" 1280source = "registry+https://github.com/rust-lang/crates.io-index" 1281checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1282dependencies = [ 1283 "autocfg", 1284 "hashbrown 0.12.3", 1285 "serde", 1286] 1287 1288[[package]] 1289name = "indexmap" 1290version = "2.12.1" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 1293dependencies = [ 1294 "equivalent", 1295 "hashbrown 0.16.1", 1296 "serde", 1297 "serde_core", 1298] 1299 1300[[package]] 1301name = "ipnet" 1302version = "2.11.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1305 1306[[package]] 1307name = "iri-string" 1308version = "0.7.9" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" 1311dependencies = [ 1312 "memchr", 1313 "serde", 1314] 1315 1316[[package]] 1317name = "itertools" 1318version = "0.14.0" 1319source = "registry+https://github.com/rust-lang/crates.io-index" 1320checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1321dependencies = [ 1322 "either", 1323] 1324 1325[[package]] 1326name = "itoa" 1327version = "1.0.15" 1328source = "registry+https://github.com/rust-lang/crates.io-index" 1329checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1330 1331[[package]] 1332name = "js-sys" 1333version = "0.3.83" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" 1336dependencies = [ 1337 "once_cell", 1338 "wasm-bindgen", 1339] 1340 1341[[package]] 1342name = "lazy_static" 1343version = "1.5.0" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1346dependencies = [ 1347 "spin", 1348] 1349 1350[[package]] 1351name = "libc" 1352version = "0.2.178" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 1355 1356[[package]] 1357name = "libm" 1358version = "0.2.15" 1359source = "registry+https://github.com/rust-lang/crates.io-index" 1360checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1361 1362[[package]] 1363name = "libredox" 1364version = "0.1.10" 1365source = "registry+https://github.com/rust-lang/crates.io-index" 1366checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1367dependencies = [ 1368 "bitflags", 1369 "libc", 1370 "redox_syscall", 1371] 1372 1373[[package]] 1374name = "libsqlite3-sys" 1375version = "0.30.1" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1378dependencies = [ 1379 "pkg-config", 1380 "vcpkg", 1381] 1382 1383[[package]] 1384name = "linux-raw-sys" 1385version = "0.11.0" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1388 1389[[package]] 1390name = "litemap" 1391version = "0.8.1" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1394 1395[[package]] 1396name = "lock_api" 1397version = "0.4.14" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1400dependencies = [ 1401 "scopeguard", 1402] 1403 1404[[package]] 1405name = "log" 1406version = "0.4.29" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1409 1410[[package]] 1411name = "matchers" 1412version = "0.2.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1415dependencies = [ 1416 "regex-automata", 1417] 1418 1419[[package]] 1420name = "matchit" 1421version = "0.8.4" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1424 1425[[package]] 1426name = "md-5" 1427version = "0.10.6" 1428source = "registry+https://github.com/rust-lang/crates.io-index" 1429checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1430dependencies = [ 1431 "cfg-if", 1432 "digest", 1433] 1434 1435[[package]] 1436name = "memchr" 1437version = "2.7.6" 1438source = "registry+https://github.com/rust-lang/crates.io-index" 1439checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1440 1441[[package]] 1442name = "mime" 1443version = "0.3.17" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1446 1447[[package]] 1448name = "miniz_oxide" 1449version = "0.8.9" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1452dependencies = [ 1453 "adler2", 1454 "simd-adler32", 1455] 1456 1457[[package]] 1458name = "mio" 1459version = "1.1.1" 1460source = "registry+https://github.com/rust-lang/crates.io-index" 1461checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 1462dependencies = [ 1463 "libc", 1464 "wasi", 1465 "windows-sys 0.61.2", 1466] 1467 1468[[package]] 1469name = "native-tls" 1470version = "0.2.14" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1473dependencies = [ 1474 "libc", 1475 "log", 1476 "openssl", 1477 "openssl-probe", 1478 "openssl-sys", 1479 "schannel", 1480 "security-framework 2.11.1", 1481 "security-framework-sys", 1482 "tempfile", 1483] 1484 1485[[package]] 1486name = "nu-ansi-term" 1487version = "0.50.3" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1490dependencies = [ 1491 "windows-sys 0.61.2", 1492] 1493 1494[[package]] 1495name = "num" 1496version = "0.4.3" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 1499dependencies = [ 1500 "num-bigint", 1501 "num-complex", 1502 "num-integer", 1503 "num-iter", 1504 "num-rational", 1505 "num-traits", 1506] 1507 1508[[package]] 1509name = "num-bigint" 1510version = "0.4.6" 1511source = "registry+https://github.com/rust-lang/crates.io-index" 1512checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1513dependencies = [ 1514 "num-integer", 1515 "num-traits", 1516] 1517 1518[[package]] 1519name = "num-bigint-dig" 1520version = "0.8.6" 1521source = "registry+https://github.com/rust-lang/crates.io-index" 1522checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 1523dependencies = [ 1524 "lazy_static", 1525 "libm", 1526 "num-integer", 1527 "num-iter", 1528 "num-traits", 1529 "rand 0.8.5", 1530 "smallvec", 1531 "zeroize", 1532] 1533 1534[[package]] 1535name = "num-complex" 1536version = "0.4.6" 1537source = "registry+https://github.com/rust-lang/crates.io-index" 1538checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 1539dependencies = [ 1540 "num-traits", 1541] 1542 1543[[package]] 1544name = "num-conv" 1545version = "0.1.0" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1548 1549[[package]] 1550name = "num-integer" 1551version = "0.1.46" 1552source = "registry+https://github.com/rust-lang/crates.io-index" 1553checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1554dependencies = [ 1555 "num-traits", 1556] 1557 1558[[package]] 1559name = "num-iter" 1560version = "0.1.45" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1563dependencies = [ 1564 "autocfg", 1565 "num-integer", 1566 "num-traits", 1567] 1568 1569[[package]] 1570name = "num-rational" 1571version = "0.4.2" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 1574dependencies = [ 1575 "num-bigint", 1576 "num-integer", 1577 "num-traits", 1578] 1579 1580[[package]] 1581name = "num-traits" 1582version = "0.2.19" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1585dependencies = [ 1586 "autocfg", 1587 "libm", 1588] 1589 1590[[package]] 1591name = "once_cell" 1592version = "1.21.3" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1595 1596[[package]] 1597name = "openssl" 1598version = "0.10.75" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1601dependencies = [ 1602 "bitflags", 1603 "cfg-if", 1604 "foreign-types", 1605 "libc", 1606 "once_cell", 1607 "openssl-macros", 1608 "openssl-sys", 1609] 1610 1611[[package]] 1612name = "openssl-macros" 1613version = "0.1.1" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1616dependencies = [ 1617 "proc-macro2", 1618 "quote", 1619 "syn", 1620] 1621 1622[[package]] 1623name = "openssl-probe" 1624version = "0.1.6" 1625source = "registry+https://github.com/rust-lang/crates.io-index" 1626checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1627 1628[[package]] 1629name = "openssl-sys" 1630version = "0.9.111" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1633dependencies = [ 1634 "cc", 1635 "libc", 1636 "pkg-config", 1637 "vcpkg", 1638] 1639 1640[[package]] 1641name = "parking" 1642version = "2.2.1" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1645 1646[[package]] 1647name = "parking_lot" 1648version = "0.12.5" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1651dependencies = [ 1652 "lock_api", 1653 "parking_lot_core", 1654] 1655 1656[[package]] 1657name = "parking_lot_core" 1658version = "0.9.12" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1661dependencies = [ 1662 "cfg-if", 1663 "libc", 1664 "redox_syscall", 1665 "smallvec", 1666 "windows-link", 1667] 1668 1669[[package]] 1670name = "parse-display" 1671version = "0.9.1" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a" 1674dependencies = [ 1675 "parse-display-derive", 1676 "regex", 1677 "regex-syntax", 1678] 1679 1680[[package]] 1681name = "parse-display-derive" 1682version = "0.9.1" 1683source = "registry+https://github.com/rust-lang/crates.io-index" 1684checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281" 1685dependencies = [ 1686 "proc-macro2", 1687 "quote", 1688 "regex", 1689 "regex-syntax", 1690 "structmeta", 1691 "syn", 1692] 1693 1694[[package]] 1695name = "pem-rfc7468" 1696version = "0.7.0" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1699dependencies = [ 1700 "base64ct", 1701] 1702 1703[[package]] 1704name = "percent-encoding" 1705version = "2.3.2" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1708 1709[[package]] 1710name = "pin-project" 1711version = "1.1.10" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 1714dependencies = [ 1715 "pin-project-internal", 1716] 1717 1718[[package]] 1719name = "pin-project-internal" 1720version = "1.1.10" 1721source = "registry+https://github.com/rust-lang/crates.io-index" 1722checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 1723dependencies = [ 1724 "proc-macro2", 1725 "quote", 1726 "syn", 1727] 1728 1729[[package]] 1730name = "pin-project-lite" 1731version = "0.2.16" 1732source = "registry+https://github.com/rust-lang/crates.io-index" 1733checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1734 1735[[package]] 1736name = "pin-utils" 1737version = "0.1.0" 1738source = "registry+https://github.com/rust-lang/crates.io-index" 1739checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1740 1741[[package]] 1742name = "pkcs1" 1743version = "0.7.5" 1744source = "registry+https://github.com/rust-lang/crates.io-index" 1745checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1746dependencies = [ 1747 "der", 1748 "pkcs8", 1749 "spki", 1750] 1751 1752[[package]] 1753name = "pkcs8" 1754version = "0.10.2" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1757dependencies = [ 1758 "der", 1759 "spki", 1760] 1761 1762[[package]] 1763name = "pkg-config" 1764version = "0.3.32" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1767 1768[[package]] 1769name = "portable-atomic" 1770version = "1.11.1" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1773 1774[[package]] 1775name = "potential_utf" 1776version = "0.1.4" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1779dependencies = [ 1780 "zerovec", 1781] 1782 1783[[package]] 1784name = "powerfmt" 1785version = "0.2.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1788 1789[[package]] 1790name = "ppv-lite86" 1791version = "0.2.21" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1794dependencies = [ 1795 "zerocopy", 1796] 1797 1798[[package]] 1799name = "prism" 1800version = "0.1.0" 1801dependencies = [ 1802 "anyhow", 1803 "axum", 1804 "chrono", 1805 "ctor", 1806 "futures", 1807 "reqwest", 1808 "serde", 1809 "serde_json", 1810 "sqlx", 1811 "testcontainers", 1812 "testcontainers-modules", 1813 "thiserror", 1814 "tokio", 1815 "tokio-tungstenite", 1816 "tower-http", 1817 "tracing", 1818 "tracing-subscriber", 1819] 1820 1821[[package]] 1822name = "proc-macro2" 1823version = "1.0.103" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1826dependencies = [ 1827 "unicode-ident", 1828] 1829 1830[[package]] 1831name = "prost" 1832version = "0.14.1" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d" 1835dependencies = [ 1836 "bytes", 1837 "prost-derive", 1838] 1839 1840[[package]] 1841name = "prost-derive" 1842version = "0.14.1" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425" 1845dependencies = [ 1846 "anyhow", 1847 "itertools", 1848 "proc-macro2", 1849 "quote", 1850 "syn", 1851] 1852 1853[[package]] 1854name = "prost-types" 1855version = "0.14.1" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72" 1858dependencies = [ 1859 "prost", 1860] 1861 1862[[package]] 1863name = "quote" 1864version = "1.0.42" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 1867dependencies = [ 1868 "proc-macro2", 1869] 1870 1871[[package]] 1872name = "r-efi" 1873version = "5.3.0" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1876 1877[[package]] 1878name = "rand" 1879version = "0.8.5" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1882dependencies = [ 1883 "libc", 1884 "rand_chacha 0.3.1", 1885 "rand_core 0.6.4", 1886] 1887 1888[[package]] 1889name = "rand" 1890version = "0.9.2" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1893dependencies = [ 1894 "rand_chacha 0.9.0", 1895 "rand_core 0.9.3", 1896] 1897 1898[[package]] 1899name = "rand_chacha" 1900version = "0.3.1" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1903dependencies = [ 1904 "ppv-lite86", 1905 "rand_core 0.6.4", 1906] 1907 1908[[package]] 1909name = "rand_chacha" 1910version = "0.9.0" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1913dependencies = [ 1914 "ppv-lite86", 1915 "rand_core 0.9.3", 1916] 1917 1918[[package]] 1919name = "rand_core" 1920version = "0.6.4" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1923dependencies = [ 1924 "getrandom 0.2.16", 1925] 1926 1927[[package]] 1928name = "rand_core" 1929version = "0.9.3" 1930source = "registry+https://github.com/rust-lang/crates.io-index" 1931checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1932dependencies = [ 1933 "getrandom 0.3.4", 1934] 1935 1936[[package]] 1937name = "redox_syscall" 1938version = "0.5.18" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1941dependencies = [ 1942 "bitflags", 1943] 1944 1945[[package]] 1946name = "ref-cast" 1947version = "1.0.25" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 1950dependencies = [ 1951 "ref-cast-impl", 1952] 1953 1954[[package]] 1955name = "ref-cast-impl" 1956version = "1.0.25" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 1959dependencies = [ 1960 "proc-macro2", 1961 "quote", 1962 "syn", 1963] 1964 1965[[package]] 1966name = "regex" 1967version = "1.12.2" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 1970dependencies = [ 1971 "aho-corasick", 1972 "memchr", 1973 "regex-automata", 1974 "regex-syntax", 1975] 1976 1977[[package]] 1978name = "regex-automata" 1979version = "0.4.13" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1982dependencies = [ 1983 "aho-corasick", 1984 "memchr", 1985 "regex-syntax", 1986] 1987 1988[[package]] 1989name = "regex-syntax" 1990version = "0.8.8" 1991source = "registry+https://github.com/rust-lang/crates.io-index" 1992checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1993 1994[[package]] 1995name = "reqwest" 1996version = "0.12.25" 1997source = "registry+https://github.com/rust-lang/crates.io-index" 1998checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a" 1999dependencies = [ 2000 "base64 0.22.1", 2001 "bytes", 2002 "encoding_rs", 2003 "futures-core", 2004 "h2", 2005 "http", 2006 "http-body", 2007 "http-body-util", 2008 "hyper", 2009 "hyper-rustls", 2010 "hyper-tls", 2011 "hyper-util", 2012 "js-sys", 2013 "log", 2014 "mime", 2015 "native-tls", 2016 "percent-encoding", 2017 "pin-project-lite", 2018 "rustls-pki-types", 2019 "serde", 2020 "serde_json", 2021 "serde_urlencoded", 2022 "sync_wrapper", 2023 "tokio", 2024 "tokio-native-tls", 2025 "tower", 2026 "tower-http", 2027 "tower-service", 2028 "url", 2029 "wasm-bindgen", 2030 "wasm-bindgen-futures", 2031 "web-sys", 2032] 2033 2034[[package]] 2035name = "ring" 2036version = "0.17.14" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2039dependencies = [ 2040 "cc", 2041 "cfg-if", 2042 "getrandom 0.2.16", 2043 "libc", 2044 "untrusted", 2045 "windows-sys 0.52.0", 2046] 2047 2048[[package]] 2049name = "rsa" 2050version = "0.9.9" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 2053dependencies = [ 2054 "const-oid", 2055 "digest", 2056 "num-bigint-dig", 2057 "num-integer", 2058 "num-traits", 2059 "pkcs1", 2060 "pkcs8", 2061 "rand_core 0.6.4", 2062 "signature", 2063 "spki", 2064 "subtle", 2065 "zeroize", 2066] 2067 2068[[package]] 2069name = "rustc-hash" 2070version = "2.1.1" 2071source = "registry+https://github.com/rust-lang/crates.io-index" 2072checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2073 2074[[package]] 2075name = "rustix" 2076version = "1.1.2" 2077source = "registry+https://github.com/rust-lang/crates.io-index" 2078checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2079dependencies = [ 2080 "bitflags", 2081 "errno", 2082 "libc", 2083 "linux-raw-sys", 2084 "windows-sys 0.61.2", 2085] 2086 2087[[package]] 2088name = "rustls" 2089version = "0.23.35" 2090source = "registry+https://github.com/rust-lang/crates.io-index" 2091checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 2092dependencies = [ 2093 "log", 2094 "once_cell", 2095 "ring", 2096 "rustls-pki-types", 2097 "rustls-webpki", 2098 "subtle", 2099 "zeroize", 2100] 2101 2102[[package]] 2103name = "rustls-native-certs" 2104version = "0.8.2" 2105source = "registry+https://github.com/rust-lang/crates.io-index" 2106checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 2107dependencies = [ 2108 "openssl-probe", 2109 "rustls-pki-types", 2110 "schannel", 2111 "security-framework 3.5.1", 2112] 2113 2114[[package]] 2115name = "rustls-pemfile" 2116version = "2.2.0" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2119dependencies = [ 2120 "rustls-pki-types", 2121] 2122 2123[[package]] 2124name = "rustls-pki-types" 2125version = "1.13.1" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" 2128dependencies = [ 2129 "zeroize", 2130] 2131 2132[[package]] 2133name = "rustls-webpki" 2134version = "0.103.8" 2135source = "registry+https://github.com/rust-lang/crates.io-index" 2136checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 2137dependencies = [ 2138 "ring", 2139 "rustls-pki-types", 2140 "untrusted", 2141] 2142 2143[[package]] 2144name = "rustversion" 2145version = "1.0.22" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2148 2149[[package]] 2150name = "ryu" 2151version = "1.0.20" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2154 2155[[package]] 2156name = "schannel" 2157version = "0.1.28" 2158source = "registry+https://github.com/rust-lang/crates.io-index" 2159checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2160dependencies = [ 2161 "windows-sys 0.61.2", 2162] 2163 2164[[package]] 2165name = "schemars" 2166version = "0.9.0" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 2169dependencies = [ 2170 "dyn-clone", 2171 "ref-cast", 2172 "serde", 2173 "serde_json", 2174] 2175 2176[[package]] 2177name = "schemars" 2178version = "1.1.0" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" 2181dependencies = [ 2182 "dyn-clone", 2183 "ref-cast", 2184 "serde", 2185 "serde_json", 2186] 2187 2188[[package]] 2189name = "scopeguard" 2190version = "1.2.0" 2191source = "registry+https://github.com/rust-lang/crates.io-index" 2192checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2193 2194[[package]] 2195name = "security-framework" 2196version = "2.11.1" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2199dependencies = [ 2200 "bitflags", 2201 "core-foundation 0.9.4", 2202 "core-foundation-sys", 2203 "libc", 2204 "security-framework-sys", 2205] 2206 2207[[package]] 2208name = "security-framework" 2209version = "3.5.1" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 2212dependencies = [ 2213 "bitflags", 2214 "core-foundation 0.10.1", 2215 "core-foundation-sys", 2216 "libc", 2217 "security-framework-sys", 2218] 2219 2220[[package]] 2221name = "security-framework-sys" 2222version = "2.15.0" 2223source = "registry+https://github.com/rust-lang/crates.io-index" 2224checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2225dependencies = [ 2226 "core-foundation-sys", 2227 "libc", 2228] 2229 2230[[package]] 2231name = "serde" 2232version = "1.0.228" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2235dependencies = [ 2236 "serde_core", 2237 "serde_derive", 2238] 2239 2240[[package]] 2241name = "serde_core" 2242version = "1.0.228" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2245dependencies = [ 2246 "serde_derive", 2247] 2248 2249[[package]] 2250name = "serde_derive" 2251version = "1.0.228" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2254dependencies = [ 2255 "proc-macro2", 2256 "quote", 2257 "syn", 2258] 2259 2260[[package]] 2261name = "serde_json" 2262version = "1.0.145" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2265dependencies = [ 2266 "itoa", 2267 "memchr", 2268 "ryu", 2269 "serde", 2270 "serde_core", 2271] 2272 2273[[package]] 2274name = "serde_path_to_error" 2275version = "0.1.20" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2278dependencies = [ 2279 "itoa", 2280 "serde", 2281 "serde_core", 2282] 2283 2284[[package]] 2285name = "serde_repr" 2286version = "0.1.20" 2287source = "registry+https://github.com/rust-lang/crates.io-index" 2288checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 2289dependencies = [ 2290 "proc-macro2", 2291 "quote", 2292 "syn", 2293] 2294 2295[[package]] 2296name = "serde_urlencoded" 2297version = "0.7.1" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2300dependencies = [ 2301 "form_urlencoded", 2302 "itoa", 2303 "ryu", 2304 "serde", 2305] 2306 2307[[package]] 2308name = "serde_with" 2309version = "3.16.1" 2310source = "registry+https://github.com/rust-lang/crates.io-index" 2311checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 2312dependencies = [ 2313 "base64 0.22.1", 2314 "chrono", 2315 "hex", 2316 "indexmap 1.9.3", 2317 "indexmap 2.12.1", 2318 "schemars 0.9.0", 2319 "schemars 1.1.0", 2320 "serde_core", 2321 "serde_json", 2322 "serde_with_macros", 2323 "time", 2324] 2325 2326[[package]] 2327name = "serde_with_macros" 2328version = "3.16.1" 2329source = "registry+https://github.com/rust-lang/crates.io-index" 2330checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 2331dependencies = [ 2332 "darling", 2333 "proc-macro2", 2334 "quote", 2335 "syn", 2336] 2337 2338[[package]] 2339name = "sha1" 2340version = "0.10.6" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2343dependencies = [ 2344 "cfg-if", 2345 "cpufeatures", 2346 "digest", 2347] 2348 2349[[package]] 2350name = "sha2" 2351version = "0.10.9" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2354dependencies = [ 2355 "cfg-if", 2356 "cpufeatures", 2357 "digest", 2358] 2359 2360[[package]] 2361name = "sharded-slab" 2362version = "0.1.7" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2365dependencies = [ 2366 "lazy_static", 2367] 2368 2369[[package]] 2370name = "shlex" 2371version = "1.3.0" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2374 2375[[package]] 2376name = "signal-hook-registry" 2377version = "1.4.7" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 2380dependencies = [ 2381 "libc", 2382] 2383 2384[[package]] 2385name = "signature" 2386version = "2.2.0" 2387source = "registry+https://github.com/rust-lang/crates.io-index" 2388checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2389dependencies = [ 2390 "digest", 2391 "rand_core 0.6.4", 2392] 2393 2394[[package]] 2395name = "simd-adler32" 2396version = "0.3.8" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 2399 2400[[package]] 2401name = "slab" 2402version = "0.4.11" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2405 2406[[package]] 2407name = "smallvec" 2408version = "1.15.1" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2411dependencies = [ 2412 "serde", 2413] 2414 2415[[package]] 2416name = "socket2" 2417version = "0.6.1" 2418source = "registry+https://github.com/rust-lang/crates.io-index" 2419checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 2420dependencies = [ 2421 "libc", 2422 "windows-sys 0.60.2", 2423] 2424 2425[[package]] 2426name = "spin" 2427version = "0.9.8" 2428source = "registry+https://github.com/rust-lang/crates.io-index" 2429checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2430dependencies = [ 2431 "lock_api", 2432] 2433 2434[[package]] 2435name = "spki" 2436version = "0.7.3" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2439dependencies = [ 2440 "base64ct", 2441 "der", 2442] 2443 2444[[package]] 2445name = "sqlx" 2446version = "0.8.6" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 2449dependencies = [ 2450 "sqlx-core", 2451 "sqlx-macros", 2452 "sqlx-mysql", 2453 "sqlx-postgres", 2454 "sqlx-sqlite", 2455] 2456 2457[[package]] 2458name = "sqlx-core" 2459version = "0.8.6" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 2462dependencies = [ 2463 "base64 0.22.1", 2464 "bytes", 2465 "chrono", 2466 "crc", 2467 "crossbeam-queue", 2468 "either", 2469 "event-listener", 2470 "futures-core", 2471 "futures-intrusive", 2472 "futures-io", 2473 "futures-util", 2474 "hashbrown 0.15.5", 2475 "hashlink", 2476 "indexmap 2.12.1", 2477 "log", 2478 "memchr", 2479 "once_cell", 2480 "percent-encoding", 2481 "serde", 2482 "serde_json", 2483 "sha2", 2484 "smallvec", 2485 "thiserror", 2486 "tokio", 2487 "tokio-stream", 2488 "tracing", 2489 "url", 2490] 2491 2492[[package]] 2493name = "sqlx-macros" 2494version = "0.8.6" 2495source = "registry+https://github.com/rust-lang/crates.io-index" 2496checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 2497dependencies = [ 2498 "proc-macro2", 2499 "quote", 2500 "sqlx-core", 2501 "sqlx-macros-core", 2502 "syn", 2503] 2504 2505[[package]] 2506name = "sqlx-macros-core" 2507version = "0.8.6" 2508source = "registry+https://github.com/rust-lang/crates.io-index" 2509checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 2510dependencies = [ 2511 "dotenvy", 2512 "either", 2513 "heck", 2514 "hex", 2515 "once_cell", 2516 "proc-macro2", 2517 "quote", 2518 "serde", 2519 "serde_json", 2520 "sha2", 2521 "sqlx-core", 2522 "sqlx-mysql", 2523 "sqlx-postgres", 2524 "sqlx-sqlite", 2525 "syn", 2526 "tokio", 2527 "url", 2528] 2529 2530[[package]] 2531name = "sqlx-mysql" 2532version = "0.8.6" 2533source = "registry+https://github.com/rust-lang/crates.io-index" 2534checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 2535dependencies = [ 2536 "atoi", 2537 "base64 0.22.1", 2538 "bitflags", 2539 "byteorder", 2540 "bytes", 2541 "chrono", 2542 "crc", 2543 "digest", 2544 "dotenvy", 2545 "either", 2546 "futures-channel", 2547 "futures-core", 2548 "futures-io", 2549 "futures-util", 2550 "generic-array", 2551 "hex", 2552 "hkdf", 2553 "hmac", 2554 "itoa", 2555 "log", 2556 "md-5", 2557 "memchr", 2558 "once_cell", 2559 "percent-encoding", 2560 "rand 0.8.5", 2561 "rsa", 2562 "serde", 2563 "sha1", 2564 "sha2", 2565 "smallvec", 2566 "sqlx-core", 2567 "stringprep", 2568 "thiserror", 2569 "tracing", 2570 "whoami", 2571] 2572 2573[[package]] 2574name = "sqlx-postgres" 2575version = "0.8.6" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 2578dependencies = [ 2579 "atoi", 2580 "base64 0.22.1", 2581 "bitflags", 2582 "byteorder", 2583 "chrono", 2584 "crc", 2585 "dotenvy", 2586 "etcetera 0.8.0", 2587 "futures-channel", 2588 "futures-core", 2589 "futures-util", 2590 "hex", 2591 "hkdf", 2592 "hmac", 2593 "home", 2594 "itoa", 2595 "log", 2596 "md-5", 2597 "memchr", 2598 "once_cell", 2599 "rand 0.8.5", 2600 "serde", 2601 "serde_json", 2602 "sha2", 2603 "smallvec", 2604 "sqlx-core", 2605 "stringprep", 2606 "thiserror", 2607 "tracing", 2608 "whoami", 2609] 2610 2611[[package]] 2612name = "sqlx-sqlite" 2613version = "0.8.6" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 2616dependencies = [ 2617 "atoi", 2618 "chrono", 2619 "flume", 2620 "futures-channel", 2621 "futures-core", 2622 "futures-executor", 2623 "futures-intrusive", 2624 "futures-util", 2625 "libsqlite3-sys", 2626 "log", 2627 "percent-encoding", 2628 "serde", 2629 "serde_urlencoded", 2630 "sqlx-core", 2631 "thiserror", 2632 "tracing", 2633 "url", 2634] 2635 2636[[package]] 2637name = "stable_deref_trait" 2638version = "1.2.1" 2639source = "registry+https://github.com/rust-lang/crates.io-index" 2640checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2641 2642[[package]] 2643name = "stringprep" 2644version = "0.1.5" 2645source = "registry+https://github.com/rust-lang/crates.io-index" 2646checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2647dependencies = [ 2648 "unicode-bidi", 2649 "unicode-normalization", 2650 "unicode-properties", 2651] 2652 2653[[package]] 2654name = "strsim" 2655version = "0.11.1" 2656source = "registry+https://github.com/rust-lang/crates.io-index" 2657checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2658 2659[[package]] 2660name = "structmeta" 2661version = "0.3.0" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329" 2664dependencies = [ 2665 "proc-macro2", 2666 "quote", 2667 "structmeta-derive", 2668 "syn", 2669] 2670 2671[[package]] 2672name = "structmeta-derive" 2673version = "0.3.0" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc" 2676dependencies = [ 2677 "proc-macro2", 2678 "quote", 2679 "syn", 2680] 2681 2682[[package]] 2683name = "subtle" 2684version = "2.6.1" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2687 2688[[package]] 2689name = "syn" 2690version = "2.0.111" 2691source = "registry+https://github.com/rust-lang/crates.io-index" 2692checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 2693dependencies = [ 2694 "proc-macro2", 2695 "quote", 2696 "unicode-ident", 2697] 2698 2699[[package]] 2700name = "sync_wrapper" 2701version = "1.0.2" 2702source = "registry+https://github.com/rust-lang/crates.io-index" 2703checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2704dependencies = [ 2705 "futures-core", 2706] 2707 2708[[package]] 2709name = "synstructure" 2710version = "0.13.2" 2711source = "registry+https://github.com/rust-lang/crates.io-index" 2712checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2713dependencies = [ 2714 "proc-macro2", 2715 "quote", 2716 "syn", 2717] 2718 2719[[package]] 2720name = "system-configuration" 2721version = "0.6.1" 2722source = "registry+https://github.com/rust-lang/crates.io-index" 2723checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2724dependencies = [ 2725 "bitflags", 2726 "core-foundation 0.9.4", 2727 "system-configuration-sys", 2728] 2729 2730[[package]] 2731name = "system-configuration-sys" 2732version = "0.6.0" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2735dependencies = [ 2736 "core-foundation-sys", 2737 "libc", 2738] 2739 2740[[package]] 2741name = "tempfile" 2742version = "3.23.0" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 2745dependencies = [ 2746 "fastrand", 2747 "getrandom 0.3.4", 2748 "once_cell", 2749 "rustix", 2750 "windows-sys 0.61.2", 2751] 2752 2753[[package]] 2754name = "testcontainers" 2755version = "0.26.0" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "a347cac4368ba4f1871743adb27dc14829024d26b1763572404726b0b9943eb8" 2758dependencies = [ 2759 "astral-tokio-tar", 2760 "async-trait", 2761 "bollard", 2762 "bytes", 2763 "docker_credential", 2764 "either", 2765 "etcetera 0.11.0", 2766 "ferroid", 2767 "futures", 2768 "itertools", 2769 "log", 2770 "memchr", 2771 "parse-display", 2772 "pin-project-lite", 2773 "serde", 2774 "serde_json", 2775 "serde_with", 2776 "thiserror", 2777 "tokio", 2778 "tokio-stream", 2779 "tokio-util", 2780 "url", 2781] 2782 2783[[package]] 2784name = "testcontainers-modules" 2785version = "0.14.0" 2786source = "registry+https://github.com/rust-lang/crates.io-index" 2787checksum = "5e75e78ff453128a2c7da9a5d5a3325ea34ea214d4bf51eab3417de23a4e5147" 2788dependencies = [ 2789 "testcontainers", 2790] 2791 2792[[package]] 2793name = "thiserror" 2794version = "2.0.17" 2795source = "registry+https://github.com/rust-lang/crates.io-index" 2796checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2797dependencies = [ 2798 "thiserror-impl", 2799] 2800 2801[[package]] 2802name = "thiserror-impl" 2803version = "2.0.17" 2804source = "registry+https://github.com/rust-lang/crates.io-index" 2805checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2806dependencies = [ 2807 "proc-macro2", 2808 "quote", 2809 "syn", 2810] 2811 2812[[package]] 2813name = "thread_local" 2814version = "1.1.9" 2815source = "registry+https://github.com/rust-lang/crates.io-index" 2816checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2817dependencies = [ 2818 "cfg-if", 2819] 2820 2821[[package]] 2822name = "time" 2823version = "0.3.44" 2824source = "registry+https://github.com/rust-lang/crates.io-index" 2825checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 2826dependencies = [ 2827 "deranged", 2828 "itoa", 2829 "num-conv", 2830 "powerfmt", 2831 "serde", 2832 "time-core", 2833 "time-macros", 2834] 2835 2836[[package]] 2837name = "time-core" 2838version = "0.1.6" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 2841 2842[[package]] 2843name = "time-macros" 2844version = "0.2.24" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 2847dependencies = [ 2848 "num-conv", 2849 "time-core", 2850] 2851 2852[[package]] 2853name = "tinystr" 2854version = "0.8.2" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 2857dependencies = [ 2858 "displaydoc", 2859 "zerovec", 2860] 2861 2862[[package]] 2863name = "tinyvec" 2864version = "1.10.0" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2867dependencies = [ 2868 "tinyvec_macros", 2869] 2870 2871[[package]] 2872name = "tinyvec_macros" 2873version = "0.1.1" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2876 2877[[package]] 2878name = "tokio" 2879version = "1.48.0" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 2882dependencies = [ 2883 "bytes", 2884 "libc", 2885 "mio", 2886 "parking_lot", 2887 "pin-project-lite", 2888 "signal-hook-registry", 2889 "socket2", 2890 "tokio-macros", 2891 "windows-sys 0.61.2", 2892] 2893 2894[[package]] 2895name = "tokio-macros" 2896version = "2.6.0" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2899dependencies = [ 2900 "proc-macro2", 2901 "quote", 2902 "syn", 2903] 2904 2905[[package]] 2906name = "tokio-native-tls" 2907version = "0.3.1" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2910dependencies = [ 2911 "native-tls", 2912 "tokio", 2913] 2914 2915[[package]] 2916name = "tokio-rustls" 2917version = "0.26.4" 2918source = "registry+https://github.com/rust-lang/crates.io-index" 2919checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2920dependencies = [ 2921 "rustls", 2922 "tokio", 2923] 2924 2925[[package]] 2926name = "tokio-stream" 2927version = "0.1.17" 2928source = "registry+https://github.com/rust-lang/crates.io-index" 2929checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 2930dependencies = [ 2931 "futures-core", 2932 "pin-project-lite", 2933 "tokio", 2934] 2935 2936[[package]] 2937name = "tokio-tungstenite" 2938version = "0.28.0" 2939source = "registry+https://github.com/rust-lang/crates.io-index" 2940checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 2941dependencies = [ 2942 "futures-util", 2943 "log", 2944 "tokio", 2945 "tungstenite", 2946] 2947 2948[[package]] 2949name = "tokio-util" 2950version = "0.7.17" 2951source = "registry+https://github.com/rust-lang/crates.io-index" 2952checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 2953dependencies = [ 2954 "bytes", 2955 "futures-core", 2956 "futures-sink", 2957 "pin-project-lite", 2958 "tokio", 2959] 2960 2961[[package]] 2962name = "tonic" 2963version = "0.14.2" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203" 2966dependencies = [ 2967 "async-trait", 2968 "axum", 2969 "base64 0.22.1", 2970 "bytes", 2971 "h2", 2972 "http", 2973 "http-body", 2974 "http-body-util", 2975 "hyper", 2976 "hyper-timeout", 2977 "hyper-util", 2978 "percent-encoding", 2979 "pin-project", 2980 "socket2", 2981 "sync_wrapper", 2982 "tokio", 2983 "tokio-stream", 2984 "tower", 2985 "tower-layer", 2986 "tower-service", 2987 "tracing", 2988] 2989 2990[[package]] 2991name = "tonic-prost" 2992version = "0.14.2" 2993source = "registry+https://github.com/rust-lang/crates.io-index" 2994checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67" 2995dependencies = [ 2996 "bytes", 2997 "prost", 2998 "tonic", 2999] 3000 3001[[package]] 3002name = "tower" 3003version = "0.5.2" 3004source = "registry+https://github.com/rust-lang/crates.io-index" 3005checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3006dependencies = [ 3007 "futures-core", 3008 "futures-util", 3009 "indexmap 2.12.1", 3010 "pin-project-lite", 3011 "slab", 3012 "sync_wrapper", 3013 "tokio", 3014 "tokio-util", 3015 "tower-layer", 3016 "tower-service", 3017 "tracing", 3018] 3019 3020[[package]] 3021name = "tower-http" 3022version = "0.6.8" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 3025dependencies = [ 3026 "async-compression", 3027 "bitflags", 3028 "bytes", 3029 "futures-core", 3030 "futures-util", 3031 "http", 3032 "http-body", 3033 "iri-string", 3034 "pin-project-lite", 3035 "tokio", 3036 "tokio-util", 3037 "tower", 3038 "tower-layer", 3039 "tower-service", 3040] 3041 3042[[package]] 3043name = "tower-layer" 3044version = "0.3.3" 3045source = "registry+https://github.com/rust-lang/crates.io-index" 3046checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3047 3048[[package]] 3049name = "tower-service" 3050version = "0.3.3" 3051source = "registry+https://github.com/rust-lang/crates.io-index" 3052checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3053 3054[[package]] 3055name = "tracing" 3056version = "0.1.43" 3057source = "registry+https://github.com/rust-lang/crates.io-index" 3058checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 3059dependencies = [ 3060 "log", 3061 "pin-project-lite", 3062 "tracing-attributes", 3063 "tracing-core", 3064] 3065 3066[[package]] 3067name = "tracing-attributes" 3068version = "0.1.31" 3069source = "registry+https://github.com/rust-lang/crates.io-index" 3070checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3071dependencies = [ 3072 "proc-macro2", 3073 "quote", 3074 "syn", 3075] 3076 3077[[package]] 3078name = "tracing-core" 3079version = "0.1.35" 3080source = "registry+https://github.com/rust-lang/crates.io-index" 3081checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 3082dependencies = [ 3083 "once_cell", 3084 "valuable", 3085] 3086 3087[[package]] 3088name = "tracing-log" 3089version = "0.2.0" 3090source = "registry+https://github.com/rust-lang/crates.io-index" 3091checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3092dependencies = [ 3093 "log", 3094 "once_cell", 3095 "tracing-core", 3096] 3097 3098[[package]] 3099name = "tracing-subscriber" 3100version = "0.3.22" 3101source = "registry+https://github.com/rust-lang/crates.io-index" 3102checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 3103dependencies = [ 3104 "matchers", 3105 "nu-ansi-term", 3106 "once_cell", 3107 "regex-automata", 3108 "sharded-slab", 3109 "smallvec", 3110 "thread_local", 3111 "tracing", 3112 "tracing-core", 3113 "tracing-log", 3114] 3115 3116[[package]] 3117name = "try-lock" 3118version = "0.2.5" 3119source = "registry+https://github.com/rust-lang/crates.io-index" 3120checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3121 3122[[package]] 3123name = "tungstenite" 3124version = "0.28.0" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 3127dependencies = [ 3128 "bytes", 3129 "data-encoding", 3130 "http", 3131 "httparse", 3132 "log", 3133 "rand 0.9.2", 3134 "sha1", 3135 "thiserror", 3136 "utf-8", 3137] 3138 3139[[package]] 3140name = "typenum" 3141version = "1.19.0" 3142source = "registry+https://github.com/rust-lang/crates.io-index" 3143checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3144 3145[[package]] 3146name = "unicode-bidi" 3147version = "0.3.18" 3148source = "registry+https://github.com/rust-lang/crates.io-index" 3149checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 3150 3151[[package]] 3152name = "unicode-ident" 3153version = "1.0.22" 3154source = "registry+https://github.com/rust-lang/crates.io-index" 3155checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 3156 3157[[package]] 3158name = "unicode-normalization" 3159version = "0.1.25" 3160source = "registry+https://github.com/rust-lang/crates.io-index" 3161checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 3162dependencies = [ 3163 "tinyvec", 3164] 3165 3166[[package]] 3167name = "unicode-properties" 3168version = "0.1.4" 3169source = "registry+https://github.com/rust-lang/crates.io-index" 3170checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" 3171 3172[[package]] 3173name = "untrusted" 3174version = "0.9.0" 3175source = "registry+https://github.com/rust-lang/crates.io-index" 3176checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3177 3178[[package]] 3179name = "ureq" 3180version = "3.1.4" 3181source = "registry+https://github.com/rust-lang/crates.io-index" 3182checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a" 3183dependencies = [ 3184 "base64 0.22.1", 3185 "log", 3186 "percent-encoding", 3187 "rustls", 3188 "rustls-pki-types", 3189 "ureq-proto", 3190 "utf-8", 3191 "webpki-roots", 3192] 3193 3194[[package]] 3195name = "ureq-proto" 3196version = "0.5.3" 3197source = "registry+https://github.com/rust-lang/crates.io-index" 3198checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f" 3199dependencies = [ 3200 "base64 0.22.1", 3201 "http", 3202 "httparse", 3203 "log", 3204] 3205 3206[[package]] 3207name = "url" 3208version = "2.5.7" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 3211dependencies = [ 3212 "form_urlencoded", 3213 "idna", 3214 "percent-encoding", 3215 "serde", 3216] 3217 3218[[package]] 3219name = "utf-8" 3220version = "0.7.6" 3221source = "registry+https://github.com/rust-lang/crates.io-index" 3222checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3223 3224[[package]] 3225name = "utf8_iter" 3226version = "1.0.4" 3227source = "registry+https://github.com/rust-lang/crates.io-index" 3228checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3229 3230[[package]] 3231name = "valuable" 3232version = "0.1.1" 3233source = "registry+https://github.com/rust-lang/crates.io-index" 3234checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3235 3236[[package]] 3237name = "vcpkg" 3238version = "0.2.15" 3239source = "registry+https://github.com/rust-lang/crates.io-index" 3240checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3241 3242[[package]] 3243name = "version_check" 3244version = "0.9.5" 3245source = "registry+https://github.com/rust-lang/crates.io-index" 3246checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3247 3248[[package]] 3249name = "want" 3250version = "0.3.1" 3251source = "registry+https://github.com/rust-lang/crates.io-index" 3252checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3253dependencies = [ 3254 "try-lock", 3255] 3256 3257[[package]] 3258name = "wasi" 3259version = "0.11.1+wasi-snapshot-preview1" 3260source = "registry+https://github.com/rust-lang/crates.io-index" 3261checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3262 3263[[package]] 3264name = "wasip2" 3265version = "1.0.1+wasi-0.2.4" 3266source = "registry+https://github.com/rust-lang/crates.io-index" 3267checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 3268dependencies = [ 3269 "wit-bindgen", 3270] 3271 3272[[package]] 3273name = "wasite" 3274version = "0.1.0" 3275source = "registry+https://github.com/rust-lang/crates.io-index" 3276checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3277 3278[[package]] 3279name = "wasm-bindgen" 3280version = "0.2.106" 3281source = "registry+https://github.com/rust-lang/crates.io-index" 3282checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" 3283dependencies = [ 3284 "cfg-if", 3285 "once_cell", 3286 "rustversion", 3287 "wasm-bindgen-macro", 3288 "wasm-bindgen-shared", 3289] 3290 3291[[package]] 3292name = "wasm-bindgen-futures" 3293version = "0.4.56" 3294source = "registry+https://github.com/rust-lang/crates.io-index" 3295checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c" 3296dependencies = [ 3297 "cfg-if", 3298 "js-sys", 3299 "once_cell", 3300 "wasm-bindgen", 3301 "web-sys", 3302] 3303 3304[[package]] 3305name = "wasm-bindgen-macro" 3306version = "0.2.106" 3307source = "registry+https://github.com/rust-lang/crates.io-index" 3308checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" 3309dependencies = [ 3310 "quote", 3311 "wasm-bindgen-macro-support", 3312] 3313 3314[[package]] 3315name = "wasm-bindgen-macro-support" 3316version = "0.2.106" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" 3319dependencies = [ 3320 "bumpalo", 3321 "proc-macro2", 3322 "quote", 3323 "syn", 3324 "wasm-bindgen-shared", 3325] 3326 3327[[package]] 3328name = "wasm-bindgen-shared" 3329version = "0.2.106" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" 3332dependencies = [ 3333 "unicode-ident", 3334] 3335 3336[[package]] 3337name = "web-sys" 3338version = "0.3.83" 3339source = "registry+https://github.com/rust-lang/crates.io-index" 3340checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac" 3341dependencies = [ 3342 "js-sys", 3343 "wasm-bindgen", 3344] 3345 3346[[package]] 3347name = "web-time" 3348version = "1.1.0" 3349source = "registry+https://github.com/rust-lang/crates.io-index" 3350checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3351dependencies = [ 3352 "js-sys", 3353 "wasm-bindgen", 3354] 3355 3356[[package]] 3357name = "webpki-roots" 3358version = "1.0.4" 3359source = "registry+https://github.com/rust-lang/crates.io-index" 3360checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 3361dependencies = [ 3362 "rustls-pki-types", 3363] 3364 3365[[package]] 3366name = "whoami" 3367version = "1.6.1" 3368source = "registry+https://github.com/rust-lang/crates.io-index" 3369checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 3370dependencies = [ 3371 "libredox", 3372 "wasite", 3373] 3374 3375[[package]] 3376name = "winapi" 3377version = "0.3.9" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3380dependencies = [ 3381 "winapi-i686-pc-windows-gnu", 3382 "winapi-x86_64-pc-windows-gnu", 3383] 3384 3385[[package]] 3386name = "winapi-i686-pc-windows-gnu" 3387version = "0.4.0" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3390 3391[[package]] 3392name = "winapi-x86_64-pc-windows-gnu" 3393version = "0.4.0" 3394source = "registry+https://github.com/rust-lang/crates.io-index" 3395checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3396 3397[[package]] 3398name = "windows-core" 3399version = "0.62.2" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 3402dependencies = [ 3403 "windows-implement", 3404 "windows-interface", 3405 "windows-link", 3406 "windows-result", 3407 "windows-strings", 3408] 3409 3410[[package]] 3411name = "windows-implement" 3412version = "0.60.2" 3413source = "registry+https://github.com/rust-lang/crates.io-index" 3414checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 3415dependencies = [ 3416 "proc-macro2", 3417 "quote", 3418 "syn", 3419] 3420 3421[[package]] 3422name = "windows-interface" 3423version = "0.59.3" 3424source = "registry+https://github.com/rust-lang/crates.io-index" 3425checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 3426dependencies = [ 3427 "proc-macro2", 3428 "quote", 3429 "syn", 3430] 3431 3432[[package]] 3433name = "windows-link" 3434version = "0.2.1" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3437 3438[[package]] 3439name = "windows-registry" 3440version = "0.6.1" 3441source = "registry+https://github.com/rust-lang/crates.io-index" 3442checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 3443dependencies = [ 3444 "windows-link", 3445 "windows-result", 3446 "windows-strings", 3447] 3448 3449[[package]] 3450name = "windows-result" 3451version = "0.4.1" 3452source = "registry+https://github.com/rust-lang/crates.io-index" 3453checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3454dependencies = [ 3455 "windows-link", 3456] 3457 3458[[package]] 3459name = "windows-strings" 3460version = "0.5.1" 3461source = "registry+https://github.com/rust-lang/crates.io-index" 3462checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3463dependencies = [ 3464 "windows-link", 3465] 3466 3467[[package]] 3468name = "windows-sys" 3469version = "0.48.0" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3472dependencies = [ 3473 "windows-targets 0.48.5", 3474] 3475 3476[[package]] 3477name = "windows-sys" 3478version = "0.52.0" 3479source = "registry+https://github.com/rust-lang/crates.io-index" 3480checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3481dependencies = [ 3482 "windows-targets 0.52.6", 3483] 3484 3485[[package]] 3486name = "windows-sys" 3487version = "0.60.2" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3490dependencies = [ 3491 "windows-targets 0.53.5", 3492] 3493 3494[[package]] 3495name = "windows-sys" 3496version = "0.61.2" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3499dependencies = [ 3500 "windows-link", 3501] 3502 3503[[package]] 3504name = "windows-targets" 3505version = "0.48.5" 3506source = "registry+https://github.com/rust-lang/crates.io-index" 3507checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3508dependencies = [ 3509 "windows_aarch64_gnullvm 0.48.5", 3510 "windows_aarch64_msvc 0.48.5", 3511 "windows_i686_gnu 0.48.5", 3512 "windows_i686_msvc 0.48.5", 3513 "windows_x86_64_gnu 0.48.5", 3514 "windows_x86_64_gnullvm 0.48.5", 3515 "windows_x86_64_msvc 0.48.5", 3516] 3517 3518[[package]] 3519name = "windows-targets" 3520version = "0.52.6" 3521source = "registry+https://github.com/rust-lang/crates.io-index" 3522checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3523dependencies = [ 3524 "windows_aarch64_gnullvm 0.52.6", 3525 "windows_aarch64_msvc 0.52.6", 3526 "windows_i686_gnu 0.52.6", 3527 "windows_i686_gnullvm 0.52.6", 3528 "windows_i686_msvc 0.52.6", 3529 "windows_x86_64_gnu 0.52.6", 3530 "windows_x86_64_gnullvm 0.52.6", 3531 "windows_x86_64_msvc 0.52.6", 3532] 3533 3534[[package]] 3535name = "windows-targets" 3536version = "0.53.5" 3537source = "registry+https://github.com/rust-lang/crates.io-index" 3538checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3539dependencies = [ 3540 "windows-link", 3541 "windows_aarch64_gnullvm 0.53.1", 3542 "windows_aarch64_msvc 0.53.1", 3543 "windows_i686_gnu 0.53.1", 3544 "windows_i686_gnullvm 0.53.1", 3545 "windows_i686_msvc 0.53.1", 3546 "windows_x86_64_gnu 0.53.1", 3547 "windows_x86_64_gnullvm 0.53.1", 3548 "windows_x86_64_msvc 0.53.1", 3549] 3550 3551[[package]] 3552name = "windows_aarch64_gnullvm" 3553version = "0.48.5" 3554source = "registry+https://github.com/rust-lang/crates.io-index" 3555checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3556 3557[[package]] 3558name = "windows_aarch64_gnullvm" 3559version = "0.52.6" 3560source = "registry+https://github.com/rust-lang/crates.io-index" 3561checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3562 3563[[package]] 3564name = "windows_aarch64_gnullvm" 3565version = "0.53.1" 3566source = "registry+https://github.com/rust-lang/crates.io-index" 3567checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3568 3569[[package]] 3570name = "windows_aarch64_msvc" 3571version = "0.48.5" 3572source = "registry+https://github.com/rust-lang/crates.io-index" 3573checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3574 3575[[package]] 3576name = "windows_aarch64_msvc" 3577version = "0.52.6" 3578source = "registry+https://github.com/rust-lang/crates.io-index" 3579checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3580 3581[[package]] 3582name = "windows_aarch64_msvc" 3583version = "0.53.1" 3584source = "registry+https://github.com/rust-lang/crates.io-index" 3585checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3586 3587[[package]] 3588name = "windows_i686_gnu" 3589version = "0.48.5" 3590source = "registry+https://github.com/rust-lang/crates.io-index" 3591checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3592 3593[[package]] 3594name = "windows_i686_gnu" 3595version = "0.52.6" 3596source = "registry+https://github.com/rust-lang/crates.io-index" 3597checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3598 3599[[package]] 3600name = "windows_i686_gnu" 3601version = "0.53.1" 3602source = "registry+https://github.com/rust-lang/crates.io-index" 3603checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3604 3605[[package]] 3606name = "windows_i686_gnullvm" 3607version = "0.52.6" 3608source = "registry+https://github.com/rust-lang/crates.io-index" 3609checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3610 3611[[package]] 3612name = "windows_i686_gnullvm" 3613version = "0.53.1" 3614source = "registry+https://github.com/rust-lang/crates.io-index" 3615checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3616 3617[[package]] 3618name = "windows_i686_msvc" 3619version = "0.48.5" 3620source = "registry+https://github.com/rust-lang/crates.io-index" 3621checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3622 3623[[package]] 3624name = "windows_i686_msvc" 3625version = "0.52.6" 3626source = "registry+https://github.com/rust-lang/crates.io-index" 3627checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3628 3629[[package]] 3630name = "windows_i686_msvc" 3631version = "0.53.1" 3632source = "registry+https://github.com/rust-lang/crates.io-index" 3633checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3634 3635[[package]] 3636name = "windows_x86_64_gnu" 3637version = "0.48.5" 3638source = "registry+https://github.com/rust-lang/crates.io-index" 3639checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3640 3641[[package]] 3642name = "windows_x86_64_gnu" 3643version = "0.52.6" 3644source = "registry+https://github.com/rust-lang/crates.io-index" 3645checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3646 3647[[package]] 3648name = "windows_x86_64_gnu" 3649version = "0.53.1" 3650source = "registry+https://github.com/rust-lang/crates.io-index" 3651checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3652 3653[[package]] 3654name = "windows_x86_64_gnullvm" 3655version = "0.48.5" 3656source = "registry+https://github.com/rust-lang/crates.io-index" 3657checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3658 3659[[package]] 3660name = "windows_x86_64_gnullvm" 3661version = "0.52.6" 3662source = "registry+https://github.com/rust-lang/crates.io-index" 3663checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3664 3665[[package]] 3666name = "windows_x86_64_gnullvm" 3667version = "0.53.1" 3668source = "registry+https://github.com/rust-lang/crates.io-index" 3669checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3670 3671[[package]] 3672name = "windows_x86_64_msvc" 3673version = "0.48.5" 3674source = "registry+https://github.com/rust-lang/crates.io-index" 3675checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3676 3677[[package]] 3678name = "windows_x86_64_msvc" 3679version = "0.52.6" 3680source = "registry+https://github.com/rust-lang/crates.io-index" 3681checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3682 3683[[package]] 3684name = "windows_x86_64_msvc" 3685version = "0.53.1" 3686source = "registry+https://github.com/rust-lang/crates.io-index" 3687checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3688 3689[[package]] 3690name = "wit-bindgen" 3691version = "0.46.0" 3692source = "registry+https://github.com/rust-lang/crates.io-index" 3693checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3694 3695[[package]] 3696name = "writeable" 3697version = "0.6.2" 3698source = "registry+https://github.com/rust-lang/crates.io-index" 3699checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 3700 3701[[package]] 3702name = "xattr" 3703version = "1.6.1" 3704source = "registry+https://github.com/rust-lang/crates.io-index" 3705checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" 3706dependencies = [ 3707 "libc", 3708 "rustix", 3709] 3710 3711[[package]] 3712name = "yoke" 3713version = "0.8.1" 3714source = "registry+https://github.com/rust-lang/crates.io-index" 3715checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 3716dependencies = [ 3717 "stable_deref_trait", 3718 "yoke-derive", 3719 "zerofrom", 3720] 3721 3722[[package]] 3723name = "yoke-derive" 3724version = "0.8.1" 3725source = "registry+https://github.com/rust-lang/crates.io-index" 3726checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 3727dependencies = [ 3728 "proc-macro2", 3729 "quote", 3730 "syn", 3731 "synstructure", 3732] 3733 3734[[package]] 3735name = "zerocopy" 3736version = "0.8.31" 3737source = "registry+https://github.com/rust-lang/crates.io-index" 3738checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 3739dependencies = [ 3740 "zerocopy-derive", 3741] 3742 3743[[package]] 3744name = "zerocopy-derive" 3745version = "0.8.31" 3746source = "registry+https://github.com/rust-lang/crates.io-index" 3747checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 3748dependencies = [ 3749 "proc-macro2", 3750 "quote", 3751 "syn", 3752] 3753 3754[[package]] 3755name = "zerofrom" 3756version = "0.1.6" 3757source = "registry+https://github.com/rust-lang/crates.io-index" 3758checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3759dependencies = [ 3760 "zerofrom-derive", 3761] 3762 3763[[package]] 3764name = "zerofrom-derive" 3765version = "0.1.6" 3766source = "registry+https://github.com/rust-lang/crates.io-index" 3767checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3768dependencies = [ 3769 "proc-macro2", 3770 "quote", 3771 "syn", 3772 "synstructure", 3773] 3774 3775[[package]] 3776name = "zeroize" 3777version = "1.8.2" 3778source = "registry+https://github.com/rust-lang/crates.io-index" 3779checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3780 3781[[package]] 3782name = "zerotrie" 3783version = "0.2.3" 3784source = "registry+https://github.com/rust-lang/crates.io-index" 3785checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 3786dependencies = [ 3787 "displaydoc", 3788 "yoke", 3789 "zerofrom", 3790] 3791 3792[[package]] 3793name = "zerovec" 3794version = "0.11.5" 3795source = "registry+https://github.com/rust-lang/crates.io-index" 3796checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 3797dependencies = [ 3798 "yoke", 3799 "zerofrom", 3800 "zerovec-derive", 3801] 3802 3803[[package]] 3804name = "zerovec-derive" 3805version = "0.11.2" 3806source = "registry+https://github.com/rust-lang/crates.io-index" 3807checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 3808dependencies = [ 3809 "proc-macro2", 3810 "quote", 3811 "syn", 3812]