# 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 = "claves" version = "0.2.0" authors = ["selyatinismet@gmail.com"] description = "A library for capturing Keystrokes and Mouse clicks on Linux, MacOS and Windows." homepage = "https://github.com/Selyatin/claves" readme = "README.md" keywords = [ "keyboard", "mouse", "input", ] categories = [ "accessibility", "api-bindings", ] license = "MIT" repository = "https://github.com/Selyatin/claves" [profile.release] lto = true strip = "symbols" [dependencies.crossbeam-channel] version = "0.5.7" [dependencies.once_cell] version = "1.17.1" [target."cfg(target_os = \"macos\")".dependencies.apple-sys] version = "0.2.0" features = ["Carbon"] [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.3" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.22.3" [target."cfg(target_os = \"macos\")".dev-dependencies.accessibility-sys] version = "0.1.3" [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.48.0" features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_TextServices", "Win32_System_Threading", ]