breadx-blocking 0.1.0

Asynchronous wrapper around sync breadx displays
Documentation
[package]
name = "breadx-blocking"
version = "0.1.0"
edition = "2018"
authors = ["notgull <jtnunley01@gmail.com>"]
repository = "https://github.com/bread-graphics/breadx-blocking"
homepage = "https://github.com/bread-graphics/breadx-blocking#readme"
license = "MIT OR Apache-2.0"
description = "Asynchronous wrapper around sync breadx displays"

[dependencies]
#async-lock = { version = "2", optional = true }
blocking = "1"
breadx = { version = "1", features = ["async"] }
#concurrent-queue = { version = "1", optional = true }
#noop-waker = { version = "0.1", optional = true }
#pin-utils = { version = "0.1", optional = true }
tokio = { version = "1", features = ["rt", "sync"], optional = true }

[features]
default = []
#immutable = ["async-lock", "concurrent-queue", "noop-waker", "pin-utils"]
tokio-support = ["tokio", "breadx/tokio-support"]