[dependencies]
[features]
default = ["use_std", "with-deprecated"]
nightly = []
use_std = []
with-deprecated = []
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
categories = ["asynchronous"]
description = "An implementation of futures and streams featuring zero allocations,\ncomposability, and iterator-like interfaces.\n"
documentation = "https://docs.rs/futures"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
keywords = ["futures", "async", "future"]
license = "MIT/Apache-2.0"
name = "futures"
readme = "README.md"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.1.31"