valentine

Terminal control panel for the Focusrite Scarlett 18i20 — a from-scratch replacement for Focusrite Control.
Log | Files | Refs | README | LICENSE

Cargo.lock (22849B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 4
      4 
      5 [[package]]
      6 name = "allocator-api2"
      7 version = "0.2.21"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
     10 
     11 [[package]]
     12 name = "anyhow"
     13 version = "1.0.102"
     14 source = "registry+https://github.com/rust-lang/crates.io-index"
     15 checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
     16 
     17 [[package]]
     18 name = "bitflags"
     19 version = "2.11.1"
     20 source = "registry+https://github.com/rust-lang/crates.io-index"
     21 checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
     22 
     23 [[package]]
     24 name = "cassowary"
     25 version = "0.3.0"
     26 source = "registry+https://github.com/rust-lang/crates.io-index"
     27 checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
     28 
     29 [[package]]
     30 name = "castaway"
     31 version = "0.2.4"
     32 source = "registry+https://github.com/rust-lang/crates.io-index"
     33 checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
     34 dependencies = [
     35  "rustversion",
     36 ]
     37 
     38 [[package]]
     39 name = "cc"
     40 version = "1.2.63"
     41 source = "registry+https://github.com/rust-lang/crates.io-index"
     42 checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f"
     43 dependencies = [
     44  "find-msvc-tools",
     45  "shlex",
     46 ]
     47 
     48 [[package]]
     49 name = "cfg-if"
     50 version = "1.0.4"
     51 source = "registry+https://github.com/rust-lang/crates.io-index"
     52 checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
     53 
     54 [[package]]
     55 name = "compact_str"
     56 version = "0.8.2"
     57 source = "registry+https://github.com/rust-lang/crates.io-index"
     58 checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e"
     59 dependencies = [
     60  "castaway",
     61  "cfg-if",
     62  "itoa",
     63  "rustversion",
     64  "ryu",
     65  "static_assertions",
     66 ]
     67 
     68 [[package]]
     69 name = "crossterm"
     70 version = "0.28.1"
     71 source = "registry+https://github.com/rust-lang/crates.io-index"
     72 checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
     73 dependencies = [
     74  "bitflags",
     75  "crossterm_winapi",
     76  "mio",
     77  "parking_lot",
     78  "rustix",
     79  "signal-hook",
     80  "signal-hook-mio",
     81  "winapi",
     82 ]
     83 
     84 [[package]]
     85 name = "crossterm_winapi"
     86 version = "0.9.1"
     87 source = "registry+https://github.com/rust-lang/crates.io-index"
     88 checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
     89 dependencies = [
     90  "winapi",
     91 ]
     92 
     93 [[package]]
     94 name = "darling"
     95 version = "0.23.0"
     96 source = "registry+https://github.com/rust-lang/crates.io-index"
     97 checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
     98 dependencies = [
     99  "darling_core",
    100  "darling_macro",
    101 ]
    102 
    103 [[package]]
    104 name = "darling_core"
    105 version = "0.23.0"
    106 source = "registry+https://github.com/rust-lang/crates.io-index"
    107 checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
    108 dependencies = [
    109  "ident_case",
    110  "proc-macro2",
    111  "quote",
    112  "strsim",
    113  "syn",
    114 ]
    115 
    116 [[package]]
    117 name = "darling_macro"
    118 version = "0.23.0"
    119 source = "registry+https://github.com/rust-lang/crates.io-index"
    120 checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
    121 dependencies = [
    122  "darling_core",
    123  "quote",
    124  "syn",
    125 ]
    126 
    127 [[package]]
    128 name = "dirs-next"
    129 version = "2.0.0"
    130 source = "registry+https://github.com/rust-lang/crates.io-index"
    131 checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
    132 dependencies = [
    133  "cfg-if",
    134  "dirs-sys-next",
    135 ]
    136 
    137 [[package]]
    138 name = "dirs-sys-next"
    139 version = "0.1.2"
    140 source = "registry+https://github.com/rust-lang/crates.io-index"
    141 checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
    142 dependencies = [
    143  "libc",
    144  "redox_users",
    145  "winapi",
    146 ]
    147 
    148 [[package]]
    149 name = "either"
    150 version = "1.16.0"
    151 source = "registry+https://github.com/rust-lang/crates.io-index"
    152 checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
    153 
    154 [[package]]
    155 name = "equivalent"
    156 version = "1.0.2"
    157 source = "registry+https://github.com/rust-lang/crates.io-index"
    158 checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
    159 
    160 [[package]]
    161 name = "errno"
    162 version = "0.3.14"
    163 source = "registry+https://github.com/rust-lang/crates.io-index"
    164 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
    165 dependencies = [
    166  "libc",
    167  "windows-sys 0.61.2",
    168 ]
    169 
    170 [[package]]
    171 name = "find-msvc-tools"
    172 version = "0.1.9"
    173 source = "registry+https://github.com/rust-lang/crates.io-index"
    174 checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
    175 
    176 [[package]]
    177 name = "foldhash"
    178 version = "0.1.5"
    179 source = "registry+https://github.com/rust-lang/crates.io-index"
    180 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
    181 
    182 [[package]]
    183 name = "getrandom"
    184 version = "0.2.17"
    185 source = "registry+https://github.com/rust-lang/crates.io-index"
    186 checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
    187 dependencies = [
    188  "cfg-if",
    189  "libc",
    190  "wasi",
    191 ]
    192 
    193 [[package]]
    194 name = "hashbrown"
    195 version = "0.15.5"
    196 source = "registry+https://github.com/rust-lang/crates.io-index"
    197 checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
    198 dependencies = [
    199  "allocator-api2",
    200  "equivalent",
    201  "foldhash",
    202 ]
    203 
    204 [[package]]
    205 name = "hashbrown"
    206 version = "0.17.1"
    207 source = "registry+https://github.com/rust-lang/crates.io-index"
    208 checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
    209 
    210 [[package]]
    211 name = "heck"
    212 version = "0.5.0"
    213 source = "registry+https://github.com/rust-lang/crates.io-index"
    214 checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
    215 
    216 [[package]]
    217 name = "ident_case"
    218 version = "1.0.1"
    219 source = "registry+https://github.com/rust-lang/crates.io-index"
    220 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
    221 
    222 [[package]]
    223 name = "indexmap"
    224 version = "2.14.0"
    225 source = "registry+https://github.com/rust-lang/crates.io-index"
    226 checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
    227 dependencies = [
    228  "equivalent",
    229  "hashbrown 0.17.1",
    230 ]
    231 
    232 [[package]]
    233 name = "indoc"
    234 version = "2.0.7"
    235 source = "registry+https://github.com/rust-lang/crates.io-index"
    236 checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
    237 dependencies = [
    238  "rustversion",
    239 ]
    240 
    241 [[package]]
    242 name = "instability"
    243 version = "0.3.12"
    244 source = "registry+https://github.com/rust-lang/crates.io-index"
    245 checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971"
    246 dependencies = [
    247  "darling",
    248  "indoc",
    249  "proc-macro2",
    250  "quote",
    251  "syn",
    252 ]
    253 
    254 [[package]]
    255 name = "itertools"
    256 version = "0.13.0"
    257 source = "registry+https://github.com/rust-lang/crates.io-index"
    258 checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
    259 dependencies = [
    260  "either",
    261 ]
    262 
    263 [[package]]
    264 name = "itoa"
    265 version = "1.0.18"
    266 source = "registry+https://github.com/rust-lang/crates.io-index"
    267 checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
    268 
    269 [[package]]
    270 name = "libc"
    271 version = "0.2.186"
    272 source = "registry+https://github.com/rust-lang/crates.io-index"
    273 checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
    274 
    275 [[package]]
    276 name = "libredox"
    277 version = "0.1.17"
    278 source = "registry+https://github.com/rust-lang/crates.io-index"
    279 checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3"
    280 dependencies = [
    281  "libc",
    282 ]
    283 
    284 [[package]]
    285 name = "libusb1-sys"
    286 version = "0.7.0"
    287 source = "registry+https://github.com/rust-lang/crates.io-index"
    288 checksum = "da050ade7ac4ff1ba5379af847a10a10a8e284181e060105bf8d86960ce9ce0f"
    289 dependencies = [
    290  "cc",
    291  "libc",
    292  "pkg-config",
    293  "vcpkg",
    294 ]
    295 
    296 [[package]]
    297 name = "linux-raw-sys"
    298 version = "0.4.15"
    299 source = "registry+https://github.com/rust-lang/crates.io-index"
    300 checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
    301 
    302 [[package]]
    303 name = "lock_api"
    304 version = "0.4.14"
    305 source = "registry+https://github.com/rust-lang/crates.io-index"
    306 checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
    307 dependencies = [
    308  "scopeguard",
    309 ]
    310 
    311 [[package]]
    312 name = "log"
    313 version = "0.4.30"
    314 source = "registry+https://github.com/rust-lang/crates.io-index"
    315 checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"
    316 
    317 [[package]]
    318 name = "lru"
    319 version = "0.12.5"
    320 source = "registry+https://github.com/rust-lang/crates.io-index"
    321 checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
    322 dependencies = [
    323  "hashbrown 0.15.5",
    324 ]
    325 
    326 [[package]]
    327 name = "memchr"
    328 version = "2.8.1"
    329 source = "registry+https://github.com/rust-lang/crates.io-index"
    330 checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8"
    331 
    332 [[package]]
    333 name = "mio"
    334 version = "1.2.1"
    335 source = "registry+https://github.com/rust-lang/crates.io-index"
    336 checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
    337 dependencies = [
    338  "libc",
    339  "log",
    340  "wasi",
    341  "windows-sys 0.61.2",
    342 ]
    343 
    344 [[package]]
    345 name = "parking_lot"
    346 version = "0.12.5"
    347 source = "registry+https://github.com/rust-lang/crates.io-index"
    348 checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
    349 dependencies = [
    350  "lock_api",
    351  "parking_lot_core",
    352 ]
    353 
    354 [[package]]
    355 name = "parking_lot_core"
    356 version = "0.9.12"
    357 source = "registry+https://github.com/rust-lang/crates.io-index"
    358 checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
    359 dependencies = [
    360  "cfg-if",
    361  "libc",
    362  "redox_syscall",
    363  "smallvec",
    364  "windows-link",
    365 ]
    366 
    367 [[package]]
    368 name = "paste"
    369 version = "1.0.15"
    370 source = "registry+https://github.com/rust-lang/crates.io-index"
    371 checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
    372 
    373 [[package]]
    374 name = "pkg-config"
    375 version = "0.3.33"
    376 source = "registry+https://github.com/rust-lang/crates.io-index"
    377 checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
    378 
    379 [[package]]
    380 name = "proc-macro2"
    381 version = "1.0.106"
    382 source = "registry+https://github.com/rust-lang/crates.io-index"
    383 checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
    384 dependencies = [
    385  "unicode-ident",
    386 ]
    387 
    388 [[package]]
    389 name = "quote"
    390 version = "1.0.45"
    391 source = "registry+https://github.com/rust-lang/crates.io-index"
    392 checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
    393 dependencies = [
    394  "proc-macro2",
    395 ]
    396 
    397 [[package]]
    398 name = "ratatui"
    399 version = "0.29.0"
    400 source = "registry+https://github.com/rust-lang/crates.io-index"
    401 checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
    402 dependencies = [
    403  "bitflags",
    404  "cassowary",
    405  "compact_str",
    406  "crossterm",
    407  "indoc",
    408  "instability",
    409  "itertools",
    410  "lru",
    411  "paste",
    412  "strum",
    413  "unicode-segmentation",
    414  "unicode-truncate",
    415  "unicode-width 0.2.0",
    416 ]
    417 
    418 [[package]]
    419 name = "redox_syscall"
    420 version = "0.5.18"
    421 source = "registry+https://github.com/rust-lang/crates.io-index"
    422 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
    423 dependencies = [
    424  "bitflags",
    425 ]
    426 
    427 [[package]]
    428 name = "redox_users"
    429 version = "0.4.6"
    430 source = "registry+https://github.com/rust-lang/crates.io-index"
    431 checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
    432 dependencies = [
    433  "getrandom",
    434  "libredox",
    435  "thiserror",
    436 ]
    437 
    438 [[package]]
    439 name = "rusb"
    440 version = "0.9.4"
    441 source = "registry+https://github.com/rust-lang/crates.io-index"
    442 checksum = "ab9f9ff05b63a786553a4c02943b74b34a988448671001e9a27e2f0565cc05a4"
    443 dependencies = [
    444  "libc",
    445  "libusb1-sys",
    446 ]
    447 
    448 [[package]]
    449 name = "rustix"
    450 version = "0.38.44"
    451 source = "registry+https://github.com/rust-lang/crates.io-index"
    452 checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
    453 dependencies = [
    454  "bitflags",
    455  "errno",
    456  "libc",
    457  "linux-raw-sys",
    458  "windows-sys 0.59.0",
    459 ]
    460 
    461 [[package]]
    462 name = "rustversion"
    463 version = "1.0.22"
    464 source = "registry+https://github.com/rust-lang/crates.io-index"
    465 checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
    466 
    467 [[package]]
    468 name = "ryu"
    469 version = "1.0.23"
    470 source = "registry+https://github.com/rust-lang/crates.io-index"
    471 checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
    472 
    473 [[package]]
    474 name = "scarlett-core"
    475 version = "0.0.0"
    476 dependencies = [
    477  "rusb",
    478  "serde",
    479  "serde_json",
    480 ]
    481 
    482 [[package]]
    483 name = "scopeguard"
    484 version = "1.2.0"
    485 source = "registry+https://github.com/rust-lang/crates.io-index"
    486 checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
    487 
    488 [[package]]
    489 name = "serde"
    490 version = "1.0.228"
    491 source = "registry+https://github.com/rust-lang/crates.io-index"
    492 checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
    493 dependencies = [
    494  "serde_core",
    495  "serde_derive",
    496 ]
    497 
    498 [[package]]
    499 name = "serde_core"
    500 version = "1.0.228"
    501 source = "registry+https://github.com/rust-lang/crates.io-index"
    502 checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
    503 dependencies = [
    504  "serde_derive",
    505 ]
    506 
    507 [[package]]
    508 name = "serde_derive"
    509 version = "1.0.228"
    510 source = "registry+https://github.com/rust-lang/crates.io-index"
    511 checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
    512 dependencies = [
    513  "proc-macro2",
    514  "quote",
    515  "syn",
    516 ]
    517 
    518 [[package]]
    519 name = "serde_json"
    520 version = "1.0.150"
    521 source = "registry+https://github.com/rust-lang/crates.io-index"
    522 checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
    523 dependencies = [
    524  "itoa",
    525  "memchr",
    526  "serde",
    527  "serde_core",
    528  "zmij",
    529 ]
    530 
    531 [[package]]
    532 name = "serde_spanned"
    533 version = "0.6.9"
    534 source = "registry+https://github.com/rust-lang/crates.io-index"
    535 checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
    536 dependencies = [
    537  "serde",
    538 ]
    539 
    540 [[package]]
    541 name = "shlex"
    542 version = "2.0.1"
    543 source = "registry+https://github.com/rust-lang/crates.io-index"
    544 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
    545 
    546 [[package]]
    547 name = "signal-hook"
    548 version = "0.3.18"
    549 source = "registry+https://github.com/rust-lang/crates.io-index"
    550 checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
    551 dependencies = [
    552  "libc",
    553  "signal-hook-registry",
    554 ]
    555 
    556 [[package]]
    557 name = "signal-hook-mio"
    558 version = "0.2.5"
    559 source = "registry+https://github.com/rust-lang/crates.io-index"
    560 checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
    561 dependencies = [
    562  "libc",
    563  "mio",
    564  "signal-hook",
    565 ]
    566 
    567 [[package]]
    568 name = "signal-hook-registry"
    569 version = "1.4.8"
    570 source = "registry+https://github.com/rust-lang/crates.io-index"
    571 checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
    572 dependencies = [
    573  "errno",
    574  "libc",
    575 ]
    576 
    577 [[package]]
    578 name = "smallvec"
    579 version = "1.15.1"
    580 source = "registry+https://github.com/rust-lang/crates.io-index"
    581 checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
    582 
    583 [[package]]
    584 name = "spike"
    585 version = "0.0.0"
    586 dependencies = [
    587  "anyhow",
    588  "rusb",
    589  "scarlett-core",
    590 ]
    591 
    592 [[package]]
    593 name = "static_assertions"
    594 version = "1.1.0"
    595 source = "registry+https://github.com/rust-lang/crates.io-index"
    596 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
    597 
    598 [[package]]
    599 name = "strsim"
    600 version = "0.11.1"
    601 source = "registry+https://github.com/rust-lang/crates.io-index"
    602 checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
    603 
    604 [[package]]
    605 name = "strum"
    606 version = "0.26.3"
    607 source = "registry+https://github.com/rust-lang/crates.io-index"
    608 checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
    609 dependencies = [
    610  "strum_macros",
    611 ]
    612 
    613 [[package]]
    614 name = "strum_macros"
    615 version = "0.26.4"
    616 source = "registry+https://github.com/rust-lang/crates.io-index"
    617 checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
    618 dependencies = [
    619  "heck",
    620  "proc-macro2",
    621  "quote",
    622  "rustversion",
    623  "syn",
    624 ]
    625 
    626 [[package]]
    627 name = "syn"
    628 version = "2.0.117"
    629 source = "registry+https://github.com/rust-lang/crates.io-index"
    630 checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
    631 dependencies = [
    632  "proc-macro2",
    633  "quote",
    634  "unicode-ident",
    635 ]
    636 
    637 [[package]]
    638 name = "thiserror"
    639 version = "1.0.69"
    640 source = "registry+https://github.com/rust-lang/crates.io-index"
    641 checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
    642 dependencies = [
    643  "thiserror-impl",
    644 ]
    645 
    646 [[package]]
    647 name = "thiserror-impl"
    648 version = "1.0.69"
    649 source = "registry+https://github.com/rust-lang/crates.io-index"
    650 checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
    651 dependencies = [
    652  "proc-macro2",
    653  "quote",
    654  "syn",
    655 ]
    656 
    657 [[package]]
    658 name = "toml"
    659 version = "0.8.23"
    660 source = "registry+https://github.com/rust-lang/crates.io-index"
    661 checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
    662 dependencies = [
    663  "serde",
    664  "serde_spanned",
    665  "toml_datetime",
    666  "toml_edit",
    667 ]
    668 
    669 [[package]]
    670 name = "toml_datetime"
    671 version = "0.6.11"
    672 source = "registry+https://github.com/rust-lang/crates.io-index"
    673 checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
    674 dependencies = [
    675  "serde",
    676 ]
    677 
    678 [[package]]
    679 name = "toml_edit"
    680 version = "0.22.27"
    681 source = "registry+https://github.com/rust-lang/crates.io-index"
    682 checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
    683 dependencies = [
    684  "indexmap",
    685  "serde",
    686  "serde_spanned",
    687  "toml_datetime",
    688  "toml_write",
    689  "winnow",
    690 ]
    691 
    692 [[package]]
    693 name = "toml_write"
    694 version = "0.1.2"
    695 source = "registry+https://github.com/rust-lang/crates.io-index"
    696 checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
    697 
    698 [[package]]
    699 name = "unicode-ident"
    700 version = "1.0.24"
    701 source = "registry+https://github.com/rust-lang/crates.io-index"
    702 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
    703 
    704 [[package]]
    705 name = "unicode-segmentation"
    706 version = "1.13.2"
    707 source = "registry+https://github.com/rust-lang/crates.io-index"
    708 checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
    709 
    710 [[package]]
    711 name = "unicode-truncate"
    712 version = "1.1.0"
    713 source = "registry+https://github.com/rust-lang/crates.io-index"
    714 checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
    715 dependencies = [
    716  "itertools",
    717  "unicode-segmentation",
    718  "unicode-width 0.1.14",
    719 ]
    720 
    721 [[package]]
    722 name = "unicode-width"
    723 version = "0.1.14"
    724 source = "registry+https://github.com/rust-lang/crates.io-index"
    725 checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
    726 
    727 [[package]]
    728 name = "unicode-width"
    729 version = "0.2.0"
    730 source = "registry+https://github.com/rust-lang/crates.io-index"
    731 checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
    732 
    733 [[package]]
    734 name = "valentine"
    735 version = "0.0.0"
    736 dependencies = [
    737  "anyhow",
    738  "crossterm",
    739  "dirs-next",
    740  "ratatui",
    741  "scarlett-core",
    742  "serde",
    743  "toml",
    744 ]
    745 
    746 [[package]]
    747 name = "vcpkg"
    748 version = "0.2.15"
    749 source = "registry+https://github.com/rust-lang/crates.io-index"
    750 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
    751 
    752 [[package]]
    753 name = "wasi"
    754 version = "0.11.1+wasi-snapshot-preview1"
    755 source = "registry+https://github.com/rust-lang/crates.io-index"
    756 checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
    757 
    758 [[package]]
    759 name = "winapi"
    760 version = "0.3.9"
    761 source = "registry+https://github.com/rust-lang/crates.io-index"
    762 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    763 dependencies = [
    764  "winapi-i686-pc-windows-gnu",
    765  "winapi-x86_64-pc-windows-gnu",
    766 ]
    767 
    768 [[package]]
    769 name = "winapi-i686-pc-windows-gnu"
    770 version = "0.4.0"
    771 source = "registry+https://github.com/rust-lang/crates.io-index"
    772 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    773 
    774 [[package]]
    775 name = "winapi-x86_64-pc-windows-gnu"
    776 version = "0.4.0"
    777 source = "registry+https://github.com/rust-lang/crates.io-index"
    778 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    779 
    780 [[package]]
    781 name = "windows-link"
    782 version = "0.2.1"
    783 source = "registry+https://github.com/rust-lang/crates.io-index"
    784 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
    785 
    786 [[package]]
    787 name = "windows-sys"
    788 version = "0.59.0"
    789 source = "registry+https://github.com/rust-lang/crates.io-index"
    790 checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
    791 dependencies = [
    792  "windows-targets",
    793 ]
    794 
    795 [[package]]
    796 name = "windows-sys"
    797 version = "0.61.2"
    798 source = "registry+https://github.com/rust-lang/crates.io-index"
    799 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
    800 dependencies = [
    801  "windows-link",
    802 ]
    803 
    804 [[package]]
    805 name = "windows-targets"
    806 version = "0.52.6"
    807 source = "registry+https://github.com/rust-lang/crates.io-index"
    808 checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
    809 dependencies = [
    810  "windows_aarch64_gnullvm",
    811  "windows_aarch64_msvc",
    812  "windows_i686_gnu",
    813  "windows_i686_gnullvm",
    814  "windows_i686_msvc",
    815  "windows_x86_64_gnu",
    816  "windows_x86_64_gnullvm",
    817  "windows_x86_64_msvc",
    818 ]
    819 
    820 [[package]]
    821 name = "windows_aarch64_gnullvm"
    822 version = "0.52.6"
    823 source = "registry+https://github.com/rust-lang/crates.io-index"
    824 checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
    825 
    826 [[package]]
    827 name = "windows_aarch64_msvc"
    828 version = "0.52.6"
    829 source = "registry+https://github.com/rust-lang/crates.io-index"
    830 checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
    831 
    832 [[package]]
    833 name = "windows_i686_gnu"
    834 version = "0.52.6"
    835 source = "registry+https://github.com/rust-lang/crates.io-index"
    836 checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
    837 
    838 [[package]]
    839 name = "windows_i686_gnullvm"
    840 version = "0.52.6"
    841 source = "registry+https://github.com/rust-lang/crates.io-index"
    842 checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
    843 
    844 [[package]]
    845 name = "windows_i686_msvc"
    846 version = "0.52.6"
    847 source = "registry+https://github.com/rust-lang/crates.io-index"
    848 checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
    849 
    850 [[package]]
    851 name = "windows_x86_64_gnu"
    852 version = "0.52.6"
    853 source = "registry+https://github.com/rust-lang/crates.io-index"
    854 checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
    855 
    856 [[package]]
    857 name = "windows_x86_64_gnullvm"
    858 version = "0.52.6"
    859 source = "registry+https://github.com/rust-lang/crates.io-index"
    860 checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
    861 
    862 [[package]]
    863 name = "windows_x86_64_msvc"
    864 version = "0.52.6"
    865 source = "registry+https://github.com/rust-lang/crates.io-index"
    866 checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
    867 
    868 [[package]]
    869 name = "winnow"
    870 version = "0.7.15"
    871 source = "registry+https://github.com/rust-lang/crates.io-index"
    872 checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
    873 dependencies = [
    874  "memchr",
    875 ]
    876 
    877 [[package]]
    878 name = "zmij"
    879 version = "1.0.21"
    880 source = "registry+https://github.com/rust-lang/crates.io-index"
    881 checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"