streamline 0.0.7

Reversible futures::Stream-based state machines
Documentation
[badges.github]
repository = "NAlexPear/streamline"

[badges.maintenance]
status = "actively-developed"

[dependencies.async-trait]
version = "0.1.27"

[dependencies.futures]
version = "0.3.4"

[dev-dependencies.lazy_static]
version = "1.4"

[dev-dependencies.tokio]
default-features = false
version = "0.2.13"

[lib]
doctest = false
test = false

[package]
authors = ["Alex Pearson <alex@alexpear.com>"]
description = "Reversible futures::Stream-based state machines"
edition = "2018"
keywords = ["futures", "streams", "state-machines"]
license = "MIT"
name = "streamline"
readme = "README.md"
repository = "https://github.com/NAlexPear/streamline"
version = "0.0.7"