# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "libphosh" version = "0.0.4" authors = ["Guido Günther "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for libphosh" homepage = "https://gitlab.gnome.org/guidog/libphosh-rs" readme = "README.md" keywords = [ "phosh", "gnome", ] categories = ["api-bindings"] license = "MIT" repository = "https://gitlab.gnome.org/guidog/libphosh-rs.git" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "libphosh" path = "src/lib.rs" [[example]] name = "custom-shell-and-lockscreen" path = "examples/custom-shell-and-lockscreen.rs" [[example]] name = "hello-world" path = "examples/hello-world.rs" [dependencies.ffi] version = "0.0.4" package = "libphosh-sys" [dependencies.gdk] version = "0.18" [dependencies.gio] version = "0.18" features = ["v2_70"] [dependencies.glib] version = "0.18" features = ["v2_66"] [dependencies.gtk] version = "0.18" features = ["v3_24"] [dependencies.libc] version = "0.2" [features] default = ["gtk_v3_20"] gtk_v2_10 = ["gtk_v2_6"] gtk_v2_12 = ["gtk_v2_10"] gtk_v2_18 = ["gtk_v2_12"] gtk_v2_20 = ["gtk_v2_18"] gtk_v2_4 = [] gtk_v2_6 = ["gtk_v2_4"] gtk_v3 = ["gtk_v2_20"] gtk_v3_12 = ["gtk_v3_8"] gtk_v3_14 = ["gtk_v3_12"] gtk_v3_20 = ["gtk_v3_14"] gtk_v3_4 = ["gtk_v3"] gtk_v3_8 = ["gtk_v3_4"] v3_12 = [] v3_14 = []