keycode 0.2.2

A Rust crate for translating keycodes based on Chrome's mapping of keys.
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]
edition = "2018"
name = "keycode"
version = "0.2.2"
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"
documentation = "https://docs.rs/keycode"
readme = "README.md"
keywords = ["keyboard", "key", "usb", "hid", "ps2"]
categories = ["os", "hardware-support", "embedded", "no-std"]
license = "MIT"
repository = "https://github.com/dfrankland/keycode"
[dependencies.arraydeque]
version = "0.4.5"
default-features = false

[dependencies.arrayvec]
version = "0.4.10"
default-features = false

[dependencies.bitflags]
version = "1.0.4"
[build-dependencies.quote]
version = "0.6.11"

[build-dependencies.regex]
version = "1.1.0"