wayland-protocols 0.21.1

Generated API for the officials wayland protocol extensions
Documentation
# 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-protocols"
version = "0.21.1"
authors = ["Victor Berger <victor.berger@m4x.org>"]
build = "build.rs"
description = "Generated API for the officials wayland protocol extensions"
documentation = "https://smithay.github.io/wayland-rs/wayland_protocols/"
keywords = ["wayland", "client", "server", "protocol", "extension"]
categories = ["gui", "api-bindings"]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
[dependencies.bitflags]
version = "1.0"

[dependencies.wayland-client]
version = "0.21.1"
optional = true

[dependencies.wayland-commons]
version = "0.21.1"

[dependencies.wayland-server]
version = "0.21.1"
optional = true

[dependencies.wayland-sys]
version = "0.21.1"
[build-dependencies.wayland-scanner]
version = "0.21.1"

[features]
client = ["wayland-client"]
native_client = ["client", "native_lib", "wayland-client/native_lib"]
native_lib = []
native_server = ["server", "native_lib", "wayland-server/native_lib"]
server = ["wayland-server"]
unstable_protocols = []
[badges.travis-ci]
repository = "smithay/wayland-rs"