# 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 = "lightpanel" version = "0.1.0-prealpha+001" authors = ["Michael Ditto "] build = "build.rs" description = "A small panel written with GTK for Wayland and X" readme = "README.md" license = "BSD-3-Clause" repository = "https://gitlab.com/Miridyan/lightpanel" [profile.release] lto = true [dependencies.env_logger] version = "0.6.1" [dependencies.gdk] version = "0.10.0" [dependencies.gio] version = "0.6.0" [dependencies.glib] version = "0.7.1" [dependencies.gtk] version = "0.6.0" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.6" [dependencies.runtime-fmt] version = "0.3.0" [dependencies.serde] version = "1.0.92" [dependencies.serde_yaml] version = "0.8.9" [dependencies.xdg] version = "2.2.0" [features] default = ["gtk/v3_24", "serde/derive"]