claves 0.2.0

A library for capturing Keystrokes and Mouse clicks on Linux, MacOS and Windows.
Documentation
[dependencies.crossbeam-channel]
version = "0.5.7"

[dependencies.once_cell]
version = "1.17.1"

[package]
authors = ["selyatinismet@gmail.com"]
categories = ["accessibility", "api-bindings"]
description = "A library for capturing Keystrokes and Mouse clicks on Linux, MacOS and Windows."
edition = "2021"
homepage = "https://github.com/Selyatin/claves"
keywords = ["keyboard", "mouse", "input"]
license = "MIT"
name = "claves"
readme = "README.md"
repository = "https://github.com/Selyatin/claves"
version = "0.2.0"
[profile.release]
lto = true
strip = "symbols"
[target."cfg(target_os = \"macos\")".dependencies.apple-sys]
features = ["Carbon"]
version = "0.2.0"

[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]
features = ["Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_TextServices", "Win32_System_Threading"]
version = "0.48.0"