[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]
blocking = "1"
breadx = { version = "1", features = ["async"] }
tokio = { version = "1", features = ["rt", "sync"], optional = true }
[features]
default = []
tokio-support = ["tokio", "breadx/tokio-support"]