makepad/libs/linux/wayland-protocols/Cargo.toml
2026-02-14 18:07:21 +01:00

79 lines
1.9 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 = "2021"
rust-version = "1.65"
name = "wayland-protocols"
version = "0.32.10"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
build = false
include = [
"/src/**/*.rs",
"/Cargo.toml",
"/README.md",
"/LICENSE.txt",
"/protocols/COPYING",
"/protocols/stable/*/*.xml",
"/protocols/staging/*/*.xml",
"/protocols/unstable/*/*.xml",
"!/protocols/unstable/xdg-shell/xdg-shell-unstable-v5.xml",
"!/protocols/unstable/xdg-shell/xdg-shell-unstable-v6.xml",
"!/protocols/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml",
"!/protocols/unstable/tablet/tablet-unstable-v2.xml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated API for the officials wayland protocol extensions"
documentation = "https://docs.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
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
client = []
server = []
staging = []
unstable = []
[lib]
name = "wayland_protocols"
path = "src/lib.rs"
[dependencies.bitflags]
version = "2"
[dependencies.wayland-backend]
path = "../wayland-backend"
[dependencies.wayland-client]
path = "../wayland-client"