# 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-gen" version = "0.1.1" authors = [ "zhuxiujia ", "Xudong Huang ", ] build = "build.rs" exclude = [ ".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", ] description = "Stackfull Generator Library in Rust" homepage = "https://github.com/co-rs/mco.git" readme = "README.md" keywords = [ "generator", "coroutine", "green", "thread", "fiber", ] categories = [ "data-structures", "algorithms", ] license = "MIT/Apache-2.0" repository = "https://github.com/co-rs/mco.git" [profile.release] lto = true [dependencies.log] version = "0.4" [build-dependencies.cc] version = "1.0" [build-dependencies.rustversion] version = "1.0" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "memoryapi", "sysinfoapi", ]