# 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 = "qsk" version = "0.2.0" authors = ["Wayne Warren "] description = "Software keyboard remapper inspired by QMK." license = "MIT OR Apache-2.0" repository = "https://github.com/waynr/qsk" resolver = "2" [lib] name = "qsk" path = "src/lib.rs" [[bin]] name = "qsk" path = "src/main.rs" [dependencies.async-compat] version = "0.2.1" [dependencies.async-std] version = "~1.10" features = ["unstable"] [dependencies.clap] version = "~3.0" features = ["cargo"] [dependencies.evdev] version = "~0.11" features = ["tokio"] [dependencies.evdev-rs] version = "~0.5" [dependencies.fern] version = "~0.5" [dependencies.futures] version = "~0.3" [dependencies.log] version = "~0.4" [dependencies.maplit] version = "1.0" [dependencies.num] version = "~0.3" [dependencies.qsk-macros] version = "~0.1" [dependencies.qsk-types] version = "~0.1" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.serde_json] version = "~1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.galvanic-assert] version = "~0.8" [dev-dependencies.maplit] version = "1.0"