# 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-sys" version = "0.31.5" authors = ["Elinor Berger "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to the various libwayland-*.so libraries. You should only need this crate if you are working on custom wayland protocol extensions. Look at the crate wayland-client for usable bindings." documentation = "https://docs.rs/wayland-sys/" readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/smithay/wayland-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "wayland_sys" path = "src/lib.rs" [dependencies.dlib] version = "0.5.1" [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.memoffset] version = "0.9" optional = true [dependencies.once_cell] version = "1.0" optional = true [build-dependencies.pkg-config] version = "0.3.7" [features] client = [] cursor = ["client"] dlopen = ["once_cell"] egl = ["client"] server = [ "libc", "memoffset", ]