[build-dependencies.cc]
version = "1.0"
[build-dependencies.rustversion]
version = "1.0"
[dependencies.log]
version = "0.4"
[package]
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
build = "build.rs"
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.7.5"
[profile.release]
lto = true
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_System_Memory", "Win32_Foundation", "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug"]
version = "0.48"