[[bench]]
harness = false
name = "proto_connection"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.criterion]
version = "0.3"
[features]
all-extensions = ["composite", "damage", "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"]
default = ["std"]
dpms = []
dri2 = []
dri3 = ["std"]
glx = []
present = ["randr", "xfixes", "sync"]
randr = ["render", "std"]
record = []
render = []
res = []
resource_manager = ["std"]
screensaver = []
shape = []
shm = ["std"]
std = ["nix"]
sync = []
xevie = []
xf86dri = []
xf86vidmode = []
xfixes = ["render", "shape"]
xinerama = []
xinput = ["xfixes"]
xkb = []
xprint = []
xselinux = []
xtest = []
xv = ["shm"]
xvmc = ["xv"]
[package]
authors = ["Uli Schlachter <psychon@znc.in>", "Eduardo Sánchez Muñoz <eduardosm-dev@e64.io>", "notgull <jtnunley01@gmail.com>"]
description = "Rust bindings to X11"
edition = "2018"
keywords = ["xcb", "X11"]
license = "MIT OR Apache-2.0"
name = "x11rb-protocol"
readme = "../README.md"
repository = "https://github.com/psychon/x11rb"
version = "0.10.0"
[target."cfg(unix)".dependencies.nix]
optional = true
version = "0.24"