[package] name = "toca" edition = "2021" version = "0.1.1" authors = ["lopo "] description = "a library for record/display keyboard and mouse actions in a period of time." keywords = ["mouse", "keyboard", "record", "simulate"] license = "MIT" repository = "https://github.com/lopo12123/toca" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] device_query = "1.1.1" enigo = "0.0.14" serde_json = "1.0" serde = { version = "1.0", features = ["derive"] }