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