# 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 = "inputplug" version = "0.4.0" authors = ["Andrej Shadura "] description = "XInput monitor daemon" license = "MIT" repository = "https://github.com/andrewshadura/inputplug" [dependencies.anyhow] version = "1.0" [dependencies.nix] version = ">= 0.19, <1.0" [dependencies.pidfile-rs] version = "0.1" optional = true [dependencies.structopt] version = "0.3" default-features = false [dependencies.x11rb] version = "0.8" features = ["xinput"] [features] default = ["pidfile"] pidfile = ["pidfile-rs"]