pasts 0.7.0

Minimal and simpler alternative to the futures crate.
Documentation
# Pasts
#
# Copyright (c) 2019-2020 Jeron Aldaron Lau
# 
# Licensed under the Apache License, Version 2.0, <LICENSE-APACHE or
# https://apache.org/licenses/LICENSE-2.0>, or the Zlib License, <LICENSE-ZLIB
# or http://opensource.org/licenses/Zlib>, at your option. This file may not be
# copied, modified, or distributed except according to those terms.

[package]
name = "pasts"
version = "0.7.0"
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
license = "Apache-2.0 OR BSL-1.0"

description = "Minimal and simpler alternative to the futures crate."
repository = "https://github.com/AldaronLau/pasts"
documentation = "https://docs.rs/pasts"
homepage = "https://github.com/AldaronLau/pasts/blob/master/CHANGELOG.md"
include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*"]
keywords = ["futures", "platform-agnostic", "cross-platform", "io", "executor"]
categories = ["asynchronous", "embedded", "no-std", "rust-patterns", "webassembly"]
readme = "README.md"
edition = "2018"

[dependencies]

[build-dependencies]

[dev-dependencies]
async-std = "1.0"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"

[features]
default = ["std"]
std = []