[package] name = "blocker" version = "0.1.2" authors = ["jonay2000 ", "Victor Roest "] edition = "2018" description = "Block rust futures to create a synchronous wrapper around an asynchronous api" keywords = ["async"] license = "Apache-2.0" repository = "https://github.com/jonay2000/blocker" [features] # enable to yield the current when blocking thread_yield = [] [dependencies] futures = { version = "0.3", default-features = false}