generator-light 0.3.1

Light stackless generators based on Futures
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 = "generator-light"
version = "0.3.1"
authors = ["Dmitry Sviridkin @Nekrolm"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Light stackless generators based on Futures"
readme = false
keywords = [
    "no-std",
    "generator",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/Nekrolm/generator-light"

[features]
default = ["std"]
std = []

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

[[example]]
name = "printer"
path = "examples/printer.rs"

[[bench]]
name = "counter"
path = "benches/counter.rs"
harness = false

[dependencies.either]
version = "1"
default-features = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.genawaiter]
version = "0.99"

[profile.bench]
lto = true
codegen-units = 1