pharos 0.5.2

Observer pattern which generates a futures 0.3 stream of events
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "najamelan/pharos"
[build-dependencies.rustc_version]
version = "^0.4"
[dependencies.futures]
default-features = false
version = "^0.3"
[dev-dependencies.assert_matches]
version = "^1"

[dev-dependencies.async-std]
features = ["attributes"]
version = "^1"

[dev-dependencies.async_executors]
features = ["async_std"]
version = "^0.4"

[dev-dependencies.futures]
version = "^0.3"

[dev-dependencies.wasm-bindgen-test]
version = "^0.3"

[package]
authors = ["Naja Melan <najamelan@autistici.org>"]
categories = ["asynchronous"]
description = "Observer pattern which generates a futures 0.3 stream of events"
documentation = "https://docs.rs/pharos"
edition = "2018"
exclude = ["tests", "examples", "ci", ".travis.yml", "TODO.md", "CONTRIBUTING.md"]
keywords = ["observer", "futures", "stream", "broadcast", "publish_subscribe"]
license = "Unlicense"
name = "pharos"
readme = "README.md"
repository = "https://github.com/najamelan/pharos"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
targets = []
[profile.release]
codegen-units = 1