59 lines
1.4 KiB
TOML
59 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 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-protocols"
|
|
version = "0.29.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.29.5"
|
|
optional = true
|
|
|
|
[dependencies.wayland-commons]
|
|
version = "0.29.5"
|
|
|
|
[dependencies.wayland-server]
|
|
version = "0.29.5"
|
|
optional = true
|
|
|
|
[build-dependencies.wayland-scanner]
|
|
version = "0.29.5"
|
|
|
|
[features]
|
|
client = ["wayland-client"]
|
|
server = ["wayland-server"]
|
|
staging_protocols = []
|
|
unstable_protocols = []
|