[dependencies.threadpool]
optional = true
version = "1.2"
[features]
default = ["threadpool"]
unstable = []
[package]
authors = ["Jeremy Fitzhardinge <jeremy@goop.org>"]
description = "Implementation of Promise/Future pairs."
documentation = "https://jsgf.github.io/promising-future/index.html"
include = ["Cargo.toml", "src/**/*", "tests/**/*", "benches/**/*"]
keywords = ["async", "asynchronous", "promise", "future"]
license = "MIT/Apache-2.0"
name = "promising-future"
readme = "README.md"
repository = "https://github.com/jsgf/promising-future"
version = "0.2.4"