traffic-light 0.2.2

Another single-threaded blocking asynchronous executor for Rust.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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