A PLC Mirror written in Rust
at main 76 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "android-tzdata" 22version = "0.1.1" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 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 = "arc-swap" 37version = "1.7.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 40 41[[package]] 42name = "async-stream" 43version = "0.3.6" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 46dependencies = [ 47 "async-stream-impl", 48 "futures-core", 49 "pin-project-lite", 50] 51 52[[package]] 53name = "async-stream-impl" 54version = "0.3.6" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 57dependencies = [ 58 "proc-macro2", 59 "quote", 60 "syn", 61] 62 63[[package]] 64name = "async-trait" 65version = "0.1.88" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" 68dependencies = [ 69 "proc-macro2", 70 "quote", 71 "syn", 72] 73 74[[package]] 75name = "atomic-waker" 76version = "1.1.2" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 79 80[[package]] 81name = "autocfg" 82version = "1.4.0" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 85 86[[package]] 87name = "backtrace" 88version = "0.3.74" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 91dependencies = [ 92 "addr2line", 93 "cfg-if", 94 "libc", 95 "miniz_oxide", 96 "object", 97 "rustc-demangle", 98 "windows-targets 0.52.6", 99] 100 101[[package]] 102name = "base-x" 103version = "0.2.11" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 106 107[[package]] 108name = "base64" 109version = "0.22.1" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 112 113[[package]] 114name = "bitflags" 115version = "2.9.0" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 118 119[[package]] 120name = "block-buffer" 121version = "0.10.4" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 124dependencies = [ 125 "generic-array", 126] 127 128[[package]] 129name = "bumpalo" 130version = "3.17.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 133 134[[package]] 135name = "byteorder" 136version = "1.5.0" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 139 140[[package]] 141name = "bytes" 142version = "1.10.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 145 146[[package]] 147name = "camino" 148version = "1.1.9" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" 151dependencies = [ 152 "serde", 153] 154 155[[package]] 156name = "cc" 157version = "1.2.20" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a" 160dependencies = [ 161 "shlex", 162] 163 164[[package]] 165name = "cfg-if" 166version = "1.0.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 169 170[[package]] 171name = "chrono" 172version = "0.4.41" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" 175dependencies = [ 176 "android-tzdata", 177 "iana-time-zone", 178 "js-sys", 179 "num-traits", 180 "serde", 181 "wasm-bindgen", 182 "windows-link", 183] 184 185[[package]] 186name = "cid" 187version = "0.11.1" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 190dependencies = [ 191 "core2", 192 "multibase", 193 "multihash", 194 "serde", 195 "serde_bytes", 196 "unsigned-varint", 197] 198 199[[package]] 200name = "core-foundation" 201version = "0.9.4" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 204dependencies = [ 205 "core-foundation-sys", 206 "libc", 207] 208 209[[package]] 210name = "core-foundation-sys" 211version = "0.8.7" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 214 215[[package]] 216name = "core2" 217version = "0.4.0" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 220dependencies = [ 221 "memchr", 222] 223 224[[package]] 225name = "cpufeatures" 226version = "0.2.17" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 229dependencies = [ 230 "libc", 231] 232 233[[package]] 234name = "crossbeam-channel" 235version = "0.5.15" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 238dependencies = [ 239 "crossbeam-utils", 240] 241 242[[package]] 243name = "crossbeam-utils" 244version = "0.8.21" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 247 248[[package]] 249name = "crypto-common" 250version = "0.1.6" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 253dependencies = [ 254 "generic-array", 255 "typenum", 256] 257 258[[package]] 259name = "data-encoding" 260version = "2.9.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 263 264[[package]] 265name = "data-encoding-macro" 266version = "0.1.18" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 269dependencies = [ 270 "data-encoding", 271 "data-encoding-macro-internal", 272] 273 274[[package]] 275name = "data-encoding-macro-internal" 276version = "0.1.16" 277source = "registry+https://github.com/rust-lang/crates.io-index" 278checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 279dependencies = [ 280 "data-encoding", 281 "syn", 282] 283 284[[package]] 285name = "deadpool" 286version = "0.12.2" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "5ed5957ff93768adf7a65ab167a17835c3d2c3c50d084fe305174c112f468e2f" 289dependencies = [ 290 "deadpool-runtime", 291 "num_cpus", 292 "tokio", 293] 294 295[[package]] 296name = "deadpool-postgres" 297version = "0.14.1" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9" 300dependencies = [ 301 "async-trait", 302 "deadpool", 303 "getrandom 0.2.16", 304 "tokio", 305 "tokio-postgres", 306 "tracing", 307] 308 309[[package]] 310name = "deadpool-runtime" 311version = "0.1.4" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" 314dependencies = [ 315 "tokio", 316] 317 318[[package]] 319name = "debug-ignore" 320version = "1.0.5" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21" 323 324[[package]] 325name = "deranged" 326version = "0.4.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" 329dependencies = [ 330 "powerfmt", 331] 332 333[[package]] 334name = "digest" 335version = "0.10.7" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 338dependencies = [ 339 "block-buffer", 340 "crypto-common", 341 "subtle", 342] 343 344[[package]] 345name = "dirs-next" 346version = "2.0.0" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 349dependencies = [ 350 "cfg-if", 351 "dirs-sys-next", 352] 353 354[[package]] 355name = "dirs-sys-next" 356version = "0.1.2" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 359dependencies = [ 360 "libc", 361 "redox_users", 362 "winapi", 363] 364 365[[package]] 366name = "displaydoc" 367version = "0.2.5" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 370dependencies = [ 371 "proc-macro2", 372 "quote", 373 "syn", 374] 375 376[[package]] 377name = "dropshot" 378version = "0.16.0" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "a37c505dad56e0c1fa5ed47e29fab1a1ab2d1a9d93e952024bb47168969705f6" 381dependencies = [ 382 "async-stream", 383 "async-trait", 384 "base64", 385 "bytes", 386 "camino", 387 "chrono", 388 "debug-ignore", 389 "dropshot_endpoint", 390 "form_urlencoded", 391 "futures", 392 "hostname 0.4.1", 393 "http", 394 "http-body-util", 395 "hyper", 396 "hyper-util", 397 "indexmap", 398 "multer", 399 "openapiv3", 400 "paste", 401 "percent-encoding", 402 "rustls 0.22.4", 403 "rustls-pemfile", 404 "schemars", 405 "scopeguard", 406 "semver", 407 "serde", 408 "serde_json", 409 "serde_path_to_error", 410 "serde_urlencoded", 411 "sha1", 412 "slog", 413 "slog-async", 414 "slog-bunyan", 415 "slog-json", 416 "slog-term", 417 "thiserror 2.0.12", 418 "tokio", 419 "tokio-rustls 0.25.0", 420 "toml", 421 "uuid", 422 "version_check", 423 "waitgroup", 424] 425 426[[package]] 427name = "dropshot_endpoint" 428version = "0.16.0" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "8b1a6db3728f0195e3ad62807649913aaba06d45421e883416e555e51464ef67" 431dependencies = [ 432 "heck", 433 "proc-macro2", 434 "quote", 435 "semver", 436 "serde", 437 "serde_tokenstream", 438 "syn", 439] 440 441[[package]] 442name = "dyn-clone" 443version = "1.0.19" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" 446 447[[package]] 448name = "encoding_rs" 449version = "0.8.35" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 452dependencies = [ 453 "cfg-if", 454] 455 456[[package]] 457name = "equivalent" 458version = "1.0.2" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 461 462[[package]] 463name = "errno" 464version = "0.3.11" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" 467dependencies = [ 468 "libc", 469 "windows-sys 0.59.0", 470] 471 472[[package]] 473name = "eyre" 474version = "0.6.12" 475source = "registry+https://github.com/rust-lang/crates.io-index" 476checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 477dependencies = [ 478 "indenter", 479 "once_cell", 480] 481 482[[package]] 483name = "fallible-iterator" 484version = "0.2.0" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" 487 488[[package]] 489name = "fastrand" 490version = "2.3.0" 491source = "registry+https://github.com/rust-lang/crates.io-index" 492checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 493 494[[package]] 495name = "fnv" 496version = "1.0.7" 497source = "registry+https://github.com/rust-lang/crates.io-index" 498checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 499 500[[package]] 501name = "foreign-types" 502version = "0.3.2" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 505dependencies = [ 506 "foreign-types-shared", 507] 508 509[[package]] 510name = "foreign-types-shared" 511version = "0.1.1" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 514 515[[package]] 516name = "form_urlencoded" 517version = "1.2.1" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 520dependencies = [ 521 "percent-encoding", 522] 523 524[[package]] 525name = "futures" 526version = "0.3.31" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 529dependencies = [ 530 "futures-channel", 531 "futures-core", 532 "futures-executor", 533 "futures-io", 534 "futures-sink", 535 "futures-task", 536 "futures-util", 537] 538 539[[package]] 540name = "futures-channel" 541version = "0.3.31" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 544dependencies = [ 545 "futures-core", 546 "futures-sink", 547] 548 549[[package]] 550name = "futures-core" 551version = "0.3.31" 552source = "registry+https://github.com/rust-lang/crates.io-index" 553checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 554 555[[package]] 556name = "futures-executor" 557version = "0.3.31" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 560dependencies = [ 561 "futures-core", 562 "futures-task", 563 "futures-util", 564] 565 566[[package]] 567name = "futures-io" 568version = "0.3.31" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 571 572[[package]] 573name = "futures-macro" 574version = "0.3.31" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 577dependencies = [ 578 "proc-macro2", 579 "quote", 580 "syn", 581] 582 583[[package]] 584name = "futures-sink" 585version = "0.3.31" 586source = "registry+https://github.com/rust-lang/crates.io-index" 587checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 588 589[[package]] 590name = "futures-task" 591version = "0.3.31" 592source = "registry+https://github.com/rust-lang/crates.io-index" 593checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 594 595[[package]] 596name = "futures-util" 597version = "0.3.31" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 600dependencies = [ 601 "futures-channel", 602 "futures-core", 603 "futures-io", 604 "futures-macro", 605 "futures-sink", 606 "futures-task", 607 "memchr", 608 "pin-project-lite", 609 "pin-utils", 610 "slab", 611] 612 613[[package]] 614name = "generic-array" 615version = "0.14.7" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 618dependencies = [ 619 "typenum", 620 "version_check", 621] 622 623[[package]] 624name = "getrandom" 625version = "0.2.16" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 628dependencies = [ 629 "cfg-if", 630 "js-sys", 631 "libc", 632 "wasi 0.11.0+wasi-snapshot-preview1", 633 "wasm-bindgen", 634] 635 636[[package]] 637name = "getrandom" 638version = "0.3.2" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 641dependencies = [ 642 "cfg-if", 643 "libc", 644 "r-efi", 645 "wasi 0.14.2+wasi-0.2.4", 646] 647 648[[package]] 649name = "gimli" 650version = "0.31.1" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 653 654[[package]] 655name = "h2" 656version = "0.4.9" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "75249d144030531f8dee69fe9cea04d3edf809a017ae445e2abdff6629e86633" 659dependencies = [ 660 "atomic-waker", 661 "bytes", 662 "fnv", 663 "futures-core", 664 "futures-sink", 665 "http", 666 "indexmap", 667 "slab", 668 "tokio", 669 "tokio-util", 670 "tracing", 671] 672 673[[package]] 674name = "hashbrown" 675version = "0.15.2" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 678 679[[package]] 680name = "heck" 681version = "0.5.0" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 684 685[[package]] 686name = "hermit-abi" 687version = "0.3.9" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 690 691[[package]] 692name = "hermit-abi" 693version = "0.5.0" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e" 696 697[[package]] 698name = "hmac" 699version = "0.12.1" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 702dependencies = [ 703 "digest", 704] 705 706[[package]] 707name = "hostname" 708version = "0.3.1" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 711dependencies = [ 712 "libc", 713 "match_cfg", 714 "winapi", 715] 716 717[[package]] 718name = "hostname" 719version = "0.4.1" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65" 722dependencies = [ 723 "cfg-if", 724 "libc", 725 "windows-link", 726] 727 728[[package]] 729name = "http" 730version = "1.3.1" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 733dependencies = [ 734 "bytes", 735 "fnv", 736 "itoa", 737] 738 739[[package]] 740name = "http-body" 741version = "1.0.1" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 744dependencies = [ 745 "bytes", 746 "http", 747] 748 749[[package]] 750name = "http-body-util" 751version = "0.1.3" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 754dependencies = [ 755 "bytes", 756 "futures-core", 757 "http", 758 "http-body", 759 "pin-project-lite", 760] 761 762[[package]] 763name = "httparse" 764version = "1.10.1" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 767 768[[package]] 769name = "httpdate" 770version = "1.0.3" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 773 774[[package]] 775name = "hyper" 776version = "1.6.0" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 779dependencies = [ 780 "bytes", 781 "futures-channel", 782 "futures-util", 783 "h2", 784 "http", 785 "http-body", 786 "httparse", 787 "httpdate", 788 "itoa", 789 "pin-project-lite", 790 "smallvec", 791 "tokio", 792 "want", 793] 794 795[[package]] 796name = "hyper-rustls" 797version = "0.27.5" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 800dependencies = [ 801 "futures-util", 802 "http", 803 "hyper", 804 "hyper-util", 805 "rustls 0.23.26", 806 "rustls-pki-types", 807 "tokio", 808 "tokio-rustls 0.26.2", 809 "tower-service", 810] 811 812[[package]] 813name = "hyper-tls" 814version = "0.6.0" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 817dependencies = [ 818 "bytes", 819 "http-body-util", 820 "hyper", 821 "hyper-util", 822 "native-tls", 823 "tokio", 824 "tokio-native-tls", 825 "tower-service", 826] 827 828[[package]] 829name = "hyper-util" 830version = "0.1.11" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2" 833dependencies = [ 834 "bytes", 835 "futures-channel", 836 "futures-util", 837 "http", 838 "http-body", 839 "hyper", 840 "libc", 841 "pin-project-lite", 842 "socket2", 843 "tokio", 844 "tower-service", 845 "tracing", 846] 847 848[[package]] 849name = "iana-time-zone" 850version = "0.1.63" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" 853dependencies = [ 854 "android_system_properties", 855 "core-foundation-sys", 856 "iana-time-zone-haiku", 857 "js-sys", 858 "log", 859 "wasm-bindgen", 860 "windows-core", 861] 862 863[[package]] 864name = "iana-time-zone-haiku" 865version = "0.1.2" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 868dependencies = [ 869 "cc", 870] 871 872[[package]] 873name = "icu_collections" 874version = "1.5.0" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 877dependencies = [ 878 "displaydoc", 879 "yoke", 880 "zerofrom", 881 "zerovec", 882] 883 884[[package]] 885name = "icu_locid" 886version = "1.5.0" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 889dependencies = [ 890 "displaydoc", 891 "litemap", 892 "tinystr", 893 "writeable", 894 "zerovec", 895] 896 897[[package]] 898name = "icu_locid_transform" 899version = "1.5.0" 900source = "registry+https://github.com/rust-lang/crates.io-index" 901checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 902dependencies = [ 903 "displaydoc", 904 "icu_locid", 905 "icu_locid_transform_data", 906 "icu_provider", 907 "tinystr", 908 "zerovec", 909] 910 911[[package]] 912name = "icu_locid_transform_data" 913version = "1.5.1" 914source = "registry+https://github.com/rust-lang/crates.io-index" 915checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d" 916 917[[package]] 918name = "icu_normalizer" 919version = "1.5.0" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 922dependencies = [ 923 "displaydoc", 924 "icu_collections", 925 "icu_normalizer_data", 926 "icu_properties", 927 "icu_provider", 928 "smallvec", 929 "utf16_iter", 930 "utf8_iter", 931 "write16", 932 "zerovec", 933] 934 935[[package]] 936name = "icu_normalizer_data" 937version = "1.5.1" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7" 940 941[[package]] 942name = "icu_properties" 943version = "1.5.1" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 946dependencies = [ 947 "displaydoc", 948 "icu_collections", 949 "icu_locid_transform", 950 "icu_properties_data", 951 "icu_provider", 952 "tinystr", 953 "zerovec", 954] 955 956[[package]] 957name = "icu_properties_data" 958version = "1.5.1" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2" 961 962[[package]] 963name = "icu_provider" 964version = "1.5.0" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 967dependencies = [ 968 "displaydoc", 969 "icu_locid", 970 "icu_provider_macros", 971 "stable_deref_trait", 972 "tinystr", 973 "writeable", 974 "yoke", 975 "zerofrom", 976 "zerovec", 977] 978 979[[package]] 980name = "icu_provider_macros" 981version = "1.5.0" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 984dependencies = [ 985 "proc-macro2", 986 "quote", 987 "syn", 988] 989 990[[package]] 991name = "idna" 992version = "1.0.3" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 995dependencies = [ 996 "idna_adapter", 997 "smallvec", 998 "utf8_iter", 999] 1000 1001[[package]] 1002name = "idna_adapter" 1003version = "1.2.0" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1006dependencies = [ 1007 "icu_normalizer", 1008 "icu_properties", 1009] 1010 1011[[package]] 1012name = "indenter" 1013version = "0.3.3" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" 1016 1017[[package]] 1018name = "indexmap" 1019version = "2.9.0" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" 1022dependencies = [ 1023 "equivalent", 1024 "hashbrown", 1025 "serde", 1026] 1027 1028[[package]] 1029name = "ipld-core" 1030version = "0.4.2" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1033dependencies = [ 1034 "cid", 1035 "serde", 1036 "serde_bytes", 1037] 1038 1039[[package]] 1040name = "ipnet" 1041version = "2.11.0" 1042source = "registry+https://github.com/rust-lang/crates.io-index" 1043checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1044 1045[[package]] 1046name = "is-terminal" 1047version = "0.4.16" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" 1050dependencies = [ 1051 "hermit-abi 0.5.0", 1052 "libc", 1053 "windows-sys 0.59.0", 1054] 1055 1056[[package]] 1057name = "itoa" 1058version = "1.0.15" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1061 1062[[package]] 1063name = "js-sys" 1064version = "0.3.77" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1067dependencies = [ 1068 "once_cell", 1069 "wasm-bindgen", 1070] 1071 1072[[package]] 1073name = "lazy_static" 1074version = "1.5.0" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1077 1078[[package]] 1079name = "libc" 1080version = "0.2.172" 1081source = "registry+https://github.com/rust-lang/crates.io-index" 1082checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 1083 1084[[package]] 1085name = "libredox" 1086version = "0.1.3" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 1089dependencies = [ 1090 "bitflags", 1091 "libc", 1092] 1093 1094[[package]] 1095name = "linux-raw-sys" 1096version = "0.9.4" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12" 1099 1100[[package]] 1101name = "litemap" 1102version = "0.7.5" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 1105 1106[[package]] 1107name = "lock_api" 1108version = "0.4.12" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1111dependencies = [ 1112 "autocfg", 1113 "scopeguard", 1114] 1115 1116[[package]] 1117name = "log" 1118version = "0.4.27" 1119source = "registry+https://github.com/rust-lang/crates.io-index" 1120checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 1121 1122[[package]] 1123name = "match_cfg" 1124version = "0.1.0" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 1127 1128[[package]] 1129name = "md-5" 1130version = "0.10.6" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1133dependencies = [ 1134 "cfg-if", 1135 "digest", 1136] 1137 1138[[package]] 1139name = "memchr" 1140version = "2.7.4" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1143 1144[[package]] 1145name = "mime" 1146version = "0.3.17" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1149 1150[[package]] 1151name = "miniz_oxide" 1152version = "0.8.8" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a" 1155dependencies = [ 1156 "adler2", 1157] 1158 1159[[package]] 1160name = "mio" 1161version = "1.0.3" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 1164dependencies = [ 1165 "libc", 1166 "wasi 0.11.0+wasi-snapshot-preview1", 1167 "windows-sys 0.52.0", 1168] 1169 1170[[package]] 1171name = "multer" 1172version = "3.1.0" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 1175dependencies = [ 1176 "bytes", 1177 "encoding_rs", 1178 "futures-util", 1179 "http", 1180 "httparse", 1181 "memchr", 1182 "mime", 1183 "spin", 1184 "version_check", 1185] 1186 1187[[package]] 1188name = "multibase" 1189version = "0.9.1" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1192dependencies = [ 1193 "base-x", 1194 "data-encoding", 1195 "data-encoding-macro", 1196] 1197 1198[[package]] 1199name = "multihash" 1200version = "0.19.3" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1203dependencies = [ 1204 "core2", 1205 "serde", 1206 "unsigned-varint", 1207] 1208 1209[[package]] 1210name = "native-tls" 1211version = "0.2.14" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1214dependencies = [ 1215 "libc", 1216 "log", 1217 "openssl", 1218 "openssl-probe", 1219 "openssl-sys", 1220 "schannel", 1221 "security-framework", 1222 "security-framework-sys", 1223 "tempfile", 1224] 1225 1226[[package]] 1227name = "num-conv" 1228version = "0.1.0" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1231 1232[[package]] 1233name = "num-traits" 1234version = "0.2.19" 1235source = "registry+https://github.com/rust-lang/crates.io-index" 1236checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1237dependencies = [ 1238 "autocfg", 1239] 1240 1241[[package]] 1242name = "num_cpus" 1243version = "1.16.0" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1246dependencies = [ 1247 "hermit-abi 0.3.9", 1248 "libc", 1249] 1250 1251[[package]] 1252name = "num_threads" 1253version = "0.1.7" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 1256dependencies = [ 1257 "libc", 1258] 1259 1260[[package]] 1261name = "object" 1262version = "0.36.7" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 1265dependencies = [ 1266 "memchr", 1267] 1268 1269[[package]] 1270name = "once_cell" 1271version = "1.21.3" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1274 1275[[package]] 1276name = "openapiv3" 1277version = "2.0.0" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "cc02deea53ffe807708244e5914f6b099ad7015a207ee24317c22112e17d9c5c" 1280dependencies = [ 1281 "indexmap", 1282 "serde", 1283 "serde_json", 1284] 1285 1286[[package]] 1287name = "openssl" 1288version = "0.10.72" 1289source = "registry+https://github.com/rust-lang/crates.io-index" 1290checksum = "fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da" 1291dependencies = [ 1292 "bitflags", 1293 "cfg-if", 1294 "foreign-types", 1295 "libc", 1296 "once_cell", 1297 "openssl-macros", 1298 "openssl-sys", 1299] 1300 1301[[package]] 1302name = "openssl-macros" 1303version = "0.1.1" 1304source = "registry+https://github.com/rust-lang/crates.io-index" 1305checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1306dependencies = [ 1307 "proc-macro2", 1308 "quote", 1309 "syn", 1310] 1311 1312[[package]] 1313name = "openssl-probe" 1314version = "0.1.6" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1317 1318[[package]] 1319name = "openssl-sys" 1320version = "0.9.107" 1321source = "registry+https://github.com/rust-lang/crates.io-index" 1322checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07" 1323dependencies = [ 1324 "cc", 1325 "libc", 1326 "pkg-config", 1327 "vcpkg", 1328] 1329 1330[[package]] 1331name = "parking_lot" 1332version = "0.12.3" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1335dependencies = [ 1336 "lock_api", 1337 "parking_lot_core", 1338] 1339 1340[[package]] 1341name = "parking_lot_core" 1342version = "0.9.10" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1345dependencies = [ 1346 "cfg-if", 1347 "libc", 1348 "redox_syscall", 1349 "smallvec", 1350 "windows-targets 0.52.6", 1351] 1352 1353[[package]] 1354name = "paste" 1355version = "1.0.15" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1358 1359[[package]] 1360name = "percent-encoding" 1361version = "2.3.1" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1364 1365[[package]] 1366name = "phf" 1367version = "0.11.3" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1370dependencies = [ 1371 "phf_shared", 1372] 1373 1374[[package]] 1375name = "phf_shared" 1376version = "0.11.3" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1379dependencies = [ 1380 "siphasher", 1381] 1382 1383[[package]] 1384name = "pin-project-lite" 1385version = "0.2.16" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1388 1389[[package]] 1390name = "pin-utils" 1391version = "0.1.0" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1394 1395[[package]] 1396name = "pkg-config" 1397version = "0.3.32" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1400 1401[[package]] 1402name = "plc-mirror" 1403version = "0.1.0" 1404dependencies = [ 1405 "chrono", 1406 "deadpool-postgres", 1407 "dropshot", 1408 "eyre", 1409 "hyper", 1410 "ipld-core", 1411 "reqwest", 1412 "schemars", 1413 "serde", 1414 "serde_json", 1415 "slog", 1416 "slog-scope", 1417 "slog-stdlog", 1418 "tokio", 1419 "tokio-postgres", 1420] 1421 1422[[package]] 1423name = "postgres-protocol" 1424version = "0.6.8" 1425source = "registry+https://github.com/rust-lang/crates.io-index" 1426checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54" 1427dependencies = [ 1428 "base64", 1429 "byteorder", 1430 "bytes", 1431 "fallible-iterator", 1432 "hmac", 1433 "md-5", 1434 "memchr", 1435 "rand", 1436 "sha2", 1437 "stringprep", 1438] 1439 1440[[package]] 1441name = "postgres-types" 1442version = "0.2.9" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48" 1445dependencies = [ 1446 "bytes", 1447 "chrono", 1448 "fallible-iterator", 1449 "postgres-protocol", 1450 "serde", 1451 "serde_json", 1452] 1453 1454[[package]] 1455name = "powerfmt" 1456version = "0.2.0" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1459 1460[[package]] 1461name = "ppv-lite86" 1462version = "0.2.21" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1465dependencies = [ 1466 "zerocopy", 1467] 1468 1469[[package]] 1470name = "proc-macro2" 1471version = "1.0.95" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 1474dependencies = [ 1475 "unicode-ident", 1476] 1477 1478[[package]] 1479name = "quote" 1480version = "1.0.40" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 1483dependencies = [ 1484 "proc-macro2", 1485] 1486 1487[[package]] 1488name = "r-efi" 1489version = "5.2.0" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 1492 1493[[package]] 1494name = "rand" 1495version = "0.9.1" 1496source = "registry+https://github.com/rust-lang/crates.io-index" 1497checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" 1498dependencies = [ 1499 "rand_chacha", 1500 "rand_core", 1501] 1502 1503[[package]] 1504name = "rand_chacha" 1505version = "0.9.0" 1506source = "registry+https://github.com/rust-lang/crates.io-index" 1507checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1508dependencies = [ 1509 "ppv-lite86", 1510 "rand_core", 1511] 1512 1513[[package]] 1514name = "rand_core" 1515version = "0.9.3" 1516source = "registry+https://github.com/rust-lang/crates.io-index" 1517checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1518dependencies = [ 1519 "getrandom 0.3.2", 1520] 1521 1522[[package]] 1523name = "redox_syscall" 1524version = "0.5.11" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3" 1527dependencies = [ 1528 "bitflags", 1529] 1530 1531[[package]] 1532name = "redox_users" 1533version = "0.4.6" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1536dependencies = [ 1537 "getrandom 0.2.16", 1538 "libredox", 1539 "thiserror 1.0.69", 1540] 1541 1542[[package]] 1543name = "reqwest" 1544version = "0.12.15" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" 1547dependencies = [ 1548 "base64", 1549 "bytes", 1550 "encoding_rs", 1551 "futures-core", 1552 "futures-util", 1553 "h2", 1554 "http", 1555 "http-body", 1556 "http-body-util", 1557 "hyper", 1558 "hyper-rustls", 1559 "hyper-tls", 1560 "hyper-util", 1561 "ipnet", 1562 "js-sys", 1563 "log", 1564 "mime", 1565 "native-tls", 1566 "once_cell", 1567 "percent-encoding", 1568 "pin-project-lite", 1569 "rustls-pemfile", 1570 "serde", 1571 "serde_json", 1572 "serde_urlencoded", 1573 "sync_wrapper", 1574 "system-configuration", 1575 "tokio", 1576 "tokio-native-tls", 1577 "tower", 1578 "tower-service", 1579 "url", 1580 "wasm-bindgen", 1581 "wasm-bindgen-futures", 1582 "web-sys", 1583 "windows-registry", 1584] 1585 1586[[package]] 1587name = "ring" 1588version = "0.17.14" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1591dependencies = [ 1592 "cc", 1593 "cfg-if", 1594 "getrandom 0.2.16", 1595 "libc", 1596 "untrusted", 1597 "windows-sys 0.52.0", 1598] 1599 1600[[package]] 1601name = "rustc-demangle" 1602version = "0.1.24" 1603source = "registry+https://github.com/rust-lang/crates.io-index" 1604checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1605 1606[[package]] 1607name = "rustix" 1608version = "1.0.5" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" 1611dependencies = [ 1612 "bitflags", 1613 "errno", 1614 "libc", 1615 "linux-raw-sys", 1616 "windows-sys 0.59.0", 1617] 1618 1619[[package]] 1620name = "rustls" 1621version = "0.22.4" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 1624dependencies = [ 1625 "log", 1626 "ring", 1627 "rustls-pki-types", 1628 "rustls-webpki 0.102.8", 1629 "subtle", 1630 "zeroize", 1631] 1632 1633[[package]] 1634name = "rustls" 1635version = "0.23.26" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0" 1638dependencies = [ 1639 "once_cell", 1640 "rustls-pki-types", 1641 "rustls-webpki 0.103.1", 1642 "subtle", 1643 "zeroize", 1644] 1645 1646[[package]] 1647name = "rustls-pemfile" 1648version = "2.2.0" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 1651dependencies = [ 1652 "rustls-pki-types", 1653] 1654 1655[[package]] 1656name = "rustls-pki-types" 1657version = "1.11.0" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 1660 1661[[package]] 1662name = "rustls-webpki" 1663version = "0.102.8" 1664source = "registry+https://github.com/rust-lang/crates.io-index" 1665checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 1666dependencies = [ 1667 "ring", 1668 "rustls-pki-types", 1669 "untrusted", 1670] 1671 1672[[package]] 1673name = "rustls-webpki" 1674version = "0.103.1" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03" 1677dependencies = [ 1678 "ring", 1679 "rustls-pki-types", 1680 "untrusted", 1681] 1682 1683[[package]] 1684name = "rustversion" 1685version = "1.0.20" 1686source = "registry+https://github.com/rust-lang/crates.io-index" 1687checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 1688 1689[[package]] 1690name = "ryu" 1691version = "1.0.20" 1692source = "registry+https://github.com/rust-lang/crates.io-index" 1693checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1694 1695[[package]] 1696name = "schannel" 1697version = "0.1.27" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 1700dependencies = [ 1701 "windows-sys 0.59.0", 1702] 1703 1704[[package]] 1705name = "schemars" 1706version = "0.8.22" 1707source = "registry+https://github.com/rust-lang/crates.io-index" 1708checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615" 1709dependencies = [ 1710 "chrono", 1711 "dyn-clone", 1712 "schemars_derive", 1713 "serde", 1714 "serde_json", 1715 "uuid", 1716] 1717 1718[[package]] 1719name = "schemars_derive" 1720version = "0.8.22" 1721source = "registry+https://github.com/rust-lang/crates.io-index" 1722checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d" 1723dependencies = [ 1724 "proc-macro2", 1725 "quote", 1726 "serde_derive_internals", 1727 "syn", 1728] 1729 1730[[package]] 1731name = "scopeguard" 1732version = "1.2.0" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1735 1736[[package]] 1737name = "security-framework" 1738version = "2.11.1" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1741dependencies = [ 1742 "bitflags", 1743 "core-foundation", 1744 "core-foundation-sys", 1745 "libc", 1746 "security-framework-sys", 1747] 1748 1749[[package]] 1750name = "security-framework-sys" 1751version = "2.14.0" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 1754dependencies = [ 1755 "core-foundation-sys", 1756 "libc", 1757] 1758 1759[[package]] 1760name = "semver" 1761version = "1.0.26" 1762source = "registry+https://github.com/rust-lang/crates.io-index" 1763checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" 1764 1765[[package]] 1766name = "serde" 1767version = "1.0.219" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 1770dependencies = [ 1771 "serde_derive", 1772] 1773 1774[[package]] 1775name = "serde_bytes" 1776version = "0.11.17" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" 1779dependencies = [ 1780 "serde", 1781] 1782 1783[[package]] 1784name = "serde_derive" 1785version = "1.0.219" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 1788dependencies = [ 1789 "proc-macro2", 1790 "quote", 1791 "syn", 1792] 1793 1794[[package]] 1795name = "serde_derive_internals" 1796version = "0.29.1" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" 1799dependencies = [ 1800 "proc-macro2", 1801 "quote", 1802 "syn", 1803] 1804 1805[[package]] 1806name = "serde_json" 1807version = "1.0.140" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 1810dependencies = [ 1811 "itoa", 1812 "memchr", 1813 "ryu", 1814 "serde", 1815] 1816 1817[[package]] 1818name = "serde_path_to_error" 1819version = "0.1.17" 1820source = "registry+https://github.com/rust-lang/crates.io-index" 1821checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a" 1822dependencies = [ 1823 "itoa", 1824 "serde", 1825] 1826 1827[[package]] 1828name = "serde_spanned" 1829version = "0.6.8" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 1832dependencies = [ 1833 "serde", 1834] 1835 1836[[package]] 1837name = "serde_tokenstream" 1838version = "0.2.2" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1" 1841dependencies = [ 1842 "proc-macro2", 1843 "quote", 1844 "serde", 1845 "syn", 1846] 1847 1848[[package]] 1849name = "serde_urlencoded" 1850version = "0.7.1" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1853dependencies = [ 1854 "form_urlencoded", 1855 "itoa", 1856 "ryu", 1857 "serde", 1858] 1859 1860[[package]] 1861name = "sha1" 1862version = "0.10.6" 1863source = "registry+https://github.com/rust-lang/crates.io-index" 1864checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 1865dependencies = [ 1866 "cfg-if", 1867 "cpufeatures", 1868 "digest", 1869] 1870 1871[[package]] 1872name = "sha2" 1873version = "0.10.9" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1876dependencies = [ 1877 "cfg-if", 1878 "cpufeatures", 1879 "digest", 1880] 1881 1882[[package]] 1883name = "shlex" 1884version = "1.3.0" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1887 1888[[package]] 1889name = "signal-hook-registry" 1890version = "1.4.5" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" 1893dependencies = [ 1894 "libc", 1895] 1896 1897[[package]] 1898name = "siphasher" 1899version = "1.0.1" 1900source = "registry+https://github.com/rust-lang/crates.io-index" 1901checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 1902 1903[[package]] 1904name = "slab" 1905version = "0.4.9" 1906source = "registry+https://github.com/rust-lang/crates.io-index" 1907checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 1908dependencies = [ 1909 "autocfg", 1910] 1911 1912[[package]] 1913name = "slog" 1914version = "2.7.0" 1915source = "registry+https://github.com/rust-lang/crates.io-index" 1916checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06" 1917 1918[[package]] 1919name = "slog-async" 1920version = "2.8.0" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84" 1923dependencies = [ 1924 "crossbeam-channel", 1925 "slog", 1926 "take_mut", 1927 "thread_local", 1928] 1929 1930[[package]] 1931name = "slog-bunyan" 1932version = "2.5.0" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190" 1935dependencies = [ 1936 "hostname 0.3.1", 1937 "slog", 1938 "slog-json", 1939 "time", 1940] 1941 1942[[package]] 1943name = "slog-json" 1944version = "2.6.1" 1945source = "registry+https://github.com/rust-lang/crates.io-index" 1946checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219" 1947dependencies = [ 1948 "serde", 1949 "serde_json", 1950 "slog", 1951 "time", 1952] 1953 1954[[package]] 1955name = "slog-scope" 1956version = "4.4.0" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786" 1959dependencies = [ 1960 "arc-swap", 1961 "lazy_static", 1962 "slog", 1963] 1964 1965[[package]] 1966name = "slog-stdlog" 1967version = "4.1.1" 1968source = "registry+https://github.com/rust-lang/crates.io-index" 1969checksum = "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e" 1970dependencies = [ 1971 "log", 1972 "slog", 1973 "slog-scope", 1974] 1975 1976[[package]] 1977name = "slog-term" 1978version = "2.9.1" 1979source = "registry+https://github.com/rust-lang/crates.io-index" 1980checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8" 1981dependencies = [ 1982 "is-terminal", 1983 "slog", 1984 "term", 1985 "thread_local", 1986 "time", 1987] 1988 1989[[package]] 1990name = "smallvec" 1991version = "1.15.0" 1992source = "registry+https://github.com/rust-lang/crates.io-index" 1993checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" 1994 1995[[package]] 1996name = "socket2" 1997version = "0.5.9" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" 2000dependencies = [ 2001 "libc", 2002 "windows-sys 0.52.0", 2003] 2004 2005[[package]] 2006name = "spin" 2007version = "0.9.8" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2010 2011[[package]] 2012name = "stable_deref_trait" 2013version = "1.2.0" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2016 2017[[package]] 2018name = "stringprep" 2019version = "0.1.5" 2020source = "registry+https://github.com/rust-lang/crates.io-index" 2021checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 2022dependencies = [ 2023 "unicode-bidi", 2024 "unicode-normalization", 2025 "unicode-properties", 2026] 2027 2028[[package]] 2029name = "subtle" 2030version = "2.6.1" 2031source = "registry+https://github.com/rust-lang/crates.io-index" 2032checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2033 2034[[package]] 2035name = "syn" 2036version = "2.0.101" 2037source = "registry+https://github.com/rust-lang/crates.io-index" 2038checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 2039dependencies = [ 2040 "proc-macro2", 2041 "quote", 2042 "unicode-ident", 2043] 2044 2045[[package]] 2046name = "sync_wrapper" 2047version = "1.0.2" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2050dependencies = [ 2051 "futures-core", 2052] 2053 2054[[package]] 2055name = "synstructure" 2056version = "0.13.2" 2057source = "registry+https://github.com/rust-lang/crates.io-index" 2058checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2059dependencies = [ 2060 "proc-macro2", 2061 "quote", 2062 "syn", 2063] 2064 2065[[package]] 2066name = "system-configuration" 2067version = "0.6.1" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2070dependencies = [ 2071 "bitflags", 2072 "core-foundation", 2073 "system-configuration-sys", 2074] 2075 2076[[package]] 2077name = "system-configuration-sys" 2078version = "0.6.0" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2081dependencies = [ 2082 "core-foundation-sys", 2083 "libc", 2084] 2085 2086[[package]] 2087name = "take_mut" 2088version = "0.2.2" 2089source = "registry+https://github.com/rust-lang/crates.io-index" 2090checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" 2091 2092[[package]] 2093name = "tempfile" 2094version = "3.19.1" 2095source = "registry+https://github.com/rust-lang/crates.io-index" 2096checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 2097dependencies = [ 2098 "fastrand", 2099 "getrandom 0.3.2", 2100 "once_cell", 2101 "rustix", 2102 "windows-sys 0.59.0", 2103] 2104 2105[[package]] 2106name = "term" 2107version = "0.7.0" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 2110dependencies = [ 2111 "dirs-next", 2112 "rustversion", 2113 "winapi", 2114] 2115 2116[[package]] 2117name = "thiserror" 2118version = "1.0.69" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2121dependencies = [ 2122 "thiserror-impl 1.0.69", 2123] 2124 2125[[package]] 2126name = "thiserror" 2127version = "2.0.12" 2128source = "registry+https://github.com/rust-lang/crates.io-index" 2129checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 2130dependencies = [ 2131 "thiserror-impl 2.0.12", 2132] 2133 2134[[package]] 2135name = "thiserror-impl" 2136version = "1.0.69" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2139dependencies = [ 2140 "proc-macro2", 2141 "quote", 2142 "syn", 2143] 2144 2145[[package]] 2146name = "thiserror-impl" 2147version = "2.0.12" 2148source = "registry+https://github.com/rust-lang/crates.io-index" 2149checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 2150dependencies = [ 2151 "proc-macro2", 2152 "quote", 2153 "syn", 2154] 2155 2156[[package]] 2157name = "thread_local" 2158version = "1.1.8" 2159source = "registry+https://github.com/rust-lang/crates.io-index" 2160checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2161dependencies = [ 2162 "cfg-if", 2163 "once_cell", 2164] 2165 2166[[package]] 2167name = "time" 2168version = "0.3.41" 2169source = "registry+https://github.com/rust-lang/crates.io-index" 2170checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" 2171dependencies = [ 2172 "deranged", 2173 "itoa", 2174 "libc", 2175 "num-conv", 2176 "num_threads", 2177 "powerfmt", 2178 "serde", 2179 "time-core", 2180 "time-macros", 2181] 2182 2183[[package]] 2184name = "time-core" 2185version = "0.1.4" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" 2188 2189[[package]] 2190name = "time-macros" 2191version = "0.2.22" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" 2194dependencies = [ 2195 "num-conv", 2196 "time-core", 2197] 2198 2199[[package]] 2200name = "tinystr" 2201version = "0.7.6" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 2204dependencies = [ 2205 "displaydoc", 2206 "zerovec", 2207] 2208 2209[[package]] 2210name = "tinyvec" 2211version = "1.9.0" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" 2214dependencies = [ 2215 "tinyvec_macros", 2216] 2217 2218[[package]] 2219name = "tinyvec_macros" 2220version = "0.1.1" 2221source = "registry+https://github.com/rust-lang/crates.io-index" 2222checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2223 2224[[package]] 2225name = "tokio" 2226version = "1.44.2" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 2229dependencies = [ 2230 "backtrace", 2231 "bytes", 2232 "libc", 2233 "mio", 2234 "parking_lot", 2235 "pin-project-lite", 2236 "signal-hook-registry", 2237 "socket2", 2238 "tokio-macros", 2239 "windows-sys 0.52.0", 2240] 2241 2242[[package]] 2243name = "tokio-macros" 2244version = "2.5.0" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2247dependencies = [ 2248 "proc-macro2", 2249 "quote", 2250 "syn", 2251] 2252 2253[[package]] 2254name = "tokio-native-tls" 2255version = "0.3.1" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2258dependencies = [ 2259 "native-tls", 2260 "tokio", 2261] 2262 2263[[package]] 2264name = "tokio-postgres" 2265version = "0.7.13" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "6c95d533c83082bb6490e0189acaa0bbeef9084e60471b696ca6988cd0541fb0" 2268dependencies = [ 2269 "async-trait", 2270 "byteorder", 2271 "bytes", 2272 "fallible-iterator", 2273 "futures-channel", 2274 "futures-util", 2275 "log", 2276 "parking_lot", 2277 "percent-encoding", 2278 "phf", 2279 "pin-project-lite", 2280 "postgres-protocol", 2281 "postgres-types", 2282 "rand", 2283 "socket2", 2284 "tokio", 2285 "tokio-util", 2286 "whoami", 2287] 2288 2289[[package]] 2290name = "tokio-rustls" 2291version = "0.25.0" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 2294dependencies = [ 2295 "rustls 0.22.4", 2296 "rustls-pki-types", 2297 "tokio", 2298] 2299 2300[[package]] 2301name = "tokio-rustls" 2302version = "0.26.2" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 2305dependencies = [ 2306 "rustls 0.23.26", 2307 "tokio", 2308] 2309 2310[[package]] 2311name = "tokio-util" 2312version = "0.7.15" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" 2315dependencies = [ 2316 "bytes", 2317 "futures-core", 2318 "futures-sink", 2319 "pin-project-lite", 2320 "tokio", 2321] 2322 2323[[package]] 2324name = "toml" 2325version = "0.8.22" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae" 2328dependencies = [ 2329 "serde", 2330 "serde_spanned", 2331 "toml_datetime", 2332 "toml_edit", 2333] 2334 2335[[package]] 2336name = "toml_datetime" 2337version = "0.6.9" 2338source = "registry+https://github.com/rust-lang/crates.io-index" 2339checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3" 2340dependencies = [ 2341 "serde", 2342] 2343 2344[[package]] 2345name = "toml_edit" 2346version = "0.22.26" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e" 2349dependencies = [ 2350 "indexmap", 2351 "serde", 2352 "serde_spanned", 2353 "toml_datetime", 2354 "toml_write", 2355 "winnow", 2356] 2357 2358[[package]] 2359name = "toml_write" 2360version = "0.1.1" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076" 2363 2364[[package]] 2365name = "tower" 2366version = "0.5.2" 2367source = "registry+https://github.com/rust-lang/crates.io-index" 2368checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2369dependencies = [ 2370 "futures-core", 2371 "futures-util", 2372 "pin-project-lite", 2373 "sync_wrapper", 2374 "tokio", 2375 "tower-layer", 2376 "tower-service", 2377] 2378 2379[[package]] 2380name = "tower-layer" 2381version = "0.3.3" 2382source = "registry+https://github.com/rust-lang/crates.io-index" 2383checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2384 2385[[package]] 2386name = "tower-service" 2387version = "0.3.3" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2390 2391[[package]] 2392name = "tracing" 2393version = "0.1.41" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2396dependencies = [ 2397 "pin-project-lite", 2398 "tracing-attributes", 2399 "tracing-core", 2400] 2401 2402[[package]] 2403name = "tracing-attributes" 2404version = "0.1.28" 2405source = "registry+https://github.com/rust-lang/crates.io-index" 2406checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" 2407dependencies = [ 2408 "proc-macro2", 2409 "quote", 2410 "syn", 2411] 2412 2413[[package]] 2414name = "tracing-core" 2415version = "0.1.33" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 2418dependencies = [ 2419 "once_cell", 2420] 2421 2422[[package]] 2423name = "try-lock" 2424version = "0.2.5" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2427 2428[[package]] 2429name = "typenum" 2430version = "1.18.0" 2431source = "registry+https://github.com/rust-lang/crates.io-index" 2432checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 2433 2434[[package]] 2435name = "unicode-bidi" 2436version = "0.3.18" 2437source = "registry+https://github.com/rust-lang/crates.io-index" 2438checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 2439 2440[[package]] 2441name = "unicode-ident" 2442version = "1.0.18" 2443source = "registry+https://github.com/rust-lang/crates.io-index" 2444checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 2445 2446[[package]] 2447name = "unicode-normalization" 2448version = "0.1.24" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 2451dependencies = [ 2452 "tinyvec", 2453] 2454 2455[[package]] 2456name = "unicode-properties" 2457version = "0.1.3" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 2460 2461[[package]] 2462name = "unsigned-varint" 2463version = "0.8.0" 2464source = "registry+https://github.com/rust-lang/crates.io-index" 2465checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2466 2467[[package]] 2468name = "untrusted" 2469version = "0.9.0" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2472 2473[[package]] 2474name = "url" 2475version = "2.5.4" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 2478dependencies = [ 2479 "form_urlencoded", 2480 "idna", 2481 "percent-encoding", 2482] 2483 2484[[package]] 2485name = "utf16_iter" 2486version = "1.0.5" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 2489 2490[[package]] 2491name = "utf8_iter" 2492version = "1.0.4" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2495 2496[[package]] 2497name = "uuid" 2498version = "1.16.0" 2499source = "registry+https://github.com/rust-lang/crates.io-index" 2500checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 2501dependencies = [ 2502 "getrandom 0.3.2", 2503 "serde", 2504] 2505 2506[[package]] 2507name = "vcpkg" 2508version = "0.2.15" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2511 2512[[package]] 2513name = "version_check" 2514version = "0.9.5" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2517 2518[[package]] 2519name = "waitgroup" 2520version = "0.1.2" 2521source = "registry+https://github.com/rust-lang/crates.io-index" 2522checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" 2523dependencies = [ 2524 "atomic-waker", 2525] 2526 2527[[package]] 2528name = "want" 2529version = "0.3.1" 2530source = "registry+https://github.com/rust-lang/crates.io-index" 2531checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2532dependencies = [ 2533 "try-lock", 2534] 2535 2536[[package]] 2537name = "wasi" 2538version = "0.11.0+wasi-snapshot-preview1" 2539source = "registry+https://github.com/rust-lang/crates.io-index" 2540checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2541 2542[[package]] 2543name = "wasi" 2544version = "0.14.2+wasi-0.2.4" 2545source = "registry+https://github.com/rust-lang/crates.io-index" 2546checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 2547dependencies = [ 2548 "wit-bindgen-rt", 2549] 2550 2551[[package]] 2552name = "wasite" 2553version = "0.1.0" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 2556 2557[[package]] 2558name = "wasm-bindgen" 2559version = "0.2.100" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 2562dependencies = [ 2563 "cfg-if", 2564 "once_cell", 2565 "rustversion", 2566 "wasm-bindgen-macro", 2567] 2568 2569[[package]] 2570name = "wasm-bindgen-backend" 2571version = "0.2.100" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 2574dependencies = [ 2575 "bumpalo", 2576 "log", 2577 "proc-macro2", 2578 "quote", 2579 "syn", 2580 "wasm-bindgen-shared", 2581] 2582 2583[[package]] 2584name = "wasm-bindgen-futures" 2585version = "0.4.50" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 2588dependencies = [ 2589 "cfg-if", 2590 "js-sys", 2591 "once_cell", 2592 "wasm-bindgen", 2593 "web-sys", 2594] 2595 2596[[package]] 2597name = "wasm-bindgen-macro" 2598version = "0.2.100" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 2601dependencies = [ 2602 "quote", 2603 "wasm-bindgen-macro-support", 2604] 2605 2606[[package]] 2607name = "wasm-bindgen-macro-support" 2608version = "0.2.100" 2609source = "registry+https://github.com/rust-lang/crates.io-index" 2610checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 2611dependencies = [ 2612 "proc-macro2", 2613 "quote", 2614 "syn", 2615 "wasm-bindgen-backend", 2616 "wasm-bindgen-shared", 2617] 2618 2619[[package]] 2620name = "wasm-bindgen-shared" 2621version = "0.2.100" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 2624dependencies = [ 2625 "unicode-ident", 2626] 2627 2628[[package]] 2629name = "web-sys" 2630version = "0.3.77" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 2633dependencies = [ 2634 "js-sys", 2635 "wasm-bindgen", 2636] 2637 2638[[package]] 2639name = "whoami" 2640version = "1.6.0" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" 2643dependencies = [ 2644 "redox_syscall", 2645 "wasite", 2646 "web-sys", 2647] 2648 2649[[package]] 2650name = "winapi" 2651version = "0.3.9" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2654dependencies = [ 2655 "winapi-i686-pc-windows-gnu", 2656 "winapi-x86_64-pc-windows-gnu", 2657] 2658 2659[[package]] 2660name = "winapi-i686-pc-windows-gnu" 2661version = "0.4.0" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2664 2665[[package]] 2666name = "winapi-x86_64-pc-windows-gnu" 2667version = "0.4.0" 2668source = "registry+https://github.com/rust-lang/crates.io-index" 2669checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2670 2671[[package]] 2672name = "windows-core" 2673version = "0.61.0" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980" 2676dependencies = [ 2677 "windows-implement", 2678 "windows-interface", 2679 "windows-link", 2680 "windows-result", 2681 "windows-strings 0.4.0", 2682] 2683 2684[[package]] 2685name = "windows-implement" 2686version = "0.60.0" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 2689dependencies = [ 2690 "proc-macro2", 2691 "quote", 2692 "syn", 2693] 2694 2695[[package]] 2696name = "windows-interface" 2697version = "0.59.1" 2698source = "registry+https://github.com/rust-lang/crates.io-index" 2699checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 2700dependencies = [ 2701 "proc-macro2", 2702 "quote", 2703 "syn", 2704] 2705 2706[[package]] 2707name = "windows-link" 2708version = "0.1.1" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 2711 2712[[package]] 2713name = "windows-registry" 2714version = "0.4.0" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" 2717dependencies = [ 2718 "windows-result", 2719 "windows-strings 0.3.1", 2720 "windows-targets 0.53.0", 2721] 2722 2723[[package]] 2724name = "windows-result" 2725version = "0.3.2" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" 2728dependencies = [ 2729 "windows-link", 2730] 2731 2732[[package]] 2733name = "windows-strings" 2734version = "0.3.1" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" 2737dependencies = [ 2738 "windows-link", 2739] 2740 2741[[package]] 2742name = "windows-strings" 2743version = "0.4.0" 2744source = "registry+https://github.com/rust-lang/crates.io-index" 2745checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97" 2746dependencies = [ 2747 "windows-link", 2748] 2749 2750[[package]] 2751name = "windows-sys" 2752version = "0.52.0" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2755dependencies = [ 2756 "windows-targets 0.52.6", 2757] 2758 2759[[package]] 2760name = "windows-sys" 2761version = "0.59.0" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2764dependencies = [ 2765 "windows-targets 0.52.6", 2766] 2767 2768[[package]] 2769name = "windows-targets" 2770version = "0.52.6" 2771source = "registry+https://github.com/rust-lang/crates.io-index" 2772checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2773dependencies = [ 2774 "windows_aarch64_gnullvm 0.52.6", 2775 "windows_aarch64_msvc 0.52.6", 2776 "windows_i686_gnu 0.52.6", 2777 "windows_i686_gnullvm 0.52.6", 2778 "windows_i686_msvc 0.52.6", 2779 "windows_x86_64_gnu 0.52.6", 2780 "windows_x86_64_gnullvm 0.52.6", 2781 "windows_x86_64_msvc 0.52.6", 2782] 2783 2784[[package]] 2785name = "windows-targets" 2786version = "0.53.0" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 2789dependencies = [ 2790 "windows_aarch64_gnullvm 0.53.0", 2791 "windows_aarch64_msvc 0.53.0", 2792 "windows_i686_gnu 0.53.0", 2793 "windows_i686_gnullvm 0.53.0", 2794 "windows_i686_msvc 0.53.0", 2795 "windows_x86_64_gnu 0.53.0", 2796 "windows_x86_64_gnullvm 0.53.0", 2797 "windows_x86_64_msvc 0.53.0", 2798] 2799 2800[[package]] 2801name = "windows_aarch64_gnullvm" 2802version = "0.52.6" 2803source = "registry+https://github.com/rust-lang/crates.io-index" 2804checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2805 2806[[package]] 2807name = "windows_aarch64_gnullvm" 2808version = "0.53.0" 2809source = "registry+https://github.com/rust-lang/crates.io-index" 2810checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2811 2812[[package]] 2813name = "windows_aarch64_msvc" 2814version = "0.52.6" 2815source = "registry+https://github.com/rust-lang/crates.io-index" 2816checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2817 2818[[package]] 2819name = "windows_aarch64_msvc" 2820version = "0.53.0" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2823 2824[[package]] 2825name = "windows_i686_gnu" 2826version = "0.52.6" 2827source = "registry+https://github.com/rust-lang/crates.io-index" 2828checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2829 2830[[package]] 2831name = "windows_i686_gnu" 2832version = "0.53.0" 2833source = "registry+https://github.com/rust-lang/crates.io-index" 2834checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2835 2836[[package]] 2837name = "windows_i686_gnullvm" 2838version = "0.52.6" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2841 2842[[package]] 2843name = "windows_i686_gnullvm" 2844version = "0.53.0" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2847 2848[[package]] 2849name = "windows_i686_msvc" 2850version = "0.52.6" 2851source = "registry+https://github.com/rust-lang/crates.io-index" 2852checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2853 2854[[package]] 2855name = "windows_i686_msvc" 2856version = "0.53.0" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2859 2860[[package]] 2861name = "windows_x86_64_gnu" 2862version = "0.52.6" 2863source = "registry+https://github.com/rust-lang/crates.io-index" 2864checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2865 2866[[package]] 2867name = "windows_x86_64_gnu" 2868version = "0.53.0" 2869source = "registry+https://github.com/rust-lang/crates.io-index" 2870checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2871 2872[[package]] 2873name = "windows_x86_64_gnullvm" 2874version = "0.52.6" 2875source = "registry+https://github.com/rust-lang/crates.io-index" 2876checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2877 2878[[package]] 2879name = "windows_x86_64_gnullvm" 2880version = "0.53.0" 2881source = "registry+https://github.com/rust-lang/crates.io-index" 2882checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2883 2884[[package]] 2885name = "windows_x86_64_msvc" 2886version = "0.52.6" 2887source = "registry+https://github.com/rust-lang/crates.io-index" 2888checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2889 2890[[package]] 2891name = "windows_x86_64_msvc" 2892version = "0.53.0" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2895 2896[[package]] 2897name = "winnow" 2898version = "0.7.7" 2899source = "registry+https://github.com/rust-lang/crates.io-index" 2900checksum = "6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5" 2901dependencies = [ 2902 "memchr", 2903] 2904 2905[[package]] 2906name = "wit-bindgen-rt" 2907version = "0.39.0" 2908source = "registry+https://github.com/rust-lang/crates.io-index" 2909checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 2910dependencies = [ 2911 "bitflags", 2912] 2913 2914[[package]] 2915name = "write16" 2916version = "1.0.0" 2917source = "registry+https://github.com/rust-lang/crates.io-index" 2918checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 2919 2920[[package]] 2921name = "writeable" 2922version = "0.5.5" 2923source = "registry+https://github.com/rust-lang/crates.io-index" 2924checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 2925 2926[[package]] 2927name = "yoke" 2928version = "0.7.5" 2929source = "registry+https://github.com/rust-lang/crates.io-index" 2930checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 2931dependencies = [ 2932 "serde", 2933 "stable_deref_trait", 2934 "yoke-derive", 2935 "zerofrom", 2936] 2937 2938[[package]] 2939name = "yoke-derive" 2940version = "0.7.5" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 2943dependencies = [ 2944 "proc-macro2", 2945 "quote", 2946 "syn", 2947 "synstructure", 2948] 2949 2950[[package]] 2951name = "zerocopy" 2952version = "0.8.25" 2953source = "registry+https://github.com/rust-lang/crates.io-index" 2954checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" 2955dependencies = [ 2956 "zerocopy-derive", 2957] 2958 2959[[package]] 2960name = "zerocopy-derive" 2961version = "0.8.25" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" 2964dependencies = [ 2965 "proc-macro2", 2966 "quote", 2967 "syn", 2968] 2969 2970[[package]] 2971name = "zerofrom" 2972version = "0.1.6" 2973source = "registry+https://github.com/rust-lang/crates.io-index" 2974checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2975dependencies = [ 2976 "zerofrom-derive", 2977] 2978 2979[[package]] 2980name = "zerofrom-derive" 2981version = "0.1.6" 2982source = "registry+https://github.com/rust-lang/crates.io-index" 2983checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2984dependencies = [ 2985 "proc-macro2", 2986 "quote", 2987 "syn", 2988 "synstructure", 2989] 2990 2991[[package]] 2992name = "zeroize" 2993version = "1.8.1" 2994source = "registry+https://github.com/rust-lang/crates.io-index" 2995checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 2996 2997[[package]] 2998name = "zerovec" 2999version = "0.10.4" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3002dependencies = [ 3003 "yoke", 3004 "zerofrom", 3005 "zerovec-derive", 3006] 3007 3008[[package]] 3009name = "zerovec-derive" 3010version = "0.10.3" 3011source = "registry+https://github.com/rust-lang/crates.io-index" 3012checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3013dependencies = [ 3014 "proc-macro2", 3015 "quote", 3016 "syn", 3017]