[dependencies.futures]
default-features = false
features = ["alloc"]
version = "0.3"
[dev-dependencies.maplit]
version = "1.0.2"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "sync"]
version = "1"
[package]
authors = ["p0lunin <dmytro.polunin@gmail.com>", "Hirrolot <hirrolot@gmail.com>"]
categories = ["asynchronous", "rust-patterns"]
description = "An asynchronous event dispatch mechanism for Rust"
documentation = "https://docs.rs/dptree/"
edition = "2018"
license = "MIT"
name = "dptree"
readme = "README.md"
repository = "https://github.com/p0lunin/dptree"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]
rustc-args = ["--cfg", "dep_docsrs"]
rustdoc-args = ["--cfg", "docsrs", "-Znormalize-docs"]