abrasion/third_party/cargo/vendor/wayland-protocols-0.28.5/Cargo.toml

48 lines
1.4 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]
edition = "2018"
name = "wayland-protocols"
version = "0.28.5"
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/"
readme = "README.md"
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.28.5"
optional = true
[dependencies.wayland-commons]
version = "0.28.5"
[dependencies.wayland-server]
version = "0.28.5"
optional = true
[build-dependencies.wayland-scanner]
version = "0.28.5"
[features]
client = ["wayland-client"]
server = ["wayland-server"]
unstable_protocols = []