# 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 = "macroboard" version = "0.2.0" exclude = [".cargo"] description = "Turn any keyboard into a macro key board" readme = "README.md" license = "MIT" repository = "https://github.com/Moxinilian/macroboard/" resolver = "2" [dependencies.keycode] version = "0.4.0" [dependencies.tinyset] version = "0.4.10" [target."cfg(target_os = \"linux\")".dependencies.input] version = "0.7.1" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.126" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.24.1"