# 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] name = "bindkey" version = "0.2.0" authors = ["Konstantin Zverev "] description = "Binds rust functions to keys with xlib" homepage = "https://github.com/Object905/bindkey" keywords = ["xlib", "x11", "keybinder"] license = "MIT" repository = "https://github.com/Object905/bindkey" [lib] name = "bindkey" path = "./src/lib.rs" [dependencies.x11] version = "2.14" features = ["xlib"] [dependencies.fnv] version = "1.0"