# 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 = "2021" name = "hookmap" version = "0.5.1" authors = ["keke1008 "] description = "Registers hotkeys and simulates keyboard and mouse input." documentation = "https://docs.rs/hookmap" readme = "README.md" keywords = [ "hotkey", "keyboard", "mouse", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/keke1008/hookmap" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [dependencies.hookmap-core] version = "0.2.1" [dependencies.once_cell] version = "1.8.0" [features] default = ["us-keyboard-layout"] japanese-keyboard-layout = ["hookmap-core/japanese-keyboard-layout"] us-keyboard-layout = ["hookmap-core/us-keyboard-layout"]