nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

cargo-lock.patch (18006B)


      1 diff --git c/Cargo.lock i/Cargo.lock
      2 new file mode 100644
      3 index 0000000..4e61317
      4 --- /dev/null
      5 +++ i/Cargo.lock
      6 @@ -0,0 +1,642 @@
      7 +# This file is automatically @generated by Cargo.
      8 +# It is not intended for manual editing.
      9 +version = 3
     10 +
     11 +[[package]]
     12 +name = "aho-corasick"
     13 +version = "1.1.2"
     14 +source = "registry+https://github.com/rust-lang/crates.io-index"
     15 +checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
     16 +dependencies = [
     17 + "memchr",
     18 +]
     19 +
     20 +[[package]]
     21 +name = "android-tzdata"
     22 +version = "0.1.1"
     23 +source = "registry+https://github.com/rust-lang/crates.io-index"
     24 +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
     25 +
     26 +[[package]]
     27 +name = "android_system_properties"
     28 +version = "0.1.5"
     29 +source = "registry+https://github.com/rust-lang/crates.io-index"
     30 +checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
     31 +dependencies = [
     32 + "libc",
     33 +]
     34 +
     35 +[[package]]
     36 +name = "anstream"
     37 +version = "0.6.11"
     38 +source = "registry+https://github.com/rust-lang/crates.io-index"
     39 +checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
     40 +dependencies = [
     41 + "anstyle",
     42 + "anstyle-parse",
     43 + "anstyle-query",
     44 + "anstyle-wincon",
     45 + "colorchoice",
     46 + "utf8parse",
     47 +]
     48 +
     49 +[[package]]
     50 +name = "anstyle"
     51 +version = "1.0.4"
     52 +source = "registry+https://github.com/rust-lang/crates.io-index"
     53 +checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
     54 +
     55 +[[package]]
     56 +name = "anstyle-parse"
     57 +version = "0.2.3"
     58 +source = "registry+https://github.com/rust-lang/crates.io-index"
     59 +checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
     60 +dependencies = [
     61 + "utf8parse",
     62 +]
     63 +
     64 +[[package]]
     65 +name = "anstyle-query"
     66 +version = "1.0.2"
     67 +source = "registry+https://github.com/rust-lang/crates.io-index"
     68 +checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
     69 +dependencies = [
     70 + "windows-sys",
     71 +]
     72 +
     73 +[[package]]
     74 +name = "anstyle-wincon"
     75 +version = "3.0.2"
     76 +source = "registry+https://github.com/rust-lang/crates.io-index"
     77 +checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
     78 +dependencies = [
     79 + "anstyle",
     80 + "windows-sys",
     81 +]
     82 +
     83 +[[package]]
     84 +name = "anyhow"
     85 +version = "1.0.79"
     86 +source = "registry+https://github.com/rust-lang/crates.io-index"
     87 +checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
     88 +
     89 +[[package]]
     90 +name = "autocfg"
     91 +version = "1.1.0"
     92 +source = "registry+https://github.com/rust-lang/crates.io-index"
     93 +checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
     94 +
     95 +[[package]]
     96 +name = "block"
     97 +version = "0.1.6"
     98 +source = "registry+https://github.com/rust-lang/crates.io-index"
     99 +checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
    100 +
    101 +[[package]]
    102 +name = "bumpalo"
    103 +version = "3.14.0"
    104 +source = "registry+https://github.com/rust-lang/crates.io-index"
    105 +checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
    106 +
    107 +[[package]]
    108 +name = "byteorder"
    109 +version = "1.5.0"
    110 +source = "registry+https://github.com/rust-lang/crates.io-index"
    111 +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
    112 +
    113 +[[package]]
    114 +name = "cc"
    115 +version = "1.0.83"
    116 +source = "registry+https://github.com/rust-lang/crates.io-index"
    117 +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
    118 +dependencies = [
    119 + "libc",
    120 +]
    121 +
    122 +[[package]]
    123 +name = "cfg-if"
    124 +version = "1.0.0"
    125 +source = "registry+https://github.com/rust-lang/crates.io-index"
    126 +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    127 +
    128 +[[package]]
    129 +name = "chrono"
    130 +version = "0.4.33"
    131 +source = "registry+https://github.com/rust-lang/crates.io-index"
    132 +checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
    133 +dependencies = [
    134 + "android-tzdata",
    135 + "iana-time-zone",
    136 + "num-traits",
    137 + "windows-targets",
    138 +]
    139 +
    140 +[[package]]
    141 +name = "clap"
    142 +version = "4.4.18"
    143 +source = "registry+https://github.com/rust-lang/crates.io-index"
    144 +checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
    145 +dependencies = [
    146 + "clap_builder",
    147 +]
    148 +
    149 +[[package]]
    150 +name = "clap_builder"
    151 +version = "4.4.18"
    152 +source = "registry+https://github.com/rust-lang/crates.io-index"
    153 +checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
    154 +dependencies = [
    155 + "anstream",
    156 + "anstyle",
    157 + "clap_lex",
    158 + "strsim",
    159 +]
    160 +
    161 +[[package]]
    162 +name = "clap_lex"
    163 +version = "0.6.0"
    164 +source = "registry+https://github.com/rust-lang/crates.io-index"
    165 +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
    166 +
    167 +[[package]]
    168 +name = "colorchoice"
    169 +version = "1.0.0"
    170 +source = "registry+https://github.com/rust-lang/crates.io-index"
    171 +checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
    172 +
    173 +[[package]]
    174 +name = "core-foundation-sys"
    175 +version = "0.8.6"
    176 +source = "registry+https://github.com/rust-lang/crates.io-index"
    177 +checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
    178 +
    179 +[[package]]
    180 +name = "encoding"
    181 +version = "0.2.33"
    182 +source = "registry+https://github.com/rust-lang/crates.io-index"
    183 +checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
    184 +dependencies = [
    185 + "encoding-index-japanese",
    186 + "encoding-index-korean",
    187 + "encoding-index-simpchinese",
    188 + "encoding-index-singlebyte",
    189 + "encoding-index-tradchinese",
    190 +]
    191 +
    192 +[[package]]
    193 +name = "encoding-index-japanese"
    194 +version = "1.20141219.5"
    195 +source = "registry+https://github.com/rust-lang/crates.io-index"
    196 +checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
    197 +dependencies = [
    198 + "encoding_index_tests",
    199 +]
    200 +
    201 +[[package]]
    202 +name = "encoding-index-korean"
    203 +version = "1.20141219.5"
    204 +source = "registry+https://github.com/rust-lang/crates.io-index"
    205 +checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
    206 +dependencies = [
    207 + "encoding_index_tests",
    208 +]
    209 +
    210 +[[package]]
    211 +name = "encoding-index-simpchinese"
    212 +version = "1.20141219.5"
    213 +source = "registry+https://github.com/rust-lang/crates.io-index"
    214 +checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
    215 +dependencies = [
    216 + "encoding_index_tests",
    217 +]
    218 +
    219 +[[package]]
    220 +name = "encoding-index-singlebyte"
    221 +version = "1.20141219.5"
    222 +source = "registry+https://github.com/rust-lang/crates.io-index"
    223 +checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
    224 +dependencies = [
    225 + "encoding_index_tests",
    226 +]
    227 +
    228 +[[package]]
    229 +name = "encoding-index-tradchinese"
    230 +version = "1.20141219.5"
    231 +source = "registry+https://github.com/rust-lang/crates.io-index"
    232 +checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
    233 +dependencies = [
    234 + "encoding_index_tests",
    235 +]
    236 +
    237 +[[package]]
    238 +name = "encoding_index_tests"
    239 +version = "0.1.4"
    240 +source = "registry+https://github.com/rust-lang/crates.io-index"
    241 +checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
    242 +
    243 +[[package]]
    244 +name = "gettext"
    245 +version = "0.4.0"
    246 +source = "registry+https://github.com/rust-lang/crates.io-index"
    247 +checksum = "9ebb594e753d5997e4be036e5a8cf048ab9414352870fb45c779557bbc9ba971"
    248 +dependencies = [
    249 + "byteorder",
    250 + "encoding",
    251 +]
    252 +
    253 +[[package]]
    254 +name = "gettext-rs"
    255 +version = "0.7.0"
    256 +source = "registry+https://github.com/rust-lang/crates.io-index"
    257 +checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
    258 +dependencies = [
    259 + "gettext-sys",
    260 + "locale_config",
    261 +]
    262 +
    263 +[[package]]
    264 +name = "gettext-sys"
    265 +version = "0.21.3"
    266 +source = "registry+https://github.com/rust-lang/crates.io-index"
    267 +checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d"
    268 +dependencies = [
    269 + "cc",
    270 + "temp-dir",
    271 +]
    272 +
    273 +[[package]]
    274 +name = "iana-time-zone"
    275 +version = "0.1.59"
    276 +source = "registry+https://github.com/rust-lang/crates.io-index"
    277 +checksum = "b6a67363e2aa4443928ce15e57ebae94fd8949958fd1223c4cfc0cd473ad7539"
    278 +dependencies = [
    279 + "android_system_properties",
    280 + "core-foundation-sys",
    281 + "iana-time-zone-haiku",
    282 + "js-sys",
    283 + "wasm-bindgen",
    284 + "windows-core",
    285 +]
    286 +
    287 +[[package]]
    288 +name = "iana-time-zone-haiku"
    289 +version = "0.1.2"
    290 +source = "registry+https://github.com/rust-lang/crates.io-index"
    291 +checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
    292 +dependencies = [
    293 + "cc",
    294 +]
    295 +
    296 +[[package]]
    297 +name = "js-sys"
    298 +version = "0.3.67"
    299 +source = "registry+https://github.com/rust-lang/crates.io-index"
    300 +checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
    301 +dependencies = [
    302 + "wasm-bindgen",
    303 +]
    304 +
    305 +[[package]]
    306 +name = "lazy_static"
    307 +version = "1.4.0"
    308 +source = "registry+https://github.com/rust-lang/crates.io-index"
    309 +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    310 +
    311 +[[package]]
    312 +name = "libc"
    313 +version = "0.2.152"
    314 +source = "registry+https://github.com/rust-lang/crates.io-index"
    315 +checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
    316 +
    317 +[[package]]
    318 +name = "locale_config"
    319 +version = "0.3.0"
    320 +source = "registry+https://github.com/rust-lang/crates.io-index"
    321 +checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
    322 +dependencies = [
    323 + "lazy_static",
    324 + "objc",
    325 + "objc-foundation",
    326 + "regex",
    327 + "winapi",
    328 +]
    329 +
    330 +[[package]]
    331 +name = "log"
    332 +version = "0.4.20"
    333 +source = "registry+https://github.com/rust-lang/crates.io-index"
    334 +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
    335 +
    336 +[[package]]
    337 +name = "malloc_buf"
    338 +version = "0.0.6"
    339 +source = "registry+https://github.com/rust-lang/crates.io-index"
    340 +checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
    341 +dependencies = [
    342 + "libc",
    343 +]
    344 +
    345 +[[package]]
    346 +name = "memchr"
    347 +version = "2.7.1"
    348 +source = "registry+https://github.com/rust-lang/crates.io-index"
    349 +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
    350 +
    351 +[[package]]
    352 +name = "num-traits"
    353 +version = "0.2.17"
    354 +source = "registry+https://github.com/rust-lang/crates.io-index"
    355 +checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
    356 +dependencies = [
    357 + "autocfg",
    358 +]
    359 +
    360 +[[package]]
    361 +name = "objc"
    362 +version = "0.2.7"
    363 +source = "registry+https://github.com/rust-lang/crates.io-index"
    364 +checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
    365 +dependencies = [
    366 + "malloc_buf",
    367 +]
    368 +
    369 +[[package]]
    370 +name = "objc-foundation"
    371 +version = "0.1.1"
    372 +source = "registry+https://github.com/rust-lang/crates.io-index"
    373 +checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
    374 +dependencies = [
    375 + "block",
    376 + "objc",
    377 + "objc_id",
    378 +]
    379 +
    380 +[[package]]
    381 +name = "objc_id"
    382 +version = "0.1.1"
    383 +source = "registry+https://github.com/rust-lang/crates.io-index"
    384 +checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
    385 +dependencies = [
    386 + "objc",
    387 +]
    388 +
    389 +[[package]]
    390 +name = "once_cell"
    391 +version = "1.19.0"
    392 +source = "registry+https://github.com/rust-lang/crates.io-index"
    393 +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
    394 +
    395 +[[package]]
    396 +name = "proc-macro2"
    397 +version = "1.0.78"
    398 +source = "registry+https://github.com/rust-lang/crates.io-index"
    399 +checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
    400 +dependencies = [
    401 + "unicode-ident",
    402 +]
    403 +
    404 +[[package]]
    405 +name = "quote"
    406 +version = "1.0.35"
    407 +source = "registry+https://github.com/rust-lang/crates.io-index"
    408 +checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
    409 +dependencies = [
    410 + "proc-macro2",
    411 +]
    412 +
    413 +[[package]]
    414 +name = "regex"
    415 +version = "1.10.3"
    416 +source = "registry+https://github.com/rust-lang/crates.io-index"
    417 +checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
    418 +dependencies = [
    419 + "aho-corasick",
    420 + "memchr",
    421 + "regex-automata",
    422 + "regex-syntax",
    423 +]
    424 +
    425 +[[package]]
    426 +name = "regex-automata"
    427 +version = "0.4.5"
    428 +source = "registry+https://github.com/rust-lang/crates.io-index"
    429 +checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
    430 +dependencies = [
    431 + "aho-corasick",
    432 + "memchr",
    433 + "regex-syntax",
    434 +]
    435 +
    436 +[[package]]
    437 +name = "regex-syntax"
    438 +version = "0.8.2"
    439 +source = "registry+https://github.com/rust-lang/crates.io-index"
    440 +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
    441 +
    442 +[[package]]
    443 +name = "strsim"
    444 +version = "0.10.0"
    445 +source = "registry+https://github.com/rust-lang/crates.io-index"
    446 +checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
    447 +
    448 +[[package]]
    449 +name = "syn"
    450 +version = "2.0.48"
    451 +source = "registry+https://github.com/rust-lang/crates.io-index"
    452 +checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
    453 +dependencies = [
    454 + "proc-macro2",
    455 + "quote",
    456 + "unicode-ident",
    457 +]
    458 +
    459 +[[package]]
    460 +name = "temp-dir"
    461 +version = "0.1.12"
    462 +source = "registry+https://github.com/rust-lang/crates.io-index"
    463 +checksum = "dd16aa9ffe15fe021c6ee3766772132c6e98dfa395a167e16864f61a9cfb71d6"
    464 +
    465 +[[package]]
    466 +name = "tr"
    467 +version = "0.1.7"
    468 +dependencies = [
    469 + "gettext",
    470 + "gettext-rs",
    471 + "lazy_static",
    472 +]
    473 +
    474 +[[package]]
    475 +name = "unicode-ident"
    476 +version = "1.0.12"
    477 +source = "registry+https://github.com/rust-lang/crates.io-index"
    478 +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
    479 +
    480 +[[package]]
    481 +name = "utf8parse"
    482 +version = "0.2.1"
    483 +source = "registry+https://github.com/rust-lang/crates.io-index"
    484 +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
    485 +
    486 +[[package]]
    487 +name = "wasm-bindgen"
    488 +version = "0.2.90"
    489 +source = "registry+https://github.com/rust-lang/crates.io-index"
    490 +checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
    491 +dependencies = [
    492 + "cfg-if",
    493 + "wasm-bindgen-macro",
    494 +]
    495 +
    496 +[[package]]
    497 +name = "wasm-bindgen-backend"
    498 +version = "0.2.90"
    499 +source = "registry+https://github.com/rust-lang/crates.io-index"
    500 +checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
    501 +dependencies = [
    502 + "bumpalo",
    503 + "log",
    504 + "once_cell",
    505 + "proc-macro2",
    506 + "quote",
    507 + "syn",
    508 + "wasm-bindgen-shared",
    509 +]
    510 +
    511 +[[package]]
    512 +name = "wasm-bindgen-macro"
    513 +version = "0.2.90"
    514 +source = "registry+https://github.com/rust-lang/crates.io-index"
    515 +checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
    516 +dependencies = [
    517 + "quote",
    518 + "wasm-bindgen-macro-support",
    519 +]
    520 +
    521 +[[package]]
    522 +name = "wasm-bindgen-macro-support"
    523 +version = "0.2.90"
    524 +source = "registry+https://github.com/rust-lang/crates.io-index"
    525 +checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
    526 +dependencies = [
    527 + "proc-macro2",
    528 + "quote",
    529 + "syn",
    530 + "wasm-bindgen-backend",
    531 + "wasm-bindgen-shared",
    532 +]
    533 +
    534 +[[package]]
    535 +name = "wasm-bindgen-shared"
    536 +version = "0.2.90"
    537 +source = "registry+https://github.com/rust-lang/crates.io-index"
    538 +checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
    539 +
    540 +[[package]]
    541 +name = "winapi"
    542 +version = "0.3.9"
    543 +source = "registry+https://github.com/rust-lang/crates.io-index"
    544 +checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    545 +dependencies = [
    546 + "winapi-i686-pc-windows-gnu",
    547 + "winapi-x86_64-pc-windows-gnu",
    548 +]
    549 +
    550 +[[package]]
    551 +name = "winapi-i686-pc-windows-gnu"
    552 +version = "0.4.0"
    553 +source = "registry+https://github.com/rust-lang/crates.io-index"
    554 +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    555 +
    556 +[[package]]
    557 +name = "winapi-x86_64-pc-windows-gnu"
    558 +version = "0.4.0"
    559 +source = "registry+https://github.com/rust-lang/crates.io-index"
    560 +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    561 +
    562 +[[package]]
    563 +name = "windows-core"
    564 +version = "0.52.0"
    565 +source = "registry+https://github.com/rust-lang/crates.io-index"
    566 +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
    567 +dependencies = [
    568 + "windows-targets",
    569 +]
    570 +
    571 +[[package]]
    572 +name = "windows-sys"
    573 +version = "0.52.0"
    574 +source = "registry+https://github.com/rust-lang/crates.io-index"
    575 +checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
    576 +dependencies = [
    577 + "windows-targets",
    578 +]
    579 +
    580 +[[package]]
    581 +name = "windows-targets"
    582 +version = "0.52.0"
    583 +source = "registry+https://github.com/rust-lang/crates.io-index"
    584 +checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
    585 +dependencies = [
    586 + "windows_aarch64_gnullvm",
    587 + "windows_aarch64_msvc",
    588 + "windows_i686_gnu",
    589 + "windows_i686_msvc",
    590 + "windows_x86_64_gnu",
    591 + "windows_x86_64_gnullvm",
    592 + "windows_x86_64_msvc",
    593 +]
    594 +
    595 +[[package]]
    596 +name = "windows_aarch64_gnullvm"
    597 +version = "0.52.0"
    598 +source = "registry+https://github.com/rust-lang/crates.io-index"
    599 +checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
    600 +
    601 +[[package]]
    602 +name = "windows_aarch64_msvc"
    603 +version = "0.52.0"
    604 +source = "registry+https://github.com/rust-lang/crates.io-index"
    605 +checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
    606 +
    607 +[[package]]
    608 +name = "windows_i686_gnu"
    609 +version = "0.52.0"
    610 +source = "registry+https://github.com/rust-lang/crates.io-index"
    611 +checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
    612 +
    613 +[[package]]
    614 +name = "windows_i686_msvc"
    615 +version = "0.52.0"
    616 +source = "registry+https://github.com/rust-lang/crates.io-index"
    617 +checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
    618 +
    619 +[[package]]
    620 +name = "windows_x86_64_gnu"
    621 +version = "0.52.0"
    622 +source = "registry+https://github.com/rust-lang/crates.io-index"
    623 +checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
    624 +
    625 +[[package]]
    626 +name = "windows_x86_64_gnullvm"
    627 +version = "0.52.0"
    628 +source = "registry+https://github.com/rust-lang/crates.io-index"
    629 +checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
    630 +
    631 +[[package]]
    632 +name = "windows_x86_64_msvc"
    633 +version = "0.52.0"
    634 +source = "registry+https://github.com/rust-lang/crates.io-index"
    635 +checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
    636 +
    637 +[[package]]
    638 +name = "xtr"
    639 +version = "0.1.9"
    640 +dependencies = [
    641 + "anyhow",
    642 + "chrono",
    643 + "clap",
    644 + "proc-macro2",
    645 + "quote",
    646 + "syn",
    647 + "tr",
    648 +]