breadx 0.0.4

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

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

[dependencies.async-trait]
optional = true
version = "0.1.41"

[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]
version = "2.3.3"

[dependencies.rayon]
optional = true
version = "1.5.0"

[dependencies.ref_slice]
version = "1.2.0"

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

[features]
async = ["std", "async-io", "async-net", "async-trait", "futures-io", "futures-lite"]
default = ["std"]
image-support = ["image", "std"]
nightly-const-optimization = []
nightly-min-specialization = []
parallel = ["rayon", "std"]
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.0.4"
[package.metadata.docs.rs]
features = ["async", "image-support"]