# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "agnostic_async_executor" version = "0.2.2" authors = ["Pablo Guerrero "] description = "Agnostic Rust Async Executor" documentation = "https://docs.rs/agnostic_async_executor" keywords = ["executor", "async", "agnostic", "wasm"] categories = ["asynchronous", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/siriux/agnostic_async_executor" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["test", "async_std_executor_with_time", "tokio_executor_with_time", "smol_executor_with_time", "futures_executor_with_time", "wasm_bindgen_executor_with_time"] targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"] [dependencies.async-channel] version = "^1.5" optional = true [dependencies.async-executor] version = "^1.4" optional = true [dependencies.async-io] version = "^1.3" optional = true [dependencies.async-std] version = "^1.9" features = ["unstable"] optional = true [dependencies.async-timer] version = "^1.0.0-beta.7" optional = true [dependencies.blocking] version = "^1.0" optional = true [dependencies.concurrent-queue] version = "^1.2" optional = true [dependencies.easy-parallel] version = "^3.1" optional = true [dependencies.futures] version = "^0.3" optional = true default-features = false [dependencies.futures-lite] version = "^1.11" optional = true [dependencies.js-sys] version = "^0.3" optional = true [dependencies.num_cpus] version = "^1.13" optional = true [dependencies.once_cell] version = "^1.5" [dependencies.send_wrapper] version = "^0.5" optional = true [dependencies.tokio] version = "^1.1" features = ["macros"] optional = true [dependencies.wasm-bindgen] version = "^0.2.7" optional = true [dependencies.wasm-bindgen-futures] version = "^0.4" optional = true [dev-dependencies] [features] async_std_executor = ["async-std"] async_std_executor_with_time = ["async_std_executor", "time"] futures_executor = ["futures/thread-pool"] futures_executor_with_time = ["futures_executor", "time", "async-timer"] smol_executor = ["async-executor", "num_cpus", "async-channel", "blocking", "futures-lite", "easy-parallel"] smol_executor_with_time = ["smol_executor", "time", "async-io"] test = ["futures", "concurrent-queue"] time = [] tokio_executor = ["tokio/rt-multi-thread", "futures/executor"] tokio_executor_with_time = ["tokio_executor", "time", "tokio/time"] wasm_bindgen_executor = ["wasm-bindgen-futures", "futures/std"] wasm_bindgen_executor_with_time = ["wasm_bindgen_executor", "time", "wasm-bindgen", "js-sys", "futures/async-await", "send_wrapper"] [target.wasm32-unknown-unknown.dev-dependencies]