# 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 = "mouce" version = "0.2.50" authors = ["Emre Bicer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library that aims to help simulating and listening mouse actions across different platforms." homepage = "https://github.com/emrebicer/mouce" readme = "README.md" keywords = [ "mouse", "events", "listen", "simulate", "click", ] categories = [ "accessibility", "command-line-utilities", ] license = "MIT" repository = "https://github.com/emrebicer/mouce" [profile.release] opt-level = 0 [lib] name = "mouce" path = "src/lib.rs" [[bin]] name = "mouce" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.clap] version = "3.1.8" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.58" [features] cli = ["clap"] default = ["x11"] x11 = [] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies.glob] version = "0.3.0"