# 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" rust-version = "1.70" name = "gdkwayland" version = "0.18.0" authors = ["The gtk-rs Project Developers"] description = "Rust bindings of the GDK-Wayland 3 library" homepage = "https://gtk-rs.org/" documentation = "https://gtk-rs.org/gtk3-rs/stable/latest/docs/gdkwayland/" readme = "README.md" keywords = [ "gdk", "gdk-wayland", "gtk-rs", "gnome", "GUI", ] license = "MIT" repository = "https://github.com/gtk-rs/gtk3-rs" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [dependencies.ffi] version = "0.18" package = "gdkwayland-sys" [dependencies.gdk] version = "0.18" [dependencies.glib] version = "0.18" [dependencies.libc] version = "0.2" [dependencies.wayland-backend] version = "0.1" features = ["client_system"] [dependencies.wayland-client] version = "0.30" [dev-dependencies.gir-format-check] version = "^0.1" [features] v3_24 = [ "ffi/v3_24", "gdk/v3_24", ] v3_24_22 = [ "v3_24", "ffi/v3_24_22", ]