tfc 0.1.0

The Fat Controller. A library for simulating mouse and keyboard events.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
authors = ["Kerndog73 <kerndog73@gmail.com>"]
categories = ["os::macos-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-file = "LICENSE"
name = "tfc"
readme = "README.md"
repository = "https://github.com/Kerndog73/The-Fat-Controller"
version = "0.1.0"
[profile.release]
lto = true