futures-stable 0.2.0-alpha

futures which support internal references
Documentation
[package]
name = "futures-stable"
description = "futures which support internal references"
version = "0.2.0-alpha"
authors = ["boats <boats@mozilla.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/withoutboats/futures-stable"

[dependencies.pin-api]
version = "0.1.1"
default-features = false

[dependencies.futures-core]
version = "0.2.0-alpha"
default-features = false

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

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