futures-core 0.3.7

The core traits and types in for the `futures` library.
Documentation
[dependencies]

[features]
alloc = []
cfg-target-has-atomic = []
default = ["std"]
std = ["alloc"]
unstable = []

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The core traits and types in for the `futures` library.\n"
documentation = "https://docs.rs/futures-core/0.3.7"
edition = "2018"
homepage = "https://rust-lang.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-core"
repository = "https://github.com/rust-lang/futures-rs"
version = "0.3.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]