[package]
name = "blocking"
version = "0.4.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Block on async code or await blocking code"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/blocking"
homepage = "https://github.com/stjepang/blocking"
documentation = "https://docs.rs/blocking"
keywords = ["async", "file", "stdio", "stdin", "process"]
categories = ["asynchronous", "concurrency"]
readme = "README.md"
[dependencies]
futures-channel = { version = "0.3.5", default-features = false, features = ["std", "sink"] }
futures-util = { version = "0.3.5", default-features = false, features = ["std", "io", "sink"] }
once_cell = "1.3.1"
parking = "1.0.0"
waker-fn = "1.0.0"
[dev-dependencies]
futures = { version = "0.3.4", default-features = false, features = ["std"] }