tfc 0.5.2

The Fat Controller. A library for simulating mouse and keyboard events.
Documentation
[features]
ascii-fallback = []

[package]
authors = ["Kerndog73 <kerndog73@gmail.com>"]
categories = ["os::linux-apis", "os::macos-apis", "os::windows-apis"]
description = "The Fat Controller. A library for simulating mouse and keyboard events."
edition = "2018"
exclude = [".gitignore", ".idea", "docs", "iOS_client"]
homepage = "https://github.com/Kerndog73/The-Fat-Controller"
keywords = ["keyboard", "mouse", "automation", "control"]
license = "MIT OR Apache-2.0"
name = "tfc"
readme = "README.md"
repository = "https://github.com/Kerndog73/The-Fat-Controller"
version = "0.5.2"
[profile.release]
lto = true
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22"

[target."cfg(target_os = \"macos\")".dependencies.unicode-segmentation]
version = "1.7"