# 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 = "uiohook-rs" version = "0.2.3" authors = ["Jerry Yang "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "uiohook-rs is a Rust wrapper for the libuiohook, providing cross-platform keyboard and mouse hooking capabilities." readme = "README.md" keywords = [ "uiohook", "libuiohook", "keyboard", "mouse", "wheel", ] license = "GPL-3.0" repository = "https://github.com/efJerryYang/uiohook-rs" [lib] name = "uiohook_rs" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [[example]] name = "demo_keyboard" path = "examples/demo_keyboard.rs" [[example]] name = "demo_mouse" path = "examples/demo_mouse.rs" [[example]] name = "demo_stop" path = "examples/demo_stop.rs" [[example]] name = "demo_wheel" path = "examples/demo_wheel.rs" [[example]] name = "pretty_demo" path = "examples/pretty_demo.rs" [dependencies.colored] version = "2.1" [dependencies.ctrlc] version = "3.4" [dependencies.libc] version = "0.2" [dependencies.thiserror] version = "1.0" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0" [build-dependencies.pkg-config] version = "0.3"