[package]
edition = "2024"
name = "traffic-light"
version = "0.2.2"
authors = ["red-taxicab <gabriel.lloyd.medlock@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Another single-threaded blocking asynchronous executor for Rust."
documentation = "https://docs.rs/traffic-light"
readme = "README.md"
keywords = [
"single-threaded",
"blocking",
"asynchronous",
"executor",
]
categories = ["asynchronous"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/red-taxicab/traffic-light-rs"
[features]
macros = ["traffic-light-macros"]
[lib]
name = "traffic_light"
path = "src/lib.rs"
[[example]]
name = "timer"
path = "examples/timer.rs"
[dependencies.traffic-light-macros]
version = "0.1.1"
optional = true