# 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 = "2018" name = "keycode_macro" version = "0.4.0" authors = ["Dylan Frankland "] description = "A Rust crate for parsing Chrome's mapping of keys. Used in the `keycode` crate." homepage = "https://github.com/dfrankland/keycode" documentation = "https://docs.rs/keycode_macro" readme = "README.md" license = "MIT" repository = "https://github.com/dfrankland/keycode" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.26" [dependencies.heck] version = "0.3.1" [dependencies.proc-macro2] version = "1.0.6" [dependencies.quote] version = "1.0.2" [dev-dependencies.bitflags] version = "1.0.4"