# 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 = "wc-lock" version = "0.2.1" authors = ["Timidger "] build = "build.rs" description = "Lockscreen program for Way Cooler" license = "MIT" [dependencies.byteorder] version = ">= 0.3, < 0.6" [dependencies.clap] version = "2.*" [dependencies.dbus] version = "0.5" [dependencies.image] version = "^0.10.3" [dependencies.libc] version = "0.2.*" [dependencies.rand] version = "0.3" [dependencies.tempfile] version = "2.1" [dependencies.way-cooler-client-helpers] version = "0.1" [dependencies.wayland-client] version = "0.9.*" features = ["cursor", "dlopen"] [dependencies.wayland-kbd] version = "0.9.0" [dependencies.wayland-sys] version = "^0.9.0" features = ["client", "dlopen"] [build-dependencies.gcc] version = "0.3" [build-dependencies.wayland-scanner] version = "0.9.1"