# 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 = "ktrl" version = "0.1.8" authors = ["Itay Garin "] description = "A Supercharged Keyboard Programming Daemon" homepage = "https://github.com/ItayGarin/ktrl" documentation = "https://github.com/ItayGarin/ktrl" readme = "README.md" keywords = ["cli", "linux", "daemon", "keyboard", "layout"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/ItayGarin/ktrl" [dependencies.clap] version = "2.33.1" [dependencies.enum-iterator] version = "0.6.0" optional = true [dependencies.evdev-rs] version = "0.4.0" [dependencies.inner] version = "0.1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.70" [dependencies.log] version = "0.4.8" [dependencies.nix] version = "0.17.0" [dependencies.rodio] version = "0.11.0" optional = true [dependencies.ron] version = "0.6.0" [dependencies.serde] version = "1.0.110" [dependencies.simplelog] version = "0.8.0" [dependencies.uinput-sys] version = "0.1.7" [dependencies.zmq] version = "0.9.2" optional = true [features] ipc = ["zmq"] notify = ["zmq"] sound = ["rodio", "enum-iterator"]