# 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 = "control-craft" version = "0.1.0" authors = ["Cygnixy Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mouse and Keyboard Control Library for Windows, enabling programmatic input simulation using the Windows API." readme = "README.md" keywords = [ "windows", "mouse", "keyboard", "input", "automation", ] license = "MIT" repository = "https://github.com/cygnixy/control-craft" [lib] name = "control_craft" path = "src/lib.rs" [dependencies.windows] version = "0.57" features = [ "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_WindowsAndMessaging", ]