# 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 = "gestures" version = "0.6.0" description = "Libinput based touchpad gestures program" readme = "README.md" keywords = [ "touchpad", "gestures", "libinput", "multitouch", "linux", ] license = "MIT" repository = "https://github.com/riley-martin/gestures" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.input] version = "0.7" [dependencies.knuffel] version = "2.0.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.17" [dependencies.miette] version = "5.5.0" features = ["fancy"] [dependencies.nix] version = "0.25" features = ["poll"] [dependencies.regex] version = "1.7"