generator 0.6.14

Stackfull Generator Library in 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "generator"
version = "0.6.14"
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
build = "build.rs"
exclude = [".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*"]
description = "Stackfull Generator Library in Rust"
homepage = "https://github.com/Xudong-Huang/generator-rs.git"
documentation = "https://docs.rs/generator"
readme = "README.md"
keywords = ["generator", "coroutine", "green", "thread", "fiber"]
categories = ["data-structures", "algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Xudong-Huang/generator-rs.git"
[profile.release]
lto = true
[dependencies.log]
version = "0.4"
[build-dependencies.cc]
version = "1.0"

[build-dependencies.rustc_version]
version = "0.2"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = ["memoryapi", "sysinfoapi"]