[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"
[dependencies.async-task]
version = "4.7"
[dependencies.pin-project]
version = "1"
[dependencies.tokio]
default-features = false
features = ["sync"]
version = "1"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
tick_event = []
timer_registration = []
[lib]
name = "ticked_async_executor"
path = "src/lib.rs"
[package]
authors = ["coder137"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "game-development", "simulation"]
description = "Local executor that runs woken async tasks when it is ticked"
edition = "2021"
license = "Apache-2.0"
name = "ticked_async_executor"
readme = "README.md"
repository = "https://github.com/coder137/ticked-async-executor"
version = "0.3.0"
[[test]]
name = "tokio_tests"
path = "tests/tokio_tests.rs"