[package] name = "sync-async-runner" description = "Run async functions synchronously (like coroutines)" version = "0.1.0" authors = ["Alex Parrill "] edition = "2018" license = "BSD-2-Clause" keywords = ["async", "futures", "coroutines"] categories = ["asynchronous"] repository = "https://gitlab.com/colonelthirtytwo/sync-async-runner" [dependencies] pin-project = "0.4.20" [dev-dependencies] futures-channel = {version="0.3.5", features=["sink"]} futures-util = {version="0.3.5", features=["sink"]}