# 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 = "scriptkeys" version = "0.2.2" description = "ScriptKeys allows you to easily build macros (in Lua) on every key press for the supported devices." homepage = "https://mattstone.io/projects/scriptkeys/" documentation = "https://github.com/bigmstone/scriptkeys/blob/main/README.md" readme = "README.md" keywords = [ "scripting", "keyboard", "macros", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/bigmstone/scriptkeys.git" [dependencies.anyhow] version = "1.0" [dependencies.directories] version = "5.0" [dependencies.enigo] version = "0.1" [dependencies.hidapi] version = "2.3" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.2" [dependencies.mlua] version = "0.8" features = [ "lua54", "vendored", "send", ] [dependencies.notify] version = "6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7"