# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mco" version = "0.1.48" authors = [ "zhuxiujia@qq.com", "Xudong Huang ", ] exclude = [ ".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", "docs/**/*", ] description = "Rust Coroutine Library like go" homepage = "https://github.com/co-rs/mco.git" readme = "README.md" keywords = [ "coroutine", "async", "multi-thread", ] categories = ["concurrency"] license = "MIT/Apache-2.0" repository = "https://github.com/co-rs/mco.git" [profile.release] lto = true [dependencies.crossbeam] version = "0.8" [dependencies.crossbeam-utils] version = "0.8" features = ["std"] [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] version = "0.5.5" features = ["all"] [dependencies.time] version = "0.3" features = [ "formatting", "local-offset", "parsing", "serde", ] [dev-dependencies] [build-dependencies.rustversion] version = "1.0" [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys] version = "0.3" optional = true [target."cfg(all(target_arch = \"wasm32\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.wasm-bindgen] version = "0.2" optional = true [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.27" features = ["event"] [target."cfg(unix)".dependencies.tempdir] version = "0.3.7" [target."cfg(windows)".dependencies.miow] version = "0.6" [target."cfg(windows)".dependencies.windows-sys] version = "0.48" 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", ]