118 lines
2.0 KiB
TOML
118 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.63"
|
|
name = "x11rb-protocol"
|
|
version = "0.13.1"
|
|
authors = [
|
|
"Uli Schlachter <psychon@znc.in>",
|
|
"Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>",
|
|
"notgull <jtnunley01@gmail.com>",
|
|
]
|
|
description = "Rust bindings to X11"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"xcb",
|
|
"X11",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/psychon/x11rb"
|
|
resolver = "1"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
|
|
[[bench]]
|
|
name = "proto_connection"
|
|
harness = false
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
features = ["derive"]
|
|
optional = true
|
|
|
|
[dev-dependencies.criterion]
|
|
version = "0.5"
|
|
|
|
[features]
|
|
all-extensions = [
|
|
"composite",
|
|
"damage",
|
|
"dbe",
|
|
"dpms",
|
|
"dri2",
|
|
"dri3",
|
|
"glx",
|
|
"present",
|
|
"randr",
|
|
"record",
|
|
"render",
|
|
"res",
|
|
"screensaver",
|
|
"shape",
|
|
"shm",
|
|
"sync",
|
|
"xevie",
|
|
"xf86dri",
|
|
"xf86vidmode",
|
|
"xfixes",
|
|
"xinerama",
|
|
"xinput",
|
|
"xkb",
|
|
"xprint",
|
|
"xselinux",
|
|
"xtest",
|
|
"xv",
|
|
"xvmc",
|
|
]
|
|
composite = ["xfixes"]
|
|
damage = ["xfixes"]
|
|
dbe = []
|
|
default = ["std"]
|
|
dpms = []
|
|
dri2 = []
|
|
dri3 = []
|
|
extra-traits = []
|
|
glx = []
|
|
present = [
|
|
"randr",
|
|
"xfixes",
|
|
"sync",
|
|
]
|
|
randr = ["render"]
|
|
record = []
|
|
render = []
|
|
request-parsing = []
|
|
res = []
|
|
resource_manager = ["std"]
|
|
screensaver = []
|
|
shape = []
|
|
shm = []
|
|
std = []
|
|
sync = []
|
|
xevie = []
|
|
xf86dri = []
|
|
xf86vidmode = []
|
|
xfixes = [
|
|
"render",
|
|
"shape",
|
|
]
|
|
xinerama = []
|
|
xinput = ["xfixes"]
|
|
xkb = []
|
|
xprint = []
|
|
xselinux = []
|
|
xtest = []
|
|
xv = ["shm"]
|
|
xvmc = ["xv"]
|