# 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 = "yielding-executor" version = "0.10.0" authors = [ "Yurii Rashkovskii ", "Jarrod Overson ", ] description = "Async executor with configurable yielding" documentation = "https://docs.rs/yielding-executor" readme = "README.md" keywords = [ "wasm", "async", "yield", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wasmflow/yielding-executor" [lib] crate-type = [ "cdylib", "lib", ] [dependencies.futures] version = "0.3" features = ["std"] [dependencies.pin-project] version = "1.0" [dev-dependencies.tokio] version = "1.1.1" features = [ "sync", "rt", ] [features] debug = [] default = [] [target.wasm32-unknown-unknown.dependencies] [target.wasm32-unknown-unknown.dev-dependencies]