# 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-backend" version = "0.3.12" authors = ["Elinor Berger "] build = "build.rs" autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings to the Wayland protocol" documentation = "https://docs.rs/wayland-backend/" readme = "README.md" keywords = ["wayland"] categories = [ "gui", "api-bindings", ] license = "MIT" repository = "https://github.com/smithay/wayland-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [features] client_system = [ "wayland-sys/client", "dep:scoped-tls", ] dlopen = ["wayland-sys/dlopen"] server_system = [ "wayland-sys/server", "dep:scoped-tls", ] [lib] name = "wayland_backend" path = "src/lib.rs" [[test]] name = "rs_sys_impls" path = "tests/rs_sys_impls.rs" [dependencies.downcast-rs] path = "../downcast-rs" version = "1.2" [dependencies.log] path = "../../vulkan/log" version = "0.4" optional = true [dependencies.libc] version = "0.2" [dependencies.raw-window-handle] version = "0.5.0" optional = true [dependencies.rwh_06] version = "0.6.0" optional = true package = "raw-window-handle" [dependencies.scoped-tls] path = "../scoped-tls" version = "1.0" optional = true [dependencies.smallvec] version = "1.9" features = [ "union", "const_generics", "const_new", ] [dependencies.wayland-sys] path = "../wayland-sys" features = [] [dev-dependencies.concat-idents] version = "1.1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.scoped-tls] path = "../scoped-tls" version = "1.0"