x11rb-protocol 0.12.0

Rust bindings to X11
Documentation
[[bench]]
harness = false
name = "proto_connection"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.criterion]
version = "0.4"

[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 = []
glx = []
present = ["randr", "xfixes", "sync"]
randr = ["render"]
record = []
render = []
res = []
resource_manager = ["std"]
screensaver = []
shape = []
shm = []
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 = "2021"
keywords = ["xcb", "X11"]
license = "MIT OR Apache-2.0"
name = "x11rb-protocol"
readme = "README.md"
repository = "https://github.com/psychon/x11rb"
resolver = "1"
rust-version = "1.56"
version = "0.12.0"
[package.metadata.docs.rs]
features = ["all-extensions", "resource_manager"]
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["fs"]
optional = true
version = "0.26"