tokio-executor 0.2.0-alpha.3

Future execution primitives
Documentation
# 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 = "tokio-executor"
version = "0.2.0-alpha.3"
authors = ["Tokio Contributors <team@tokio.rs>"]
description = "Future execution primitives\n"
homepage = "https://github.com/tokio-rs/tokio"
documentation = "https://docs.rs/tokio-executor/0.2.0-alpha.3/tokio_executor"
keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
[package.metadata.docs.rs]
all-features = true
[dependencies.crossbeam-channel]
version = "0.3.8"
optional = true

[dependencies.crossbeam-deque]
version = "0.7.0"
optional = true

[dependencies.crossbeam-queue]
version = "0.1.0"
optional = true

[dependencies.crossbeam-utils]
version = "0.6.4"
optional = true

[dependencies.futures-core-preview]
version = "=0.3.0-alpha.18"
optional = true

[dependencies.futures-util-preview]
version = "=0.3.0-alpha.18"
features = ["channel"]

[dependencies.lazy_static]
version = "1"
optional = true

[dependencies.num_cpus]
version = "1.2"
optional = true

[dependencies.slab]
version = "0.4.1"
optional = true

[dependencies.tokio-sync]
version = "=0.2.0-alpha.3"
optional = true

[dependencies.tracing]
version = "0.1.5"
optional = true

[features]
blocking = ["tokio-sync", "lazy_static"]
current-thread = ["crossbeam-channel"]
threadpool = ["tokio-sync", "crossbeam-deque", "crossbeam-queue", "crossbeam-utils", "futures-core-preview", "num_cpus", "lazy_static", "slab"]