[dependencies.atomic_swapping]
version = "0.1.0"
[dependencies.bitflags]
version = "1.2.1"
[dev-dependencies.rand]
version = "0.8.3"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[package]
authors = ["buzzec <buzzec@buzzec.net>"]
categories = ["asynchronous"]
description = "Simple futures for use in async operations."
edition = "2018"
exclude = [".idea/*"]
homepage = "https://github.com/Buzzec/simple_futures"
keywords = ["futures"]
license = "MIT OR Apache-2.0"
name = "simple_futures"
readme = "README.md"
repository = "https://github.com/Buzzec/simple_futures"
version = "0.1.2"