[package] name = "tokio-executor" version = "0.1.0" 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 "] description = """ Future execution primitives """ keywords = ["futures", "tokio"] categories = ["concurrency", "asynchronous"] [dependencies] futures = "0.1.18" futures2 = { version = "0.1", path = "../futures2", optional = true } [features] unstable-futures = ["futures2"] default = []