# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "x11-input-supercharger" version = "0.5.0-alpha" authors = ["Paweł Zmarzły "] description = "Adds system-wide Windows-like scrolling mode and conditional clicking using keyboard" readme = "README.md" keywords = ["x11", "mouse", "keyboard", "xserver", "tablet"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/pzmarzly/x11-input-supercharger" [profile.dev] panic = "abort" [profile.release] lto = true panic = "abort" [dependencies.const-cstr] version = "0.3.0" [dependencies.ctrlc] version = "3.1.1" [dependencies.gtk] version = "0.6.0" features = ["v3_18"] [dependencies.lazy-panic] version = "1.0.0" [dependencies.movie] version = "0.1.0" [dependencies.serde] version = "1.0.89" [dependencies.serde_derive] version = "1.0.89" [dependencies.static_assets] version = "0.1.1" [dependencies.toml] version = "0.5.0" [dependencies.x11] version = "2.18.1" features = ["xlib", "xinput"]