pharos 0.3.1

Observer pattern which generates a futures 0.3 stream of events
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "pharos"
version = "0.3.1"
authors = ["Naja Melan <najamelan@autistici.org>"]
description = "Observer pattern which generates a futures 0.3 stream of events"
documentation = "https://docs.rs/pharos"
readme = "README.md"
keywords = ["observer", "futures", "stream", "broadcast", "publish_subscribe"]
categories = ["asynchronous"]
license = "Unlicense"
repository = "https://github.com/najamelan/pharos"
[package.metadata.docs.rs]
all-features = true
[dependencies.futures-preview]
version = "^0.3.0-alpha"
features = ["async-await", "nightly"]

[dependencies.pin-project]
version = "^0.4.0-beta"

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

[badges.travis-ci]
repository = "najamelan/pharos"