[go: up one dir, main page]

futures-stable 0.2.1

futures which support internal references
Documentation
[dependencies.futures-core]
default-features = false
version = "0.2.1"

[dependencies.futures-executor]
default-features = false
version = "0.2.1"

[features]
default = ["std"]
nightly = ["futures-core/nightly"]
std = ["futures-core/std", "futures-executor/std"]

[package]
authors = ["boats <boats@mozilla.com>"]
description = "futures which support internal references"
license = "MIT OR Apache-2.0"
name = "futures-stable"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.2.1"