mco 0.1.48

Rust Coroutine Library like go
Documentation
[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.13"

[dependencies.once_cell]
version = "1.18"

[dependencies.parking_lot]
version = "0.11"

[dependencies.serde]
version = "1.0"

[dependencies.smallvec]
version = "1.9"

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

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

[dev-dependencies]

[package]
authors = ["zhuxiujia@qq.com", "Xudong Huang <huangxu008@hotmail.com>"]
categories = ["concurrency"]
description = "Rust Coroutine Library like go"
edition = "2018"
exclude = [".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", "docs/**/*"]
homepage = "https://github.com/co-rs/mco.git"
keywords = ["coroutine", "async", "multi-thread"]
license = "MIT/Apache-2.0"
name = "mco"
readme = "README.md"
repository = "https://github.com/co-rs/mco.git"
version = "0.1.48"

[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]
features = ["event"]
version = "0.27"

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

[target."cfg(windows)".dependencies.miow]
version = "0.6"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_NetworkManagement_IpHelper", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_System_Time"]
version = "0.48"