# 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 = "keyboard_listener_windows" version = "0.2.0" authors = ["self@lemonneko.moe"] include = [ "/README.md", "/LICENSE", "/Cargo.toml", "/src/**/*", ] description = "You can use this library to listen your keyboard press and release ON windows." homepage = "https://github.com/LemonNekoGH/keyboard_listener_windows" readme = "README.md" keywords = [ "windows", "win32", "keyboard-listener", ] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/LemonNekoGH/keyboard_listener_windows" [package.metadata.doc.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.lazy_static] version = "1.4.0" [dependencies.winapi] version = "0.3.9" features = [ "minwindef", "winuser", "errhandlingapi", "ntdef", "windef", "processthreadsapi", ]