[package]
edition = "2018"
name = "keycode"
version = "0.1.1"
authors = ["Dylan Frankland <github@frankland.io>"]
build = "build.rs"
description = "A Rust crate for translating keycodes based on Chrome's mapping of keys."
homepage = "https://github.com/dfrankland/keycode"
keywords = ["keyboard", "key", "usb", "hid", "ps2"]
categories = ["os", "hardware-support"]
license = "MIT"
repository = "https://github.com/dfrankland/keycode"
[dependencies.bitflags]
version = "1.0.4"
[build-dependencies.quote]
version = "0.6.11"
[build-dependencies.regex]
version = "1.1.0"