# 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-core" version = "0.2.1" authors = ["keke1008 "] description = "Global hooks and input simulation fo keyboard and mouse." documentation = "https://docs.rs/hookmap-core" 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.once_cell] version = "1.8.0" [dependencies.variant_count] version = "1.1.0" [features] japanese-keyboard-layout = [] us-keyboard-layout = [] [target."cfg(windows)".dependencies.windows] version = "0.36.1" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", "Win32_UI_HiDpi", "Win32_UI_Input_KeyboardAndMouse", ]