# 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-core" 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" [lib] name = "lefthk_core" path = "src/lib.rs" [dependencies.inventory] version = "0.3.2" [dependencies.mio] version = "1.0.2" [dependencies.nix] version = "0.29.0" features = [ "fs", "signal", ] [dependencies.ron] version = "0.8.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.signal-hook] version = "0.3.4" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.14.0" features = [ "fs", "io-util", "macros", "net", "rt-multi-thread", "sync", "time", ] [dependencies.tracing] version = "0.1.36" [dependencies.x11-dl] version = "2.19.1" [dependencies.xdg] version = "2.4.0" [dev-dependencies.tempfile] version = "3.2.0"