# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "keybd_event" version = "0.1.2" authors = ["micmonay "] description = "Simulating keyboard on Linux, Windows and Mac OS in rust" keywords = ["keyboard", "simulation", "simulat", "keybd_event", "uinput"] categories = ["os", "simulation"] license = "MIT" repository = "https://github.com/micmonay/keybd_event-rs" [target."cfg(target_os = \"linux\")".dependencies.uinput] version = "0.1.3" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.17.3"