# 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 = "lillinput-cli" version = "0.3.0" authors = ["Diego M. Rodríguez "] description = "Application for connecting libinput gestures to i3 and others" readme = "README.md" keywords = [ "i3", "touchpad", "x11", "libinput", "gestures", ] categories = [ "command-line-utilities", "gui", ] license = "BSD-3-Clause" repository = "https://github.com/diego-plan9/lillinput/" resolver = "1" [dependencies.clap] version = "~3.2.17" features = ["derive"] [dependencies.clap-verbosity-flag] version = "~1.0.1" [dependencies.config] version = "~0.13.2" [dependencies.i3ipc] version = "~0.10" [dependencies.lillinput] version = "0.3.0" [dependencies.log] version = "~0.4.17" features = ["serde"] [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.simplelog] version = "~0.12.0" [dependencies.strum] version = "~0.24" features = ["derive"] [dependencies.strum_macros] version = "~0.24" [dependencies.xdg] version = "~2.4" [dev-dependencies.serial_test] version = "~0.9.0" [dev-dependencies.tempfile] version = "~3.3"