[package] name = "yash-executor" version = "1.0.0" authors = ["WATANABE Yuki "] edition = "2021" rust-version = "1.65.0" description = "single-threaded concurrent task executor" # documentation = "https://yash.osdn.jp/doc/" readme = "README.md" # homepage = "https://yash.osdn.jp/" repository = "https://github.com/magicant/yash-rs" license = "MIT OR Apache-2.0" keywords = ["concurrency", "executor", "single-threaded"] categories = ["asynchronous", "concurrency", "no-std"] [dev-dependencies] futures-task = "0.3.30" pin-utils = "0.1.0"