rustdesk/vendor/wayland-backend/Cargo.toml

102 lines
2.0 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-backend"
version = "0.3.7"
authors = ["Elinor Berger <elinor@safaradeg.net>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings to the Wayland protocol"
documentation = "https://docs.rs/wayland-backend/"
readme = "README.md"
keywords = ["wayland"]
categories = [
"gui",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/smithay/wayland-rs"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[lib]
name = "wayland_backend"
path = "src/lib.rs"
[[test]]
name = "rs_sys_impls"
path = "tests/rs_sys_impls.rs"
[dependencies.downcast-rs]
version = "1.2"
[dependencies.log]
version = "0.4"
optional = true
[dependencies.raw-window-handle]
version = "0.5.0"
optional = true
[dependencies.rustix]
version = "0.38.17"
features = [
"event",
"fs",
"net",
"process",
]
[dependencies.rwh_06]
version = "0.6.0"
optional = true
package = "raw-window-handle"
[dependencies.scoped-tls]
version = "1.0"
[dependencies.smallvec]
version = "1.9"
features = [
"union",
"const_generics",
"const_new",
]
[dependencies.wayland-sys]
version = "0.31.5"
features = []
[dev-dependencies.concat-idents]
version = "1.1"
[dev-dependencies.env_logger]
version = "0.10"
[build-dependencies.cc]
version = "1.0"
[features]
client_system = ["wayland-sys/client"]
dlopen = ["wayland-sys/dlopen"]
server_system = ["wayland-sys/server"]