robost-input 0.1.1

Mouse and keyboard input emulation with window focus management for desktop automation
Documentation
# 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 = "robost-input"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mouse and keyboard input emulation with window focus management for desktop automation"
readme = false
keywords = [
    "rpa",
    "automation",
    "mouse",
    "keyboard",
    "desktop",
]
categories = [
    "os",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/robost"

[lib]
name = "robost_input"
path = "src/lib.rs"

[dependencies.enigo]
version = "0.6"

[dependencies.robost-template]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
]