generator 0.8.1

Stackfull Generator Library in Rust
Documentation
[build-dependencies.cc]
version = "1.0"

[build-dependencies.rustversion]
version = "1.0"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.log]
version = "0.4"

[package]
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
categories = ["data-structures", "algorithms"]
description = "Stackfull Generator Library in Rust"
documentation = "https://docs.rs/generator"
edition = "2021"
exclude = [".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*"]
homepage = "https://github.com/Xudong-Huang/generator-rs.git"
keywords = ["generator", "coroutine", "green", "thread", "fiber"]
license = "MIT/Apache-2.0"
name = "generator"
readme = "README.md"
repository = "https://github.com/Xudong-Huang/generator-rs.git"
version = "0.8.1"
[profile.release]
lto = true
[target."cfg(unix)".dependencies.libc]
version = "0.2.100"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Memory", "Win32_System_Kernel", "Win32_Foundation", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
version = "0.54"