# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rusty-keys" version = "0.0.2" authors = ["moparisthebest "] exclude = ["keymap.orig.toml"] description = "Linux keyboard mapper" keywords = ["linux", "input", "keyboard", "keymapper"] license = "AGPL-3.0" repository = "https://code.moparisthebest.com/moparisthebest/rusty-keys" [dependencies.serde] version = "1.0.11" [dependencies.uinput-sys] version = "0.1" [dependencies.toml] version = "0.4.5" [dependencies.libc] version = "0.2" [dependencies.serde_derive] version = "1.0.11" [dependencies.libudev] version = "0.2" optional = true [dependencies.getopts] version = "0.2.15" [dependencies.nix] version = "0.5" [features] default = ["udev"] udev = ["libudev"]