[go: up one dir, main page]

tokio-executor 0.1.1

Future execution primitives
Documentation
[package]
name = "tokio-executor"

# When releasing to crates.io:
# - Update html_root_url.
# - Update CHANGELOG.md.
# - Create "v0.1.x" git tag.
version = "0.1.1"
documentation = "https://docs.rs/tokio-executor"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://github.com/tokio-rs/tokio"
license = "MIT"
authors = ["Carl Lerche <me@carllerche.com>"]
description = """
Future execution primitives
"""
keywords = ["futures", "tokio"]
categories = ["concurrency", "asynchronous"]

[dependencies]
futures = "0.1.19"

# Futures 0.2 integration
futures2 = { version = "0.1.0", path = "../futures2", optional = true }

[features]
unstable-futures = ["futures2"]
default = []