cogo 0.1.36

Rust Coroutine Library like go
Documentation
[badges.appveyor]
repository = "Xudong-Huang/may"
service = "github"

[badges.travis-ci]
repository = "Xudong-Huang/may"
[build-dependencies.rustversion]
version = "1.0"
[dependencies.crossbeam]
version = "0.8"

[dependencies.crossbeam-utils]
features = ["std"]
version = "0.8"

[dependencies.generator]
version = "0.7"

[dependencies.log]
version = "0.4"

[dependencies.num_cpus]
version = "1.1"

[dependencies.once_cell]
version = "1.9.0"

[dependencies.parking_lot]
version = "0.11"

[dependencies.serde]
version = "1.0"

[dependencies.smallvec]
version = "1.2"

[dependencies.socket2]
features = ["all"]
version = "0.4"

[dependencies.time]
features = ["formatting", "local-offset", "parsing", "serde"]
version = "0.3"

[dev-dependencies]

[package]
authors = ["zhuxiujia@qq.com", "Xudong Huang <huangxu008@hotmail.com>"]
build = "build.rs"
categories = ["concurrency"]
description = "Rust Coroutine Library like go"
edition = "2018"
exclude = [".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", "docs/**/*"]
homepage = "https://github.com/co-rs/cogo.git"
keywords = ["coroutine", "async", "multi-thread"]
license = "MIT/Apache-2.0"
name = "cogo"
readme = "README.md"
repository = "https://github.com/co-rs/cogo.git"
version = "0.1.36"
[profile.release]
lto = true
[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
optional = true
version = "0.3"

[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen]
optional = true
version = "0.2"
[target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dev-dependencies.wasm-bindgen-test]
version = "0.3"
[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(unix)".dependencies.nix]
version = "0.21"

[target."cfg(unix)".dependencies.tempdir]
version = "0.3.7"
[target."cfg(windows)".dependencies.miow]
version = "0.3"

[target."cfg(windows)".dependencies.winapi]
features = ["std", "minwinbase", "minwindef", "timezoneapi"]
version = "0.3"