simple_coro 0.1.5

(ab)using async/await to write simple state-machine based coroutines
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 = "simple_coro"
version = "0.1.5"
authors = ["sminez <innes.andersonmorrison@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "docs.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(ab)using async/await to write simple state-machine based coroutines"
documentation = "https://docs.rs/simple_coro"
readme = "README.md"
keywords = [
    "coroutine",
    "generator",
]
categories = [
    "concurrency",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/sminez/simple_coro"

[lib]
name = "simple_coro"
path = "src/lib.rs"

[dependencies]

[dev-dependencies.simple_test_case]
version = "1"

[dev-dependencies.tokio]
version = "1.43.0"
features = [
    "macros",
    "net",
    "io-util",
    "rt",
    "sync",
    "time",
    "rt-multi-thread",
    "net",
    "io-util",
]

[dev-dependencies.tokio-test]
version = "0.4.5"