# 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.65" name = "wayland-client" version = "0.31.7" authors = ["Elinor Berger "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the standard C implementation of the wayland protocol, client side." documentation = "https://docs.rs/wayland-client/" readme = "README.md" keywords = [ "wayland", "client", ] categories = [ "gui", "api-bindings", ] license = "MIT" repository = "https://github.com/smithay/wayland-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "wayland_client" path = "src/lib.rs" [[example]] name = "list_globals" path = "examples/list_globals.rs" [[example]] name = "list_globals_no_dispatch" path = "examples/list_globals_no_dispatch.rs" [[example]] name = "simple_window" path = "examples/simple_window.rs" [dependencies.bitflags] version = "2" [dependencies.log] version = "0.4" optional = true [dependencies.rustix] version = "0.38.0" features = ["event"] [dependencies.wayland-backend] version = "0.3.7" [dependencies.wayland-scanner] version = "0.31.5" [dev-dependencies.futures-channel] version = "0.3.16" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tempfile] version = "3.2"