# 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 = "way-cooler" version = "0.8.1" authors = ["Snirk Immington ", "Timidger "] build = "build.rs" description = "Customizeable Wayland compositor written in Rust" readme = "README.md" keywords = ["Wayland", "compositor", "window", "manager", "wlc"] license = "MIT" repository = "https://github.com/Immington-Industries/way-cooler/" [profile.release] debug = true [dependencies.bitflags] version = "0.7" [dependencies.cairo-rs] version = "0.2.*" [dependencies.cairo-sys-rs] version = "0.4.*" [dependencies.dbus] version = "0.4" [dependencies.dbus-macros] version = "0.0.6" [dependencies.env_logger] version = "0.3" [dependencies.gdk-pixbuf] version = "0.2.*" [dependencies.getopts] version = "0.2" [dependencies.glib] version = "0.3.*" [dependencies.json_macro] version = "0.1" [dependencies.lazy_static] version = "0.2" [dependencies.log] version = "0.3" [dependencies.nix] version = "0.6" [dependencies.petgraph] version = "0.4.5" [dependencies.rlua] version = "0.9.7" default-features = false [dependencies.rustc-serialize] version = "0.3" [dependencies.rustwlc] version = "0.7.0" features = ["wlc-wayland"] [dependencies.uuid] version = "0.3" features = ["v4", "rustc-serialize"] [dependencies.wayland-server] version = "0.12.1" [dependencies.wayland-sys] version = "0.12.1" features = ["client", "dlopen"] [dependencies.xcb] version = "0.8.1" features = ["xkb"] [dev-dependencies.dummy-rustwlc] version = "0.7.1" [build-dependencies.wayland-scanner] version = "0.12.1" [features] builtin-lua = ["rlua/builtin-lua"] disable-debug = [] static-wlc = ["rustwlc/static-wlc"]