A wrapper around reqwest to make working with Pocketbase a breeze
at develop 1614 lines 42 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 = "atomic-waker" 22version = "1.1.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 25 26[[package]] 27name = "autocfg" 28version = "1.4.0" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 31 32[[package]] 33name = "backtrace" 34version = "0.3.74" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 37dependencies = [ 38 "addr2line", 39 "cfg-if", 40 "libc", 41 "miniz_oxide", 42 "object", 43 "rustc-demangle", 44 "windows-targets 0.52.6", 45] 46 47[[package]] 48name = "base64" 49version = "0.22.1" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 52 53[[package]] 54name = "bitflags" 55version = "2.9.0" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" 58 59[[package]] 60name = "bumpalo" 61version = "3.17.0" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" 64 65[[package]] 66name = "bytes" 67version = "1.10.1" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 70 71[[package]] 72name = "cc" 73version = "1.2.17" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a" 76dependencies = [ 77 "shlex", 78] 79 80[[package]] 81name = "cfg-if" 82version = "1.0.0" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 85 86[[package]] 87name = "core-foundation" 88version = "0.9.4" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 91dependencies = [ 92 "core-foundation-sys", 93 "libc", 94] 95 96[[package]] 97name = "core-foundation-sys" 98version = "0.8.7" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 101 102[[package]] 103name = "displaydoc" 104version = "0.2.5" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 107dependencies = [ 108 "proc-macro2", 109 "quote", 110 "syn", 111] 112 113[[package]] 114name = "encoding_rs" 115version = "0.8.35" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 118dependencies = [ 119 "cfg-if", 120] 121 122[[package]] 123name = "equivalent" 124version = "1.0.2" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 127 128[[package]] 129name = "errno" 130version = "0.3.10" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 133dependencies = [ 134 "libc", 135 "windows-sys 0.59.0", 136] 137 138[[package]] 139name = "fastrand" 140version = "2.3.0" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 143 144[[package]] 145name = "fnv" 146version = "1.0.7" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 149 150[[package]] 151name = "foreign-types" 152version = "0.3.2" 153source = "registry+https://github.com/rust-lang/crates.io-index" 154checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 155dependencies = [ 156 "foreign-types-shared", 157] 158 159[[package]] 160name = "foreign-types-shared" 161version = "0.1.1" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 164 165[[package]] 166name = "form_urlencoded" 167version = "1.2.1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 170dependencies = [ 171 "percent-encoding", 172] 173 174[[package]] 175name = "futures-channel" 176version = "0.3.31" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 179dependencies = [ 180 "futures-core", 181] 182 183[[package]] 184name = "futures-core" 185version = "0.3.31" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 188 189[[package]] 190name = "futures-sink" 191version = "0.3.31" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 194 195[[package]] 196name = "futures-task" 197version = "0.3.31" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 200 201[[package]] 202name = "futures-util" 203version = "0.3.31" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 206dependencies = [ 207 "futures-core", 208 "futures-task", 209 "pin-project-lite", 210 "pin-utils", 211] 212 213[[package]] 214name = "getrandom" 215version = "0.2.15" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 218dependencies = [ 219 "cfg-if", 220 "libc", 221 "wasi 0.11.0+wasi-snapshot-preview1", 222] 223 224[[package]] 225name = "getrandom" 226version = "0.3.2" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0" 229dependencies = [ 230 "cfg-if", 231 "libc", 232 "r-efi", 233 "wasi 0.14.2+wasi-0.2.4", 234] 235 236[[package]] 237name = "gimli" 238version = "0.31.1" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 241 242[[package]] 243name = "h2" 244version = "0.4.8" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" 247dependencies = [ 248 "atomic-waker", 249 "bytes", 250 "fnv", 251 "futures-core", 252 "futures-sink", 253 "http", 254 "indexmap", 255 "slab", 256 "tokio", 257 "tokio-util", 258 "tracing", 259] 260 261[[package]] 262name = "hashbrown" 263version = "0.15.2" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" 266 267[[package]] 268name = "http" 269version = "1.3.1" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 272dependencies = [ 273 "bytes", 274 "fnv", 275 "itoa", 276] 277 278[[package]] 279name = "http-body" 280version = "1.0.1" 281source = "registry+https://github.com/rust-lang/crates.io-index" 282checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 283dependencies = [ 284 "bytes", 285 "http", 286] 287 288[[package]] 289name = "http-body-util" 290version = "0.1.3" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 293dependencies = [ 294 "bytes", 295 "futures-core", 296 "http", 297 "http-body", 298 "pin-project-lite", 299] 300 301[[package]] 302name = "httparse" 303version = "1.10.1" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 306 307[[package]] 308name = "hyper" 309version = "1.6.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" 312dependencies = [ 313 "bytes", 314 "futures-channel", 315 "futures-util", 316 "h2", 317 "http", 318 "http-body", 319 "httparse", 320 "itoa", 321 "pin-project-lite", 322 "smallvec", 323 "tokio", 324 "want", 325] 326 327[[package]] 328name = "hyper-rustls" 329version = "0.27.5" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" 332dependencies = [ 333 "futures-util", 334 "http", 335 "hyper", 336 "hyper-util", 337 "rustls", 338 "rustls-pki-types", 339 "tokio", 340 "tokio-rustls", 341 "tower-service", 342] 343 344[[package]] 345name = "hyper-tls" 346version = "0.6.0" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 349dependencies = [ 350 "bytes", 351 "http-body-util", 352 "hyper", 353 "hyper-util", 354 "native-tls", 355 "tokio", 356 "tokio-native-tls", 357 "tower-service", 358] 359 360[[package]] 361name = "hyper-util" 362version = "0.1.10" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 365dependencies = [ 366 "bytes", 367 "futures-channel", 368 "futures-util", 369 "http", 370 "http-body", 371 "hyper", 372 "pin-project-lite", 373 "socket2", 374 "tokio", 375 "tower-service", 376 "tracing", 377] 378 379[[package]] 380name = "icu_collections" 381version = "1.5.0" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 384dependencies = [ 385 "displaydoc", 386 "yoke", 387 "zerofrom", 388 "zerovec", 389] 390 391[[package]] 392name = "icu_locid" 393version = "1.5.0" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 396dependencies = [ 397 "displaydoc", 398 "litemap", 399 "tinystr", 400 "writeable", 401 "zerovec", 402] 403 404[[package]] 405name = "icu_locid_transform" 406version = "1.5.0" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 409dependencies = [ 410 "displaydoc", 411 "icu_locid", 412 "icu_locid_transform_data", 413 "icu_provider", 414 "tinystr", 415 "zerovec", 416] 417 418[[package]] 419name = "icu_locid_transform_data" 420version = "1.5.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 423 424[[package]] 425name = "icu_normalizer" 426version = "1.5.0" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 429dependencies = [ 430 "displaydoc", 431 "icu_collections", 432 "icu_normalizer_data", 433 "icu_properties", 434 "icu_provider", 435 "smallvec", 436 "utf16_iter", 437 "utf8_iter", 438 "write16", 439 "zerovec", 440] 441 442[[package]] 443name = "icu_normalizer_data" 444version = "1.5.0" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 447 448[[package]] 449name = "icu_properties" 450version = "1.5.1" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 453dependencies = [ 454 "displaydoc", 455 "icu_collections", 456 "icu_locid_transform", 457 "icu_properties_data", 458 "icu_provider", 459 "tinystr", 460 "zerovec", 461] 462 463[[package]] 464name = "icu_properties_data" 465version = "1.5.0" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 468 469[[package]] 470name = "icu_provider" 471version = "1.5.0" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 474dependencies = [ 475 "displaydoc", 476 "icu_locid", 477 "icu_provider_macros", 478 "stable_deref_trait", 479 "tinystr", 480 "writeable", 481 "yoke", 482 "zerofrom", 483 "zerovec", 484] 485 486[[package]] 487name = "icu_provider_macros" 488version = "1.5.0" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 491dependencies = [ 492 "proc-macro2", 493 "quote", 494 "syn", 495] 496 497[[package]] 498name = "idna" 499version = "1.0.3" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 502dependencies = [ 503 "idna_adapter", 504 "smallvec", 505 "utf8_iter", 506] 507 508[[package]] 509name = "idna_adapter" 510version = "1.2.0" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 513dependencies = [ 514 "icu_normalizer", 515 "icu_properties", 516] 517 518[[package]] 519name = "indexmap" 520version = "2.8.0" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" 523dependencies = [ 524 "equivalent", 525 "hashbrown", 526] 527 528[[package]] 529name = "ipnet" 530version = "2.11.0" 531source = "registry+https://github.com/rust-lang/crates.io-index" 532checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 533 534[[package]] 535name = "itoa" 536version = "1.0.15" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 539 540[[package]] 541name = "js-sys" 542version = "0.3.77" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 545dependencies = [ 546 "once_cell", 547 "wasm-bindgen", 548] 549 550[[package]] 551name = "libc" 552version = "0.2.171" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" 555 556[[package]] 557name = "linux-raw-sys" 558version = "0.9.3" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" 561 562[[package]] 563name = "litemap" 564version = "0.7.5" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" 567 568[[package]] 569name = "log" 570version = "0.4.26" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" 573 574[[package]] 575name = "memchr" 576version = "2.7.4" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 579 580[[package]] 581name = "mime" 582version = "0.3.17" 583source = "registry+https://github.com/rust-lang/crates.io-index" 584checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 585 586[[package]] 587name = "miniz_oxide" 588version = "0.8.5" 589source = "registry+https://github.com/rust-lang/crates.io-index" 590checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" 591dependencies = [ 592 "adler2", 593] 594 595[[package]] 596name = "mio" 597version = "1.0.3" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" 600dependencies = [ 601 "libc", 602 "wasi 0.11.0+wasi-snapshot-preview1", 603 "windows-sys 0.52.0", 604] 605 606[[package]] 607name = "native-tls" 608version = "0.2.14" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 611dependencies = [ 612 "libc", 613 "log", 614 "openssl", 615 "openssl-probe", 616 "openssl-sys", 617 "schannel", 618 "security-framework", 619 "security-framework-sys", 620 "tempfile", 621] 622 623[[package]] 624name = "object" 625version = "0.36.7" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" 628dependencies = [ 629 "memchr", 630] 631 632[[package]] 633name = "once_cell" 634version = "1.21.1" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "d75b0bedcc4fe52caa0e03d9f1151a323e4aa5e2d78ba3580400cd3c9e2bc4bc" 637 638[[package]] 639name = "openssl" 640version = "0.10.71" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd" 643dependencies = [ 644 "bitflags", 645 "cfg-if", 646 "foreign-types", 647 "libc", 648 "once_cell", 649 "openssl-macros", 650 "openssl-sys", 651] 652 653[[package]] 654name = "openssl-macros" 655version = "0.1.1" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 658dependencies = [ 659 "proc-macro2", 660 "quote", 661 "syn", 662] 663 664[[package]] 665name = "openssl-probe" 666version = "0.1.6" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 669 670[[package]] 671name = "openssl-sys" 672version = "0.9.106" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd" 675dependencies = [ 676 "cc", 677 "libc", 678 "pkg-config", 679 "vcpkg", 680] 681 682[[package]] 683name = "percent-encoding" 684version = "2.3.1" 685source = "registry+https://github.com/rust-lang/crates.io-index" 686checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 687 688[[package]] 689name = "pin-project-lite" 690version = "0.2.16" 691source = "registry+https://github.com/rust-lang/crates.io-index" 692checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 693 694[[package]] 695name = "pin-utils" 696version = "0.1.0" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 699 700[[package]] 701name = "pkg-config" 702version = "0.3.32" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 705 706[[package]] 707name = "pocketbase-reqwest" 708version = "0.1.0" 709dependencies = [ 710 "base64", 711 "reqwest", 712 "serde", 713 "serde_json", 714 "thiserror", 715 "url", 716 "web-time", 717] 718 719[[package]] 720name = "proc-macro2" 721version = "1.0.94" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" 724dependencies = [ 725 "unicode-ident", 726] 727 728[[package]] 729name = "quote" 730version = "1.0.40" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 733dependencies = [ 734 "proc-macro2", 735] 736 737[[package]] 738name = "r-efi" 739version = "5.2.0" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" 742 743[[package]] 744name = "reqwest" 745version = "0.12.15" 746source = "registry+https://github.com/rust-lang/crates.io-index" 747checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" 748dependencies = [ 749 "base64", 750 "bytes", 751 "encoding_rs", 752 "futures-core", 753 "futures-util", 754 "h2", 755 "http", 756 "http-body", 757 "http-body-util", 758 "hyper", 759 "hyper-rustls", 760 "hyper-tls", 761 "hyper-util", 762 "ipnet", 763 "js-sys", 764 "log", 765 "mime", 766 "native-tls", 767 "once_cell", 768 "percent-encoding", 769 "pin-project-lite", 770 "rustls-pemfile", 771 "serde", 772 "serde_json", 773 "serde_urlencoded", 774 "sync_wrapper", 775 "system-configuration", 776 "tokio", 777 "tokio-native-tls", 778 "tower", 779 "tower-service", 780 "url", 781 "wasm-bindgen", 782 "wasm-bindgen-futures", 783 "web-sys", 784 "windows-registry", 785] 786 787[[package]] 788name = "ring" 789version = "0.17.14" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 792dependencies = [ 793 "cc", 794 "cfg-if", 795 "getrandom 0.2.15", 796 "libc", 797 "untrusted", 798 "windows-sys 0.52.0", 799] 800 801[[package]] 802name = "rustc-demangle" 803version = "0.1.24" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 806 807[[package]] 808name = "rustix" 809version = "1.0.3" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" 812dependencies = [ 813 "bitflags", 814 "errno", 815 "libc", 816 "linux-raw-sys", 817 "windows-sys 0.59.0", 818] 819 820[[package]] 821name = "rustls" 822version = "0.23.25" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "822ee9188ac4ec04a2f0531e55d035fb2de73f18b41a63c70c2712503b6fb13c" 825dependencies = [ 826 "once_cell", 827 "rustls-pki-types", 828 "rustls-webpki", 829 "subtle", 830 "zeroize", 831] 832 833[[package]] 834name = "rustls-pemfile" 835version = "2.2.0" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 838dependencies = [ 839 "rustls-pki-types", 840] 841 842[[package]] 843name = "rustls-pki-types" 844version = "1.11.0" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" 847 848[[package]] 849name = "rustls-webpki" 850version = "0.103.0" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f" 853dependencies = [ 854 "ring", 855 "rustls-pki-types", 856 "untrusted", 857] 858 859[[package]] 860name = "rustversion" 861version = "1.0.20" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" 864 865[[package]] 866name = "ryu" 867version = "1.0.20" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 870 871[[package]] 872name = "schannel" 873version = "0.1.27" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" 876dependencies = [ 877 "windows-sys 0.59.0", 878] 879 880[[package]] 881name = "security-framework" 882version = "2.11.1" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 885dependencies = [ 886 "bitflags", 887 "core-foundation", 888 "core-foundation-sys", 889 "libc", 890 "security-framework-sys", 891] 892 893[[package]] 894name = "security-framework-sys" 895version = "2.14.0" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" 898dependencies = [ 899 "core-foundation-sys", 900 "libc", 901] 902 903[[package]] 904name = "serde" 905version = "1.0.219" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 908dependencies = [ 909 "serde_derive", 910] 911 912[[package]] 913name = "serde_derive" 914version = "1.0.219" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 917dependencies = [ 918 "proc-macro2", 919 "quote", 920 "syn", 921] 922 923[[package]] 924name = "serde_json" 925version = "1.0.140" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 928dependencies = [ 929 "itoa", 930 "memchr", 931 "ryu", 932 "serde", 933] 934 935[[package]] 936name = "serde_urlencoded" 937version = "0.7.1" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 940dependencies = [ 941 "form_urlencoded", 942 "itoa", 943 "ryu", 944 "serde", 945] 946 947[[package]] 948name = "shlex" 949version = "1.3.0" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 952 953[[package]] 954name = "slab" 955version = "0.4.9" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 958dependencies = [ 959 "autocfg", 960] 961 962[[package]] 963name = "smallvec" 964version = "1.14.0" 965source = "registry+https://github.com/rust-lang/crates.io-index" 966checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" 967 968[[package]] 969name = "socket2" 970version = "0.5.8" 971source = "registry+https://github.com/rust-lang/crates.io-index" 972checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" 973dependencies = [ 974 "libc", 975 "windows-sys 0.52.0", 976] 977 978[[package]] 979name = "stable_deref_trait" 980version = "1.2.0" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 983 984[[package]] 985name = "subtle" 986version = "2.6.1" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 989 990[[package]] 991name = "syn" 992version = "2.0.100" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" 995dependencies = [ 996 "proc-macro2", 997 "quote", 998 "unicode-ident", 999] 1000 1001[[package]] 1002name = "sync_wrapper" 1003version = "1.0.2" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1006dependencies = [ 1007 "futures-core", 1008] 1009 1010[[package]] 1011name = "synstructure" 1012version = "0.13.1" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 1015dependencies = [ 1016 "proc-macro2", 1017 "quote", 1018 "syn", 1019] 1020 1021[[package]] 1022name = "system-configuration" 1023version = "0.6.1" 1024source = "registry+https://github.com/rust-lang/crates.io-index" 1025checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1026dependencies = [ 1027 "bitflags", 1028 "core-foundation", 1029 "system-configuration-sys", 1030] 1031 1032[[package]] 1033name = "system-configuration-sys" 1034version = "0.6.0" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1037dependencies = [ 1038 "core-foundation-sys", 1039 "libc", 1040] 1041 1042[[package]] 1043name = "tempfile" 1044version = "3.19.1" 1045source = "registry+https://github.com/rust-lang/crates.io-index" 1046checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf" 1047dependencies = [ 1048 "fastrand", 1049 "getrandom 0.3.2", 1050 "once_cell", 1051 "rustix", 1052 "windows-sys 0.59.0", 1053] 1054 1055[[package]] 1056name = "thiserror" 1057version = "2.0.12" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" 1060dependencies = [ 1061 "thiserror-impl", 1062] 1063 1064[[package]] 1065name = "thiserror-impl" 1066version = "2.0.12" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" 1069dependencies = [ 1070 "proc-macro2", 1071 "quote", 1072 "syn", 1073] 1074 1075[[package]] 1076name = "tinystr" 1077version = "0.7.6" 1078source = "registry+https://github.com/rust-lang/crates.io-index" 1079checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 1080dependencies = [ 1081 "displaydoc", 1082 "zerovec", 1083] 1084 1085[[package]] 1086name = "tokio" 1087version = "1.44.1" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" 1090dependencies = [ 1091 "backtrace", 1092 "bytes", 1093 "libc", 1094 "mio", 1095 "pin-project-lite", 1096 "socket2", 1097 "windows-sys 0.52.0", 1098] 1099 1100[[package]] 1101name = "tokio-native-tls" 1102version = "0.3.1" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1105dependencies = [ 1106 "native-tls", 1107 "tokio", 1108] 1109 1110[[package]] 1111name = "tokio-rustls" 1112version = "0.26.2" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" 1115dependencies = [ 1116 "rustls", 1117 "tokio", 1118] 1119 1120[[package]] 1121name = "tokio-util" 1122version = "0.7.14" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "6b9590b93e6fcc1739458317cccd391ad3955e2bde8913edf6f95f9e65a8f034" 1125dependencies = [ 1126 "bytes", 1127 "futures-core", 1128 "futures-sink", 1129 "pin-project-lite", 1130 "tokio", 1131] 1132 1133[[package]] 1134name = "tower" 1135version = "0.5.2" 1136source = "registry+https://github.com/rust-lang/crates.io-index" 1137checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 1138dependencies = [ 1139 "futures-core", 1140 "futures-util", 1141 "pin-project-lite", 1142 "sync_wrapper", 1143 "tokio", 1144 "tower-layer", 1145 "tower-service", 1146] 1147 1148[[package]] 1149name = "tower-layer" 1150version = "0.3.3" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1153 1154[[package]] 1155name = "tower-service" 1156version = "0.3.3" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1159 1160[[package]] 1161name = "tracing" 1162version = "0.1.41" 1163source = "registry+https://github.com/rust-lang/crates.io-index" 1164checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1165dependencies = [ 1166 "pin-project-lite", 1167 "tracing-core", 1168] 1169 1170[[package]] 1171name = "tracing-core" 1172version = "0.1.33" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" 1175dependencies = [ 1176 "once_cell", 1177] 1178 1179[[package]] 1180name = "try-lock" 1181version = "0.2.5" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 1184 1185[[package]] 1186name = "unicode-ident" 1187version = "1.0.18" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 1190 1191[[package]] 1192name = "untrusted" 1193version = "0.9.0" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 1196 1197[[package]] 1198name = "url" 1199version = "2.5.4" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 1202dependencies = [ 1203 "form_urlencoded", 1204 "idna", 1205 "percent-encoding", 1206] 1207 1208[[package]] 1209name = "utf16_iter" 1210version = "1.0.5" 1211source = "registry+https://github.com/rust-lang/crates.io-index" 1212checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 1213 1214[[package]] 1215name = "utf8_iter" 1216version = "1.0.4" 1217source = "registry+https://github.com/rust-lang/crates.io-index" 1218checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1219 1220[[package]] 1221name = "vcpkg" 1222version = "0.2.15" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1225 1226[[package]] 1227name = "want" 1228version = "0.3.1" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 1231dependencies = [ 1232 "try-lock", 1233] 1234 1235[[package]] 1236name = "wasi" 1237version = "0.11.0+wasi-snapshot-preview1" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1240 1241[[package]] 1242name = "wasi" 1243version = "0.14.2+wasi-0.2.4" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" 1246dependencies = [ 1247 "wit-bindgen-rt", 1248] 1249 1250[[package]] 1251name = "wasm-bindgen" 1252version = "0.2.100" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 1255dependencies = [ 1256 "cfg-if", 1257 "once_cell", 1258 "rustversion", 1259 "wasm-bindgen-macro", 1260] 1261 1262[[package]] 1263name = "wasm-bindgen-backend" 1264version = "0.2.100" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 1267dependencies = [ 1268 "bumpalo", 1269 "log", 1270 "proc-macro2", 1271 "quote", 1272 "syn", 1273 "wasm-bindgen-shared", 1274] 1275 1276[[package]] 1277name = "wasm-bindgen-futures" 1278version = "0.4.50" 1279source = "registry+https://github.com/rust-lang/crates.io-index" 1280checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 1281dependencies = [ 1282 "cfg-if", 1283 "js-sys", 1284 "once_cell", 1285 "wasm-bindgen", 1286 "web-sys", 1287] 1288 1289[[package]] 1290name = "wasm-bindgen-macro" 1291version = "0.2.100" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 1294dependencies = [ 1295 "quote", 1296 "wasm-bindgen-macro-support", 1297] 1298 1299[[package]] 1300name = "wasm-bindgen-macro-support" 1301version = "0.2.100" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 1304dependencies = [ 1305 "proc-macro2", 1306 "quote", 1307 "syn", 1308 "wasm-bindgen-backend", 1309 "wasm-bindgen-shared", 1310] 1311 1312[[package]] 1313name = "wasm-bindgen-shared" 1314version = "0.2.100" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 1317dependencies = [ 1318 "unicode-ident", 1319] 1320 1321[[package]] 1322name = "web-sys" 1323version = "0.3.77" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 1326dependencies = [ 1327 "js-sys", 1328 "wasm-bindgen", 1329] 1330 1331[[package]] 1332name = "web-time" 1333version = "1.1.0" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1336dependencies = [ 1337 "js-sys", 1338 "wasm-bindgen", 1339] 1340 1341[[package]] 1342name = "windows-link" 1343version = "0.1.1" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38" 1346 1347[[package]] 1348name = "windows-registry" 1349version = "0.4.0" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3" 1352dependencies = [ 1353 "windows-result", 1354 "windows-strings", 1355 "windows-targets 0.53.0", 1356] 1357 1358[[package]] 1359name = "windows-result" 1360version = "0.3.2" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252" 1363dependencies = [ 1364 "windows-link", 1365] 1366 1367[[package]] 1368name = "windows-strings" 1369version = "0.3.1" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" 1372dependencies = [ 1373 "windows-link", 1374] 1375 1376[[package]] 1377name = "windows-sys" 1378version = "0.52.0" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1381dependencies = [ 1382 "windows-targets 0.52.6", 1383] 1384 1385[[package]] 1386name = "windows-sys" 1387version = "0.59.0" 1388source = "registry+https://github.com/rust-lang/crates.io-index" 1389checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1390dependencies = [ 1391 "windows-targets 0.52.6", 1392] 1393 1394[[package]] 1395name = "windows-targets" 1396version = "0.52.6" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1399dependencies = [ 1400 "windows_aarch64_gnullvm 0.52.6", 1401 "windows_aarch64_msvc 0.52.6", 1402 "windows_i686_gnu 0.52.6", 1403 "windows_i686_gnullvm 0.52.6", 1404 "windows_i686_msvc 0.52.6", 1405 "windows_x86_64_gnu 0.52.6", 1406 "windows_x86_64_gnullvm 0.52.6", 1407 "windows_x86_64_msvc 0.52.6", 1408] 1409 1410[[package]] 1411name = "windows-targets" 1412version = "0.53.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b" 1415dependencies = [ 1416 "windows_aarch64_gnullvm 0.53.0", 1417 "windows_aarch64_msvc 0.53.0", 1418 "windows_i686_gnu 0.53.0", 1419 "windows_i686_gnullvm 0.53.0", 1420 "windows_i686_msvc 0.53.0", 1421 "windows_x86_64_gnu 0.53.0", 1422 "windows_x86_64_gnullvm 0.53.0", 1423 "windows_x86_64_msvc 0.53.0", 1424] 1425 1426[[package]] 1427name = "windows_aarch64_gnullvm" 1428version = "0.52.6" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1431 1432[[package]] 1433name = "windows_aarch64_gnullvm" 1434version = "0.53.0" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 1437 1438[[package]] 1439name = "windows_aarch64_msvc" 1440version = "0.52.6" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1443 1444[[package]] 1445name = "windows_aarch64_msvc" 1446version = "0.53.0" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 1449 1450[[package]] 1451name = "windows_i686_gnu" 1452version = "0.52.6" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1455 1456[[package]] 1457name = "windows_i686_gnu" 1458version = "0.53.0" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 1461 1462[[package]] 1463name = "windows_i686_gnullvm" 1464version = "0.52.6" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1467 1468[[package]] 1469name = "windows_i686_gnullvm" 1470version = "0.53.0" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 1473 1474[[package]] 1475name = "windows_i686_msvc" 1476version = "0.52.6" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1479 1480[[package]] 1481name = "windows_i686_msvc" 1482version = "0.53.0" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 1485 1486[[package]] 1487name = "windows_x86_64_gnu" 1488version = "0.52.6" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1491 1492[[package]] 1493name = "windows_x86_64_gnu" 1494version = "0.53.0" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 1497 1498[[package]] 1499name = "windows_x86_64_gnullvm" 1500version = "0.52.6" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1503 1504[[package]] 1505name = "windows_x86_64_gnullvm" 1506version = "0.53.0" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 1509 1510[[package]] 1511name = "windows_x86_64_msvc" 1512version = "0.52.6" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1515 1516[[package]] 1517name = "windows_x86_64_msvc" 1518version = "0.53.0" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 1521 1522[[package]] 1523name = "wit-bindgen-rt" 1524version = "0.39.0" 1525source = "registry+https://github.com/rust-lang/crates.io-index" 1526checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" 1527dependencies = [ 1528 "bitflags", 1529] 1530 1531[[package]] 1532name = "write16" 1533version = "1.0.0" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 1536 1537[[package]] 1538name = "writeable" 1539version = "0.5.5" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 1542 1543[[package]] 1544name = "yoke" 1545version = "0.7.5" 1546source = "registry+https://github.com/rust-lang/crates.io-index" 1547checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 1548dependencies = [ 1549 "serde", 1550 "stable_deref_trait", 1551 "yoke-derive", 1552 "zerofrom", 1553] 1554 1555[[package]] 1556name = "yoke-derive" 1557version = "0.7.5" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 1560dependencies = [ 1561 "proc-macro2", 1562 "quote", 1563 "syn", 1564 "synstructure", 1565] 1566 1567[[package]] 1568name = "zerofrom" 1569version = "0.1.6" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 1572dependencies = [ 1573 "zerofrom-derive", 1574] 1575 1576[[package]] 1577name = "zerofrom-derive" 1578version = "0.1.6" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 1581dependencies = [ 1582 "proc-macro2", 1583 "quote", 1584 "syn", 1585 "synstructure", 1586] 1587 1588[[package]] 1589name = "zeroize" 1590version = "1.8.1" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 1593 1594[[package]] 1595name = "zerovec" 1596version = "0.10.4" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 1599dependencies = [ 1600 "yoke", 1601 "zerofrom", 1602 "zerovec-derive", 1603] 1604 1605[[package]] 1606name = "zerovec-derive" 1607version = "0.10.3" 1608source = "registry+https://github.com/rust-lang/crates.io-index" 1609checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 1610dependencies = [ 1611 "proc-macro2", 1612 "quote", 1613 "syn", 1614]