[package] name = "simple-async" version = "0.2.0" authors = [ "Robin Quint " ] edition = "2021" description = "Very simple async runtime for Rust" repository = "https://github.com/Rob2309/simple-async-rs" license = "MIT" keywords = [ "async", "coroutines", "executor", "futures" ] categories = [ "asynchronous", "concurrency" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] [dependencies]