crier

RSS and Atom feed aggregator
Info | Log | Files | Refs | README

Cargo.lock (22119B)


      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.3"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
     10 dependencies = [
     11  "memchr",
     12 ]
     13 
     14 [[package]]
     15 name = "android-tzdata"
     16 version = "0.1.1"
     17 source = "registry+https://github.com/rust-lang/crates.io-index"
     18 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
     19 
     20 [[package]]
     21 name = "android_system_properties"
     22 version = "0.1.5"
     23 source = "registry+https://github.com/rust-lang/crates.io-index"
     24 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
     25 dependencies = [
     26  "libc",
     27 ]
     28 
     29 [[package]]
     30 name = "ansi_term"
     31 version = "0.12.1"
     32 source = "registry+https://github.com/rust-lang/crates.io-index"
     33 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
     34 dependencies = [
     35  "winapi",
     36 ]
     37 
     38 [[package]]
     39 name = "atom_syndication"
     40 version = "0.12.3"
     41 source = "git+git://holbrook.no/contrib/atom_syndication?rev=9985c1610b2b819f5bd2f7a719567ee0b5419b85#9985c1610b2b819f5bd2f7a719567ee0b5419b85"
     42 dependencies = [
     43  "chrono",
     44  "derive_builder",
     45  "diligent-date-parser",
     46  "never",
     47  "quick-xml 0.32.0",
     48 ]
     49 
     50 [[package]]
     51 name = "atty"
     52 version = "0.2.14"
     53 source = "registry+https://github.com/rust-lang/crates.io-index"
     54 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
     55 dependencies = [
     56  "hermit-abi",
     57  "libc",
     58  "winapi",
     59 ]
     60 
     61 [[package]]
     62 name = "autocfg"
     63 version = "1.3.0"
     64 source = "registry+https://github.com/rust-lang/crates.io-index"
     65 checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
     66 
     67 [[package]]
     68 name = "bitflags"
     69 version = "1.3.2"
     70 source = "registry+https://github.com/rust-lang/crates.io-index"
     71 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
     72 
     73 [[package]]
     74 name = "block-buffer"
     75 version = "0.10.4"
     76 source = "registry+https://github.com/rust-lang/crates.io-index"
     77 checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
     78 dependencies = [
     79  "generic-array",
     80 ]
     81 
     82 [[package]]
     83 name = "bumpalo"
     84 version = "3.16.0"
     85 source = "registry+https://github.com/rust-lang/crates.io-index"
     86 checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
     87 
     88 [[package]]
     89 name = "bytes"
     90 version = "1.6.1"
     91 source = "registry+https://github.com/rust-lang/crates.io-index"
     92 checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952"
     93 
     94 [[package]]
     95 name = "cc"
     96 version = "1.1.6"
     97 source = "registry+https://github.com/rust-lang/crates.io-index"
     98 checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f"
     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 = "chrono"
    108 version = "0.4.38"
    109 source = "registry+https://github.com/rust-lang/crates.io-index"
    110 checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
    111 dependencies = [
    112  "android-tzdata",
    113  "iana-time-zone",
    114  "js-sys",
    115  "num-traits",
    116  "wasm-bindgen",
    117  "windows-targets",
    118 ]
    119 
    120 [[package]]
    121 name = "clap"
    122 version = "2.34.0"
    123 source = "registry+https://github.com/rust-lang/crates.io-index"
    124 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
    125 dependencies = [
    126  "ansi_term",
    127  "atty",
    128  "bitflags",
    129  "strsim 0.8.0",
    130  "textwrap",
    131  "unicode-width",
    132  "vec_map",
    133 ]
    134 
    135 [[package]]
    136 name = "core-foundation-sys"
    137 version = "0.8.6"
    138 source = "registry+https://github.com/rust-lang/crates.io-index"
    139 checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
    140 
    141 [[package]]
    142 name = "crier"
    143 version = "0.0.1"
    144 dependencies = [
    145  "atom_syndication",
    146  "chrono",
    147  "digest",
    148  "env_logger",
    149  "http",
    150  "itertools",
    151  "log",
    152  "rs_sha512",
    153  "rss",
    154  "serde",
    155  "uuid",
    156 ]
    157 
    158 [[package]]
    159 name = "crier-bin"
    160 version = "0.0.1"
    161 dependencies = [
    162  "clap",
    163  "crier",
    164  "env_logger",
    165  "log",
    166  "uuid",
    167 ]
    168 
    169 [[package]]
    170 name = "crypto-common"
    171 version = "0.1.6"
    172 source = "registry+https://github.com/rust-lang/crates.io-index"
    173 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
    174 dependencies = [
    175  "generic-array",
    176  "typenum",
    177 ]
    178 
    179 [[package]]
    180 name = "darling"
    181 version = "0.20.10"
    182 source = "registry+https://github.com/rust-lang/crates.io-index"
    183 checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
    184 dependencies = [
    185  "darling_core",
    186  "darling_macro",
    187 ]
    188 
    189 [[package]]
    190 name = "darling_core"
    191 version = "0.20.10"
    192 source = "registry+https://github.com/rust-lang/crates.io-index"
    193 checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
    194 dependencies = [
    195  "fnv",
    196  "ident_case",
    197  "proc-macro2",
    198  "quote",
    199  "strsim 0.11.1",
    200  "syn",
    201 ]
    202 
    203 [[package]]
    204 name = "darling_macro"
    205 version = "0.20.10"
    206 source = "registry+https://github.com/rust-lang/crates.io-index"
    207 checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
    208 dependencies = [
    209  "darling_core",
    210  "quote",
    211  "syn",
    212 ]
    213 
    214 [[package]]
    215 name = "derive_builder"
    216 version = "0.20.0"
    217 source = "registry+https://github.com/rust-lang/crates.io-index"
    218 checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
    219 dependencies = [
    220  "derive_builder_macro",
    221 ]
    222 
    223 [[package]]
    224 name = "derive_builder_core"
    225 version = "0.20.0"
    226 source = "registry+https://github.com/rust-lang/crates.io-index"
    227 checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
    228 dependencies = [
    229  "darling",
    230  "proc-macro2",
    231  "quote",
    232  "syn",
    233 ]
    234 
    235 [[package]]
    236 name = "derive_builder_macro"
    237 version = "0.20.0"
    238 source = "registry+https://github.com/rust-lang/crates.io-index"
    239 checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
    240 dependencies = [
    241  "derive_builder_core",
    242  "syn",
    243 ]
    244 
    245 [[package]]
    246 name = "digest"
    247 version = "0.10.7"
    248 source = "registry+https://github.com/rust-lang/crates.io-index"
    249 checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
    250 dependencies = [
    251  "block-buffer",
    252  "crypto-common",
    253 ]
    254 
    255 [[package]]
    256 name = "diligent-date-parser"
    257 version = "0.1.4"
    258 source = "registry+https://github.com/rust-lang/crates.io-index"
    259 checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
    260 dependencies = [
    261  "chrono",
    262 ]
    263 
    264 [[package]]
    265 name = "either"
    266 version = "1.13.0"
    267 source = "registry+https://github.com/rust-lang/crates.io-index"
    268 checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
    269 
    270 [[package]]
    271 name = "encoding_rs"
    272 version = "0.8.34"
    273 source = "registry+https://github.com/rust-lang/crates.io-index"
    274 checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
    275 dependencies = [
    276  "cfg-if",
    277 ]
    278 
    279 [[package]]
    280 name = "env_logger"
    281 version = "0.9.3"
    282 source = "registry+https://github.com/rust-lang/crates.io-index"
    283 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
    284 dependencies = [
    285  "atty",
    286  "humantime",
    287  "log",
    288  "regex",
    289  "termcolor",
    290 ]
    291 
    292 [[package]]
    293 name = "fnv"
    294 version = "1.0.7"
    295 source = "registry+https://github.com/rust-lang/crates.io-index"
    296 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    297 
    298 [[package]]
    299 name = "generic-array"
    300 version = "0.14.7"
    301 source = "registry+https://github.com/rust-lang/crates.io-index"
    302 checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
    303 dependencies = [
    304  "typenum",
    305  "version_check",
    306 ]
    307 
    308 [[package]]
    309 name = "getrandom"
    310 version = "0.2.15"
    311 source = "registry+https://github.com/rust-lang/crates.io-index"
    312 checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
    313 dependencies = [
    314  "cfg-if",
    315  "libc",
    316  "wasi",
    317 ]
    318 
    319 [[package]]
    320 name = "hermit-abi"
    321 version = "0.1.19"
    322 source = "registry+https://github.com/rust-lang/crates.io-index"
    323 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
    324 dependencies = [
    325  "libc",
    326 ]
    327 
    328 [[package]]
    329 name = "http"
    330 version = "1.1.0"
    331 source = "registry+https://github.com/rust-lang/crates.io-index"
    332 checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
    333 dependencies = [
    334  "bytes",
    335  "fnv",
    336  "itoa",
    337 ]
    338 
    339 [[package]]
    340 name = "humantime"
    341 version = "2.1.0"
    342 source = "registry+https://github.com/rust-lang/crates.io-index"
    343 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
    344 
    345 [[package]]
    346 name = "iana-time-zone"
    347 version = "0.1.60"
    348 source = "registry+https://github.com/rust-lang/crates.io-index"
    349 checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
    350 dependencies = [
    351  "android_system_properties",
    352  "core-foundation-sys",
    353  "iana-time-zone-haiku",
    354  "js-sys",
    355  "wasm-bindgen",
    356  "windows-core",
    357 ]
    358 
    359 [[package]]
    360 name = "iana-time-zone-haiku"
    361 version = "0.1.2"
    362 source = "registry+https://github.com/rust-lang/crates.io-index"
    363 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
    364 dependencies = [
    365  "cc",
    366 ]
    367 
    368 [[package]]
    369 name = "ident_case"
    370 version = "1.0.1"
    371 source = "registry+https://github.com/rust-lang/crates.io-index"
    372 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
    373 
    374 [[package]]
    375 name = "itertools"
    376 version = "0.13.0"
    377 source = "registry+https://github.com/rust-lang/crates.io-index"
    378 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
    379 dependencies = [
    380  "either",
    381 ]
    382 
    383 [[package]]
    384 name = "itoa"
    385 version = "1.0.11"
    386 source = "registry+https://github.com/rust-lang/crates.io-index"
    387 checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
    388 
    389 [[package]]
    390 name = "js-sys"
    391 version = "0.3.69"
    392 source = "registry+https://github.com/rust-lang/crates.io-index"
    393 checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
    394 dependencies = [
    395  "wasm-bindgen",
    396 ]
    397 
    398 [[package]]
    399 name = "libc"
    400 version = "0.2.155"
    401 source = "registry+https://github.com/rust-lang/crates.io-index"
    402 checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
    403 
    404 [[package]]
    405 name = "log"
    406 version = "0.4.22"
    407 source = "registry+https://github.com/rust-lang/crates.io-index"
    408 checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
    409 
    410 [[package]]
    411 name = "memchr"
    412 version = "2.7.4"
    413 source = "registry+https://github.com/rust-lang/crates.io-index"
    414 checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
    415 
    416 [[package]]
    417 name = "never"
    418 version = "0.1.0"
    419 source = "registry+https://github.com/rust-lang/crates.io-index"
    420 checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
    421 
    422 [[package]]
    423 name = "num-traits"
    424 version = "0.2.19"
    425 source = "registry+https://github.com/rust-lang/crates.io-index"
    426 checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
    427 dependencies = [
    428  "autocfg",
    429 ]
    430 
    431 [[package]]
    432 name = "once_cell"
    433 version = "1.19.0"
    434 source = "registry+https://github.com/rust-lang/crates.io-index"
    435 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
    436 
    437 [[package]]
    438 name = "proc-macro2"
    439 version = "1.0.86"
    440 source = "registry+https://github.com/rust-lang/crates.io-index"
    441 checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
    442 dependencies = [
    443  "unicode-ident",
    444 ]
    445 
    446 [[package]]
    447 name = "quick-xml"
    448 version = "0.31.0"
    449 source = "registry+https://github.com/rust-lang/crates.io-index"
    450 checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
    451 dependencies = [
    452  "encoding_rs",
    453  "memchr",
    454 ]
    455 
    456 [[package]]
    457 name = "quick-xml"
    458 version = "0.32.0"
    459 source = "registry+https://github.com/rust-lang/crates.io-index"
    460 checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
    461 dependencies = [
    462  "encoding_rs",
    463  "memchr",
    464 ]
    465 
    466 [[package]]
    467 name = "quote"
    468 version = "1.0.36"
    469 source = "registry+https://github.com/rust-lang/crates.io-index"
    470 checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
    471 dependencies = [
    472  "proc-macro2",
    473 ]
    474 
    475 [[package]]
    476 name = "regex"
    477 version = "1.10.5"
    478 source = "registry+https://github.com/rust-lang/crates.io-index"
    479 checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
    480 dependencies = [
    481  "aho-corasick",
    482  "memchr",
    483  "regex-automata",
    484  "regex-syntax",
    485 ]
    486 
    487 [[package]]
    488 name = "regex-automata"
    489 version = "0.4.7"
    490 source = "registry+https://github.com/rust-lang/crates.io-index"
    491 checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
    492 dependencies = [
    493  "aho-corasick",
    494  "memchr",
    495  "regex-syntax",
    496 ]
    497 
    498 [[package]]
    499 name = "regex-syntax"
    500 version = "0.8.4"
    501 source = "registry+https://github.com/rust-lang/crates.io-index"
    502 checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
    503 
    504 [[package]]
    505 name = "rs_hasher_ctx"
    506 version = "0.1.3"
    507 source = "registry+https://github.com/rust-lang/crates.io-index"
    508 checksum = "8a45ae5cc6246fa2666253289d6495e1fb3d125fb83842ff56b747a3b662e28e"
    509 dependencies = [
    510  "rs_internal_hasher",
    511  "rs_internal_state",
    512  "rs_n_bit_words",
    513 ]
    514 
    515 [[package]]
    516 name = "rs_internal_hasher"
    517 version = "0.1.3"
    518 source = "registry+https://github.com/rust-lang/crates.io-index"
    519 checksum = "19754b7c13d7fb92e995b1f6330918466e134ba7c3f55bf805c72e6a9727c426"
    520 dependencies = [
    521  "rs_internal_state",
    522  "rs_n_bit_words",
    523 ]
    524 
    525 [[package]]
    526 name = "rs_internal_state"
    527 version = "0.1.3"
    528 source = "registry+https://github.com/rust-lang/crates.io-index"
    529 checksum = "214a4e27fec5b651d615675874c6a829496cc2aa66e5f1b184ab05cb39fd3625"
    530 dependencies = [
    531  "rs_n_bit_words",
    532 ]
    533 
    534 [[package]]
    535 name = "rs_n_bit_words"
    536 version = "0.1.3"
    537 source = "registry+https://github.com/rust-lang/crates.io-index"
    538 checksum = "8bc1bbb4c2a60f76b331e6ba70b5065e210fa6e72fc966c2d488736755d89cb6"
    539 
    540 [[package]]
    541 name = "rs_sha512"
    542 version = "0.1.3"
    543 source = "registry+https://github.com/rust-lang/crates.io-index"
    544 checksum = "78bb3ee2bcf2e0bd2ead2504c3b67d1fb34ae978a2014febc011f82fcbe58d56"
    545 dependencies = [
    546  "rs_hasher_ctx",
    547  "rs_internal_hasher",
    548  "rs_internal_state",
    549  "rs_n_bit_words",
    550 ]
    551 
    552 [[package]]
    553 name = "rss"
    554 version = "2.0.8"
    555 source = "registry+https://github.com/rust-lang/crates.io-index"
    556 checksum = "2f374fd66bb795938b78c021db1662d43a8ffbc42ec1ac25429fc4833b732751"
    557 dependencies = [
    558  "atom_syndication",
    559  "derive_builder",
    560  "never",
    561  "quick-xml 0.31.0",
    562 ]
    563 
    564 [[package]]
    565 name = "serde"
    566 version = "1.0.204"
    567 source = "registry+https://github.com/rust-lang/crates.io-index"
    568 checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
    569 dependencies = [
    570  "serde_derive",
    571 ]
    572 
    573 [[package]]
    574 name = "serde_derive"
    575 version = "1.0.204"
    576 source = "registry+https://github.com/rust-lang/crates.io-index"
    577 checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
    578 dependencies = [
    579  "proc-macro2",
    580  "quote",
    581  "syn",
    582 ]
    583 
    584 [[package]]
    585 name = "sha1_smol"
    586 version = "1.0.0"
    587 source = "registry+https://github.com/rust-lang/crates.io-index"
    588 checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
    589 
    590 [[package]]
    591 name = "strsim"
    592 version = "0.8.0"
    593 source = "registry+https://github.com/rust-lang/crates.io-index"
    594 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
    595 
    596 [[package]]
    597 name = "strsim"
    598 version = "0.11.1"
    599 source = "registry+https://github.com/rust-lang/crates.io-index"
    600 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
    601 
    602 [[package]]
    603 name = "syn"
    604 version = "2.0.72"
    605 source = "registry+https://github.com/rust-lang/crates.io-index"
    606 checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
    607 dependencies = [
    608  "proc-macro2",
    609  "quote",
    610  "unicode-ident",
    611 ]
    612 
    613 [[package]]
    614 name = "termcolor"
    615 version = "1.4.1"
    616 source = "registry+https://github.com/rust-lang/crates.io-index"
    617 checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
    618 dependencies = [
    619  "winapi-util",
    620 ]
    621 
    622 [[package]]
    623 name = "textwrap"
    624 version = "0.11.0"
    625 source = "registry+https://github.com/rust-lang/crates.io-index"
    626 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
    627 dependencies = [
    628  "unicode-width",
    629 ]
    630 
    631 [[package]]
    632 name = "typenum"
    633 version = "1.17.0"
    634 source = "registry+https://github.com/rust-lang/crates.io-index"
    635 checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
    636 
    637 [[package]]
    638 name = "unicode-ident"
    639 version = "1.0.12"
    640 source = "registry+https://github.com/rust-lang/crates.io-index"
    641 checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
    642 
    643 [[package]]
    644 name = "unicode-width"
    645 version = "0.1.13"
    646 source = "registry+https://github.com/rust-lang/crates.io-index"
    647 checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
    648 
    649 [[package]]
    650 name = "uuid"
    651 version = "1.10.0"
    652 source = "registry+https://github.com/rust-lang/crates.io-index"
    653 checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
    654 dependencies = [
    655  "getrandom",
    656  "sha1_smol",
    657 ]
    658 
    659 [[package]]
    660 name = "vec_map"
    661 version = "0.8.2"
    662 source = "registry+https://github.com/rust-lang/crates.io-index"
    663 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
    664 
    665 [[package]]
    666 name = "version_check"
    667 version = "0.9.4"
    668 source = "registry+https://github.com/rust-lang/crates.io-index"
    669 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
    670 
    671 [[package]]
    672 name = "wasi"
    673 version = "0.11.0+wasi-snapshot-preview1"
    674 source = "registry+https://github.com/rust-lang/crates.io-index"
    675 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
    676 
    677 [[package]]
    678 name = "wasm-bindgen"
    679 version = "0.2.92"
    680 source = "registry+https://github.com/rust-lang/crates.io-index"
    681 checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
    682 dependencies = [
    683  "cfg-if",
    684  "wasm-bindgen-macro",
    685 ]
    686 
    687 [[package]]
    688 name = "wasm-bindgen-backend"
    689 version = "0.2.92"
    690 source = "registry+https://github.com/rust-lang/crates.io-index"
    691 checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
    692 dependencies = [
    693  "bumpalo",
    694  "log",
    695  "once_cell",
    696  "proc-macro2",
    697  "quote",
    698  "syn",
    699  "wasm-bindgen-shared",
    700 ]
    701 
    702 [[package]]
    703 name = "wasm-bindgen-macro"
    704 version = "0.2.92"
    705 source = "registry+https://github.com/rust-lang/crates.io-index"
    706 checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
    707 dependencies = [
    708  "quote",
    709  "wasm-bindgen-macro-support",
    710 ]
    711 
    712 [[package]]
    713 name = "wasm-bindgen-macro-support"
    714 version = "0.2.92"
    715 source = "registry+https://github.com/rust-lang/crates.io-index"
    716 checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
    717 dependencies = [
    718  "proc-macro2",
    719  "quote",
    720  "syn",
    721  "wasm-bindgen-backend",
    722  "wasm-bindgen-shared",
    723 ]
    724 
    725 [[package]]
    726 name = "wasm-bindgen-shared"
    727 version = "0.2.92"
    728 source = "registry+https://github.com/rust-lang/crates.io-index"
    729 checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
    730 
    731 [[package]]
    732 name = "winapi"
    733 version = "0.3.9"
    734 source = "registry+https://github.com/rust-lang/crates.io-index"
    735 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    736 dependencies = [
    737  "winapi-i686-pc-windows-gnu",
    738  "winapi-x86_64-pc-windows-gnu",
    739 ]
    740 
    741 [[package]]
    742 name = "winapi-i686-pc-windows-gnu"
    743 version = "0.4.0"
    744 source = "registry+https://github.com/rust-lang/crates.io-index"
    745 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    746 
    747 [[package]]
    748 name = "winapi-util"
    749 version = "0.1.8"
    750 source = "registry+https://github.com/rust-lang/crates.io-index"
    751 checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
    752 dependencies = [
    753  "windows-sys",
    754 ]
    755 
    756 [[package]]
    757 name = "winapi-x86_64-pc-windows-gnu"
    758 version = "0.4.0"
    759 source = "registry+https://github.com/rust-lang/crates.io-index"
    760 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    761 
    762 [[package]]
    763 name = "windows-core"
    764 version = "0.52.0"
    765 source = "registry+https://github.com/rust-lang/crates.io-index"
    766 checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
    767 dependencies = [
    768  "windows-targets",
    769 ]
    770 
    771 [[package]]
    772 name = "windows-sys"
    773 version = "0.52.0"
    774 source = "registry+https://github.com/rust-lang/crates.io-index"
    775 checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
    776 dependencies = [
    777  "windows-targets",
    778 ]
    779 
    780 [[package]]
    781 name = "windows-targets"
    782 version = "0.52.6"
    783 source = "registry+https://github.com/rust-lang/crates.io-index"
    784 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
    785 dependencies = [
    786  "windows_aarch64_gnullvm",
    787  "windows_aarch64_msvc",
    788  "windows_i686_gnu",
    789  "windows_i686_gnullvm",
    790  "windows_i686_msvc",
    791  "windows_x86_64_gnu",
    792  "windows_x86_64_gnullvm",
    793  "windows_x86_64_msvc",
    794 ]
    795 
    796 [[package]]
    797 name = "windows_aarch64_gnullvm"
    798 version = "0.52.6"
    799 source = "registry+https://github.com/rust-lang/crates.io-index"
    800 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
    801 
    802 [[package]]
    803 name = "windows_aarch64_msvc"
    804 version = "0.52.6"
    805 source = "registry+https://github.com/rust-lang/crates.io-index"
    806 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
    807 
    808 [[package]]
    809 name = "windows_i686_gnu"
    810 version = "0.52.6"
    811 source = "registry+https://github.com/rust-lang/crates.io-index"
    812 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
    813 
    814 [[package]]
    815 name = "windows_i686_gnullvm"
    816 version = "0.52.6"
    817 source = "registry+https://github.com/rust-lang/crates.io-index"
    818 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
    819 
    820 [[package]]
    821 name = "windows_i686_msvc"
    822 version = "0.52.6"
    823 source = "registry+https://github.com/rust-lang/crates.io-index"
    824 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
    825 
    826 [[package]]
    827 name = "windows_x86_64_gnu"
    828 version = "0.52.6"
    829 source = "registry+https://github.com/rust-lang/crates.io-index"
    830 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
    831 
    832 [[package]]
    833 name = "windows_x86_64_gnullvm"
    834 version = "0.52.6"
    835 source = "registry+https://github.com/rust-lang/crates.io-index"
    836 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
    837 
    838 [[package]]
    839 name = "windows_x86_64_msvc"
    840 version = "0.52.6"
    841 source = "registry+https://github.com/rust-lang/crates.io-index"
    842 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"