abrasion/third_party/cargo/vendor/wayland-sys-0.21.13/Cargo.toml

43 lines
1.3 KiB
TOML

# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "wayland-sys"
version = "0.21.13"
authors = ["Victor Berger <victor.berger@m4x.org>"]
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://smithay.github.io/wayland-rs/wayland_sys/"
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
[dependencies.dlib]
version = "0.4"
[dependencies.lazy_static]
version = "1"
optional = true
[dependencies.libc]
version = "0.2"
optional = true
[features]
client = []
cursor = []
dlopen = ["dlib/dlopen", "lazy_static"]
egl = []
server = ["libc"]
[badges.travis-ci]
repository = "Smithay/wayland-rs"