# 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 = "2018" name = "wayland-client" version = "0.29.5" authors = ["Victor Berger "] build = "build.rs" description = "Bindings to the standard C implementation of the wayland protocol, client side." documentation = "https://smithay.github.io/wayland-rs/wayland_client/" readme = "README.md" keywords = [ "wayland", "client", ] categories = [ "gui", "api-bindings", ] license = "MIT" repository = "https://github.com/smithay/wayland-rs" [dependencies.bitflags] version = "1.0" [dependencies.downcast-rs] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.24.1" features = [ "fs", "poll", ] default-features = false [dependencies.scoped-tls] version = "1.0" optional = true [dependencies.wayland-commons] version = "0.29.5" [dependencies.wayland-sys] version = "0.29.5" [dev-dependencies.tempfile] version = ">=2.0, <4.0" [build-dependencies.wayland-scanner] version = "0.29.5" [features] dlopen = [ "wayland-sys/dlopen", "use_system_lib", ] use_system_lib = [ "wayland-sys/client", "scoped-tls", ]