/ Cargo.lock
Cargo.lock
   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.4"
   8  source = "registry+https://github.com/rust-lang/crates.io-index"
   9  checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
  10  dependencies = [
  11   "memchr",
  12  ]
  13  
  14  [[package]]
  15  name = "anstream"
  16  version = "0.6.21"
  17  source = "registry+https://github.com/rust-lang/crates.io-index"
  18  checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  19  dependencies = [
  20   "anstyle",
  21   "anstyle-parse",
  22   "anstyle-query",
  23   "anstyle-wincon",
  24   "colorchoice",
  25   "is_terminal_polyfill",
  26   "utf8parse",
  27  ]
  28  
  29  [[package]]
  30  name = "anstyle"
  31  version = "1.0.13"
  32  source = "registry+https://github.com/rust-lang/crates.io-index"
  33  checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  34  
  35  [[package]]
  36  name = "anstyle-parse"
  37  version = "0.2.7"
  38  source = "registry+https://github.com/rust-lang/crates.io-index"
  39  checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  40  dependencies = [
  41   "utf8parse",
  42  ]
  43  
  44  [[package]]
  45  name = "anstyle-query"
  46  version = "1.1.5"
  47  source = "registry+https://github.com/rust-lang/crates.io-index"
  48  checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
  49  dependencies = [
  50   "windows-sys 0.61.2",
  51  ]
  52  
  53  [[package]]
  54  name = "anstyle-wincon"
  55  version = "3.0.11"
  56  source = "registry+https://github.com/rust-lang/crates.io-index"
  57  checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
  58  dependencies = [
  59   "anstyle",
  60   "once_cell_polyfill",
  61   "windows-sys 0.61.2",
  62  ]
  63  
  64  [[package]]
  65  name = "anyhow"
  66  version = "1.0.100"
  67  source = "registry+https://github.com/rust-lang/crates.io-index"
  68  checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  69  
  70  [[package]]
  71  name = "bitflags"
  72  version = "2.10.0"
  73  source = "registry+https://github.com/rust-lang/crates.io-index"
  74  checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
  75  
  76  [[package]]
  77  name = "bstr"
  78  version = "1.12.1"
  79  source = "registry+https://github.com/rust-lang/crates.io-index"
  80  checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
  81  dependencies = [
  82   "memchr",
  83   "serde",
  84  ]
  85  
  86  [[package]]
  87  name = "bytecount"
  88  version = "0.6.9"
  89  source = "registry+https://github.com/rust-lang/crates.io-index"
  90  checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
  91  
  92  [[package]]
  93  name = "bytes"
  94  version = "1.11.0"
  95  source = "registry+https://github.com/rust-lang/crates.io-index"
  96  checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
  97  
  98  [[package]]
  99  name = "cfg-if"
 100  version = "1.0.4"
 101  source = "registry+https://github.com/rust-lang/crates.io-index"
 102  checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 103  
 104  [[package]]
 105  name = "clap"
 106  version = "4.5.54"
 107  source = "registry+https://github.com/rust-lang/crates.io-index"
 108  checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
 109  dependencies = [
 110   "clap_builder",
 111   "clap_derive",
 112  ]
 113  
 114  [[package]]
 115  name = "clap_builder"
 116  version = "4.5.54"
 117  source = "registry+https://github.com/rust-lang/crates.io-index"
 118  checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
 119  dependencies = [
 120   "anstream",
 121   "anstyle",
 122   "clap_lex",
 123   "strsim",
 124   "terminal_size",
 125  ]
 126  
 127  [[package]]
 128  name = "clap_derive"
 129  version = "4.5.49"
 130  source = "registry+https://github.com/rust-lang/crates.io-index"
 131  checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 132  dependencies = [
 133   "heck 0.5.0",
 134   "proc-macro2",
 135   "quote",
 136   "syn",
 137  ]
 138  
 139  [[package]]
 140  name = "clap_lex"
 141  version = "0.7.7"
 142  source = "registry+https://github.com/rust-lang/crates.io-index"
 143  checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
 144  
 145  [[package]]
 146  name = "colorchoice"
 147  version = "1.0.4"
 148  source = "registry+https://github.com/rust-lang/crates.io-index"
 149  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 150  
 151  [[package]]
 152  name = "console"
 153  version = "0.15.11"
 154  source = "registry+https://github.com/rust-lang/crates.io-index"
 155  checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
 156  dependencies = [
 157   "encode_unicode",
 158   "libc",
 159   "once_cell",
 160   "unicode-width",
 161   "windows-sys 0.59.0",
 162  ]
 163  
 164  [[package]]
 165  name = "crossbeam-deque"
 166  version = "0.8.6"
 167  source = "registry+https://github.com/rust-lang/crates.io-index"
 168  checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 169  dependencies = [
 170   "crossbeam-epoch",
 171   "crossbeam-utils",
 172  ]
 173  
 174  [[package]]
 175  name = "crossbeam-epoch"
 176  version = "0.9.18"
 177  source = "registry+https://github.com/rust-lang/crates.io-index"
 178  checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 179  dependencies = [
 180   "crossbeam-utils",
 181  ]
 182  
 183  [[package]]
 184  name = "crossbeam-utils"
 185  version = "0.8.21"
 186  source = "registry+https://github.com/rust-lang/crates.io-index"
 187  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 188  
 189  [[package]]
 190  name = "cucumber"
 191  version = "0.21.1"
 192  source = "registry+https://github.com/rust-lang/crates.io-index"
 193  checksum = "6cd12917efc3a8b069a4975ef3cb2f2d835d42d04b3814d90838488f9dd9bf69"
 194  dependencies = [
 195   "anyhow",
 196   "clap",
 197   "console",
 198   "cucumber-codegen",
 199   "cucumber-expressions",
 200   "derive_more",
 201   "drain_filter_polyfill",
 202   "either",
 203   "futures",
 204   "gherkin",
 205   "globwalk",
 206   "humantime",
 207   "inventory",
 208   "itertools",
 209   "lazy-regex",
 210   "linked-hash-map",
 211   "once_cell",
 212   "pin-project",
 213   "regex",
 214   "sealed",
 215   "smart-default",
 216  ]
 217  
 218  [[package]]
 219  name = "cucumber-codegen"
 220  version = "0.21.1"
 221  source = "registry+https://github.com/rust-lang/crates.io-index"
 222  checksum = "9e19cd9e8e7cfd79fbf844eb6a7334117973c01f6bad35571262b00891e60f1c"
 223  dependencies = [
 224   "cucumber-expressions",
 225   "inflections",
 226   "itertools",
 227   "proc-macro2",
 228   "quote",
 229   "regex",
 230   "syn",
 231   "synthez",
 232  ]
 233  
 234  [[package]]
 235  name = "cucumber-expressions"
 236  version = "0.3.0"
 237  source = "registry+https://github.com/rust-lang/crates.io-index"
 238  checksum = "d794fed319eea24246fb5f57632f7ae38d61195817b7eb659455aa5bdd7c1810"
 239  dependencies = [
 240   "derive_more",
 241   "either",
 242   "nom",
 243   "nom_locate",
 244   "regex",
 245   "regex-syntax 0.7.5",
 246  ]
 247  
 248  [[package]]
 249  name = "derive_more"
 250  version = "0.99.20"
 251  source = "registry+https://github.com/rust-lang/crates.io-index"
 252  checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
 253  dependencies = [
 254   "proc-macro2",
 255   "quote",
 256   "syn",
 257  ]
 258  
 259  [[package]]
 260  name = "drain_filter_polyfill"
 261  version = "0.1.3"
 262  source = "registry+https://github.com/rust-lang/crates.io-index"
 263  checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
 264  
 265  [[package]]
 266  name = "either"
 267  version = "1.15.0"
 268  source = "registry+https://github.com/rust-lang/crates.io-index"
 269  checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 270  
 271  [[package]]
 272  name = "encode_unicode"
 273  version = "1.0.0"
 274  source = "registry+https://github.com/rust-lang/crates.io-index"
 275  checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 276  
 277  [[package]]
 278  name = "errno"
 279  version = "0.3.14"
 280  source = "registry+https://github.com/rust-lang/crates.io-index"
 281  checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 282  dependencies = [
 283   "libc",
 284   "windows-sys 0.61.2",
 285  ]
 286  
 287  [[package]]
 288  name = "futures"
 289  version = "0.3.31"
 290  source = "registry+https://github.com/rust-lang/crates.io-index"
 291  checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 292  dependencies = [
 293   "futures-channel",
 294   "futures-core",
 295   "futures-executor",
 296   "futures-io",
 297   "futures-sink",
 298   "futures-task",
 299   "futures-util",
 300  ]
 301  
 302  [[package]]
 303  name = "futures-channel"
 304  version = "0.3.31"
 305  source = "registry+https://github.com/rust-lang/crates.io-index"
 306  checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 307  dependencies = [
 308   "futures-core",
 309   "futures-sink",
 310  ]
 311  
 312  [[package]]
 313  name = "futures-core"
 314  version = "0.3.31"
 315  source = "registry+https://github.com/rust-lang/crates.io-index"
 316  checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 317  
 318  [[package]]
 319  name = "futures-executor"
 320  version = "0.3.31"
 321  source = "registry+https://github.com/rust-lang/crates.io-index"
 322  checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 323  dependencies = [
 324   "futures-core",
 325   "futures-task",
 326   "futures-util",
 327  ]
 328  
 329  [[package]]
 330  name = "futures-io"
 331  version = "0.3.31"
 332  source = "registry+https://github.com/rust-lang/crates.io-index"
 333  checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 334  
 335  [[package]]
 336  name = "futures-macro"
 337  version = "0.3.31"
 338  source = "registry+https://github.com/rust-lang/crates.io-index"
 339  checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 340  dependencies = [
 341   "proc-macro2",
 342   "quote",
 343   "syn",
 344  ]
 345  
 346  [[package]]
 347  name = "futures-sink"
 348  version = "0.3.31"
 349  source = "registry+https://github.com/rust-lang/crates.io-index"
 350  checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 351  
 352  [[package]]
 353  name = "futures-task"
 354  version = "0.3.31"
 355  source = "registry+https://github.com/rust-lang/crates.io-index"
 356  checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 357  
 358  [[package]]
 359  name = "futures-util"
 360  version = "0.3.31"
 361  source = "registry+https://github.com/rust-lang/crates.io-index"
 362  checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 363  dependencies = [
 364   "futures-channel",
 365   "futures-core",
 366   "futures-io",
 367   "futures-macro",
 368   "futures-sink",
 369   "futures-task",
 370   "memchr",
 371   "pin-project-lite",
 372   "pin-utils",
 373   "slab",
 374  ]
 375  
 376  [[package]]
 377  name = "gherkin"
 378  version = "0.14.0"
 379  source = "registry+https://github.com/rust-lang/crates.io-index"
 380  checksum = "20b79820c0df536d1f3a089a2fa958f61cb96ce9e0f3f8f507f5a31179567755"
 381  dependencies = [
 382   "heck 0.4.1",
 383   "peg",
 384   "quote",
 385   "serde",
 386   "serde_json",
 387   "syn",
 388   "textwrap",
 389   "thiserror",
 390   "typed-builder",
 391  ]
 392  
 393  [[package]]
 394  name = "globset"
 395  version = "0.4.18"
 396  source = "registry+https://github.com/rust-lang/crates.io-index"
 397  checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
 398  dependencies = [
 399   "aho-corasick",
 400   "bstr",
 401   "log",
 402   "regex-automata",
 403   "regex-syntax 0.8.8",
 404  ]
 405  
 406  [[package]]
 407  name = "globwalk"
 408  version = "0.9.1"
 409  source = "registry+https://github.com/rust-lang/crates.io-index"
 410  checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
 411  dependencies = [
 412   "bitflags",
 413   "ignore",
 414   "walkdir",
 415  ]
 416  
 417  [[package]]
 418  name = "heck"
 419  version = "0.4.1"
 420  source = "registry+https://github.com/rust-lang/crates.io-index"
 421  checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 422  
 423  [[package]]
 424  name = "heck"
 425  version = "0.5.0"
 426  source = "registry+https://github.com/rust-lang/crates.io-index"
 427  checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 428  
 429  [[package]]
 430  name = "humantime"
 431  version = "2.3.0"
 432  source = "registry+https://github.com/rust-lang/crates.io-index"
 433  checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 434  
 435  [[package]]
 436  name = "ignore"
 437  version = "0.4.25"
 438  source = "registry+https://github.com/rust-lang/crates.io-index"
 439  checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
 440  dependencies = [
 441   "crossbeam-deque",
 442   "globset",
 443   "log",
 444   "memchr",
 445   "regex-automata",
 446   "same-file",
 447   "walkdir",
 448   "winapi-util",
 449  ]
 450  
 451  [[package]]
 452  name = "inflections"
 453  version = "1.1.1"
 454  source = "registry+https://github.com/rust-lang/crates.io-index"
 455  checksum = "a257582fdcde896fd96463bf2d40eefea0580021c0712a0e2b028b60b47a837a"
 456  
 457  [[package]]
 458  name = "inventory"
 459  version = "0.3.21"
 460  source = "registry+https://github.com/rust-lang/crates.io-index"
 461  checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 462  dependencies = [
 463   "rustversion",
 464  ]
 465  
 466  [[package]]
 467  name = "is_terminal_polyfill"
 468  version = "1.70.2"
 469  source = "registry+https://github.com/rust-lang/crates.io-index"
 470  checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
 471  
 472  [[package]]
 473  name = "itertools"
 474  version = "0.13.0"
 475  source = "registry+https://github.com/rust-lang/crates.io-index"
 476  checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
 477  dependencies = [
 478   "either",
 479  ]
 480  
 481  [[package]]
 482  name = "itoa"
 483  version = "1.0.17"
 484  source = "registry+https://github.com/rust-lang/crates.io-index"
 485  checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
 486  
 487  [[package]]
 488  name = "lazy-regex"
 489  version = "3.5.1"
 490  source = "registry+https://github.com/rust-lang/crates.io-index"
 491  checksum = "c5c13b6857ade4c8ee05c3c3dc97d2ab5415d691213825b90d3211c425c1f907"
 492  dependencies = [
 493   "lazy-regex-proc_macros",
 494   "once_cell",
 495   "regex",
 496  ]
 497  
 498  [[package]]
 499  name = "lazy-regex-proc_macros"
 500  version = "3.5.1"
 501  source = "registry+https://github.com/rust-lang/crates.io-index"
 502  checksum = "32a95c68db5d41694cea563c86a4ba4dc02141c16ef64814108cb23def4d5438"
 503  dependencies = [
 504   "proc-macro2",
 505   "quote",
 506   "regex",
 507   "syn",
 508  ]
 509  
 510  [[package]]
 511  name = "libc"
 512  version = "0.2.180"
 513  source = "registry+https://github.com/rust-lang/crates.io-index"
 514  checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
 515  
 516  [[package]]
 517  name = "linked-hash-map"
 518  version = "0.5.6"
 519  source = "registry+https://github.com/rust-lang/crates.io-index"
 520  checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
 521  
 522  [[package]]
 523  name = "linux-raw-sys"
 524  version = "0.11.0"
 525  source = "registry+https://github.com/rust-lang/crates.io-index"
 526  checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 527  
 528  [[package]]
 529  name = "lock_api"
 530  version = "0.4.14"
 531  source = "registry+https://github.com/rust-lang/crates.io-index"
 532  checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
 533  dependencies = [
 534   "scopeguard",
 535  ]
 536  
 537  [[package]]
 538  name = "log"
 539  version = "0.4.29"
 540  source = "registry+https://github.com/rust-lang/crates.io-index"
 541  checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
 542  
 543  [[package]]
 544  name = "luxor"
 545  version = "0.4.2"
 546  dependencies = [
 547   "luxor-lib",
 548  ]
 549  
 550  [[package]]
 551  name = "luxor-lib"
 552  version = "0.4.2"
 553  dependencies = [
 554   "cucumber",
 555   "futures",
 556   "tokio",
 557  ]
 558  
 559  [[package]]
 560  name = "memchr"
 561  version = "2.7.6"
 562  source = "registry+https://github.com/rust-lang/crates.io-index"
 563  checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
 564  
 565  [[package]]
 566  name = "minimal-lexical"
 567  version = "0.2.1"
 568  source = "registry+https://github.com/rust-lang/crates.io-index"
 569  checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 570  
 571  [[package]]
 572  name = "mio"
 573  version = "1.1.1"
 574  source = "registry+https://github.com/rust-lang/crates.io-index"
 575  checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
 576  dependencies = [
 577   "libc",
 578   "wasi",
 579   "windows-sys 0.61.2",
 580  ]
 581  
 582  [[package]]
 583  name = "nom"
 584  version = "7.1.3"
 585  source = "registry+https://github.com/rust-lang/crates.io-index"
 586  checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 587  dependencies = [
 588   "memchr",
 589   "minimal-lexical",
 590  ]
 591  
 592  [[package]]
 593  name = "nom_locate"
 594  version = "4.2.0"
 595  source = "registry+https://github.com/rust-lang/crates.io-index"
 596  checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
 597  dependencies = [
 598   "bytecount",
 599   "memchr",
 600   "nom",
 601  ]
 602  
 603  [[package]]
 604  name = "once_cell"
 605  version = "1.21.3"
 606  source = "registry+https://github.com/rust-lang/crates.io-index"
 607  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 608  
 609  [[package]]
 610  name = "once_cell_polyfill"
 611  version = "1.70.2"
 612  source = "registry+https://github.com/rust-lang/crates.io-index"
 613  checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
 614  
 615  [[package]]
 616  name = "parking_lot"
 617  version = "0.12.5"
 618  source = "registry+https://github.com/rust-lang/crates.io-index"
 619  checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
 620  dependencies = [
 621   "lock_api",
 622   "parking_lot_core",
 623  ]
 624  
 625  [[package]]
 626  name = "parking_lot_core"
 627  version = "0.9.12"
 628  source = "registry+https://github.com/rust-lang/crates.io-index"
 629  checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
 630  dependencies = [
 631   "cfg-if",
 632   "libc",
 633   "redox_syscall",
 634   "smallvec",
 635   "windows-link",
 636  ]
 637  
 638  [[package]]
 639  name = "peg"
 640  version = "0.6.3"
 641  source = "registry+https://github.com/rust-lang/crates.io-index"
 642  checksum = "9f76678828272f177ac33b7e2ac2e3e73cc6c1cd1e3e387928aa69562fa51367"
 643  dependencies = [
 644   "peg-macros",
 645   "peg-runtime",
 646  ]
 647  
 648  [[package]]
 649  name = "peg-macros"
 650  version = "0.6.3"
 651  source = "registry+https://github.com/rust-lang/crates.io-index"
 652  checksum = "636d60acf97633e48d266d7415a9355d4389cea327a193f87df395d88cd2b14d"
 653  dependencies = [
 654   "peg-runtime",
 655   "proc-macro2",
 656   "quote",
 657  ]
 658  
 659  [[package]]
 660  name = "peg-runtime"
 661  version = "0.6.3"
 662  source = "registry+https://github.com/rust-lang/crates.io-index"
 663  checksum = "9555b1514d2d99d78150d3c799d4c357a3e2c2a8062cd108e93a06d9057629c5"
 664  
 665  [[package]]
 666  name = "pin-project"
 667  version = "1.1.10"
 668  source = "registry+https://github.com/rust-lang/crates.io-index"
 669  checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
 670  dependencies = [
 671   "pin-project-internal",
 672  ]
 673  
 674  [[package]]
 675  name = "pin-project-internal"
 676  version = "1.1.10"
 677  source = "registry+https://github.com/rust-lang/crates.io-index"
 678  checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
 679  dependencies = [
 680   "proc-macro2",
 681   "quote",
 682   "syn",
 683  ]
 684  
 685  [[package]]
 686  name = "pin-project-lite"
 687  version = "0.2.16"
 688  source = "registry+https://github.com/rust-lang/crates.io-index"
 689  checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 690  
 691  [[package]]
 692  name = "pin-utils"
 693  version = "0.1.0"
 694  source = "registry+https://github.com/rust-lang/crates.io-index"
 695  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 696  
 697  [[package]]
 698  name = "proc-macro2"
 699  version = "1.0.106"
 700  source = "registry+https://github.com/rust-lang/crates.io-index"
 701  checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
 702  dependencies = [
 703   "unicode-ident",
 704  ]
 705  
 706  [[package]]
 707  name = "quote"
 708  version = "1.0.43"
 709  source = "registry+https://github.com/rust-lang/crates.io-index"
 710  checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
 711  dependencies = [
 712   "proc-macro2",
 713  ]
 714  
 715  [[package]]
 716  name = "redox_syscall"
 717  version = "0.5.18"
 718  source = "registry+https://github.com/rust-lang/crates.io-index"
 719  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
 720  dependencies = [
 721   "bitflags",
 722  ]
 723  
 724  [[package]]
 725  name = "regex"
 726  version = "1.12.2"
 727  source = "registry+https://github.com/rust-lang/crates.io-index"
 728  checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
 729  dependencies = [
 730   "aho-corasick",
 731   "memchr",
 732   "regex-automata",
 733   "regex-syntax 0.8.8",
 734  ]
 735  
 736  [[package]]
 737  name = "regex-automata"
 738  version = "0.4.13"
 739  source = "registry+https://github.com/rust-lang/crates.io-index"
 740  checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
 741  dependencies = [
 742   "aho-corasick",
 743   "memchr",
 744   "regex-syntax 0.8.8",
 745  ]
 746  
 747  [[package]]
 748  name = "regex-syntax"
 749  version = "0.7.5"
 750  source = "registry+https://github.com/rust-lang/crates.io-index"
 751  checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
 752  
 753  [[package]]
 754  name = "regex-syntax"
 755  version = "0.8.8"
 756  source = "registry+https://github.com/rust-lang/crates.io-index"
 757  checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
 758  
 759  [[package]]
 760  name = "rustix"
 761  version = "1.1.3"
 762  source = "registry+https://github.com/rust-lang/crates.io-index"
 763  checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
 764  dependencies = [
 765   "bitflags",
 766   "errno",
 767   "libc",
 768   "linux-raw-sys",
 769   "windows-sys 0.61.2",
 770  ]
 771  
 772  [[package]]
 773  name = "rustversion"
 774  version = "1.0.22"
 775  source = "registry+https://github.com/rust-lang/crates.io-index"
 776  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
 777  
 778  [[package]]
 779  name = "same-file"
 780  version = "1.0.6"
 781  source = "registry+https://github.com/rust-lang/crates.io-index"
 782  checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 783  dependencies = [
 784   "winapi-util",
 785  ]
 786  
 787  [[package]]
 788  name = "scopeguard"
 789  version = "1.2.0"
 790  source = "registry+https://github.com/rust-lang/crates.io-index"
 791  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 792  
 793  [[package]]
 794  name = "sealed"
 795  version = "0.5.0"
 796  source = "registry+https://github.com/rust-lang/crates.io-index"
 797  checksum = "f4a8caec23b7800fb97971a1c6ae365b6239aaeddfb934d6265f8505e795699d"
 798  dependencies = [
 799   "heck 0.4.1",
 800   "proc-macro2",
 801   "quote",
 802   "syn",
 803  ]
 804  
 805  [[package]]
 806  name = "serde"
 807  version = "1.0.228"
 808  source = "registry+https://github.com/rust-lang/crates.io-index"
 809  checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
 810  dependencies = [
 811   "serde_core",
 812   "serde_derive",
 813  ]
 814  
 815  [[package]]
 816  name = "serde_core"
 817  version = "1.0.228"
 818  source = "registry+https://github.com/rust-lang/crates.io-index"
 819  checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
 820  dependencies = [
 821   "serde_derive",
 822  ]
 823  
 824  [[package]]
 825  name = "serde_derive"
 826  version = "1.0.228"
 827  source = "registry+https://github.com/rust-lang/crates.io-index"
 828  checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
 829  dependencies = [
 830   "proc-macro2",
 831   "quote",
 832   "syn",
 833  ]
 834  
 835  [[package]]
 836  name = "serde_json"
 837  version = "1.0.149"
 838  source = "registry+https://github.com/rust-lang/crates.io-index"
 839  checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
 840  dependencies = [
 841   "itoa",
 842   "memchr",
 843   "serde",
 844   "serde_core",
 845   "zmij",
 846  ]
 847  
 848  [[package]]
 849  name = "signal-hook-registry"
 850  version = "1.4.8"
 851  source = "registry+https://github.com/rust-lang/crates.io-index"
 852  checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
 853  dependencies = [
 854   "errno",
 855   "libc",
 856  ]
 857  
 858  [[package]]
 859  name = "slab"
 860  version = "0.4.11"
 861  source = "registry+https://github.com/rust-lang/crates.io-index"
 862  checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
 863  
 864  [[package]]
 865  name = "smallvec"
 866  version = "1.15.1"
 867  source = "registry+https://github.com/rust-lang/crates.io-index"
 868  checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
 869  
 870  [[package]]
 871  name = "smart-default"
 872  version = "0.7.1"
 873  source = "registry+https://github.com/rust-lang/crates.io-index"
 874  checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
 875  dependencies = [
 876   "proc-macro2",
 877   "quote",
 878   "syn",
 879  ]
 880  
 881  [[package]]
 882  name = "smawk"
 883  version = "0.3.2"
 884  source = "registry+https://github.com/rust-lang/crates.io-index"
 885  checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
 886  
 887  [[package]]
 888  name = "socket2"
 889  version = "0.6.1"
 890  source = "registry+https://github.com/rust-lang/crates.io-index"
 891  checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
 892  dependencies = [
 893   "libc",
 894   "windows-sys 0.60.2",
 895  ]
 896  
 897  [[package]]
 898  name = "strsim"
 899  version = "0.11.1"
 900  source = "registry+https://github.com/rust-lang/crates.io-index"
 901  checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
 902  
 903  [[package]]
 904  name = "syn"
 905  version = "2.0.114"
 906  source = "registry+https://github.com/rust-lang/crates.io-index"
 907  checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
 908  dependencies = [
 909   "proc-macro2",
 910   "quote",
 911   "unicode-ident",
 912  ]
 913  
 914  [[package]]
 915  name = "synthez"
 916  version = "0.3.1"
 917  source = "registry+https://github.com/rust-lang/crates.io-index"
 918  checksum = "a3d2c2202510a1e186e63e596d9318c91a8cbe85cd1a56a7be0c333e5f59ec8d"
 919  dependencies = [
 920   "syn",
 921   "synthez-codegen",
 922   "synthez-core",
 923  ]
 924  
 925  [[package]]
 926  name = "synthez-codegen"
 927  version = "0.3.1"
 928  source = "registry+https://github.com/rust-lang/crates.io-index"
 929  checksum = "f724aa6d44b7162f3158a57bccd871a77b39a4aef737e01bcdff41f4772c7746"
 930  dependencies = [
 931   "syn",
 932   "synthez-core",
 933  ]
 934  
 935  [[package]]
 936  name = "synthez-core"
 937  version = "0.3.1"
 938  source = "registry+https://github.com/rust-lang/crates.io-index"
 939  checksum = "78bfa6ec52465e2425fd43ce5bbbe0f0b623964f7c63feb6b10980e816c654ea"
 940  dependencies = [
 941   "proc-macro2",
 942   "quote",
 943   "sealed",
 944   "syn",
 945  ]
 946  
 947  [[package]]
 948  name = "terminal_size"
 949  version = "0.4.3"
 950  source = "registry+https://github.com/rust-lang/crates.io-index"
 951  checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
 952  dependencies = [
 953   "rustix",
 954   "windows-sys 0.60.2",
 955  ]
 956  
 957  [[package]]
 958  name = "textwrap"
 959  version = "0.16.2"
 960  source = "registry+https://github.com/rust-lang/crates.io-index"
 961  checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
 962  dependencies = [
 963   "smawk",
 964   "unicode-linebreak",
 965   "unicode-width",
 966  ]
 967  
 968  [[package]]
 969  name = "thiserror"
 970  version = "1.0.69"
 971  source = "registry+https://github.com/rust-lang/crates.io-index"
 972  checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 973  dependencies = [
 974   "thiserror-impl",
 975  ]
 976  
 977  [[package]]
 978  name = "thiserror-impl"
 979  version = "1.0.69"
 980  source = "registry+https://github.com/rust-lang/crates.io-index"
 981  checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 982  dependencies = [
 983   "proc-macro2",
 984   "quote",
 985   "syn",
 986  ]
 987  
 988  [[package]]
 989  name = "tokio"
 990  version = "1.49.0"
 991  source = "registry+https://github.com/rust-lang/crates.io-index"
 992  checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
 993  dependencies = [
 994   "bytes",
 995   "libc",
 996   "mio",
 997   "parking_lot",
 998   "pin-project-lite",
 999   "signal-hook-registry",
1000   "socket2",
1001   "tokio-macros",
1002   "windows-sys 0.61.2",
1003  ]
1004  
1005  [[package]]
1006  name = "tokio-macros"
1007  version = "2.6.0"
1008  source = "registry+https://github.com/rust-lang/crates.io-index"
1009  checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
1010  dependencies = [
1011   "proc-macro2",
1012   "quote",
1013   "syn",
1014  ]
1015  
1016  [[package]]
1017  name = "typed-builder"
1018  version = "0.15.2"
1019  source = "registry+https://github.com/rust-lang/crates.io-index"
1020  checksum = "7fe83c85a85875e8c4cb9ce4a890f05b23d38cd0d47647db7895d3d2a79566d2"
1021  dependencies = [
1022   "typed-builder-macro",
1023  ]
1024  
1025  [[package]]
1026  name = "typed-builder-macro"
1027  version = "0.15.2"
1028  source = "registry+https://github.com/rust-lang/crates.io-index"
1029  checksum = "29a3151c41d0b13e3d011f98adc24434560ef06673a155a6c7f66b9879eecce2"
1030  dependencies = [
1031   "proc-macro2",
1032   "quote",
1033   "syn",
1034  ]
1035  
1036  [[package]]
1037  name = "unicode-ident"
1038  version = "1.0.22"
1039  source = "registry+https://github.com/rust-lang/crates.io-index"
1040  checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
1041  
1042  [[package]]
1043  name = "unicode-linebreak"
1044  version = "0.1.5"
1045  source = "registry+https://github.com/rust-lang/crates.io-index"
1046  checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
1047  
1048  [[package]]
1049  name = "unicode-width"
1050  version = "0.2.2"
1051  source = "registry+https://github.com/rust-lang/crates.io-index"
1052  checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
1053  
1054  [[package]]
1055  name = "utf8parse"
1056  version = "0.2.2"
1057  source = "registry+https://github.com/rust-lang/crates.io-index"
1058  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1059  
1060  [[package]]
1061  name = "walkdir"
1062  version = "2.5.0"
1063  source = "registry+https://github.com/rust-lang/crates.io-index"
1064  checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1065  dependencies = [
1066   "same-file",
1067   "winapi-util",
1068  ]
1069  
1070  [[package]]
1071  name = "wasi"
1072  version = "0.11.1+wasi-snapshot-preview1"
1073  source = "registry+https://github.com/rust-lang/crates.io-index"
1074  checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1075  
1076  [[package]]
1077  name = "winapi-util"
1078  version = "0.1.11"
1079  source = "registry+https://github.com/rust-lang/crates.io-index"
1080  checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1081  dependencies = [
1082   "windows-sys 0.61.2",
1083  ]
1084  
1085  [[package]]
1086  name = "windows-link"
1087  version = "0.2.1"
1088  source = "registry+https://github.com/rust-lang/crates.io-index"
1089  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
1090  
1091  [[package]]
1092  name = "windows-sys"
1093  version = "0.59.0"
1094  source = "registry+https://github.com/rust-lang/crates.io-index"
1095  checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1096  dependencies = [
1097   "windows-targets 0.52.6",
1098  ]
1099  
1100  [[package]]
1101  name = "windows-sys"
1102  version = "0.60.2"
1103  source = "registry+https://github.com/rust-lang/crates.io-index"
1104  checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
1105  dependencies = [
1106   "windows-targets 0.53.5",
1107  ]
1108  
1109  [[package]]
1110  name = "windows-sys"
1111  version = "0.61.2"
1112  source = "registry+https://github.com/rust-lang/crates.io-index"
1113  checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
1114  dependencies = [
1115   "windows-link",
1116  ]
1117  
1118  [[package]]
1119  name = "windows-targets"
1120  version = "0.52.6"
1121  source = "registry+https://github.com/rust-lang/crates.io-index"
1122  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1123  dependencies = [
1124   "windows_aarch64_gnullvm 0.52.6",
1125   "windows_aarch64_msvc 0.52.6",
1126   "windows_i686_gnu 0.52.6",
1127   "windows_i686_gnullvm 0.52.6",
1128   "windows_i686_msvc 0.52.6",
1129   "windows_x86_64_gnu 0.52.6",
1130   "windows_x86_64_gnullvm 0.52.6",
1131   "windows_x86_64_msvc 0.52.6",
1132  ]
1133  
1134  [[package]]
1135  name = "windows-targets"
1136  version = "0.53.5"
1137  source = "registry+https://github.com/rust-lang/crates.io-index"
1138  checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
1139  dependencies = [
1140   "windows-link",
1141   "windows_aarch64_gnullvm 0.53.1",
1142   "windows_aarch64_msvc 0.53.1",
1143   "windows_i686_gnu 0.53.1",
1144   "windows_i686_gnullvm 0.53.1",
1145   "windows_i686_msvc 0.53.1",
1146   "windows_x86_64_gnu 0.53.1",
1147   "windows_x86_64_gnullvm 0.53.1",
1148   "windows_x86_64_msvc 0.53.1",
1149  ]
1150  
1151  [[package]]
1152  name = "windows_aarch64_gnullvm"
1153  version = "0.52.6"
1154  source = "registry+https://github.com/rust-lang/crates.io-index"
1155  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1156  
1157  [[package]]
1158  name = "windows_aarch64_gnullvm"
1159  version = "0.53.1"
1160  source = "registry+https://github.com/rust-lang/crates.io-index"
1161  checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
1162  
1163  [[package]]
1164  name = "windows_aarch64_msvc"
1165  version = "0.52.6"
1166  source = "registry+https://github.com/rust-lang/crates.io-index"
1167  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1168  
1169  [[package]]
1170  name = "windows_aarch64_msvc"
1171  version = "0.53.1"
1172  source = "registry+https://github.com/rust-lang/crates.io-index"
1173  checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
1174  
1175  [[package]]
1176  name = "windows_i686_gnu"
1177  version = "0.52.6"
1178  source = "registry+https://github.com/rust-lang/crates.io-index"
1179  checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1180  
1181  [[package]]
1182  name = "windows_i686_gnu"
1183  version = "0.53.1"
1184  source = "registry+https://github.com/rust-lang/crates.io-index"
1185  checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
1186  
1187  [[package]]
1188  name = "windows_i686_gnullvm"
1189  version = "0.52.6"
1190  source = "registry+https://github.com/rust-lang/crates.io-index"
1191  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1192  
1193  [[package]]
1194  name = "windows_i686_gnullvm"
1195  version = "0.53.1"
1196  source = "registry+https://github.com/rust-lang/crates.io-index"
1197  checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
1198  
1199  [[package]]
1200  name = "windows_i686_msvc"
1201  version = "0.52.6"
1202  source = "registry+https://github.com/rust-lang/crates.io-index"
1203  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1204  
1205  [[package]]
1206  name = "windows_i686_msvc"
1207  version = "0.53.1"
1208  source = "registry+https://github.com/rust-lang/crates.io-index"
1209  checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
1210  
1211  [[package]]
1212  name = "windows_x86_64_gnu"
1213  version = "0.52.6"
1214  source = "registry+https://github.com/rust-lang/crates.io-index"
1215  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1216  
1217  [[package]]
1218  name = "windows_x86_64_gnu"
1219  version = "0.53.1"
1220  source = "registry+https://github.com/rust-lang/crates.io-index"
1221  checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
1222  
1223  [[package]]
1224  name = "windows_x86_64_gnullvm"
1225  version = "0.52.6"
1226  source = "registry+https://github.com/rust-lang/crates.io-index"
1227  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1228  
1229  [[package]]
1230  name = "windows_x86_64_gnullvm"
1231  version = "0.53.1"
1232  source = "registry+https://github.com/rust-lang/crates.io-index"
1233  checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
1234  
1235  [[package]]
1236  name = "windows_x86_64_msvc"
1237  version = "0.52.6"
1238  source = "registry+https://github.com/rust-lang/crates.io-index"
1239  checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1240  
1241  [[package]]
1242  name = "windows_x86_64_msvc"
1243  version = "0.53.1"
1244  source = "registry+https://github.com/rust-lang/crates.io-index"
1245  checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
1246  
1247  [[package]]
1248  name = "zmij"
1249  version = "1.0.16"
1250  source = "registry+https://github.com/rust-lang/crates.io-index"
1251  checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"