# 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" version = "0.3.0" authors = ["Diego M. Rodríguez "] description = "Library 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.filedescriptor] version = "~0.8" [dependencies.i3ipc] version = "~0.10" [dependencies.input] version = "~0.7" [dependencies.itertools] version = "~0.10" [dependencies.libc] version = "~0.2" [dependencies.log] version = "~0.4.17" [dependencies.shlex] version = "~1.1" [dependencies.strum] version = "~0.24" features = ["derive"] [dependencies.strum_macros] version = "~0.24" [dependencies.thiserror] version = "~1.0" [dev-dependencies.serial_test] version = "~0.9.0" [dev-dependencies.tempfile] version = "~3.3"