rusty-keys 0.0.1

Linux keyboard mapper
Documentation
# 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.1"
authors = ["moparisthebest <admin@moparisthebest.com>"]
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.libudev]
version = "0.2"
optional = true

[dependencies.toml]
version = "0.4.5"

[dependencies.serde]
version = "1.0.11"

[dependencies.uinput-sys]
version = "0.1"

[dependencies.nix]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.serde_derive]
version = "1.0.11"

[dependencies.getopts]
version = "0.2.15"

[features]
default = ["udev"]
udev = ["libudev"]