breadx 0.1.5

Implementation of the X Window System Protocol
Documentation
[dependencies.async-io]
optional = true
version = "1.1.0"

[dependencies.async-net]
optional = true
version = "1.5.0"

[dependencies.blocking]
optional = true
version = "1.0.2"

[dependencies.bytemuck]
version = "1.4.1"

[dependencies.cfg-if]
version = "0.1.10"

[dependencies.const_fn]
version = "0.4.3"

[dependencies.cty]
version = "0.2.1"

[dependencies.futures-io]
optional = true
version = "0.3.6"

[dependencies.futures-lite]
optional = true
version = "1.11.2"

[dependencies.hashbrown]
version = "0.9.1"

[dependencies.image]
default-features = false
optional = true
version = "0.23.12"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
default-features = false
version = "2.3.3"

[dependencies.ref_slice]
version = "1.2.0"

[dependencies.tinyvec]
features = ["alloc"]
version = "1.1.0-alpha"
[dev-dependencies.env_logger]
version = "0.8.1"

[dev-dependencies.image]
default-features = false
features = ["jpeg"]
version = "0.23.12"

[features]
all-extensions = ["bigreq", "damage", "dpms", "dri3", "fixes", "ge", "glx", "present", "render", "shape"]
async = ["std", "async-io", "async-net", "blocking", "futures-io", "futures-lite"]
bigreq = []
damage = []
default = ["std"]
dpms = []
dri3 = []
fixes = []
ge = []
glx = []
image-support = ["image", "std"]
present = []
render = []
shape = []
std = ["memchr/std"]

[package]
authors = ["John 'not_a_seagull' Nunley <jtnunley01@gmail.com>"]
description = "Implementation of the X Window System Protocol"
edition = "2018"
homepage = "https://github.com/not-a-seagull/breadx#readme"
license = "MIT OR Apache-2.0"
name = "breadx"
repository = "https://github.com/not-a-seagull/breadx"
version = "0.1.5"
[package.metadata.docs.rs]
features = ["async", "all-extensions"]
rustdoc-args = ["-Z", "unstable-options", "--extend-css", "tutorials/style.css"]
[target."cfg(unix)".dependencies.nix]
version = "0.19.0"