[package]
name = "sync_executor"
version = "0.1.0"
edition = "2024"
authors = ["Jason Walton <dev@lucid.thedreaming.org>"]
description = "An async executor which you can use to execute a future that you know will never return `Pending` when you poll it."
keywords = ["async", "executor"]
categories = ["asynchronous"]
repository = "https://github.com/jwalton/rs_sync_executor"
license = "MIT"
[dev-dependencies]
temp-dir = "0.1.16"
tokio = { version = "1.48.0", features = ["fs", "macros", "rt", "time"] }
[lints.clippy]
pedantic = "warn"