# 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-server" version = "0.31.6" authors = ["Elinor Berger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings to the standard C implementation of the wayland protocol, server side." documentation = "https://docs.rs/wayland-server/" readme = "README.md" keywords = [ "wayland", "server", "compositor", ] 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_server" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.downcast-rs] version = "1.2" [dependencies.io-lifetimes] version = "2" [dependencies.log] version = "0.4" optional = true [dependencies.rustix] version = "0.38.14" features = ["fs"] [dependencies.wayland-backend] version = "0.3.7" [dependencies.wayland-scanner] version = "0.31.5"