[dependencies.blocking]
version = "1"
[dependencies.breadx]
features = ["async"]
version = "1"
[dependencies.tokio]
features = ["rt", "sync"]
optional = true
version = "1"
[features]
default = []
tokio-support = ["tokio", "breadx/tokio-support"]
[package]
authors = ["notgull <jtnunley01@gmail.com>"]
description = "Asynchronous wrapper around sync breadx displays"
edition = "2018"
homepage = "https://github.com/bread-graphics/breadx-blocking#readme"
license = "MIT OR Apache-2.0"
name = "breadx-blocking"
repository = "https://github.com/bread-graphics/breadx-blocking"
version = "0.1.0"