flo_stream 0.7.1

Pubsub and related streams for Rust futures
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.0"

[dependencies.smallvec]
version = "1.1"

[dev-dependencies.desync]
version = "0.7"

[dev-dependencies.rand]
version = "0.6"

[[example]]
name = "parallel_counter"
path = "examples/parallel_counter.rs"

[lib]
name = "flo_stream"
path = "src/lib.rs"

[package]
authors = ["Andrew Hunter"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "asynchronous", "algorithms", "data-structures"]
description = "Pubsub and related streams for Rust futures"
documentation = "http://docs.rs/flo_stream/"
edition = "2018"
keywords = ["pubsub", "futures", "concurrency"]
license = "Apache-2.0"
name = "flo_stream"
readme = "README.md"
repository = "https://github.com/Logicalshift/flo_stream"
version = "0.7.1"

[[test]]
name = "blocking"
path = "tests/blocking.rs"

[[test]]
name = "generator"
path = "tests/generator.rs"

[[test]]
name = "pubsub"
path = "tests/pubsub.rs"

[[test]]
name = "readme"
path = "tests/readme.rs"

[[test]]
name = "sink"
path = "tests/sink.rs"

[[test]]
name = "switching"
path = "tests/switching.rs"