# 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 = "2021" rust-version = "1.60" name = "async-global-executor" version = "2.4.1" authors = ["Marc-Antoine Perennou "] description = "A global executor built on top of async-executor and async-io" homepage = "https://github.com/Keruspe/async-global-executor" documentation = "https://docs.rs/async-global-executor" readme = "README.md" keywords = [ "async", "await", "future", "executor", ] categories = [ "asynchronous", "concurrency", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/Keruspe/async-global-executor" [dependencies.async-channel] version = "^2.1.1" [dependencies.async-executor] version = "^1.8" [dependencies.async-io] version = "^2.2.1" optional = true [dependencies.async-lock] version = "^3.2" [dependencies.blocking] version = "^1.5" [dependencies.futures-lite] version = "^2.0" [dependencies.once_cell] version = "^1.4" [dependencies.tokio-crate] version = "^1.0" features = [ "rt", "rt-multi-thread", ] optional = true default-features = false package = "tokio" [dependencies.tokio02-crate] version = "^0.2" features = ["rt-core"] optional = true default-features = false package = "tokio" [dependencies.tokio03-crate] version = "^0.3.4" features = [ "rt", "rt-multi-thread", ] optional = true default-features = false package = "tokio" [dev-dependencies.doc-comment] version = "^0.3" [features] default = ["async-io"] tokio = ["tokio-crate"] tokio02 = ["tokio02-crate"] tokio03 = ["tokio03-crate"]