tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cargo-apk-Cargo.lock (19922B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 3
      4 
      5 [[package]]
      6 name = "aho-corasick"
      7 version = "1.1.2"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
     10 dependencies = [
     11  "memchr",
     12 ]
     13 
     14 [[package]]
     15 name = "android_log-sys"
     16 version = "0.2.0"
     17 source = "registry+https://github.com/rust-lang/crates.io-index"
     18 checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
     19 
     20 [[package]]
     21 name = "android_logger"
     22 version = "0.10.1"
     23 source = "registry+https://github.com/rust-lang/crates.io-index"
     24 checksum = "d9ed09b18365ed295d722d0b5ed59c01b79a826ff2d2a8f73d5ecca8e6fb2f66"
     25 dependencies = [
     26  "android_log-sys",
     27  "env_logger",
     28  "lazy_static",
     29  "log",
     30 ]
     31 
     32 [[package]]
     33 name = "anyhow"
     34 version = "1.0.79"
     35 source = "registry+https://github.com/rust-lang/crates.io-index"
     36 checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
     37 
     38 [[package]]
     39 name = "atty"
     40 version = "0.2.14"
     41 source = "registry+https://github.com/rust-lang/crates.io-index"
     42 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
     43 dependencies = [
     44  "hermit-abi",
     45  "libc",
     46  "winapi",
     47 ]
     48 
     49 [[package]]
     50 name = "bitflags"
     51 version = "1.3.2"
     52 source = "registry+https://github.com/rust-lang/crates.io-index"
     53 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
     54 
     55 [[package]]
     56 name = "bitflags"
     57 version = "2.4.1"
     58 source = "registry+https://github.com/rust-lang/crates.io-index"
     59 checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
     60 
     61 [[package]]
     62 name = "bytes"
     63 version = "1.5.0"
     64 source = "registry+https://github.com/rust-lang/crates.io-index"
     65 checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
     66 
     67 [[package]]
     68 name = "cargo-apk"
     69 version = "0.8.2"
     70 dependencies = [
     71  "anyhow",
     72  "cargo-subcommand",
     73  "dunce",
     74  "env_logger",
     75  "log",
     76  "ndk-build",
     77  "serde",
     78  "thiserror",
     79  "toml",
     80 ]
     81 
     82 [[package]]
     83 name = "cargo-subcommand"
     84 version = "0.7.0"
     85 source = "registry+https://github.com/rust-lang/crates.io-index"
     86 checksum = "7c450fe6a70cd506bc95119cdbbf4343b61a808a419db4378357d278e42e4b79"
     87 dependencies = [
     88  "dunce",
     89  "glob",
     90  "serde",
     91  "toml",
     92 ]
     93 
     94 [[package]]
     95 name = "cesu8"
     96 version = "1.1.0"
     97 source = "registry+https://github.com/rust-lang/crates.io-index"
     98 checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
     99 
    100 [[package]]
    101 name = "cfg-if"
    102 version = "1.0.0"
    103 source = "registry+https://github.com/rust-lang/crates.io-index"
    104 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    105 
    106 [[package]]
    107 name = "combine"
    108 version = "4.6.6"
    109 source = "registry+https://github.com/rust-lang/crates.io-index"
    110 checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
    111 dependencies = [
    112  "bytes",
    113  "memchr",
    114 ]
    115 
    116 [[package]]
    117 name = "darling"
    118 version = "0.13.4"
    119 source = "registry+https://github.com/rust-lang/crates.io-index"
    120 checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
    121 dependencies = [
    122  "darling_core",
    123  "darling_macro",
    124 ]
    125 
    126 [[package]]
    127 name = "darling_core"
    128 version = "0.13.4"
    129 source = "registry+https://github.com/rust-lang/crates.io-index"
    130 checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
    131 dependencies = [
    132  "fnv",
    133  "ident_case",
    134  "proc-macro2",
    135  "quote",
    136  "strsim",
    137  "syn 1.0.109",
    138 ]
    139 
    140 [[package]]
    141 name = "darling_macro"
    142 version = "0.13.4"
    143 source = "registry+https://github.com/rust-lang/crates.io-index"
    144 checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
    145 dependencies = [
    146  "darling_core",
    147  "quote",
    148  "syn 1.0.109",
    149 ]
    150 
    151 [[package]]
    152 name = "dirs"
    153 version = "3.0.2"
    154 source = "registry+https://github.com/rust-lang/crates.io-index"
    155 checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
    156 dependencies = [
    157  "dirs-sys",
    158 ]
    159 
    160 [[package]]
    161 name = "dirs-sys"
    162 version = "0.3.7"
    163 source = "registry+https://github.com/rust-lang/crates.io-index"
    164 checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
    165 dependencies = [
    166  "libc",
    167  "redox_users",
    168  "winapi",
    169 ]
    170 
    171 [[package]]
    172 name = "dunce"
    173 version = "1.0.4"
    174 source = "registry+https://github.com/rust-lang/crates.io-index"
    175 checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
    176 
    177 [[package]]
    178 name = "either"
    179 version = "1.9.0"
    180 source = "registry+https://github.com/rust-lang/crates.io-index"
    181 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
    182 
    183 [[package]]
    184 name = "env_logger"
    185 version = "0.8.4"
    186 source = "registry+https://github.com/rust-lang/crates.io-index"
    187 checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
    188 dependencies = [
    189  "atty",
    190  "humantime",
    191  "log",
    192  "regex",
    193  "termcolor",
    194 ]
    195 
    196 [[package]]
    197 name = "equivalent"
    198 version = "1.0.1"
    199 source = "registry+https://github.com/rust-lang/crates.io-index"
    200 checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
    201 
    202 [[package]]
    203 name = "errno"
    204 version = "0.3.8"
    205 source = "registry+https://github.com/rust-lang/crates.io-index"
    206 checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
    207 dependencies = [
    208  "libc",
    209  "windows-sys",
    210 ]
    211 
    212 [[package]]
    213 name = "fnv"
    214 version = "1.0.7"
    215 source = "registry+https://github.com/rust-lang/crates.io-index"
    216 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    217 
    218 [[package]]
    219 name = "getrandom"
    220 version = "0.2.12"
    221 source = "registry+https://github.com/rust-lang/crates.io-index"
    222 checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
    223 dependencies = [
    224  "cfg-if",
    225  "libc",
    226  "wasi",
    227 ]
    228 
    229 [[package]]
    230 name = "glob"
    231 version = "0.3.1"
    232 source = "registry+https://github.com/rust-lang/crates.io-index"
    233 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
    234 
    235 [[package]]
    236 name = "hashbrown"
    237 version = "0.14.3"
    238 source = "registry+https://github.com/rust-lang/crates.io-index"
    239 checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
    240 
    241 [[package]]
    242 name = "hermit-abi"
    243 version = "0.1.19"
    244 source = "registry+https://github.com/rust-lang/crates.io-index"
    245 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
    246 dependencies = [
    247  "libc",
    248 ]
    249 
    250 [[package]]
    251 name = "home"
    252 version = "0.5.9"
    253 source = "registry+https://github.com/rust-lang/crates.io-index"
    254 checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
    255 dependencies = [
    256  "windows-sys",
    257 ]
    258 
    259 [[package]]
    260 name = "humantime"
    261 version = "2.1.0"
    262 source = "registry+https://github.com/rust-lang/crates.io-index"
    263 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
    264 
    265 [[package]]
    266 name = "ident_case"
    267 version = "1.0.1"
    268 source = "registry+https://github.com/rust-lang/crates.io-index"
    269 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
    270 
    271 [[package]]
    272 name = "indexmap"
    273 version = "2.1.0"
    274 source = "registry+https://github.com/rust-lang/crates.io-index"
    275 checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
    276 dependencies = [
    277  "equivalent",
    278  "hashbrown",
    279 ]
    280 
    281 [[package]]
    282 name = "jni"
    283 version = "0.18.0"
    284 source = "registry+https://github.com/rust-lang/crates.io-index"
    285 checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
    286 dependencies = [
    287  "cesu8",
    288  "combine",
    289  "jni-sys",
    290  "log",
    291  "thiserror",
    292  "walkdir",
    293 ]
    294 
    295 [[package]]
    296 name = "jni-glue"
    297 version = "0.0.10"
    298 source = "registry+https://github.com/rust-lang/crates.io-index"
    299 checksum = "abb534fa5773934d2580025e31b660656898f449366b7d3c8c51ba36a1609314"
    300 dependencies = [
    301  "jni-sys",
    302  "lazy_static",
    303 ]
    304 
    305 [[package]]
    306 name = "jni-sys"
    307 version = "0.3.0"
    308 source = "registry+https://github.com/rust-lang/crates.io-index"
    309 checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
    310 
    311 [[package]]
    312 name = "lazy_static"
    313 version = "1.4.0"
    314 source = "registry+https://github.com/rust-lang/crates.io-index"
    315 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    316 
    317 [[package]]
    318 name = "libc"
    319 version = "0.2.152"
    320 source = "registry+https://github.com/rust-lang/crates.io-index"
    321 checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
    322 
    323 [[package]]
    324 name = "libredox"
    325 version = "0.0.1"
    326 source = "registry+https://github.com/rust-lang/crates.io-index"
    327 checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
    328 dependencies = [
    329  "bitflags 2.4.1",
    330  "libc",
    331  "redox_syscall",
    332 ]
    333 
    334 [[package]]
    335 name = "linux-raw-sys"
    336 version = "0.4.12"
    337 source = "registry+https://github.com/rust-lang/crates.io-index"
    338 checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
    339 
    340 [[package]]
    341 name = "log"
    342 version = "0.4.20"
    343 source = "registry+https://github.com/rust-lang/crates.io-index"
    344 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
    345 
    346 [[package]]
    347 name = "memchr"
    348 version = "2.7.1"
    349 source = "registry+https://github.com/rust-lang/crates.io-index"
    350 checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
    351 
    352 [[package]]
    353 name = "ndk"
    354 version = "0.6.0"
    355 dependencies = [
    356  "bitflags 1.3.2",
    357  "jni",
    358  "jni-glue",
    359  "jni-sys",
    360  "ndk-sys",
    361  "num_enum",
    362  "thiserror",
    363 ]
    364 
    365 [[package]]
    366 name = "ndk-build"
    367 version = "0.4.3"
    368 dependencies = [
    369  "dirs",
    370  "dunce",
    371  "quick-xml",
    372  "serde",
    373  "thiserror",
    374  "which",
    375 ]
    376 
    377 [[package]]
    378 name = "ndk-context"
    379 version = "0.1.0"
    380 
    381 [[package]]
    382 name = "ndk-examples"
    383 version = "0.1.0"
    384 dependencies = [
    385  "jni",
    386  "libc",
    387  "log",
    388  "ndk",
    389  "ndk-context",
    390  "ndk-glue",
    391 ]
    392 
    393 [[package]]
    394 name = "ndk-glue"
    395 version = "0.6.1"
    396 dependencies = [
    397  "android_logger",
    398  "lazy_static",
    399  "libc",
    400  "log",
    401  "ndk",
    402  "ndk-context",
    403  "ndk-macro",
    404  "ndk-sys",
    405 ]
    406 
    407 [[package]]
    408 name = "ndk-macro"
    409 version = "0.3.0"
    410 dependencies = [
    411  "darling",
    412  "proc-macro-crate",
    413  "proc-macro2",
    414  "quote",
    415  "syn 1.0.109",
    416 ]
    417 
    418 [[package]]
    419 name = "ndk-sys"
    420 version = "0.3.0"
    421 dependencies = [
    422  "jni-sys",
    423 ]
    424 
    425 [[package]]
    426 name = "num_enum"
    427 version = "0.5.11"
    428 source = "registry+https://github.com/rust-lang/crates.io-index"
    429 checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
    430 dependencies = [
    431  "num_enum_derive",
    432 ]
    433 
    434 [[package]]
    435 name = "num_enum_derive"
    436 version = "0.5.11"
    437 source = "registry+https://github.com/rust-lang/crates.io-index"
    438 checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
    439 dependencies = [
    440  "proc-macro-crate",
    441  "proc-macro2",
    442  "quote",
    443  "syn 1.0.109",
    444 ]
    445 
    446 [[package]]
    447 name = "once_cell"
    448 version = "1.19.0"
    449 source = "registry+https://github.com/rust-lang/crates.io-index"
    450 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
    451 
    452 [[package]]
    453 name = "proc-macro-crate"
    454 version = "1.3.1"
    455 source = "registry+https://github.com/rust-lang/crates.io-index"
    456 checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
    457 dependencies = [
    458  "once_cell",
    459  "toml_edit",
    460 ]
    461 
    462 [[package]]
    463 name = "proc-macro2"
    464 version = "1.0.76"
    465 source = "registry+https://github.com/rust-lang/crates.io-index"
    466 checksum = "95fc56cda0b5c3325f5fbbd7ff9fda9e02bb00bb3dac51252d2f1bfa1cb8cc8c"
    467 dependencies = [
    468  "unicode-ident",
    469 ]
    470 
    471 [[package]]
    472 name = "quick-xml"
    473 version = "0.20.0"
    474 source = "registry+https://github.com/rust-lang/crates.io-index"
    475 checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
    476 dependencies = [
    477  "memchr",
    478  "serde",
    479 ]
    480 
    481 [[package]]
    482 name = "quote"
    483 version = "1.0.35"
    484 source = "registry+https://github.com/rust-lang/crates.io-index"
    485 checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
    486 dependencies = [
    487  "proc-macro2",
    488 ]
    489 
    490 [[package]]
    491 name = "redox_syscall"
    492 version = "0.4.1"
    493 source = "registry+https://github.com/rust-lang/crates.io-index"
    494 checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
    495 dependencies = [
    496  "bitflags 1.3.2",
    497 ]
    498 
    499 [[package]]
    500 name = "redox_users"
    501 version = "0.4.4"
    502 source = "registry+https://github.com/rust-lang/crates.io-index"
    503 checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
    504 dependencies = [
    505  "getrandom",
    506  "libredox",
    507  "thiserror",
    508 ]
    509 
    510 [[package]]
    511 name = "regex"
    512 version = "1.10.2"
    513 source = "registry+https://github.com/rust-lang/crates.io-index"
    514 checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
    515 dependencies = [
    516  "aho-corasick",
    517  "memchr",
    518  "regex-automata",
    519  "regex-syntax",
    520 ]
    521 
    522 [[package]]
    523 name = "regex-automata"
    524 version = "0.4.3"
    525 source = "registry+https://github.com/rust-lang/crates.io-index"
    526 checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
    527 dependencies = [
    528  "aho-corasick",
    529  "memchr",
    530  "regex-syntax",
    531 ]
    532 
    533 [[package]]
    534 name = "regex-syntax"
    535 version = "0.8.2"
    536 source = "registry+https://github.com/rust-lang/crates.io-index"
    537 checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
    538 
    539 [[package]]
    540 name = "rustix"
    541 version = "0.38.28"
    542 source = "registry+https://github.com/rust-lang/crates.io-index"
    543 checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
    544 dependencies = [
    545  "bitflags 2.4.1",
    546  "errno",
    547  "libc",
    548  "linux-raw-sys",
    549  "windows-sys",
    550 ]
    551 
    552 [[package]]
    553 name = "same-file"
    554 version = "1.0.6"
    555 source = "registry+https://github.com/rust-lang/crates.io-index"
    556 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
    557 dependencies = [
    558  "winapi-util",
    559 ]
    560 
    561 [[package]]
    562 name = "serde"
    563 version = "1.0.195"
    564 source = "registry+https://github.com/rust-lang/crates.io-index"
    565 checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
    566 dependencies = [
    567  "serde_derive",
    568 ]
    569 
    570 [[package]]
    571 name = "serde_derive"
    572 version = "1.0.195"
    573 source = "registry+https://github.com/rust-lang/crates.io-index"
    574 checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
    575 dependencies = [
    576  "proc-macro2",
    577  "quote",
    578  "syn 2.0.48",
    579 ]
    580 
    581 [[package]]
    582 name = "strsim"
    583 version = "0.10.0"
    584 source = "registry+https://github.com/rust-lang/crates.io-index"
    585 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
    586 
    587 [[package]]
    588 name = "syn"
    589 version = "1.0.109"
    590 source = "registry+https://github.com/rust-lang/crates.io-index"
    591 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
    592 dependencies = [
    593  "proc-macro2",
    594  "quote",
    595  "unicode-ident",
    596 ]
    597 
    598 [[package]]
    599 name = "syn"
    600 version = "2.0.48"
    601 source = "registry+https://github.com/rust-lang/crates.io-index"
    602 checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
    603 dependencies = [
    604  "proc-macro2",
    605  "quote",
    606  "unicode-ident",
    607 ]
    608 
    609 [[package]]
    610 name = "termcolor"
    611 version = "1.4.1"
    612 source = "registry+https://github.com/rust-lang/crates.io-index"
    613 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
    614 dependencies = [
    615  "winapi-util",
    616 ]
    617 
    618 [[package]]
    619 name = "thiserror"
    620 version = "1.0.56"
    621 source = "registry+https://github.com/rust-lang/crates.io-index"
    622 checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
    623 dependencies = [
    624  "thiserror-impl",
    625 ]
    626 
    627 [[package]]
    628 name = "thiserror-impl"
    629 version = "1.0.56"
    630 source = "registry+https://github.com/rust-lang/crates.io-index"
    631 checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
    632 dependencies = [
    633  "proc-macro2",
    634  "quote",
    635  "syn 2.0.48",
    636 ]
    637 
    638 [[package]]
    639 name = "toml"
    640 version = "0.5.11"
    641 source = "registry+https://github.com/rust-lang/crates.io-index"
    642 checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
    643 dependencies = [
    644  "serde",
    645 ]
    646 
    647 [[package]]
    648 name = "toml_datetime"
    649 version = "0.6.5"
    650 source = "registry+https://github.com/rust-lang/crates.io-index"
    651 checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
    652 
    653 [[package]]
    654 name = "toml_edit"
    655 version = "0.19.15"
    656 source = "registry+https://github.com/rust-lang/crates.io-index"
    657 checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
    658 dependencies = [
    659  "indexmap",
    660  "toml_datetime",
    661  "winnow",
    662 ]
    663 
    664 [[package]]
    665 name = "unicode-ident"
    666 version = "1.0.12"
    667 source = "registry+https://github.com/rust-lang/crates.io-index"
    668 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
    669 
    670 [[package]]
    671 name = "walkdir"
    672 version = "2.4.0"
    673 source = "registry+https://github.com/rust-lang/crates.io-index"
    674 checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
    675 dependencies = [
    676  "same-file",
    677  "winapi-util",
    678 ]
    679 
    680 [[package]]
    681 name = "wasi"
    682 version = "0.11.0+wasi-snapshot-preview1"
    683 source = "registry+https://github.com/rust-lang/crates.io-index"
    684 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
    685 
    686 [[package]]
    687 name = "which"
    688 version = "4.4.2"
    689 source = "registry+https://github.com/rust-lang/crates.io-index"
    690 checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
    691 dependencies = [
    692  "either",
    693  "home",
    694  "once_cell",
    695  "rustix",
    696 ]
    697 
    698 [[package]]
    699 name = "winapi"
    700 version = "0.3.9"
    701 source = "registry+https://github.com/rust-lang/crates.io-index"
    702 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    703 dependencies = [
    704  "winapi-i686-pc-windows-gnu",
    705  "winapi-x86_64-pc-windows-gnu",
    706 ]
    707 
    708 [[package]]
    709 name = "winapi-i686-pc-windows-gnu"
    710 version = "0.4.0"
    711 source = "registry+https://github.com/rust-lang/crates.io-index"
    712 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    713 
    714 [[package]]
    715 name = "winapi-util"
    716 version = "0.1.6"
    717 source = "registry+https://github.com/rust-lang/crates.io-index"
    718 checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
    719 dependencies = [
    720  "winapi",
    721 ]
    722 
    723 [[package]]
    724 name = "winapi-x86_64-pc-windows-gnu"
    725 version = "0.4.0"
    726 source = "registry+https://github.com/rust-lang/crates.io-index"
    727 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    728 
    729 [[package]]
    730 name = "windows-sys"
    731 version = "0.52.0"
    732 source = "registry+https://github.com/rust-lang/crates.io-index"
    733 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
    734 dependencies = [
    735  "windows-targets",
    736 ]
    737 
    738 [[package]]
    739 name = "windows-targets"
    740 version = "0.52.0"
    741 source = "registry+https://github.com/rust-lang/crates.io-index"
    742 checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
    743 dependencies = [
    744  "windows_aarch64_gnullvm",
    745  "windows_aarch64_msvc",
    746  "windows_i686_gnu",
    747  "windows_i686_msvc",
    748  "windows_x86_64_gnu",
    749  "windows_x86_64_gnullvm",
    750  "windows_x86_64_msvc",
    751 ]
    752 
    753 [[package]]
    754 name = "windows_aarch64_gnullvm"
    755 version = "0.52.0"
    756 source = "registry+https://github.com/rust-lang/crates.io-index"
    757 checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
    758 
    759 [[package]]
    760 name = "windows_aarch64_msvc"
    761 version = "0.52.0"
    762 source = "registry+https://github.com/rust-lang/crates.io-index"
    763 checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
    764 
    765 [[package]]
    766 name = "windows_i686_gnu"
    767 version = "0.52.0"
    768 source = "registry+https://github.com/rust-lang/crates.io-index"
    769 checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
    770 
    771 [[package]]
    772 name = "windows_i686_msvc"
    773 version = "0.52.0"
    774 source = "registry+https://github.com/rust-lang/crates.io-index"
    775 checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
    776 
    777 [[package]]
    778 name = "windows_x86_64_gnu"
    779 version = "0.52.0"
    780 source = "registry+https://github.com/rust-lang/crates.io-index"
    781 checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
    782 
    783 [[package]]
    784 name = "windows_x86_64_gnullvm"
    785 version = "0.52.0"
    786 source = "registry+https://github.com/rust-lang/crates.io-index"
    787 checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
    788 
    789 [[package]]
    790 name = "windows_x86_64_msvc"
    791 version = "0.52.0"
    792 source = "registry+https://github.com/rust-lang/crates.io-index"
    793 checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
    794 
    795 [[package]]
    796 name = "winnow"
    797 version = "0.5.34"
    798 source = "registry+https://github.com/rust-lang/crates.io-index"
    799 checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
    800 dependencies = [
    801  "memchr",
    802 ]