# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lefthk" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A hotkey daemon for Adventurers" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/leftwm/lefthk" [[bin]] name = "lefthk" path = "src/main.rs" [dependencies.clap] version = "3.2.20" features = ["cargo"] [dependencies.lefthk-core] version = "0.2" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.14.0" features = ["rt-multi-thread"] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15" features = ["env-filter"] [dependencies.xdg] version = "2.4.0" [dev-dependencies.tempfile] version = "3.2.0"