kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs | README | LICENSE

Cargo.lock (81337B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 4
      4 
      5 [[package]]
      6 name = "aho-corasick"
      7 version = "1.1.5"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
     10 dependencies = [
     11  "memchr",
     12 ]
     13 
     14 [[package]]
     15 name = "allocator-api2"
     16 version = "0.2.21"
     17 source = "registry+https://github.com/rust-lang/crates.io-index"
     18 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
     19 
     20 [[package]]
     21 name = "android_system_properties"
     22 version = "0.1.6"
     23 source = "registry+https://github.com/rust-lang/crates.io-index"
     24 checksum = "ae221649c9976a6f6c56ae1facf410f3ddb33cc661c4b7b61020a912d4237fbc"
     25 dependencies = [
     26  "libc",
     27 ]
     28 
     29 [[package]]
     30 name = "anstream"
     31 version = "1.0.0"
     32 source = "registry+https://github.com/rust-lang/crates.io-index"
     33 checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
     34 dependencies = [
     35  "anstyle",
     36  "anstyle-parse",
     37  "anstyle-query",
     38  "anstyle-wincon",
     39  "colorchoice",
     40  "is_terminal_polyfill",
     41  "utf8parse",
     42 ]
     43 
     44 [[package]]
     45 name = "anstyle"
     46 version = "1.0.14"
     47 source = "registry+https://github.com/rust-lang/crates.io-index"
     48 checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
     49 
     50 [[package]]
     51 name = "anstyle-parse"
     52 version = "1.0.0"
     53 source = "registry+https://github.com/rust-lang/crates.io-index"
     54 checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
     55 dependencies = [
     56  "utf8parse",
     57 ]
     58 
     59 [[package]]
     60 name = "anstyle-query"
     61 version = "1.1.5"
     62 source = "registry+https://github.com/rust-lang/crates.io-index"
     63 checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
     64 dependencies = [
     65  "windows-sys 0.61.2",
     66 ]
     67 
     68 [[package]]
     69 name = "anstyle-wincon"
     70 version = "3.0.11"
     71 source = "registry+https://github.com/rust-lang/crates.io-index"
     72 checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
     73 dependencies = [
     74  "anstyle",
     75  "once_cell_polyfill",
     76  "windows-sys 0.61.2",
     77 ]
     78 
     79 [[package]]
     80 name = "anyhow"
     81 version = "1.0.104"
     82 source = "registry+https://github.com/rust-lang/crates.io-index"
     83 checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
     84 
     85 [[package]]
     86 name = "askama"
     87 version = "0.12.1"
     88 source = "registry+https://github.com/rust-lang/crates.io-index"
     89 checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
     90 dependencies = [
     91  "askama_derive",
     92  "askama_escape",
     93  "humansize",
     94  "num-traits",
     95  "percent-encoding",
     96 ]
     97 
     98 [[package]]
     99 name = "askama_derive"
    100 version = "0.12.5"
    101 source = "registry+https://github.com/rust-lang/crates.io-index"
    102 checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
    103 dependencies = [
    104  "askama_parser",
    105  "basic-toml",
    106  "mime",
    107  "mime_guess",
    108  "proc-macro2",
    109  "quote",
    110  "serde",
    111  "syn 2.0.119",
    112 ]
    113 
    114 [[package]]
    115 name = "askama_escape"
    116 version = "0.10.3"
    117 source = "registry+https://github.com/rust-lang/crates.io-index"
    118 checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
    119 
    120 [[package]]
    121 name = "askama_parser"
    122 version = "0.2.1"
    123 source = "registry+https://github.com/rust-lang/crates.io-index"
    124 checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
    125 dependencies = [
    126  "nom",
    127 ]
    128 
    129 [[package]]
    130 name = "assert-json-diff"
    131 version = "2.0.2"
    132 source = "registry+https://github.com/rust-lang/crates.io-index"
    133 checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
    134 dependencies = [
    135  "serde",
    136  "serde_json",
    137 ]
    138 
    139 [[package]]
    140 name = "atoi"
    141 version = "2.0.0"
    142 source = "registry+https://github.com/rust-lang/crates.io-index"
    143 checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
    144 dependencies = [
    145  "num-traits",
    146 ]
    147 
    148 [[package]]
    149 name = "atomic-waker"
    150 version = "1.1.2"
    151 source = "registry+https://github.com/rust-lang/crates.io-index"
    152 checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
    153 
    154 [[package]]
    155 name = "autocfg"
    156 version = "1.5.1"
    157 source = "registry+https://github.com/rust-lang/crates.io-index"
    158 checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
    159 
    160 [[package]]
    161 name = "axum"
    162 version = "0.8.9"
    163 source = "registry+https://github.com/rust-lang/crates.io-index"
    164 checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
    165 dependencies = [
    166  "axum-core",
    167  "bytes",
    168  "form_urlencoded",
    169  "futures-util",
    170  "http",
    171  "http-body",
    172  "http-body-util",
    173  "hyper",
    174  "hyper-util",
    175  "itoa",
    176  "matchit",
    177  "memchr",
    178  "mime",
    179  "percent-encoding",
    180  "pin-project-lite",
    181  "serde_core",
    182  "serde_json",
    183  "serde_path_to_error",
    184  "serde_urlencoded",
    185  "sync_wrapper",
    186  "tokio",
    187  "tower",
    188  "tower-layer",
    189  "tower-service",
    190  "tracing",
    191 ]
    192 
    193 [[package]]
    194 name = "axum-core"
    195 version = "0.5.6"
    196 source = "registry+https://github.com/rust-lang/crates.io-index"
    197 checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
    198 dependencies = [
    199  "bytes",
    200  "futures-core",
    201  "http",
    202  "http-body",
    203  "http-body-util",
    204  "mime",
    205  "pin-project-lite",
    206  "sync_wrapper",
    207  "tower-layer",
    208  "tower-service",
    209  "tracing",
    210 ]
    211 
    212 [[package]]
    213 name = "base64"
    214 version = "0.22.1"
    215 source = "registry+https://github.com/rust-lang/crates.io-index"
    216 checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
    217 
    218 [[package]]
    219 name = "base64ct"
    220 version = "1.8.3"
    221 source = "registry+https://github.com/rust-lang/crates.io-index"
    222 checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
    223 
    224 [[package]]
    225 name = "basic-toml"
    226 version = "0.1.10"
    227 source = "registry+https://github.com/rust-lang/crates.io-index"
    228 checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
    229 dependencies = [
    230  "serde",
    231 ]
    232 
    233 [[package]]
    234 name = "bcrypt"
    235 version = "0.15.1"
    236 source = "registry+https://github.com/rust-lang/crates.io-index"
    237 checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7"
    238 dependencies = [
    239  "base64",
    240  "blowfish",
    241  "getrandom 0.2.17",
    242  "subtle",
    243  "zeroize",
    244 ]
    245 
    246 [[package]]
    247 name = "bitflags"
    248 version = "1.3.2"
    249 source = "registry+https://github.com/rust-lang/crates.io-index"
    250 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
    251 
    252 [[package]]
    253 name = "bitflags"
    254 version = "2.13.1"
    255 source = "registry+https://github.com/rust-lang/crates.io-index"
    256 checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
    257 dependencies = [
    258  "serde_core",
    259 ]
    260 
    261 [[package]]
    262 name = "block-buffer"
    263 version = "0.10.4"
    264 source = "registry+https://github.com/rust-lang/crates.io-index"
    265 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
    266 dependencies = [
    267  "generic-array",
    268 ]
    269 
    270 [[package]]
    271 name = "blowfish"
    272 version = "0.9.1"
    273 source = "registry+https://github.com/rust-lang/crates.io-index"
    274 checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
    275 dependencies = [
    276  "byteorder",
    277  "cipher",
    278 ]
    279 
    280 [[package]]
    281 name = "bumpalo"
    282 version = "3.20.3"
    283 source = "registry+https://github.com/rust-lang/crates.io-index"
    284 checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
    285 
    286 [[package]]
    287 name = "byteorder"
    288 version = "1.5.0"
    289 source = "registry+https://github.com/rust-lang/crates.io-index"
    290 checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
    291 
    292 [[package]]
    293 name = "bytes"
    294 version = "1.12.1"
    295 source = "registry+https://github.com/rust-lang/crates.io-index"
    296 checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
    297 
    298 [[package]]
    299 name = "castaway"
    300 version = "0.2.4"
    301 source = "registry+https://github.com/rust-lang/crates.io-index"
    302 checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
    303 dependencies = [
    304  "rustversion",
    305 ]
    306 
    307 [[package]]
    308 name = "cc"
    309 version = "1.4.2"
    310 source = "registry+https://github.com/rust-lang/crates.io-index"
    311 checksum = "5d262e149917187838d5b42777c8253bcb64500067342904e7d429499a6f277e"
    312 dependencies = [
    313  "find-msvc-tools",
    314  "shlex",
    315 ]
    316 
    317 [[package]]
    318 name = "cfg-if"
    319 version = "1.0.4"
    320 source = "registry+https://github.com/rust-lang/crates.io-index"
    321 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
    322 
    323 [[package]]
    324 name = "chrono"
    325 version = "0.4.45"
    326 source = "registry+https://github.com/rust-lang/crates.io-index"
    327 checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
    328 dependencies = [
    329  "iana-time-zone",
    330  "js-sys",
    331  "num-traits",
    332  "serde",
    333  "wasm-bindgen",
    334  "windows-link",
    335 ]
    336 
    337 [[package]]
    338 name = "cipher"
    339 version = "0.4.4"
    340 source = "registry+https://github.com/rust-lang/crates.io-index"
    341 checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
    342 dependencies = [
    343  "crypto-common",
    344  "inout",
    345 ]
    346 
    347 [[package]]
    348 name = "clap"
    349 version = "4.6.6"
    350 source = "registry+https://github.com/rust-lang/crates.io-index"
    351 checksum = "473c7e07f409a8d772161724aa8db6a765a2532a70f9667eeb7b49d3d02fbdca"
    352 dependencies = [
    353  "clap_builder",
    354  "clap_derive",
    355 ]
    356 
    357 [[package]]
    358 name = "clap_builder"
    359 version = "4.6.6"
    360 source = "registry+https://github.com/rust-lang/crates.io-index"
    361 checksum = "7b48fea5a88e9ae728a2dcbedbfc0e730f7d60da42e1cb049a83c9fb8b789889"
    362 dependencies = [
    363  "anstream",
    364  "anstyle",
    365  "clap_lex",
    366  "strsim",
    367 ]
    368 
    369 [[package]]
    370 name = "clap_derive"
    371 version = "4.6.4"
    372 source = "registry+https://github.com/rust-lang/crates.io-index"
    373 checksum = "d012d2b9d65aca7f18f4d9878a045bc17899bba951561ba5ec3c2ba1eed9a061"
    374 dependencies = [
    375  "heck",
    376  "proc-macro2",
    377  "quote",
    378  "syn 3.0.3",
    379 ]
    380 
    381 [[package]]
    382 name = "clap_lex"
    383 version = "1.1.0"
    384 source = "registry+https://github.com/rust-lang/crates.io-index"
    385 checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
    386 
    387 [[package]]
    388 name = "colorchoice"
    389 version = "1.0.5"
    390 source = "registry+https://github.com/rust-lang/crates.io-index"
    391 checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
    392 
    393 [[package]]
    394 name = "colored"
    395 version = "3.1.1"
    396 source = "registry+https://github.com/rust-lang/crates.io-index"
    397 checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
    398 dependencies = [
    399  "windows-sys 0.61.2",
    400 ]
    401 
    402 [[package]]
    403 name = "compact_str"
    404 version = "0.9.1"
    405 source = "registry+https://github.com/rust-lang/crates.io-index"
    406 checksum = "9dfdd1c2274d9aa354115b09dc9a901d6c5576818cdf70d14cae2bdb47df00ab"
    407 dependencies = [
    408  "castaway",
    409  "cfg-if",
    410  "itoa",
    411  "rustversion",
    412  "ryu",
    413  "static_assertions",
    414 ]
    415 
    416 [[package]]
    417 name = "const-oid"
    418 version = "0.9.6"
    419 source = "registry+https://github.com/rust-lang/crates.io-index"
    420 checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
    421 
    422 [[package]]
    423 name = "core-foundation"
    424 version = "0.9.4"
    425 source = "registry+https://github.com/rust-lang/crates.io-index"
    426 checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
    427 dependencies = [
    428  "core-foundation-sys",
    429  "libc",
    430 ]
    431 
    432 [[package]]
    433 name = "core-foundation"
    434 version = "0.10.1"
    435 source = "registry+https://github.com/rust-lang/crates.io-index"
    436 checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
    437 dependencies = [
    438  "core-foundation-sys",
    439  "libc",
    440 ]
    441 
    442 [[package]]
    443 name = "core-foundation-sys"
    444 version = "0.8.7"
    445 source = "registry+https://github.com/rust-lang/crates.io-index"
    446 checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
    447 
    448 [[package]]
    449 name = "cpufeatures"
    450 version = "0.2.17"
    451 source = "registry+https://github.com/rust-lang/crates.io-index"
    452 checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
    453 dependencies = [
    454  "libc",
    455 ]
    456 
    457 [[package]]
    458 name = "crc"
    459 version = "3.4.0"
    460 source = "registry+https://github.com/rust-lang/crates.io-index"
    461 checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
    462 dependencies = [
    463  "crc-catalog",
    464 ]
    465 
    466 [[package]]
    467 name = "crc-catalog"
    468 version = "2.5.0"
    469 source = "registry+https://github.com/rust-lang/crates.io-index"
    470 checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
    471 
    472 [[package]]
    473 name = "crossbeam-queue"
    474 version = "0.3.13"
    475 source = "registry+https://github.com/rust-lang/crates.io-index"
    476 checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
    477 dependencies = [
    478  "crossbeam-utils",
    479 ]
    480 
    481 [[package]]
    482 name = "crossbeam-utils"
    483 version = "0.8.22"
    484 source = "registry+https://github.com/rust-lang/crates.io-index"
    485 checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
    486 
    487 [[package]]
    488 name = "crypto-common"
    489 version = "0.1.7"
    490 source = "registry+https://github.com/rust-lang/crates.io-index"
    491 checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
    492 dependencies = [
    493  "generic-array",
    494  "typenum",
    495 ]
    496 
    497 [[package]]
    498 name = "defmt"
    499 version = "1.1.1"
    500 source = "registry+https://github.com/rust-lang/crates.io-index"
    501 checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
    502 dependencies = [
    503  "bitflags 1.3.2",
    504  "defmt-macros",
    505 ]
    506 
    507 [[package]]
    508 name = "defmt-macros"
    509 version = "1.1.1"
    510 source = "registry+https://github.com/rust-lang/crates.io-index"
    511 checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
    512 dependencies = [
    513  "defmt-parser",
    514  "proc-macro2",
    515  "quote",
    516  "syn 2.0.119",
    517 ]
    518 
    519 [[package]]
    520 name = "defmt-parser"
    521 version = "1.0.0"
    522 source = "registry+https://github.com/rust-lang/crates.io-index"
    523 checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
    524 dependencies = [
    525  "thiserror",
    526 ]
    527 
    528 [[package]]
    529 name = "der"
    530 version = "0.7.10"
    531 source = "registry+https://github.com/rust-lang/crates.io-index"
    532 checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
    533 dependencies = [
    534  "const-oid",
    535  "pem-rfc7468",
    536  "zeroize",
    537 ]
    538 
    539 [[package]]
    540 name = "digest"
    541 version = "0.10.7"
    542 source = "registry+https://github.com/rust-lang/crates.io-index"
    543 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
    544 dependencies = [
    545  "block-buffer",
    546  "const-oid",
    547  "crypto-common",
    548  "subtle",
    549 ]
    550 
    551 [[package]]
    552 name = "displaydoc"
    553 version = "0.2.7"
    554 source = "registry+https://github.com/rust-lang/crates.io-index"
    555 checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
    556 dependencies = [
    557  "proc-macro2",
    558  "quote",
    559  "syn 3.0.3",
    560 ]
    561 
    562 [[package]]
    563 name = "dotenvy"
    564 version = "0.15.7"
    565 source = "registry+https://github.com/rust-lang/crates.io-index"
    566 checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
    567 
    568 [[package]]
    569 name = "either"
    570 version = "1.17.0"
    571 source = "registry+https://github.com/rust-lang/crates.io-index"
    572 checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
    573 dependencies = [
    574  "serde",
    575 ]
    576 
    577 [[package]]
    578 name = "encoding_rs"
    579 version = "0.8.35"
    580 source = "registry+https://github.com/rust-lang/crates.io-index"
    581 checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
    582 dependencies = [
    583  "cfg-if",
    584 ]
    585 
    586 [[package]]
    587 name = "equivalent"
    588 version = "1.0.2"
    589 source = "registry+https://github.com/rust-lang/crates.io-index"
    590 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
    591 
    592 [[package]]
    593 name = "errno"
    594 version = "0.3.14"
    595 source = "registry+https://github.com/rust-lang/crates.io-index"
    596 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
    597 dependencies = [
    598  "libc",
    599  "windows-sys 0.61.2",
    600 ]
    601 
    602 [[package]]
    603 name = "etcetera"
    604 version = "0.8.0"
    605 source = "registry+https://github.com/rust-lang/crates.io-index"
    606 checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
    607 dependencies = [
    608  "cfg-if",
    609  "home",
    610  "windows-sys 0.48.0",
    611 ]
    612 
    613 [[package]]
    614 name = "event-listener"
    615 version = "5.4.2"
    616 source = "registry+https://github.com/rust-lang/crates.io-index"
    617 checksum = "5a23add41df1562121a9393cb065eab5146a1242410f23a644851e90cfd669d2"
    618 dependencies = [
    619  "parking",
    620  "pin-project-lite",
    621 ]
    622 
    623 [[package]]
    624 name = "fastrand"
    625 version = "2.5.0"
    626 source = "registry+https://github.com/rust-lang/crates.io-index"
    627 checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
    628 
    629 [[package]]
    630 name = "find-msvc-tools"
    631 version = "0.1.10"
    632 source = "registry+https://github.com/rust-lang/crates.io-index"
    633 checksum = "26b73573e6edcd2af0cdf47bd6cb58f0b3839491263c314eaad1ccf24430e1de"
    634 
    635 [[package]]
    636 name = "flume"
    637 version = "0.11.1"
    638 source = "registry+https://github.com/rust-lang/crates.io-index"
    639 checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
    640 dependencies = [
    641  "futures-core",
    642  "futures-sink",
    643  "spin",
    644 ]
    645 
    646 [[package]]
    647 name = "fnv"
    648 version = "1.0.7"
    649 source = "registry+https://github.com/rust-lang/crates.io-index"
    650 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    651 
    652 [[package]]
    653 name = "foldhash"
    654 version = "0.1.5"
    655 source = "registry+https://github.com/rust-lang/crates.io-index"
    656 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
    657 
    658 [[package]]
    659 name = "foreign-types"
    660 version = "0.3.2"
    661 source = "registry+https://github.com/rust-lang/crates.io-index"
    662 checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
    663 dependencies = [
    664  "foreign-types-shared",
    665 ]
    666 
    667 [[package]]
    668 name = "foreign-types-shared"
    669 version = "0.1.1"
    670 source = "registry+https://github.com/rust-lang/crates.io-index"
    671 checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
    672 
    673 [[package]]
    674 name = "form_urlencoded"
    675 version = "1.2.2"
    676 source = "registry+https://github.com/rust-lang/crates.io-index"
    677 checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
    678 dependencies = [
    679  "percent-encoding",
    680 ]
    681 
    682 [[package]]
    683 name = "futures-channel"
    684 version = "0.3.33"
    685 source = "registry+https://github.com/rust-lang/crates.io-index"
    686 checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
    687 dependencies = [
    688  "futures-core",
    689  "futures-sink",
    690 ]
    691 
    692 [[package]]
    693 name = "futures-core"
    694 version = "0.3.33"
    695 source = "registry+https://github.com/rust-lang/crates.io-index"
    696 checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
    697 
    698 [[package]]
    699 name = "futures-executor"
    700 version = "0.3.33"
    701 source = "registry+https://github.com/rust-lang/crates.io-index"
    702 checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
    703 dependencies = [
    704  "futures-core",
    705  "futures-task",
    706  "futures-util",
    707 ]
    708 
    709 [[package]]
    710 name = "futures-intrusive"
    711 version = "0.5.0"
    712 source = "registry+https://github.com/rust-lang/crates.io-index"
    713 checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
    714 dependencies = [
    715  "futures-core",
    716  "lock_api",
    717  "parking_lot",
    718 ]
    719 
    720 [[package]]
    721 name = "futures-io"
    722 version = "0.3.33"
    723 source = "registry+https://github.com/rust-lang/crates.io-index"
    724 checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
    725 
    726 [[package]]
    727 name = "futures-sink"
    728 version = "0.3.33"
    729 source = "registry+https://github.com/rust-lang/crates.io-index"
    730 checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
    731 
    732 [[package]]
    733 name = "futures-task"
    734 version = "0.3.33"
    735 source = "registry+https://github.com/rust-lang/crates.io-index"
    736 checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
    737 
    738 [[package]]
    739 name = "futures-util"
    740 version = "0.3.33"
    741 source = "registry+https://github.com/rust-lang/crates.io-index"
    742 checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
    743 dependencies = [
    744  "futures-core",
    745  "futures-io",
    746  "futures-sink",
    747  "futures-task",
    748  "memchr",
    749  "pin-project-lite",
    750  "slab",
    751 ]
    752 
    753 [[package]]
    754 name = "generic-array"
    755 version = "0.14.7"
    756 source = "registry+https://github.com/rust-lang/crates.io-index"
    757 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
    758 dependencies = [
    759  "typenum",
    760  "version_check",
    761 ]
    762 
    763 [[package]]
    764 name = "getrandom"
    765 version = "0.2.17"
    766 source = "registry+https://github.com/rust-lang/crates.io-index"
    767 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
    768 dependencies = [
    769  "cfg-if",
    770  "libc",
    771  "wasi",
    772 ]
    773 
    774 [[package]]
    775 name = "getrandom"
    776 version = "0.3.4"
    777 source = "registry+https://github.com/rust-lang/crates.io-index"
    778 checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
    779 dependencies = [
    780  "cfg-if",
    781  "libc",
    782  "r-efi 5.3.0",
    783  "wasip2",
    784 ]
    785 
    786 [[package]]
    787 name = "getrandom"
    788 version = "0.4.3"
    789 source = "registry+https://github.com/rust-lang/crates.io-index"
    790 checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
    791 dependencies = [
    792  "cfg-if",
    793  "libc",
    794  "r-efi 6.0.0",
    795 ]
    796 
    797 [[package]]
    798 name = "glob"
    799 version = "0.3.4"
    800 source = "registry+https://github.com/rust-lang/crates.io-index"
    801 checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
    802 
    803 [[package]]
    804 name = "h2"
    805 version = "0.4.15"
    806 source = "registry+https://github.com/rust-lang/crates.io-index"
    807 checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
    808 dependencies = [
    809  "atomic-waker",
    810  "bytes",
    811  "fnv",
    812  "futures-core",
    813  "futures-sink",
    814  "http",
    815  "indexmap",
    816  "slab",
    817  "tokio",
    818  "tokio-util",
    819  "tracing",
    820 ]
    821 
    822 [[package]]
    823 name = "hashbrown"
    824 version = "0.15.5"
    825 source = "registry+https://github.com/rust-lang/crates.io-index"
    826 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
    827 dependencies = [
    828  "allocator-api2",
    829  "equivalent",
    830  "foldhash",
    831 ]
    832 
    833 [[package]]
    834 name = "hashbrown"
    835 version = "0.17.1"
    836 source = "registry+https://github.com/rust-lang/crates.io-index"
    837 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
    838 
    839 [[package]]
    840 name = "hashlink"
    841 version = "0.10.0"
    842 source = "registry+https://github.com/rust-lang/crates.io-index"
    843 checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
    844 dependencies = [
    845  "hashbrown 0.15.5",
    846 ]
    847 
    848 [[package]]
    849 name = "heck"
    850 version = "0.5.0"
    851 source = "registry+https://github.com/rust-lang/crates.io-index"
    852 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
    853 
    854 [[package]]
    855 name = "hex"
    856 version = "0.4.3"
    857 source = "registry+https://github.com/rust-lang/crates.io-index"
    858 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
    859 
    860 [[package]]
    861 name = "hkdf"
    862 version = "0.12.4"
    863 source = "registry+https://github.com/rust-lang/crates.io-index"
    864 checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
    865 dependencies = [
    866  "hmac",
    867 ]
    868 
    869 [[package]]
    870 name = "hmac"
    871 version = "0.12.1"
    872 source = "registry+https://github.com/rust-lang/crates.io-index"
    873 checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
    874 dependencies = [
    875  "digest",
    876 ]
    877 
    878 [[package]]
    879 name = "home"
    880 version = "0.5.12"
    881 source = "registry+https://github.com/rust-lang/crates.io-index"
    882 checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
    883 dependencies = [
    884  "windows-sys 0.61.2",
    885 ]
    886 
    887 [[package]]
    888 name = "http"
    889 version = "1.5.0"
    890 source = "registry+https://github.com/rust-lang/crates.io-index"
    891 checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
    892 dependencies = [
    893  "bytes",
    894  "itoa",
    895 ]
    896 
    897 [[package]]
    898 name = "http-body"
    899 version = "1.1.0"
    900 source = "registry+https://github.com/rust-lang/crates.io-index"
    901 checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
    902 dependencies = [
    903  "bytes",
    904  "http",
    905 ]
    906 
    907 [[package]]
    908 name = "http-body-util"
    909 version = "0.1.4"
    910 source = "registry+https://github.com/rust-lang/crates.io-index"
    911 checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
    912 dependencies = [
    913  "bytes",
    914  "futures-core",
    915  "http",
    916  "http-body",
    917  "pin-project-lite",
    918 ]
    919 
    920 [[package]]
    921 name = "http-range-header"
    922 version = "0.4.2"
    923 source = "registry+https://github.com/rust-lang/crates.io-index"
    924 checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
    925 
    926 [[package]]
    927 name = "httparse"
    928 version = "1.10.1"
    929 source = "registry+https://github.com/rust-lang/crates.io-index"
    930 checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
    931 
    932 [[package]]
    933 name = "httpdate"
    934 version = "1.0.3"
    935 source = "registry+https://github.com/rust-lang/crates.io-index"
    936 checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
    937 
    938 [[package]]
    939 name = "humansize"
    940 version = "2.1.3"
    941 source = "registry+https://github.com/rust-lang/crates.io-index"
    942 checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
    943 dependencies = [
    944  "libm",
    945 ]
    946 
    947 [[package]]
    948 name = "hyper"
    949 version = "1.11.0"
    950 source = "registry+https://github.com/rust-lang/crates.io-index"
    951 checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
    952 dependencies = [
    953  "atomic-waker",
    954  "bytes",
    955  "futures-channel",
    956  "futures-core",
    957  "h2",
    958  "http",
    959  "http-body",
    960  "httparse",
    961  "httpdate",
    962  "itoa",
    963  "pin-project-lite",
    964  "smallvec",
    965  "tokio",
    966  "want",
    967 ]
    968 
    969 [[package]]
    970 name = "hyper-rustls"
    971 version = "0.27.9"
    972 source = "registry+https://github.com/rust-lang/crates.io-index"
    973 checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
    974 dependencies = [
    975  "http",
    976  "hyper",
    977  "hyper-util",
    978  "rustls",
    979  "tokio",
    980  "tokio-rustls",
    981  "tower-service",
    982 ]
    983 
    984 [[package]]
    985 name = "hyper-tls"
    986 version = "0.6.0"
    987 source = "registry+https://github.com/rust-lang/crates.io-index"
    988 checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
    989 dependencies = [
    990  "bytes",
    991  "http-body-util",
    992  "hyper",
    993  "hyper-util",
    994  "native-tls",
    995  "tokio",
    996  "tokio-native-tls",
    997  "tower-service",
    998 ]
    999 
   1000 [[package]]
   1001 name = "hyper-util"
   1002 version = "0.1.20"
   1003 source = "registry+https://github.com/rust-lang/crates.io-index"
   1004 checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
   1005 dependencies = [
   1006  "base64",
   1007  "bytes",
   1008  "futures-channel",
   1009  "futures-util",
   1010  "http",
   1011  "http-body",
   1012  "hyper",
   1013  "ipnet",
   1014  "libc",
   1015  "percent-encoding",
   1016  "pin-project-lite",
   1017  "socket2",
   1018  "system-configuration",
   1019  "tokio",
   1020  "tower-service",
   1021  "tracing",
   1022  "windows-registry",
   1023 ]
   1024 
   1025 [[package]]
   1026 name = "iana-time-zone"
   1027 version = "0.1.65"
   1028 source = "registry+https://github.com/rust-lang/crates.io-index"
   1029 checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
   1030 dependencies = [
   1031  "android_system_properties",
   1032  "core-foundation-sys",
   1033  "iana-time-zone-haiku",
   1034  "js-sys",
   1035  "log",
   1036  "wasm-bindgen",
   1037  "windows-core",
   1038 ]
   1039 
   1040 [[package]]
   1041 name = "iana-time-zone-haiku"
   1042 version = "0.1.2"
   1043 source = "registry+https://github.com/rust-lang/crates.io-index"
   1044 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
   1045 dependencies = [
   1046  "cc",
   1047 ]
   1048 
   1049 [[package]]
   1050 name = "icu_collections"
   1051 version = "2.2.0"
   1052 source = "registry+https://github.com/rust-lang/crates.io-index"
   1053 checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
   1054 dependencies = [
   1055  "displaydoc",
   1056  "potential_utf",
   1057  "utf8_iter",
   1058  "yoke",
   1059  "zerofrom",
   1060  "zerovec",
   1061 ]
   1062 
   1063 [[package]]
   1064 name = "icu_locale_core"
   1065 version = "2.2.0"
   1066 source = "registry+https://github.com/rust-lang/crates.io-index"
   1067 checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
   1068 dependencies = [
   1069  "displaydoc",
   1070  "litemap",
   1071  "tinystr",
   1072  "writeable",
   1073  "zerovec",
   1074 ]
   1075 
   1076 [[package]]
   1077 name = "icu_normalizer"
   1078 version = "2.2.0"
   1079 source = "registry+https://github.com/rust-lang/crates.io-index"
   1080 checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
   1081 dependencies = [
   1082  "icu_collections",
   1083  "icu_normalizer_data",
   1084  "icu_properties",
   1085  "icu_provider",
   1086  "smallvec",
   1087  "zerovec",
   1088 ]
   1089 
   1090 [[package]]
   1091 name = "icu_normalizer_data"
   1092 version = "2.2.0"
   1093 source = "registry+https://github.com/rust-lang/crates.io-index"
   1094 checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
   1095 
   1096 [[package]]
   1097 name = "icu_properties"
   1098 version = "2.2.0"
   1099 source = "registry+https://github.com/rust-lang/crates.io-index"
   1100 checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
   1101 dependencies = [
   1102  "icu_collections",
   1103  "icu_locale_core",
   1104  "icu_properties_data",
   1105  "icu_provider",
   1106  "zerotrie",
   1107  "zerovec",
   1108 ]
   1109 
   1110 [[package]]
   1111 name = "icu_properties_data"
   1112 version = "2.2.0"
   1113 source = "registry+https://github.com/rust-lang/crates.io-index"
   1114 checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
   1115 
   1116 [[package]]
   1117 name = "icu_provider"
   1118 version = "2.2.0"
   1119 source = "registry+https://github.com/rust-lang/crates.io-index"
   1120 checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
   1121 dependencies = [
   1122  "displaydoc",
   1123  "icu_locale_core",
   1124  "writeable",
   1125  "yoke",
   1126  "zerofrom",
   1127  "zerotrie",
   1128  "zerovec",
   1129 ]
   1130 
   1131 [[package]]
   1132 name = "idna"
   1133 version = "1.1.0"
   1134 source = "registry+https://github.com/rust-lang/crates.io-index"
   1135 checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
   1136 dependencies = [
   1137  "idna_adapter",
   1138  "smallvec",
   1139  "utf8_iter",
   1140 ]
   1141 
   1142 [[package]]
   1143 name = "idna_adapter"
   1144 version = "1.2.2"
   1145 source = "registry+https://github.com/rust-lang/crates.io-index"
   1146 checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
   1147 dependencies = [
   1148  "icu_normalizer",
   1149  "icu_properties",
   1150 ]
   1151 
   1152 [[package]]
   1153 name = "indexmap"
   1154 version = "2.14.0"
   1155 source = "registry+https://github.com/rust-lang/crates.io-index"
   1156 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
   1157 dependencies = [
   1158  "equivalent",
   1159  "hashbrown 0.17.1",
   1160 ]
   1161 
   1162 [[package]]
   1163 name = "inout"
   1164 version = "0.1.4"
   1165 source = "registry+https://github.com/rust-lang/crates.io-index"
   1166 checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
   1167 dependencies = [
   1168  "generic-array",
   1169 ]
   1170 
   1171 [[package]]
   1172 name = "ipnet"
   1173 version = "2.12.1"
   1174 source = "registry+https://github.com/rust-lang/crates.io-index"
   1175 checksum = "6a756c3fac73139e83f14c2d742155dd2b78d3ee56597b419a0579b7bdd6dd78"
   1176 
   1177 [[package]]
   1178 name = "is_terminal_polyfill"
   1179 version = "1.70.2"
   1180 source = "registry+https://github.com/rust-lang/crates.io-index"
   1181 checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
   1182 
   1183 [[package]]
   1184 name = "itoa"
   1185 version = "1.0.18"
   1186 source = "registry+https://github.com/rust-lang/crates.io-index"
   1187 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
   1188 
   1189 [[package]]
   1190 name = "jiff"
   1191 version = "0.2.35"
   1192 source = "registry+https://github.com/rust-lang/crates.io-index"
   1193 checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
   1194 dependencies = [
   1195  "defmt",
   1196  "jiff-core",
   1197  "jiff-static",
   1198  "log",
   1199  "portable-atomic",
   1200  "portable-atomic-util",
   1201  "serde_core",
   1202  "windows-link",
   1203 ]
   1204 
   1205 [[package]]
   1206 name = "jiff-core"
   1207 version = "0.1.0"
   1208 source = "registry+https://github.com/rust-lang/crates.io-index"
   1209 checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
   1210 dependencies = [
   1211  "defmt",
   1212 ]
   1213 
   1214 [[package]]
   1215 name = "jiff-static"
   1216 version = "0.2.35"
   1217 source = "registry+https://github.com/rust-lang/crates.io-index"
   1218 checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
   1219 dependencies = [
   1220  "jiff-core",
   1221  "proc-macro2",
   1222  "quote",
   1223  "syn 2.0.119",
   1224 ]
   1225 
   1226 [[package]]
   1227 name = "js-sys"
   1228 version = "0.3.104"
   1229 source = "registry+https://github.com/rust-lang/crates.io-index"
   1230 checksum = "0e0c1080212aad755ea003d18543e8768dd432c48819efd73a7bf1e39b7a5a3a"
   1231 dependencies = [
   1232  "cfg-if",
   1233  "futures-util",
   1234  "wasm-bindgen",
   1235 ]
   1236 
   1237 [[package]]
   1238 name = "kych"
   1239 version = "0.0.1"
   1240 dependencies = [
   1241  "anyhow",
   1242  "askama",
   1243  "axum",
   1244  "base64",
   1245  "bcrypt",
   1246  "chrono",
   1247  "clap",
   1248  "mockito",
   1249  "rand 0.8.7",
   1250  "reqwest",
   1251  "serde",
   1252  "serde_json",
   1253  "sqlx",
   1254  "taler-config",
   1255  "tokio",
   1256  "tower",
   1257  "tower-http",
   1258  "tracing",
   1259  "urlencoding",
   1260  "uuid",
   1261 ]
   1262 
   1263 [[package]]
   1264 name = "lazy_static"
   1265 version = "1.5.0"
   1266 source = "registry+https://github.com/rust-lang/crates.io-index"
   1267 checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
   1268 dependencies = [
   1269  "spin",
   1270 ]
   1271 
   1272 [[package]]
   1273 name = "libc"
   1274 version = "0.2.189"
   1275 source = "registry+https://github.com/rust-lang/crates.io-index"
   1276 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
   1277 
   1278 [[package]]
   1279 name = "libm"
   1280 version = "0.2.16"
   1281 source = "registry+https://github.com/rust-lang/crates.io-index"
   1282 checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
   1283 
   1284 [[package]]
   1285 name = "libredox"
   1286 version = "0.1.19"
   1287 source = "registry+https://github.com/rust-lang/crates.io-index"
   1288 checksum = "2026a5056764a10b2bf5d56488cba40da507f5493a6a429340e2004d9ed085fa"
   1289 dependencies = [
   1290  "bitflags 2.13.1",
   1291  "libc",
   1292  "plain",
   1293  "redox_syscall 0.9.1",
   1294 ]
   1295 
   1296 [[package]]
   1297 name = "libsqlite3-sys"
   1298 version = "0.30.1"
   1299 source = "registry+https://github.com/rust-lang/crates.io-index"
   1300 checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
   1301 dependencies = [
   1302  "pkg-config",
   1303  "vcpkg",
   1304 ]
   1305 
   1306 [[package]]
   1307 name = "linux-raw-sys"
   1308 version = "0.12.1"
   1309 source = "registry+https://github.com/rust-lang/crates.io-index"
   1310 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
   1311 
   1312 [[package]]
   1313 name = "listenfd"
   1314 version = "1.0.2"
   1315 source = "registry+https://github.com/rust-lang/crates.io-index"
   1316 checksum = "b87bc54a4629b4294d0b3ef041b64c40c611097a677d9dc07b2c67739fe39dba"
   1317 dependencies = [
   1318  "libc",
   1319  "uuid",
   1320  "winapi",
   1321 ]
   1322 
   1323 [[package]]
   1324 name = "litemap"
   1325 version = "0.8.2"
   1326 source = "registry+https://github.com/rust-lang/crates.io-index"
   1327 checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
   1328 
   1329 [[package]]
   1330 name = "lock_api"
   1331 version = "0.4.14"
   1332 source = "registry+https://github.com/rust-lang/crates.io-index"
   1333 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
   1334 dependencies = [
   1335  "scopeguard",
   1336 ]
   1337 
   1338 [[package]]
   1339 name = "log"
   1340 version = "0.4.33"
   1341 source = "registry+https://github.com/rust-lang/crates.io-index"
   1342 checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
   1343 
   1344 [[package]]
   1345 name = "matchit"
   1346 version = "0.8.4"
   1347 source = "registry+https://github.com/rust-lang/crates.io-index"
   1348 checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
   1349 
   1350 [[package]]
   1351 name = "md-5"
   1352 version = "0.10.6"
   1353 source = "registry+https://github.com/rust-lang/crates.io-index"
   1354 checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
   1355 dependencies = [
   1356  "cfg-if",
   1357  "digest",
   1358 ]
   1359 
   1360 [[package]]
   1361 name = "memchr"
   1362 version = "2.8.3"
   1363 source = "registry+https://github.com/rust-lang/crates.io-index"
   1364 checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
   1365 
   1366 [[package]]
   1367 name = "mime"
   1368 version = "0.3.17"
   1369 source = "registry+https://github.com/rust-lang/crates.io-index"
   1370 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
   1371 
   1372 [[package]]
   1373 name = "mime_guess"
   1374 version = "2.0.5"
   1375 source = "registry+https://github.com/rust-lang/crates.io-index"
   1376 checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
   1377 dependencies = [
   1378  "mime",
   1379  "unicase",
   1380 ]
   1381 
   1382 [[package]]
   1383 name = "minimal-lexical"
   1384 version = "0.2.1"
   1385 source = "registry+https://github.com/rust-lang/crates.io-index"
   1386 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
   1387 
   1388 [[package]]
   1389 name = "mio"
   1390 version = "1.2.2"
   1391 source = "registry+https://github.com/rust-lang/crates.io-index"
   1392 checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
   1393 dependencies = [
   1394  "libc",
   1395  "wasi",
   1396  "windows-sys 0.61.2",
   1397 ]
   1398 
   1399 [[package]]
   1400 name = "mockito"
   1401 version = "1.7.2"
   1402 source = "registry+https://github.com/rust-lang/crates.io-index"
   1403 checksum = "90820618712cab19cfc46b274c6c22546a82affcb3c3bdf0f29e3db8e1bb92c0"
   1404 dependencies = [
   1405  "assert-json-diff",
   1406  "bytes",
   1407  "colored",
   1408  "futures-core",
   1409  "http",
   1410  "http-body",
   1411  "http-body-util",
   1412  "hyper",
   1413  "hyper-util",
   1414  "log",
   1415  "pin-project-lite",
   1416  "rand 0.9.5",
   1417  "regex",
   1418  "serde_json",
   1419  "serde_urlencoded",
   1420  "similar",
   1421  "tokio",
   1422 ]
   1423 
   1424 [[package]]
   1425 name = "native-tls"
   1426 version = "0.2.18"
   1427 source = "registry+https://github.com/rust-lang/crates.io-index"
   1428 checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
   1429 dependencies = [
   1430  "libc",
   1431  "log",
   1432  "openssl",
   1433  "openssl-probe",
   1434  "openssl-sys",
   1435  "schannel",
   1436  "security-framework",
   1437  "security-framework-sys",
   1438  "tempfile",
   1439 ]
   1440 
   1441 [[package]]
   1442 name = "nom"
   1443 version = "7.1.3"
   1444 source = "registry+https://github.com/rust-lang/crates.io-index"
   1445 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
   1446 dependencies = [
   1447  "memchr",
   1448  "minimal-lexical",
   1449 ]
   1450 
   1451 [[package]]
   1452 name = "nu-ansi-term"
   1453 version = "0.50.3"
   1454 source = "registry+https://github.com/rust-lang/crates.io-index"
   1455 checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
   1456 dependencies = [
   1457  "windows-sys 0.61.2",
   1458 ]
   1459 
   1460 [[package]]
   1461 name = "num-bigint-dig"
   1462 version = "0.8.6"
   1463 source = "registry+https://github.com/rust-lang/crates.io-index"
   1464 checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
   1465 dependencies = [
   1466  "lazy_static",
   1467  "libm",
   1468  "num-integer",
   1469  "num-iter",
   1470  "num-traits",
   1471  "rand 0.8.7",
   1472  "smallvec",
   1473  "zeroize",
   1474 ]
   1475 
   1476 [[package]]
   1477 name = "num-integer"
   1478 version = "0.1.46"
   1479 source = "registry+https://github.com/rust-lang/crates.io-index"
   1480 checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
   1481 dependencies = [
   1482  "num-traits",
   1483 ]
   1484 
   1485 [[package]]
   1486 name = "num-iter"
   1487 version = "0.1.46"
   1488 source = "registry+https://github.com/rust-lang/crates.io-index"
   1489 checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
   1490 dependencies = [
   1491  "num-integer",
   1492  "num-traits",
   1493 ]
   1494 
   1495 [[package]]
   1496 name = "num-traits"
   1497 version = "0.2.19"
   1498 source = "registry+https://github.com/rust-lang/crates.io-index"
   1499 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
   1500 dependencies = [
   1501  "autocfg",
   1502  "libm",
   1503 ]
   1504 
   1505 [[package]]
   1506 name = "once_cell"
   1507 version = "1.21.4"
   1508 source = "registry+https://github.com/rust-lang/crates.io-index"
   1509 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
   1510 
   1511 [[package]]
   1512 name = "once_cell_polyfill"
   1513 version = "1.70.2"
   1514 source = "registry+https://github.com/rust-lang/crates.io-index"
   1515 checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
   1516 
   1517 [[package]]
   1518 name = "openssl"
   1519 version = "0.10.81"
   1520 source = "registry+https://github.com/rust-lang/crates.io-index"
   1521 checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45"
   1522 dependencies = [
   1523  "bitflags 2.13.1",
   1524  "cfg-if",
   1525  "foreign-types",
   1526  "libc",
   1527  "openssl-macros",
   1528  "openssl-sys",
   1529 ]
   1530 
   1531 [[package]]
   1532 name = "openssl-macros"
   1533 version = "0.1.1"
   1534 source = "registry+https://github.com/rust-lang/crates.io-index"
   1535 checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
   1536 dependencies = [
   1537  "proc-macro2",
   1538  "quote",
   1539  "syn 2.0.119",
   1540 ]
   1541 
   1542 [[package]]
   1543 name = "openssl-probe"
   1544 version = "0.2.1"
   1545 source = "registry+https://github.com/rust-lang/crates.io-index"
   1546 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
   1547 
   1548 [[package]]
   1549 name = "openssl-sys"
   1550 version = "0.9.117"
   1551 source = "registry+https://github.com/rust-lang/crates.io-index"
   1552 checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695"
   1553 dependencies = [
   1554  "cc",
   1555  "libc",
   1556  "pkg-config",
   1557  "vcpkg",
   1558 ]
   1559 
   1560 [[package]]
   1561 name = "parking"
   1562 version = "2.2.1"
   1563 source = "registry+https://github.com/rust-lang/crates.io-index"
   1564 checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
   1565 
   1566 [[package]]
   1567 name = "parking_lot"
   1568 version = "0.12.5"
   1569 source = "registry+https://github.com/rust-lang/crates.io-index"
   1570 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
   1571 dependencies = [
   1572  "lock_api",
   1573  "parking_lot_core",
   1574 ]
   1575 
   1576 [[package]]
   1577 name = "parking_lot_core"
   1578 version = "0.9.12"
   1579 source = "registry+https://github.com/rust-lang/crates.io-index"
   1580 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
   1581 dependencies = [
   1582  "cfg-if",
   1583  "libc",
   1584  "redox_syscall 0.5.18",
   1585  "smallvec",
   1586  "windows-link",
   1587 ]
   1588 
   1589 [[package]]
   1590 name = "pem-rfc7468"
   1591 version = "0.7.0"
   1592 source = "registry+https://github.com/rust-lang/crates.io-index"
   1593 checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
   1594 dependencies = [
   1595  "base64ct",
   1596 ]
   1597 
   1598 [[package]]
   1599 name = "percent-encoding"
   1600 version = "2.3.2"
   1601 source = "registry+https://github.com/rust-lang/crates.io-index"
   1602 checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
   1603 
   1604 [[package]]
   1605 name = "pin-project-lite"
   1606 version = "0.2.17"
   1607 source = "registry+https://github.com/rust-lang/crates.io-index"
   1608 checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
   1609 
   1610 [[package]]
   1611 name = "pkcs1"
   1612 version = "0.7.5"
   1613 source = "registry+https://github.com/rust-lang/crates.io-index"
   1614 checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
   1615 dependencies = [
   1616  "der",
   1617  "pkcs8",
   1618  "spki",
   1619 ]
   1620 
   1621 [[package]]
   1622 name = "pkcs8"
   1623 version = "0.10.2"
   1624 source = "registry+https://github.com/rust-lang/crates.io-index"
   1625 checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
   1626 dependencies = [
   1627  "der",
   1628  "spki",
   1629 ]
   1630 
   1631 [[package]]
   1632 name = "pkg-config"
   1633 version = "0.3.33"
   1634 source = "registry+https://github.com/rust-lang/crates.io-index"
   1635 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
   1636 
   1637 [[package]]
   1638 name = "plain"
   1639 version = "0.2.3"
   1640 source = "registry+https://github.com/rust-lang/crates.io-index"
   1641 checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
   1642 
   1643 [[package]]
   1644 name = "portable-atomic"
   1645 version = "1.14.0"
   1646 source = "registry+https://github.com/rust-lang/crates.io-index"
   1647 checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
   1648 
   1649 [[package]]
   1650 name = "portable-atomic-util"
   1651 version = "0.2.7"
   1652 source = "registry+https://github.com/rust-lang/crates.io-index"
   1653 checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
   1654 dependencies = [
   1655  "portable-atomic",
   1656 ]
   1657 
   1658 [[package]]
   1659 name = "potential_utf"
   1660 version = "0.1.5"
   1661 source = "registry+https://github.com/rust-lang/crates.io-index"
   1662 checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
   1663 dependencies = [
   1664  "zerovec",
   1665 ]
   1666 
   1667 [[package]]
   1668 name = "ppv-lite86"
   1669 version = "0.2.21"
   1670 source = "registry+https://github.com/rust-lang/crates.io-index"
   1671 checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
   1672 dependencies = [
   1673  "zerocopy",
   1674 ]
   1675 
   1676 [[package]]
   1677 name = "proc-macro2"
   1678 version = "1.0.107"
   1679 source = "registry+https://github.com/rust-lang/crates.io-index"
   1680 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
   1681 dependencies = [
   1682  "unicode-ident",
   1683 ]
   1684 
   1685 [[package]]
   1686 name = "quote"
   1687 version = "1.0.47"
   1688 source = "registry+https://github.com/rust-lang/crates.io-index"
   1689 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
   1690 dependencies = [
   1691  "proc-macro2",
   1692 ]
   1693 
   1694 [[package]]
   1695 name = "r-efi"
   1696 version = "5.3.0"
   1697 source = "registry+https://github.com/rust-lang/crates.io-index"
   1698 checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
   1699 
   1700 [[package]]
   1701 name = "r-efi"
   1702 version = "6.0.0"
   1703 source = "registry+https://github.com/rust-lang/crates.io-index"
   1704 checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
   1705 
   1706 [[package]]
   1707 name = "rand"
   1708 version = "0.8.7"
   1709 source = "registry+https://github.com/rust-lang/crates.io-index"
   1710 checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
   1711 dependencies = [
   1712  "libc",
   1713  "rand_chacha 0.3.1",
   1714  "rand_core 0.6.4",
   1715 ]
   1716 
   1717 [[package]]
   1718 name = "rand"
   1719 version = "0.9.5"
   1720 source = "registry+https://github.com/rust-lang/crates.io-index"
   1721 checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
   1722 dependencies = [
   1723  "rand_chacha 0.9.0",
   1724  "rand_core 0.9.5",
   1725 ]
   1726 
   1727 [[package]]
   1728 name = "rand_chacha"
   1729 version = "0.3.1"
   1730 source = "registry+https://github.com/rust-lang/crates.io-index"
   1731 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
   1732 dependencies = [
   1733  "ppv-lite86",
   1734  "rand_core 0.6.4",
   1735 ]
   1736 
   1737 [[package]]
   1738 name = "rand_chacha"
   1739 version = "0.9.0"
   1740 source = "registry+https://github.com/rust-lang/crates.io-index"
   1741 checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
   1742 dependencies = [
   1743  "ppv-lite86",
   1744  "rand_core 0.9.5",
   1745 ]
   1746 
   1747 [[package]]
   1748 name = "rand_core"
   1749 version = "0.6.4"
   1750 source = "registry+https://github.com/rust-lang/crates.io-index"
   1751 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
   1752 dependencies = [
   1753  "getrandom 0.2.17",
   1754 ]
   1755 
   1756 [[package]]
   1757 name = "rand_core"
   1758 version = "0.9.5"
   1759 source = "registry+https://github.com/rust-lang/crates.io-index"
   1760 checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
   1761 dependencies = [
   1762  "getrandom 0.3.4",
   1763 ]
   1764 
   1765 [[package]]
   1766 name = "redox_syscall"
   1767 version = "0.5.18"
   1768 source = "registry+https://github.com/rust-lang/crates.io-index"
   1769 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
   1770 dependencies = [
   1771  "bitflags 2.13.1",
   1772 ]
   1773 
   1774 [[package]]
   1775 name = "redox_syscall"
   1776 version = "0.9.1"
   1777 source = "registry+https://github.com/rust-lang/crates.io-index"
   1778 checksum = "07507be7b4a5f9f26eeb41eeaebb1f5a7ff29dfb29739facc21d35bf8b11c21e"
   1779 dependencies = [
   1780  "bitflags 2.13.1",
   1781 ]
   1782 
   1783 [[package]]
   1784 name = "regex"
   1785 version = "1.13.1"
   1786 source = "registry+https://github.com/rust-lang/crates.io-index"
   1787 checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
   1788 dependencies = [
   1789  "aho-corasick",
   1790  "memchr",
   1791  "regex-automata",
   1792  "regex-syntax",
   1793 ]
   1794 
   1795 [[package]]
   1796 name = "regex-automata"
   1797 version = "0.4.18"
   1798 source = "registry+https://github.com/rust-lang/crates.io-index"
   1799 checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
   1800 dependencies = [
   1801  "aho-corasick",
   1802  "memchr",
   1803  "regex-syntax",
   1804 ]
   1805 
   1806 [[package]]
   1807 name = "regex-syntax"
   1808 version = "0.8.11"
   1809 source = "registry+https://github.com/rust-lang/crates.io-index"
   1810 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
   1811 
   1812 [[package]]
   1813 name = "reqwest"
   1814 version = "0.12.28"
   1815 source = "registry+https://github.com/rust-lang/crates.io-index"
   1816 checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
   1817 dependencies = [
   1818  "base64",
   1819  "bytes",
   1820  "encoding_rs",
   1821  "futures-core",
   1822  "h2",
   1823  "http",
   1824  "http-body",
   1825  "http-body-util",
   1826  "hyper",
   1827  "hyper-rustls",
   1828  "hyper-tls",
   1829  "hyper-util",
   1830  "js-sys",
   1831  "log",
   1832  "mime",
   1833  "native-tls",
   1834  "percent-encoding",
   1835  "pin-project-lite",
   1836  "rustls-pki-types",
   1837  "serde",
   1838  "serde_json",
   1839  "serde_urlencoded",
   1840  "sync_wrapper",
   1841  "tokio",
   1842  "tokio-native-tls",
   1843  "tower",
   1844  "tower-http",
   1845  "tower-service",
   1846  "url",
   1847  "wasm-bindgen",
   1848  "wasm-bindgen-futures",
   1849  "web-sys",
   1850 ]
   1851 
   1852 [[package]]
   1853 name = "ring"
   1854 version = "0.17.14"
   1855 source = "registry+https://github.com/rust-lang/crates.io-index"
   1856 checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
   1857 dependencies = [
   1858  "cc",
   1859  "cfg-if",
   1860  "getrandom 0.2.17",
   1861  "libc",
   1862  "untrusted",
   1863  "windows-sys 0.52.0",
   1864 ]
   1865 
   1866 [[package]]
   1867 name = "rsa"
   1868 version = "0.9.10"
   1869 source = "registry+https://github.com/rust-lang/crates.io-index"
   1870 checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
   1871 dependencies = [
   1872  "const-oid",
   1873  "digest",
   1874  "num-bigint-dig",
   1875  "num-integer",
   1876  "num-traits",
   1877  "pkcs1",
   1878  "pkcs8",
   1879  "rand_core 0.6.4",
   1880  "signature",
   1881  "spki",
   1882  "subtle",
   1883  "zeroize",
   1884 ]
   1885 
   1886 [[package]]
   1887 name = "rustix"
   1888 version = "1.1.4"
   1889 source = "registry+https://github.com/rust-lang/crates.io-index"
   1890 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
   1891 dependencies = [
   1892  "bitflags 2.13.1",
   1893  "errno",
   1894  "libc",
   1895  "linux-raw-sys",
   1896  "windows-sys 0.61.2",
   1897 ]
   1898 
   1899 [[package]]
   1900 name = "rustls"
   1901 version = "0.23.43"
   1902 source = "registry+https://github.com/rust-lang/crates.io-index"
   1903 checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
   1904 dependencies = [
   1905  "once_cell",
   1906  "rustls-pki-types",
   1907  "rustls-webpki",
   1908  "subtle",
   1909  "zeroize",
   1910 ]
   1911 
   1912 [[package]]
   1913 name = "rustls-pki-types"
   1914 version = "1.15.1"
   1915 source = "registry+https://github.com/rust-lang/crates.io-index"
   1916 checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
   1917 dependencies = [
   1918  "zeroize",
   1919 ]
   1920 
   1921 [[package]]
   1922 name = "rustls-webpki"
   1923 version = "0.103.13"
   1924 source = "registry+https://github.com/rust-lang/crates.io-index"
   1925 checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
   1926 dependencies = [
   1927  "ring",
   1928  "rustls-pki-types",
   1929  "untrusted",
   1930 ]
   1931 
   1932 [[package]]
   1933 name = "rustversion"
   1934 version = "1.0.23"
   1935 source = "registry+https://github.com/rust-lang/crates.io-index"
   1936 checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
   1937 
   1938 [[package]]
   1939 name = "ryu"
   1940 version = "1.0.23"
   1941 source = "registry+https://github.com/rust-lang/crates.io-index"
   1942 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
   1943 
   1944 [[package]]
   1945 name = "schannel"
   1946 version = "0.1.29"
   1947 source = "registry+https://github.com/rust-lang/crates.io-index"
   1948 checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
   1949 dependencies = [
   1950  "windows-sys 0.61.2",
   1951 ]
   1952 
   1953 [[package]]
   1954 name = "scopeguard"
   1955 version = "1.2.0"
   1956 source = "registry+https://github.com/rust-lang/crates.io-index"
   1957 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
   1958 
   1959 [[package]]
   1960 name = "security-framework"
   1961 version = "3.7.0"
   1962 source = "registry+https://github.com/rust-lang/crates.io-index"
   1963 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
   1964 dependencies = [
   1965  "bitflags 2.13.1",
   1966  "core-foundation 0.10.1",
   1967  "core-foundation-sys",
   1968  "libc",
   1969  "security-framework-sys",
   1970 ]
   1971 
   1972 [[package]]
   1973 name = "security-framework-sys"
   1974 version = "2.17.0"
   1975 source = "registry+https://github.com/rust-lang/crates.io-index"
   1976 checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
   1977 dependencies = [
   1978  "core-foundation-sys",
   1979  "libc",
   1980 ]
   1981 
   1982 [[package]]
   1983 name = "serde"
   1984 version = "1.0.229"
   1985 source = "registry+https://github.com/rust-lang/crates.io-index"
   1986 checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
   1987 dependencies = [
   1988  "serde_core",
   1989  "serde_derive",
   1990 ]
   1991 
   1992 [[package]]
   1993 name = "serde_core"
   1994 version = "1.0.229"
   1995 source = "registry+https://github.com/rust-lang/crates.io-index"
   1996 checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
   1997 dependencies = [
   1998  "serde_derive",
   1999 ]
   2000 
   2001 [[package]]
   2002 name = "serde_derive"
   2003 version = "1.0.229"
   2004 source = "registry+https://github.com/rust-lang/crates.io-index"
   2005 checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
   2006 dependencies = [
   2007  "proc-macro2",
   2008  "quote",
   2009  "syn 3.0.3",
   2010 ]
   2011 
   2012 [[package]]
   2013 name = "serde_json"
   2014 version = "1.0.151"
   2015 source = "registry+https://github.com/rust-lang/crates.io-index"
   2016 checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
   2017 dependencies = [
   2018  "itoa",
   2019  "memchr",
   2020  "serde",
   2021  "serde_core",
   2022  "zmij",
   2023 ]
   2024 
   2025 [[package]]
   2026 name = "serde_path_to_error"
   2027 version = "0.1.20"
   2028 source = "registry+https://github.com/rust-lang/crates.io-index"
   2029 checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
   2030 dependencies = [
   2031  "itoa",
   2032  "serde",
   2033  "serde_core",
   2034 ]
   2035 
   2036 [[package]]
   2037 name = "serde_urlencoded"
   2038 version = "0.7.1"
   2039 source = "registry+https://github.com/rust-lang/crates.io-index"
   2040 checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
   2041 dependencies = [
   2042  "form_urlencoded",
   2043  "itoa",
   2044  "ryu",
   2045  "serde",
   2046 ]
   2047 
   2048 [[package]]
   2049 name = "sha1"
   2050 version = "0.10.7"
   2051 source = "registry+https://github.com/rust-lang/crates.io-index"
   2052 checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
   2053 dependencies = [
   2054  "cfg-if",
   2055  "cpufeatures",
   2056  "digest",
   2057 ]
   2058 
   2059 [[package]]
   2060 name = "sha2"
   2061 version = "0.10.9"
   2062 source = "registry+https://github.com/rust-lang/crates.io-index"
   2063 checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
   2064 dependencies = [
   2065  "cfg-if",
   2066  "cpufeatures",
   2067  "digest",
   2068 ]
   2069 
   2070 [[package]]
   2071 name = "sharded-slab"
   2072 version = "0.1.7"
   2073 source = "registry+https://github.com/rust-lang/crates.io-index"
   2074 checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
   2075 dependencies = [
   2076  "lazy_static",
   2077 ]
   2078 
   2079 [[package]]
   2080 name = "shlex"
   2081 version = "2.0.1"
   2082 source = "registry+https://github.com/rust-lang/crates.io-index"
   2083 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
   2084 
   2085 [[package]]
   2086 name = "signal-hook-registry"
   2087 version = "1.4.8"
   2088 source = "registry+https://github.com/rust-lang/crates.io-index"
   2089 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
   2090 dependencies = [
   2091  "errno",
   2092  "libc",
   2093 ]
   2094 
   2095 [[package]]
   2096 name = "signature"
   2097 version = "2.2.0"
   2098 source = "registry+https://github.com/rust-lang/crates.io-index"
   2099 checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
   2100 dependencies = [
   2101  "digest",
   2102  "rand_core 0.6.4",
   2103 ]
   2104 
   2105 [[package]]
   2106 name = "similar"
   2107 version = "2.7.0"
   2108 source = "registry+https://github.com/rust-lang/crates.io-index"
   2109 checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
   2110 
   2111 [[package]]
   2112 name = "slab"
   2113 version = "0.4.12"
   2114 source = "registry+https://github.com/rust-lang/crates.io-index"
   2115 checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
   2116 
   2117 [[package]]
   2118 name = "smallvec"
   2119 version = "1.15.2"
   2120 source = "registry+https://github.com/rust-lang/crates.io-index"
   2121 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
   2122 dependencies = [
   2123  "serde",
   2124 ]
   2125 
   2126 [[package]]
   2127 name = "socket2"
   2128 version = "0.6.5"
   2129 source = "registry+https://github.com/rust-lang/crates.io-index"
   2130 checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
   2131 dependencies = [
   2132  "libc",
   2133  "windows-sys 0.61.2",
   2134 ]
   2135 
   2136 [[package]]
   2137 name = "spin"
   2138 version = "0.9.9"
   2139 source = "registry+https://github.com/rust-lang/crates.io-index"
   2140 checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
   2141 dependencies = [
   2142  "lock_api",
   2143 ]
   2144 
   2145 [[package]]
   2146 name = "spki"
   2147 version = "0.7.3"
   2148 source = "registry+https://github.com/rust-lang/crates.io-index"
   2149 checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
   2150 dependencies = [
   2151  "base64ct",
   2152  "der",
   2153 ]
   2154 
   2155 [[package]]
   2156 name = "sqlx"
   2157 version = "0.8.6"
   2158 source = "registry+https://github.com/rust-lang/crates.io-index"
   2159 checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
   2160 dependencies = [
   2161  "sqlx-core",
   2162  "sqlx-macros",
   2163  "sqlx-mysql",
   2164  "sqlx-postgres",
   2165  "sqlx-sqlite",
   2166 ]
   2167 
   2168 [[package]]
   2169 name = "sqlx-core"
   2170 version = "0.8.6"
   2171 source = "registry+https://github.com/rust-lang/crates.io-index"
   2172 checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
   2173 dependencies = [
   2174  "base64",
   2175  "bytes",
   2176  "chrono",
   2177  "crc",
   2178  "crossbeam-queue",
   2179  "either",
   2180  "event-listener",
   2181  "futures-core",
   2182  "futures-intrusive",
   2183  "futures-io",
   2184  "futures-util",
   2185  "hashbrown 0.15.5",
   2186  "hashlink",
   2187  "indexmap",
   2188  "log",
   2189  "memchr",
   2190  "once_cell",
   2191  "percent-encoding",
   2192  "serde",
   2193  "serde_json",
   2194  "sha2",
   2195  "smallvec",
   2196  "thiserror",
   2197  "tokio",
   2198  "tokio-stream",
   2199  "tracing",
   2200  "url",
   2201  "uuid",
   2202 ]
   2203 
   2204 [[package]]
   2205 name = "sqlx-macros"
   2206 version = "0.8.6"
   2207 source = "registry+https://github.com/rust-lang/crates.io-index"
   2208 checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
   2209 dependencies = [
   2210  "proc-macro2",
   2211  "quote",
   2212  "sqlx-core",
   2213  "sqlx-macros-core",
   2214  "syn 2.0.119",
   2215 ]
   2216 
   2217 [[package]]
   2218 name = "sqlx-macros-core"
   2219 version = "0.8.6"
   2220 source = "registry+https://github.com/rust-lang/crates.io-index"
   2221 checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
   2222 dependencies = [
   2223  "dotenvy",
   2224  "either",
   2225  "heck",
   2226  "hex",
   2227  "once_cell",
   2228  "proc-macro2",
   2229  "quote",
   2230  "serde",
   2231  "serde_json",
   2232  "sha2",
   2233  "sqlx-core",
   2234  "sqlx-mysql",
   2235  "sqlx-postgres",
   2236  "sqlx-sqlite",
   2237  "syn 2.0.119",
   2238  "tokio",
   2239  "url",
   2240 ]
   2241 
   2242 [[package]]
   2243 name = "sqlx-mysql"
   2244 version = "0.8.6"
   2245 source = "registry+https://github.com/rust-lang/crates.io-index"
   2246 checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
   2247 dependencies = [
   2248  "atoi",
   2249  "base64",
   2250  "bitflags 2.13.1",
   2251  "byteorder",
   2252  "bytes",
   2253  "chrono",
   2254  "crc",
   2255  "digest",
   2256  "dotenvy",
   2257  "either",
   2258  "futures-channel",
   2259  "futures-core",
   2260  "futures-io",
   2261  "futures-util",
   2262  "generic-array",
   2263  "hex",
   2264  "hkdf",
   2265  "hmac",
   2266  "itoa",
   2267  "log",
   2268  "md-5",
   2269  "memchr",
   2270  "once_cell",
   2271  "percent-encoding",
   2272  "rand 0.8.7",
   2273  "rsa",
   2274  "serde",
   2275  "sha1",
   2276  "sha2",
   2277  "smallvec",
   2278  "sqlx-core",
   2279  "stringprep",
   2280  "thiserror",
   2281  "tracing",
   2282  "uuid",
   2283  "whoami",
   2284 ]
   2285 
   2286 [[package]]
   2287 name = "sqlx-postgres"
   2288 version = "0.8.6"
   2289 source = "registry+https://github.com/rust-lang/crates.io-index"
   2290 checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
   2291 dependencies = [
   2292  "atoi",
   2293  "base64",
   2294  "bitflags 2.13.1",
   2295  "byteorder",
   2296  "chrono",
   2297  "crc",
   2298  "dotenvy",
   2299  "etcetera",
   2300  "futures-channel",
   2301  "futures-core",
   2302  "futures-util",
   2303  "hex",
   2304  "hkdf",
   2305  "hmac",
   2306  "home",
   2307  "itoa",
   2308  "log",
   2309  "md-5",
   2310  "memchr",
   2311  "once_cell",
   2312  "rand 0.8.7",
   2313  "serde",
   2314  "serde_json",
   2315  "sha2",
   2316  "smallvec",
   2317  "sqlx-core",
   2318  "stringprep",
   2319  "thiserror",
   2320  "tracing",
   2321  "uuid",
   2322  "whoami",
   2323 ]
   2324 
   2325 [[package]]
   2326 name = "sqlx-sqlite"
   2327 version = "0.8.6"
   2328 source = "registry+https://github.com/rust-lang/crates.io-index"
   2329 checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
   2330 dependencies = [
   2331  "atoi",
   2332  "chrono",
   2333  "flume",
   2334  "futures-channel",
   2335  "futures-core",
   2336  "futures-executor",
   2337  "futures-intrusive",
   2338  "futures-util",
   2339  "libsqlite3-sys",
   2340  "log",
   2341  "percent-encoding",
   2342  "serde",
   2343  "serde_urlencoded",
   2344  "sqlx-core",
   2345  "thiserror",
   2346  "tracing",
   2347  "url",
   2348  "uuid",
   2349 ]
   2350 
   2351 [[package]]
   2352 name = "stable_deref_trait"
   2353 version = "1.2.1"
   2354 source = "registry+https://github.com/rust-lang/crates.io-index"
   2355 checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
   2356 
   2357 [[package]]
   2358 name = "static_assertions"
   2359 version = "1.1.0"
   2360 source = "registry+https://github.com/rust-lang/crates.io-index"
   2361 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
   2362 
   2363 [[package]]
   2364 name = "stringprep"
   2365 version = "0.1.5"
   2366 source = "registry+https://github.com/rust-lang/crates.io-index"
   2367 checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
   2368 dependencies = [
   2369  "unicode-bidi",
   2370  "unicode-normalization",
   2371  "unicode-properties",
   2372 ]
   2373 
   2374 [[package]]
   2375 name = "strsim"
   2376 version = "0.11.1"
   2377 source = "registry+https://github.com/rust-lang/crates.io-index"
   2378 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
   2379 
   2380 [[package]]
   2381 name = "subtle"
   2382 version = "2.6.1"
   2383 source = "registry+https://github.com/rust-lang/crates.io-index"
   2384 checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
   2385 
   2386 [[package]]
   2387 name = "syn"
   2388 version = "2.0.119"
   2389 source = "registry+https://github.com/rust-lang/crates.io-index"
   2390 checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
   2391 dependencies = [
   2392  "proc-macro2",
   2393  "quote",
   2394  "unicode-ident",
   2395 ]
   2396 
   2397 [[package]]
   2398 name = "syn"
   2399 version = "3.0.3"
   2400 source = "registry+https://github.com/rust-lang/crates.io-index"
   2401 checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
   2402 dependencies = [
   2403  "proc-macro2",
   2404  "quote",
   2405  "unicode-ident",
   2406 ]
   2407 
   2408 [[package]]
   2409 name = "sync_wrapper"
   2410 version = "1.0.2"
   2411 source = "registry+https://github.com/rust-lang/crates.io-index"
   2412 checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
   2413 dependencies = [
   2414  "futures-core",
   2415 ]
   2416 
   2417 [[package]]
   2418 name = "synstructure"
   2419 version = "0.13.2"
   2420 source = "registry+https://github.com/rust-lang/crates.io-index"
   2421 checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
   2422 dependencies = [
   2423  "proc-macro2",
   2424  "quote",
   2425  "syn 2.0.119",
   2426 ]
   2427 
   2428 [[package]]
   2429 name = "system-configuration"
   2430 version = "0.7.0"
   2431 source = "registry+https://github.com/rust-lang/crates.io-index"
   2432 checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
   2433 dependencies = [
   2434  "bitflags 2.13.1",
   2435  "core-foundation 0.9.4",
   2436  "system-configuration-sys",
   2437 ]
   2438 
   2439 [[package]]
   2440 name = "system-configuration-sys"
   2441 version = "0.6.0"
   2442 source = "registry+https://github.com/rust-lang/crates.io-index"
   2443 checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
   2444 dependencies = [
   2445  "core-foundation-sys",
   2446  "libc",
   2447 ]
   2448 
   2449 [[package]]
   2450 name = "taler-config"
   2451 version = "0.0.1"
   2452 dependencies = [
   2453  "anyhow",
   2454  "axum",
   2455  "clap",
   2456  "compact_str",
   2457  "glob",
   2458  "indexmap",
   2459  "jiff",
   2460  "listenfd",
   2461  "rand 0.8.7",
   2462  "serde",
   2463  "serde_json",
   2464  "sqlx",
   2465  "thiserror",
   2466  "tokio",
   2467  "tracing",
   2468  "tracing-subscriber",
   2469  "url",
   2470 ]
   2471 
   2472 [[package]]
   2473 name = "tempfile"
   2474 version = "3.27.0"
   2475 source = "registry+https://github.com/rust-lang/crates.io-index"
   2476 checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
   2477 dependencies = [
   2478  "fastrand",
   2479  "getrandom 0.4.3",
   2480  "once_cell",
   2481  "rustix",
   2482  "windows-sys 0.61.2",
   2483 ]
   2484 
   2485 [[package]]
   2486 name = "thiserror"
   2487 version = "2.0.20"
   2488 source = "registry+https://github.com/rust-lang/crates.io-index"
   2489 checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
   2490 dependencies = [
   2491  "thiserror-impl",
   2492 ]
   2493 
   2494 [[package]]
   2495 name = "thiserror-impl"
   2496 version = "2.0.20"
   2497 source = "registry+https://github.com/rust-lang/crates.io-index"
   2498 checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
   2499 dependencies = [
   2500  "proc-macro2",
   2501  "quote",
   2502  "syn 3.0.3",
   2503 ]
   2504 
   2505 [[package]]
   2506 name = "thread_local"
   2507 version = "1.1.10"
   2508 source = "registry+https://github.com/rust-lang/crates.io-index"
   2509 checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
   2510 dependencies = [
   2511  "cfg-if",
   2512 ]
   2513 
   2514 [[package]]
   2515 name = "tinystr"
   2516 version = "0.8.3"
   2517 source = "registry+https://github.com/rust-lang/crates.io-index"
   2518 checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
   2519 dependencies = [
   2520  "displaydoc",
   2521  "zerovec",
   2522 ]
   2523 
   2524 [[package]]
   2525 name = "tinyvec"
   2526 version = "1.12.0"
   2527 source = "registry+https://github.com/rust-lang/crates.io-index"
   2528 checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
   2529 dependencies = [
   2530  "tinyvec_macros",
   2531 ]
   2532 
   2533 [[package]]
   2534 name = "tinyvec_macros"
   2535 version = "0.1.1"
   2536 source = "registry+https://github.com/rust-lang/crates.io-index"
   2537 checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
   2538 
   2539 [[package]]
   2540 name = "tokio"
   2541 version = "1.53.1"
   2542 source = "registry+https://github.com/rust-lang/crates.io-index"
   2543 checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
   2544 dependencies = [
   2545  "bytes",
   2546  "libc",
   2547  "mio",
   2548  "parking_lot",
   2549  "pin-project-lite",
   2550  "signal-hook-registry",
   2551  "socket2",
   2552  "tokio-macros",
   2553  "windows-sys 0.61.2",
   2554 ]
   2555 
   2556 [[package]]
   2557 name = "tokio-macros"
   2558 version = "2.7.2"
   2559 source = "registry+https://github.com/rust-lang/crates.io-index"
   2560 checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
   2561 dependencies = [
   2562  "proc-macro2",
   2563  "quote",
   2564  "syn 3.0.3",
   2565 ]
   2566 
   2567 [[package]]
   2568 name = "tokio-native-tls"
   2569 version = "0.3.1"
   2570 source = "registry+https://github.com/rust-lang/crates.io-index"
   2571 checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
   2572 dependencies = [
   2573  "native-tls",
   2574  "tokio",
   2575 ]
   2576 
   2577 [[package]]
   2578 name = "tokio-rustls"
   2579 version = "0.26.4"
   2580 source = "registry+https://github.com/rust-lang/crates.io-index"
   2581 checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
   2582 dependencies = [
   2583  "rustls",
   2584  "tokio",
   2585 ]
   2586 
   2587 [[package]]
   2588 name = "tokio-stream"
   2589 version = "0.1.19"
   2590 source = "registry+https://github.com/rust-lang/crates.io-index"
   2591 checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
   2592 dependencies = [
   2593  "futures-core",
   2594  "pin-project-lite",
   2595  "tokio",
   2596 ]
   2597 
   2598 [[package]]
   2599 name = "tokio-util"
   2600 version = "0.7.19"
   2601 source = "registry+https://github.com/rust-lang/crates.io-index"
   2602 checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
   2603 dependencies = [
   2604  "bytes",
   2605  "futures-core",
   2606  "futures-sink",
   2607  "libc",
   2608  "pin-project-lite",
   2609  "tokio",
   2610 ]
   2611 
   2612 [[package]]
   2613 name = "tower"
   2614 version = "0.5.3"
   2615 source = "registry+https://github.com/rust-lang/crates.io-index"
   2616 checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
   2617 dependencies = [
   2618  "futures-core",
   2619  "futures-util",
   2620  "pin-project-lite",
   2621  "sync_wrapper",
   2622  "tokio",
   2623  "tower-layer",
   2624  "tower-service",
   2625  "tracing",
   2626 ]
   2627 
   2628 [[package]]
   2629 name = "tower-http"
   2630 version = "0.6.11"
   2631 source = "registry+https://github.com/rust-lang/crates.io-index"
   2632 checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
   2633 dependencies = [
   2634  "bitflags 2.13.1",
   2635  "bytes",
   2636  "futures-core",
   2637  "futures-util",
   2638  "http",
   2639  "http-body",
   2640  "http-body-util",
   2641  "http-range-header",
   2642  "httpdate",
   2643  "mime",
   2644  "mime_guess",
   2645  "percent-encoding",
   2646  "pin-project-lite",
   2647  "tokio",
   2648  "tokio-util",
   2649  "tower",
   2650  "tower-layer",
   2651  "tower-service",
   2652  "url",
   2653 ]
   2654 
   2655 [[package]]
   2656 name = "tower-layer"
   2657 version = "0.3.3"
   2658 source = "registry+https://github.com/rust-lang/crates.io-index"
   2659 checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
   2660 
   2661 [[package]]
   2662 name = "tower-service"
   2663 version = "0.3.3"
   2664 source = "registry+https://github.com/rust-lang/crates.io-index"
   2665 checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
   2666 
   2667 [[package]]
   2668 name = "tracing"
   2669 version = "0.1.44"
   2670 source = "registry+https://github.com/rust-lang/crates.io-index"
   2671 checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
   2672 dependencies = [
   2673  "log",
   2674  "pin-project-lite",
   2675  "tracing-attributes",
   2676  "tracing-core",
   2677 ]
   2678 
   2679 [[package]]
   2680 name = "tracing-attributes"
   2681 version = "0.1.31"
   2682 source = "registry+https://github.com/rust-lang/crates.io-index"
   2683 checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
   2684 dependencies = [
   2685  "proc-macro2",
   2686  "quote",
   2687  "syn 2.0.119",
   2688 ]
   2689 
   2690 [[package]]
   2691 name = "tracing-core"
   2692 version = "0.1.36"
   2693 source = "registry+https://github.com/rust-lang/crates.io-index"
   2694 checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
   2695 dependencies = [
   2696  "once_cell",
   2697  "valuable",
   2698 ]
   2699 
   2700 [[package]]
   2701 name = "tracing-log"
   2702 version = "0.2.0"
   2703 source = "registry+https://github.com/rust-lang/crates.io-index"
   2704 checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
   2705 dependencies = [
   2706  "log",
   2707  "once_cell",
   2708  "tracing-core",
   2709 ]
   2710 
   2711 [[package]]
   2712 name = "tracing-subscriber"
   2713 version = "0.3.23"
   2714 source = "registry+https://github.com/rust-lang/crates.io-index"
   2715 checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
   2716 dependencies = [
   2717  "nu-ansi-term",
   2718  "sharded-slab",
   2719  "smallvec",
   2720  "thread_local",
   2721  "tracing-core",
   2722  "tracing-log",
   2723 ]
   2724 
   2725 [[package]]
   2726 name = "try-lock"
   2727 version = "0.2.5"
   2728 source = "registry+https://github.com/rust-lang/crates.io-index"
   2729 checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
   2730 
   2731 [[package]]
   2732 name = "typenum"
   2733 version = "1.20.1"
   2734 source = "registry+https://github.com/rust-lang/crates.io-index"
   2735 checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
   2736 
   2737 [[package]]
   2738 name = "unicase"
   2739 version = "2.9.0"
   2740 source = "registry+https://github.com/rust-lang/crates.io-index"
   2741 checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
   2742 
   2743 [[package]]
   2744 name = "unicode-bidi"
   2745 version = "0.3.18"
   2746 source = "registry+https://github.com/rust-lang/crates.io-index"
   2747 checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
   2748 
   2749 [[package]]
   2750 name = "unicode-ident"
   2751 version = "1.0.24"
   2752 source = "registry+https://github.com/rust-lang/crates.io-index"
   2753 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
   2754 
   2755 [[package]]
   2756 name = "unicode-normalization"
   2757 version = "0.1.25"
   2758 source = "registry+https://github.com/rust-lang/crates.io-index"
   2759 checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
   2760 dependencies = [
   2761  "tinyvec",
   2762 ]
   2763 
   2764 [[package]]
   2765 name = "unicode-properties"
   2766 version = "0.1.4"
   2767 source = "registry+https://github.com/rust-lang/crates.io-index"
   2768 checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
   2769 
   2770 [[package]]
   2771 name = "untrusted"
   2772 version = "0.9.0"
   2773 source = "registry+https://github.com/rust-lang/crates.io-index"
   2774 checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
   2775 
   2776 [[package]]
   2777 name = "url"
   2778 version = "2.5.8"
   2779 source = "registry+https://github.com/rust-lang/crates.io-index"
   2780 checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
   2781 dependencies = [
   2782  "form_urlencoded",
   2783  "idna",
   2784  "percent-encoding",
   2785  "serde",
   2786 ]
   2787 
   2788 [[package]]
   2789 name = "urlencoding"
   2790 version = "2.1.3"
   2791 source = "registry+https://github.com/rust-lang/crates.io-index"
   2792 checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
   2793 
   2794 [[package]]
   2795 name = "utf8_iter"
   2796 version = "1.0.4"
   2797 source = "registry+https://github.com/rust-lang/crates.io-index"
   2798 checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
   2799 
   2800 [[package]]
   2801 name = "utf8parse"
   2802 version = "0.2.2"
   2803 source = "registry+https://github.com/rust-lang/crates.io-index"
   2804 checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
   2805 
   2806 [[package]]
   2807 name = "uuid"
   2808 version = "1.24.0"
   2809 source = "registry+https://github.com/rust-lang/crates.io-index"
   2810 checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
   2811 dependencies = [
   2812  "getrandom 0.4.3",
   2813  "js-sys",
   2814  "serde_core",
   2815  "wasm-bindgen",
   2816 ]
   2817 
   2818 [[package]]
   2819 name = "valuable"
   2820 version = "0.1.1"
   2821 source = "registry+https://github.com/rust-lang/crates.io-index"
   2822 checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
   2823 
   2824 [[package]]
   2825 name = "vcpkg"
   2826 version = "0.2.15"
   2827 source = "registry+https://github.com/rust-lang/crates.io-index"
   2828 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
   2829 
   2830 [[package]]
   2831 name = "version_check"
   2832 version = "0.9.5"
   2833 source = "registry+https://github.com/rust-lang/crates.io-index"
   2834 checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
   2835 
   2836 [[package]]
   2837 name = "want"
   2838 version = "0.3.1"
   2839 source = "registry+https://github.com/rust-lang/crates.io-index"
   2840 checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
   2841 dependencies = [
   2842  "try-lock",
   2843 ]
   2844 
   2845 [[package]]
   2846 name = "wasi"
   2847 version = "0.11.1+wasi-snapshot-preview1"
   2848 source = "registry+https://github.com/rust-lang/crates.io-index"
   2849 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
   2850 
   2851 [[package]]
   2852 name = "wasip2"
   2853 version = "1.0.4+wasi-0.2.12"
   2854 source = "registry+https://github.com/rust-lang/crates.io-index"
   2855 checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
   2856 dependencies = [
   2857  "wit-bindgen",
   2858 ]
   2859 
   2860 [[package]]
   2861 name = "wasite"
   2862 version = "0.1.0"
   2863 source = "registry+https://github.com/rust-lang/crates.io-index"
   2864 checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
   2865 
   2866 [[package]]
   2867 name = "wasm-bindgen"
   2868 version = "0.2.127"
   2869 source = "registry+https://github.com/rust-lang/crates.io-index"
   2870 checksum = "1b70935747edd64d89de3efa29d73789b806c15798f8e7dca4d8ac356b50ce70"
   2871 dependencies = [
   2872  "cfg-if",
   2873  "once_cell",
   2874  "rustversion",
   2875  "wasm-bindgen-macro",
   2876  "wasm-bindgen-shared",
   2877 ]
   2878 
   2879 [[package]]
   2880 name = "wasm-bindgen-futures"
   2881 version = "0.4.77"
   2882 source = "registry+https://github.com/rust-lang/crates.io-index"
   2883 checksum = "6b7777d5cc23d0e91404e53ce2d5e8ec7acae3026b16233dba62cd3246457950"
   2884 dependencies = [
   2885  "js-sys",
   2886  "wasm-bindgen",
   2887 ]
   2888 
   2889 [[package]]
   2890 name = "wasm-bindgen-macro"
   2891 version = "0.2.127"
   2892 source = "registry+https://github.com/rust-lang/crates.io-index"
   2893 checksum = "77775f8f3f7217702089053b94958f8f54061a3f663417df76e19cbdcca29bc1"
   2894 dependencies = [
   2895  "quote",
   2896  "wasm-bindgen-macro-support",
   2897 ]
   2898 
   2899 [[package]]
   2900 name = "wasm-bindgen-macro-support"
   2901 version = "0.2.127"
   2902 source = "registry+https://github.com/rust-lang/crates.io-index"
   2903 checksum = "e11d33f857dc2fb11b8bc75aee111aa9cbeb12cd9f25efd3d4c2a3dd4e235284"
   2904 dependencies = [
   2905  "bumpalo",
   2906  "proc-macro2",
   2907  "quote",
   2908  "syn 2.0.119",
   2909  "wasm-bindgen-shared",
   2910 ]
   2911 
   2912 [[package]]
   2913 name = "wasm-bindgen-shared"
   2914 version = "0.2.127"
   2915 source = "registry+https://github.com/rust-lang/crates.io-index"
   2916 checksum = "7ef64dbcc55df09c7e5a46182d181c2cfa3e925f3da937ea764728b4bbb9dcbf"
   2917 dependencies = [
   2918  "unicode-ident",
   2919 ]
   2920 
   2921 [[package]]
   2922 name = "web-sys"
   2923 version = "0.3.104"
   2924 source = "registry+https://github.com/rust-lang/crates.io-index"
   2925 checksum = "c435338968042f4f59a557f690a253676d47ce13ceb55d70100e7facf6620a30"
   2926 dependencies = [
   2927  "js-sys",
   2928  "wasm-bindgen",
   2929 ]
   2930 
   2931 [[package]]
   2932 name = "whoami"
   2933 version = "1.6.1"
   2934 source = "registry+https://github.com/rust-lang/crates.io-index"
   2935 checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
   2936 dependencies = [
   2937  "libredox",
   2938  "wasite",
   2939 ]
   2940 
   2941 [[package]]
   2942 name = "winapi"
   2943 version = "0.3.9"
   2944 source = "registry+https://github.com/rust-lang/crates.io-index"
   2945 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
   2946 dependencies = [
   2947  "winapi-i686-pc-windows-gnu",
   2948  "winapi-x86_64-pc-windows-gnu",
   2949 ]
   2950 
   2951 [[package]]
   2952 name = "winapi-i686-pc-windows-gnu"
   2953 version = "0.4.0"
   2954 source = "registry+https://github.com/rust-lang/crates.io-index"
   2955 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
   2956 
   2957 [[package]]
   2958 name = "winapi-x86_64-pc-windows-gnu"
   2959 version = "0.4.0"
   2960 source = "registry+https://github.com/rust-lang/crates.io-index"
   2961 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
   2962 
   2963 [[package]]
   2964 name = "windows-core"
   2965 version = "0.62.2"
   2966 source = "registry+https://github.com/rust-lang/crates.io-index"
   2967 checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
   2968 dependencies = [
   2969  "windows-implement",
   2970  "windows-interface",
   2971  "windows-link",
   2972  "windows-result",
   2973  "windows-strings",
   2974 ]
   2975 
   2976 [[package]]
   2977 name = "windows-implement"
   2978 version = "0.60.2"
   2979 source = "registry+https://github.com/rust-lang/crates.io-index"
   2980 checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
   2981 dependencies = [
   2982  "proc-macro2",
   2983  "quote",
   2984  "syn 2.0.119",
   2985 ]
   2986 
   2987 [[package]]
   2988 name = "windows-interface"
   2989 version = "0.59.3"
   2990 source = "registry+https://github.com/rust-lang/crates.io-index"
   2991 checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
   2992 dependencies = [
   2993  "proc-macro2",
   2994  "quote",
   2995  "syn 2.0.119",
   2996 ]
   2997 
   2998 [[package]]
   2999 name = "windows-link"
   3000 version = "0.2.1"
   3001 source = "registry+https://github.com/rust-lang/crates.io-index"
   3002 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
   3003 
   3004 [[package]]
   3005 name = "windows-registry"
   3006 version = "0.6.1"
   3007 source = "registry+https://github.com/rust-lang/crates.io-index"
   3008 checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
   3009 dependencies = [
   3010  "windows-link",
   3011  "windows-result",
   3012  "windows-strings",
   3013 ]
   3014 
   3015 [[package]]
   3016 name = "windows-result"
   3017 version = "0.4.1"
   3018 source = "registry+https://github.com/rust-lang/crates.io-index"
   3019 checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
   3020 dependencies = [
   3021  "windows-link",
   3022 ]
   3023 
   3024 [[package]]
   3025 name = "windows-strings"
   3026 version = "0.5.1"
   3027 source = "registry+https://github.com/rust-lang/crates.io-index"
   3028 checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
   3029 dependencies = [
   3030  "windows-link",
   3031 ]
   3032 
   3033 [[package]]
   3034 name = "windows-sys"
   3035 version = "0.48.0"
   3036 source = "registry+https://github.com/rust-lang/crates.io-index"
   3037 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
   3038 dependencies = [
   3039  "windows-targets 0.48.5",
   3040 ]
   3041 
   3042 [[package]]
   3043 name = "windows-sys"
   3044 version = "0.52.0"
   3045 source = "registry+https://github.com/rust-lang/crates.io-index"
   3046 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
   3047 dependencies = [
   3048  "windows-targets 0.52.6",
   3049 ]
   3050 
   3051 [[package]]
   3052 name = "windows-sys"
   3053 version = "0.61.2"
   3054 source = "registry+https://github.com/rust-lang/crates.io-index"
   3055 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
   3056 dependencies = [
   3057  "windows-link",
   3058 ]
   3059 
   3060 [[package]]
   3061 name = "windows-targets"
   3062 version = "0.48.5"
   3063 source = "registry+https://github.com/rust-lang/crates.io-index"
   3064 checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
   3065 dependencies = [
   3066  "windows_aarch64_gnullvm 0.48.5",
   3067  "windows_aarch64_msvc 0.48.5",
   3068  "windows_i686_gnu 0.48.5",
   3069  "windows_i686_msvc 0.48.5",
   3070  "windows_x86_64_gnu 0.48.5",
   3071  "windows_x86_64_gnullvm 0.48.5",
   3072  "windows_x86_64_msvc 0.48.5",
   3073 ]
   3074 
   3075 [[package]]
   3076 name = "windows-targets"
   3077 version = "0.52.6"
   3078 source = "registry+https://github.com/rust-lang/crates.io-index"
   3079 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
   3080 dependencies = [
   3081  "windows_aarch64_gnullvm 0.52.6",
   3082  "windows_aarch64_msvc 0.52.6",
   3083  "windows_i686_gnu 0.52.6",
   3084  "windows_i686_gnullvm",
   3085  "windows_i686_msvc 0.52.6",
   3086  "windows_x86_64_gnu 0.52.6",
   3087  "windows_x86_64_gnullvm 0.52.6",
   3088  "windows_x86_64_msvc 0.52.6",
   3089 ]
   3090 
   3091 [[package]]
   3092 name = "windows_aarch64_gnullvm"
   3093 version = "0.48.5"
   3094 source = "registry+https://github.com/rust-lang/crates.io-index"
   3095 checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
   3096 
   3097 [[package]]
   3098 name = "windows_aarch64_gnullvm"
   3099 version = "0.52.6"
   3100 source = "registry+https://github.com/rust-lang/crates.io-index"
   3101 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
   3102 
   3103 [[package]]
   3104 name = "windows_aarch64_msvc"
   3105 version = "0.48.5"
   3106 source = "registry+https://github.com/rust-lang/crates.io-index"
   3107 checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
   3108 
   3109 [[package]]
   3110 name = "windows_aarch64_msvc"
   3111 version = "0.52.6"
   3112 source = "registry+https://github.com/rust-lang/crates.io-index"
   3113 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
   3114 
   3115 [[package]]
   3116 name = "windows_i686_gnu"
   3117 version = "0.48.5"
   3118 source = "registry+https://github.com/rust-lang/crates.io-index"
   3119 checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
   3120 
   3121 [[package]]
   3122 name = "windows_i686_gnu"
   3123 version = "0.52.6"
   3124 source = "registry+https://github.com/rust-lang/crates.io-index"
   3125 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
   3126 
   3127 [[package]]
   3128 name = "windows_i686_gnullvm"
   3129 version = "0.52.6"
   3130 source = "registry+https://github.com/rust-lang/crates.io-index"
   3131 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
   3132 
   3133 [[package]]
   3134 name = "windows_i686_msvc"
   3135 version = "0.48.5"
   3136 source = "registry+https://github.com/rust-lang/crates.io-index"
   3137 checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
   3138 
   3139 [[package]]
   3140 name = "windows_i686_msvc"
   3141 version = "0.52.6"
   3142 source = "registry+https://github.com/rust-lang/crates.io-index"
   3143 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
   3144 
   3145 [[package]]
   3146 name = "windows_x86_64_gnu"
   3147 version = "0.48.5"
   3148 source = "registry+https://github.com/rust-lang/crates.io-index"
   3149 checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
   3150 
   3151 [[package]]
   3152 name = "windows_x86_64_gnu"
   3153 version = "0.52.6"
   3154 source = "registry+https://github.com/rust-lang/crates.io-index"
   3155 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
   3156 
   3157 [[package]]
   3158 name = "windows_x86_64_gnullvm"
   3159 version = "0.48.5"
   3160 source = "registry+https://github.com/rust-lang/crates.io-index"
   3161 checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
   3162 
   3163 [[package]]
   3164 name = "windows_x86_64_gnullvm"
   3165 version = "0.52.6"
   3166 source = "registry+https://github.com/rust-lang/crates.io-index"
   3167 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
   3168 
   3169 [[package]]
   3170 name = "windows_x86_64_msvc"
   3171 version = "0.48.5"
   3172 source = "registry+https://github.com/rust-lang/crates.io-index"
   3173 checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
   3174 
   3175 [[package]]
   3176 name = "windows_x86_64_msvc"
   3177 version = "0.52.6"
   3178 source = "registry+https://github.com/rust-lang/crates.io-index"
   3179 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
   3180 
   3181 [[package]]
   3182 name = "wit-bindgen"
   3183 version = "0.57.1"
   3184 source = "registry+https://github.com/rust-lang/crates.io-index"
   3185 checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
   3186 
   3187 [[package]]
   3188 name = "writeable"
   3189 version = "0.6.3"
   3190 source = "registry+https://github.com/rust-lang/crates.io-index"
   3191 checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
   3192 
   3193 [[package]]
   3194 name = "yoke"
   3195 version = "0.8.3"
   3196 source = "registry+https://github.com/rust-lang/crates.io-index"
   3197 checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
   3198 dependencies = [
   3199  "stable_deref_trait",
   3200  "yoke-derive",
   3201  "zerofrom",
   3202 ]
   3203 
   3204 [[package]]
   3205 name = "yoke-derive"
   3206 version = "0.8.2"
   3207 source = "registry+https://github.com/rust-lang/crates.io-index"
   3208 checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
   3209 dependencies = [
   3210  "proc-macro2",
   3211  "quote",
   3212  "syn 2.0.119",
   3213  "synstructure",
   3214 ]
   3215 
   3216 [[package]]
   3217 name = "zerocopy"
   3218 version = "0.8.56"
   3219 source = "registry+https://github.com/rust-lang/crates.io-index"
   3220 checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
   3221 dependencies = [
   3222  "zerocopy-derive",
   3223 ]
   3224 
   3225 [[package]]
   3226 name = "zerocopy-derive"
   3227 version = "0.8.56"
   3228 source = "registry+https://github.com/rust-lang/crates.io-index"
   3229 checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
   3230 dependencies = [
   3231  "proc-macro2",
   3232  "quote",
   3233  "syn 2.0.119",
   3234 ]
   3235 
   3236 [[package]]
   3237 name = "zerofrom"
   3238 version = "0.1.8"
   3239 source = "registry+https://github.com/rust-lang/crates.io-index"
   3240 checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
   3241 dependencies = [
   3242  "zerofrom-derive",
   3243 ]
   3244 
   3245 [[package]]
   3246 name = "zerofrom-derive"
   3247 version = "0.1.7"
   3248 source = "registry+https://github.com/rust-lang/crates.io-index"
   3249 checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
   3250 dependencies = [
   3251  "proc-macro2",
   3252  "quote",
   3253  "syn 2.0.119",
   3254  "synstructure",
   3255 ]
   3256 
   3257 [[package]]
   3258 name = "zeroize"
   3259 version = "1.9.0"
   3260 source = "registry+https://github.com/rust-lang/crates.io-index"
   3261 checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
   3262 
   3263 [[package]]
   3264 name = "zerotrie"
   3265 version = "0.2.4"
   3266 source = "registry+https://github.com/rust-lang/crates.io-index"
   3267 checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
   3268 dependencies = [
   3269  "displaydoc",
   3270  "yoke",
   3271  "zerofrom",
   3272 ]
   3273 
   3274 [[package]]
   3275 name = "zerovec"
   3276 version = "0.11.6"
   3277 source = "registry+https://github.com/rust-lang/crates.io-index"
   3278 checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
   3279 dependencies = [
   3280  "yoke",
   3281  "zerofrom",
   3282  "zerovec-derive",
   3283 ]
   3284 
   3285 [[package]]
   3286 name = "zerovec-derive"
   3287 version = "0.11.3"
   3288 source = "registry+https://github.com/rust-lang/crates.io-index"
   3289 checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
   3290 dependencies = [
   3291  "proc-macro2",
   3292  "quote",
   3293  "syn 2.0.119",
   3294 ]
   3295 
   3296 [[package]]
   3297 name = "zmij"
   3298 version = "1.0.23"
   3299 source = "registry+https://github.com/rust-lang/crates.io-index"
   3300 checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"