feat: a new start

Jengamon
Apr 4, 2024, 6:40 PM
GUV2XMF6Y2LKSGIDCMLUTN5TPOERWJ25UK46HTHEQV675DS4K3YAC

Dependencies

Change contents

  • file addition: magus_repl (d--r------)
    [4.1]
  • file addition: src (d--r------)
    [0.22]
  • file addition: main.rs (----------)
    [0.39]
    fn main() {
    println!("Hello, world!");
    }
  • file addition: Cargo.toml (----------)
    [0.22]
    [package]
    name = "magus_repl"
    version = {workspace = true}
    edition = "2021"
    # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
    [dependencies]
    reedline = { version = "0.31.0", features = ["sqlite", "system_clipboard"] }
  • file addition: justfile (----------)
    [4.1]
    repl:
    cargo run -p magus_repl
  • edit in Cargo.toml at line 1
    [2.1424]
    [2.1425]
    [workspace]
    resolver = "2"
    members = [".", "magus_repl"]
    [workspace.package]
    version = "0.1.0"
  • replacement in Cargo.toml at line 10
    [2.1450][2.1450:1468]()
    version = "0.1.0"
    [2.1450]
    [2.1468]
    version = {workspace = true}
  • edit in Cargo.toml at line 16
    [2.1599]
    [2.1599]
    lasso = "0.7.2"
  • replacement in Cargo.toml at line 19
    [2.1633][2.1633:1743]()
    serde = { version = "1.0.197", features = ["derive"], optional = true }
    thiserror = "1.0.57"
    winnow = "0.6.2"
    [2.1633]
    [2.1743]
    rowan = "0.15.15"
    thiserror = "1.0.58"
    # winnow = "0.6.5"
  • edit in Cargo.toml at line 28
    [2.1849][2.1849:1871]()
    serde = ["dep:serde"]
  • file addition: Cargo.lock (----------)
    [4.1]
    # This file is automatically @generated by Cargo.
    # It is not intended for manual editing.
    version = 3
    [[package]]
    name = "addr2line"
    version = "0.21.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
    dependencies = [
    "gimli",
    ]
    [[package]]
    name = "adler"
    version = "1.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
    [[package]]
    name = "ahash"
    version = "0.8.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
    dependencies = [
    "cfg-if",
    "once_cell",
    "version_check",
    "zerocopy",
    ]
    [[package]]
    name = "allocator-api2"
    version = "0.2.16"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
    [[package]]
    name = "android-tzdata"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
    [[package]]
    name = "android_system_properties"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "arboard"
    version = "3.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a2041f1943049c7978768d84e6d0fd95de98b76d6c4727b09e78ec253d29fa58"
    dependencies = [
    "clipboard-win",
    "log",
    "objc",
    "objc-foundation",
    "objc_id",
    "parking_lot",
    "thiserror",
    "wl-clipboard-rs",
    "x11rb",
    ]
    [[package]]
    name = "autocfg"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
    [[package]]
    name = "backtrace"
    version = "0.3.71"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
    dependencies = [
    "addr2line",
    "cc",
    "cfg-if",
    "libc",
    "miniz_oxide",
    "object",
    "rustc-demangle",
    ]
    [[package]]
    name = "backtrace-ext"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
    dependencies = [
    "backtrace",
    ]
    [[package]]
    name = "beef"
    version = "0.5.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
    [[package]]
    name = "bitflags"
    version = "1.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
    [[package]]
    name = "bitflags"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
    dependencies = [
    "serde",
    ]
    [[package]]
    name = "block"
    version = "0.1.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
    [[package]]
    name = "bstr"
    version = "0.2.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
    dependencies = [
    "lazy_static",
    "memchr",
    "regex-automata",
    ]
    [[package]]
    name = "bumpalo"
    version = "3.15.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
    [[package]]
    name = "cc"
    version = "1.0.90"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
    [[package]]
    name = "cfg-if"
    version = "1.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
    [[package]]
    name = "cfg_aliases"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
    [[package]]
    name = "chrono"
    version = "0.4.37"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
    dependencies = [
    "android-tzdata",
    "iana-time-zone",
    "num-traits",
    "serde",
    "windows-targets 0.52.4",
    ]
    [[package]]
    name = "clipboard-win"
    version = "5.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d517d4b86184dbb111d3556a10f1c8a04da7428d2987bf1081602bf11c3aa9ee"
    dependencies = [
    "error-code",
    ]
    [[package]]
    name = "console"
    version = "0.15.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
    dependencies = [
    "encode_unicode",
    "lazy_static",
    "libc",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "core-foundation-sys"
    version = "0.8.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
    [[package]]
    name = "countme"
    version = "3.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
    [[package]]
    name = "crossterm"
    version = "0.27.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
    dependencies = [
    "bitflags 2.5.0",
    "crossterm_winapi",
    "libc",
    "mio",
    "parking_lot",
    "serde",
    "signal-hook",
    "signal-hook-mio",
    "winapi",
    ]
    [[package]]
    name = "crossterm_winapi"
    version = "0.9.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
    dependencies = [
    "winapi",
    ]
    [[package]]
    name = "derive-new"
    version = "0.6.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]
    [[package]]
    name = "dlib"
    version = "0.5.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
    dependencies = [
    "libloading",
    ]
    [[package]]
    name = "downcast-rs"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
    [[package]]
    name = "either"
    version = "1.10.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
    [[package]]
    name = "encode_unicode"
    version = "0.3.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
    [[package]]
    name = "equivalent"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
    [[package]]
    name = "errno"
    version = "0.3.8"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
    dependencies = [
    "libc",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "error-code"
    version = "3.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
    [[package]]
    name = "fallible-iterator"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
    [[package]]
    name = "fallible-streaming-iterator"
    version = "0.1.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
    [[package]]
    name = "fastrand"
    version = "2.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
    [[package]]
    name = "fd-lock"
    version = "4.0.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
    dependencies = [
    "cfg-if",
    "rustix",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "fixedbitset"
    version = "0.4.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
    [[package]]
    name = "fnv"
    version = "1.0.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
    [[package]]
    name = "gethostname"
    version = "0.4.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
    dependencies = [
    "libc",
    "windows-targets 0.48.5",
    ]
    [[package]]
    name = "gimli"
    version = "0.28.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
    [[package]]
    name = "goldenfile"
    version = "1.6.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e4a67453a3b358bd8213aedafd4feed75eecab9fb04bed26ba6fdf94694be560"
    dependencies = [
    "scopeguard",
    "similar-asserts",
    "tempfile",
    "yansi",
    ]
    [[package]]
    name = "hashbrown"
    version = "0.13.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
    dependencies = [
    "ahash",
    ]
    [[package]]
    name = "hashbrown"
    version = "0.14.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
    dependencies = [
    "ahash",
    "allocator-api2",
    ]
    [[package]]
    name = "hashlink"
    version = "0.9.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "692eaaf7f7607518dd3cef090f1474b61edc5301d8012f09579920df68b725ee"
    dependencies = [
    "hashbrown 0.14.3",
    ]
    [[package]]
    name = "heck"
    version = "0.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
    [[package]]
    name = "home"
    version = "0.5.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
    dependencies = [
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "iana-time-zone"
    version = "0.1.60"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
    dependencies = [
    "android_system_properties",
    "core-foundation-sys",
    "iana-time-zone-haiku",
    "js-sys",
    "wasm-bindgen",
    "windows-core",
    ]
    [[package]]
    name = "iana-time-zone-haiku"
    version = "0.1.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
    dependencies = [
    "cc",
    ]
    [[package]]
    name = "indexmap"
    version = "2.2.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
    dependencies = [
    "equivalent",
    "hashbrown 0.14.3",
    ]
    [[package]]
    name = "is_ci"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
    [[package]]
    name = "itertools"
    version = "0.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
    dependencies = [
    "either",
    ]
    [[package]]
    name = "itoa"
    version = "1.0.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
    [[package]]
    name = "js-sys"
    version = "0.3.69"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
    dependencies = [
    "wasm-bindgen",
    ]
    [[package]]
    name = "lasso"
    version = "0.7.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4644821e1c3d7a560fe13d842d13f587c07348a1a05d3a797152d41c90c56df2"
    dependencies = [
    "hashbrown 0.13.2",
    ]
    [[package]]
    name = "lazy_static"
    version = "1.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    [[package]]
    name = "libc"
    version = "0.2.153"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
    [[package]]
    name = "libloading"
    version = "0.8.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
    dependencies = [
    "cfg-if",
    "windows-targets 0.52.4",
    ]
    [[package]]
    name = "libsqlite3-sys"
    version = "0.28.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0c10584274047cb335c23d3e61bcef8e323adae7c5c8c760540f73610177fc3f"
    dependencies = [
    "cc",
    "pkg-config",
    "vcpkg",
    ]
    [[package]]
    name = "linux-raw-sys"
    version = "0.4.13"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
    [[package]]
    name = "lock_api"
    version = "0.4.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
    dependencies = [
    "autocfg",
    "scopeguard",
    ]
    [[package]]
    name = "log"
    version = "0.4.21"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
    [[package]]
    name = "logos"
    version = "0.14.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "161971eb88a0da7ae0c333e1063467c5b5727e7fb6b710b8db4814eade3a42e8"
    dependencies = [
    "logos-derive",
    ]
    [[package]]
    name = "logos-codegen"
    version = "0.14.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8e31badd9de5131fdf4921f6473d457e3dd85b11b7f091ceb50e4df7c3eeb12a"
    dependencies = [
    "beef",
    "fnv",
    "lazy_static",
    "proc-macro2",
    "quote",
    "regex-syntax",
    "syn",
    ]
    [[package]]
    name = "logos-derive"
    version = "0.14.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1c2a69b3eb68d5bd595107c9ee58d7e07fe2bb5e360cc85b0f084dedac80de0a"
    dependencies = [
    "logos-codegen",
    ]
    [[package]]
    name = "magus"
    version = "0.1.0"
    dependencies = [
    "goldenfile",
    "lasso",
    "logos",
    "miette",
    "rowan",
    "thiserror",
    ]
    [[package]]
    name = "magus_repl"
    version = "0.1.0"
    dependencies = [
    "reedline",
    ]
    [[package]]
    name = "malloc_buf"
    version = "0.0.6"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "memchr"
    version = "2.7.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
    [[package]]
    name = "memoffset"
    version = "0.9.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
    dependencies = [
    "autocfg",
    ]
    [[package]]
    name = "miette"
    version = "7.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4edc8853320c2a0dab800fbda86253c8938f6ea88510dc92c5f1ed20e794afc1"
    dependencies = [
    "backtrace",
    "backtrace-ext",
    "cfg-if",
    "miette-derive",
    "owo-colors",
    "supports-color",
    "supports-hyperlinks",
    "supports-unicode",
    "terminal_size",
    "textwrap",
    "thiserror",
    "unicode-width",
    ]
    [[package]]
    name = "miette-derive"
    version = "7.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dcf09caffaac8068c346b6df2a7fc27a177fd20b39421a39ce0a211bde679a6c"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]
    [[package]]
    name = "minimal-lexical"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
    [[package]]
    name = "miniz_oxide"
    version = "0.7.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
    dependencies = [
    "adler",
    ]
    [[package]]
    name = "mio"
    version = "0.8.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
    dependencies = [
    "libc",
    "log",
    "wasi",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "nix"
    version = "0.28.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
    dependencies = [
    "bitflags 2.5.0",
    "cfg-if",
    "cfg_aliases",
    "libc",
    ]
    [[package]]
    name = "nom"
    version = "7.1.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
    dependencies = [
    "memchr",
    "minimal-lexical",
    ]
    [[package]]
    name = "nu-ansi-term"
    version = "0.50.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dd2800e1520bdc966782168a627aa5d1ad92e33b984bf7c7615d31280c83ff14"
    dependencies = [
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "num-traits"
    version = "0.2.18"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
    dependencies = [
    "autocfg",
    ]
    [[package]]
    name = "objc"
    version = "0.2.7"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
    dependencies = [
    "malloc_buf",
    ]
    [[package]]
    name = "objc-foundation"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
    dependencies = [
    "block",
    "objc",
    "objc_id",
    ]
    [[package]]
    name = "objc_id"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
    dependencies = [
    "objc",
    ]
    [[package]]
    name = "object"
    version = "0.32.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "once_cell"
    version = "1.19.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
    [[package]]
    name = "os_pipe"
    version = "1.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
    dependencies = [
    "libc",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "owo-colors"
    version = "4.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
    [[package]]
    name = "parking_lot"
    version = "0.12.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
    dependencies = [
    "lock_api",
    "parking_lot_core",
    ]
    [[package]]
    name = "parking_lot_core"
    version = "0.9.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
    dependencies = [
    "cfg-if",
    "libc",
    "redox_syscall",
    "smallvec",
    "windows-targets 0.48.5",
    ]
    [[package]]
    name = "petgraph"
    version = "0.6.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
    dependencies = [
    "fixedbitset",
    "indexmap",
    ]
    [[package]]
    name = "pkg-config"
    version = "0.3.30"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
    [[package]]
    name = "proc-macro2"
    version = "1.0.79"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
    dependencies = [
    "unicode-ident",
    ]
    [[package]]
    name = "quick-xml"
    version = "0.31.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
    dependencies = [
    "memchr",
    ]
    [[package]]
    name = "quote"
    version = "1.0.35"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
    dependencies = [
    "proc-macro2",
    ]
    [[package]]
    name = "redox_syscall"
    version = "0.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
    dependencies = [
    "bitflags 1.3.2",
    ]
    [[package]]
    name = "reedline"
    version = "0.31.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65ebc241ed0ccea0bbbd775a55a76f0dd9971ef084589dea938751a03ffedc14"
    dependencies = [
    "arboard",
    "chrono",
    "crossterm",
    "fd-lock",
    "itertools",
    "nu-ansi-term",
    "rusqlite",
    "serde",
    "serde_json",
    "strip-ansi-escapes",
    "strum",
    "strum_macros",
    "thiserror",
    "unicode-segmentation",
    "unicode-width",
    ]
    [[package]]
    name = "regex-automata"
    version = "0.1.10"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
    [[package]]
    name = "regex-syntax"
    version = "0.8.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
    [[package]]
    name = "rowan"
    version = "0.15.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49"
    dependencies = [
    "countme",
    "hashbrown 0.14.3",
    "memoffset",
    "rustc-hash",
    "text-size",
    ]
    [[package]]
    name = "rusqlite"
    version = "0.31.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b838eba278d213a8beaf485bd313fd580ca4505a00d5871caeb1457c55322cae"
    dependencies = [
    "bitflags 2.5.0",
    "fallible-iterator",
    "fallible-streaming-iterator",
    "hashlink",
    "libsqlite3-sys",
    "smallvec",
    ]
    [[package]]
    name = "rustc-demangle"
    version = "0.1.23"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
    [[package]]
    name = "rustc-hash"
    version = "1.1.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
    [[package]]
    name = "rustix"
    version = "0.38.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
    dependencies = [
    "bitflags 2.5.0",
    "errno",
    "libc",
    "linux-raw-sys",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "rustversion"
    version = "1.0.14"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
    [[package]]
    name = "ryu"
    version = "1.0.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
    [[package]]
    name = "scoped-tls"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
    [[package]]
    name = "scopeguard"
    version = "1.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
    [[package]]
    name = "serde"
    version = "1.0.197"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
    dependencies = [
    "serde_derive",
    ]
    [[package]]
    name = "serde_derive"
    version = "1.0.197"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]
    [[package]]
    name = "serde_json"
    version = "1.0.115"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
    dependencies = [
    "itoa",
    "ryu",
    "serde",
    ]
    [[package]]
    name = "signal-hook"
    version = "0.3.17"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
    dependencies = [
    "libc",
    "signal-hook-registry",
    ]
    [[package]]
    name = "signal-hook-mio"
    version = "0.2.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
    dependencies = [
    "libc",
    "mio",
    "signal-hook",
    ]
    [[package]]
    name = "signal-hook-registry"
    version = "1.4.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
    dependencies = [
    "libc",
    ]
    [[package]]
    name = "similar"
    version = "2.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
    dependencies = [
    "bstr",
    "unicode-segmentation",
    ]
    [[package]]
    name = "similar-asserts"
    version = "1.5.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f"
    dependencies = [
    "console",
    "similar",
    ]
    [[package]]
    name = "smallvec"
    version = "1.13.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
    [[package]]
    name = "smawk"
    version = "0.3.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
    [[package]]
    name = "strip-ansi-escapes"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
    dependencies = [
    "vte",
    ]
    [[package]]
    name = "strum"
    version = "0.26.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
    [[package]]
    name = "strum_macros"
    version = "0.26.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
    dependencies = [
    "heck",
    "proc-macro2",
    "quote",
    "rustversion",
    "syn",
    ]
    [[package]]
    name = "supports-color"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9829b314621dfc575df4e409e79f9d6a66a3bd707ab73f23cb4aa3a854ac854f"
    dependencies = [
    "is_ci",
    ]
    [[package]]
    name = "supports-hyperlinks"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2c0a1e5168041f5f3ff68ff7d95dcb9c8749df29f6e7e89ada40dd4c9de404ee"
    [[package]]
    name = "supports-unicode"
    version = "3.0.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
    [[package]]
    name = "syn"
    version = "2.0.58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
    dependencies = [
    "proc-macro2",
    "quote",
    "unicode-ident",
    ]
    [[package]]
    name = "tempfile"
    version = "3.10.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
    dependencies = [
    "cfg-if",
    "fastrand",
    "rustix",
    "windows-sys 0.52.0",
    ]
    [[package]]
    name = "terminal_size"
    version = "0.3.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
    dependencies = [
    "rustix",
    "windows-sys 0.48.0",
    ]
    [[package]]
    name = "text-size"
    version = "1.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
    [[package]]
    name = "textwrap"
    version = "0.16.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
    dependencies = [
    "smawk",
    "unicode-linebreak",
    "unicode-width",
    ]
    [[package]]
    name = "thiserror"
    version = "1.0.58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
    dependencies = [
    "thiserror-impl",
    ]
    [[package]]
    name = "thiserror-impl"
    version = "1.0.58"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]
    [[package]]
    name = "tree_magic_mini"
    version = "3.1.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "77ee137597cdb361b55a4746983e4ac1b35ab6024396a419944ad473bb915265"
    dependencies = [
    "fnv",
    "home",
    "memchr",
    "nom",
    "once_cell",
    "petgraph",
    ]
    [[package]]
    name = "unicode-ident"
    version = "1.0.12"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
    [[package]]
    name = "unicode-linebreak"
    version = "0.1.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
    [[package]]
    name = "unicode-segmentation"
    version = "1.11.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
    [[package]]
    name = "unicode-width"
    version = "0.1.11"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
    [[package]]
    name = "utf8parse"
    version = "0.2.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
    [[package]]
    name = "vcpkg"
    version = "0.2.15"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
    [[package]]
    name = "version_check"
    version = "0.9.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
    [[package]]
    name = "vte"
    version = "0.11.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
    dependencies = [
    "utf8parse",
    "vte_generate_state_changes",
    ]
    [[package]]
    name = "vte_generate_state_changes"
    version = "0.1.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
    dependencies = [
    "proc-macro2",
    "quote",
    ]
    [[package]]
    name = "wasi"
    version = "0.11.0+wasi-snapshot-preview1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
    [[package]]
    name = "wasm-bindgen"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
    dependencies = [
    "cfg-if",
    "wasm-bindgen-macro",
    ]
    [[package]]
    name = "wasm-bindgen-backend"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
    dependencies = [
    "bumpalo",
    "log",
    "once_cell",
    "proc-macro2",
    "quote",
    "syn",
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-macro"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
    dependencies = [
    "quote",
    "wasm-bindgen-macro-support",
    ]
    [[package]]
    name = "wasm-bindgen-macro-support"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    "wasm-bindgen-backend",
    "wasm-bindgen-shared",
    ]
    [[package]]
    name = "wasm-bindgen-shared"
    version = "0.2.92"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
    [[package]]
    name = "wayland-backend"
    version = "0.3.3"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
    dependencies = [
    "cc",
    "downcast-rs",
    "rustix",
    "scoped-tls",
    "smallvec",
    "wayland-sys",
    ]
    [[package]]
    name = "wayland-client"
    version = "0.31.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
    dependencies = [
    "bitflags 2.5.0",
    "rustix",
    "wayland-backend",
    "wayland-scanner",
    ]
    [[package]]
    name = "wayland-protocols"
    version = "0.31.2"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
    dependencies = [
    "bitflags 2.5.0",
    "wayland-backend",
    "wayland-client",
    "wayland-scanner",
    ]
    [[package]]
    name = "wayland-protocols-wlr"
    version = "0.2.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
    dependencies = [
    "bitflags 2.5.0",
    "wayland-backend",
    "wayland-client",
    "wayland-protocols",
    "wayland-scanner",
    ]
    [[package]]
    name = "wayland-scanner"
    version = "0.31.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
    dependencies = [
    "proc-macro2",
    "quick-xml",
    "quote",
    ]
    [[package]]
    name = "wayland-sys"
    version = "0.31.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
    dependencies = [
    "dlib",
    "log",
    "pkg-config",
    ]
    [[package]]
    name = "winapi"
    version = "0.3.9"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    dependencies = [
    "winapi-i686-pc-windows-gnu",
    "winapi-x86_64-pc-windows-gnu",
    ]
    [[package]]
    name = "winapi-i686-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    [[package]]
    name = "winapi-x86_64-pc-windows-gnu"
    version = "0.4.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
    [[package]]
    name = "windows-core"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
    dependencies = [
    "windows-targets 0.52.4",
    ]
    [[package]]
    name = "windows-sys"
    version = "0.48.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
    dependencies = [
    "windows-targets 0.48.5",
    ]
    [[package]]
    name = "windows-sys"
    version = "0.52.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
    dependencies = [
    "windows-targets 0.52.4",
    ]
    [[package]]
    name = "windows-targets"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
    dependencies = [
    "windows_aarch64_gnullvm 0.48.5",
    "windows_aarch64_msvc 0.48.5",
    "windows_i686_gnu 0.48.5",
    "windows_i686_msvc 0.48.5",
    "windows_x86_64_gnu 0.48.5",
    "windows_x86_64_gnullvm 0.48.5",
    "windows_x86_64_msvc 0.48.5",
    ]
    [[package]]
    name = "windows-targets"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
    dependencies = [
    "windows_aarch64_gnullvm 0.52.4",
    "windows_aarch64_msvc 0.52.4",
    "windows_i686_gnu 0.52.4",
    "windows_i686_msvc 0.52.4",
    "windows_x86_64_gnu 0.52.4",
    "windows_x86_64_gnullvm 0.52.4",
    "windows_x86_64_msvc 0.52.4",
    ]
    [[package]]
    name = "windows_aarch64_gnullvm"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
    [[package]]
    name = "windows_aarch64_gnullvm"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
    [[package]]
    name = "windows_aarch64_msvc"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
    [[package]]
    name = "windows_i686_gnu"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
    [[package]]
    name = "windows_i686_msvc"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
    [[package]]
    name = "windows_x86_64_gnu"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
    [[package]]
    name = "windows_x86_64_gnullvm"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
    [[package]]
    name = "windows_x86_64_gnullvm"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.48.5"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
    [[package]]
    name = "windows_x86_64_msvc"
    version = "0.52.4"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
    [[package]]
    name = "wl-clipboard-rs"
    version = "0.8.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "12b41773911497b18ca8553c3daaf8ec9fe9819caf93d451d3055f69de028adb"
    dependencies = [
    "derive-new",
    "libc",
    "log",
    "nix",
    "os_pipe",
    "tempfile",
    "thiserror",
    "tree_magic_mini",
    "wayland-backend",
    "wayland-client",
    "wayland-protocols",
    "wayland-protocols-wlr",
    ]
    [[package]]
    name = "x11rb"
    version = "0.13.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
    dependencies = [
    "gethostname",
    "rustix",
    "x11rb-protocol",
    ]
    [[package]]
    name = "x11rb-protocol"
    version = "0.13.0"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
    [[package]]
    name = "yansi"
    version = "1.0.1"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
    [[package]]
    name = "zerocopy"
    version = "0.7.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
    dependencies = [
    "zerocopy-derive",
    ]
    [[package]]
    name = "zerocopy-derive"
    version = "0.7.32"
    source = "registry+https://github.com/rust-lang/crates.io-index"
    checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
    dependencies = [
    "proc-macro2",
    "quote",
    "syn",
    ]