# 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-protocols-wlr" version = "0.3.5" authors = ["Elinor Berger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generated API for the WLR wayland protocol extensions" documentation = "https://docs.rs/wayland-protocols-wlr/" readme = "README.md" keywords = [ "wayland", "client", "server", "protocol", "extension", ] 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_protocols_wlr" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.wayland-backend] version = "0.3.7" [dependencies.wayland-client] version = "0.31.7" optional = true [dependencies.wayland-protocols] version = "0.32.5" [dependencies.wayland-scanner] version = "0.31.5" [dependencies.wayland-server] version = "0.31.6" optional = true [features] client = [ "wayland-client", "wayland-protocols/client", ] server = [ "wayland-server", "wayland-protocols/server", ]