[dependencies.colored]
version = "3"
[dependencies.futures]
default-features = false
features = ["alloc"]
version = "0.3"
[dev-dependencies.maplit]
version = "1"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "sync"]
version = "1"
[[example]]
name = "descr_locations"
path = "examples/descr_locations.rs"
[[example]]
name = "diagnostics"
path = "examples/diagnostics.rs"
[[example]]
name = "simple_dispatcher"
path = "examples/simple_dispatcher.rs"
[[example]]
name = "state_machine"
path = "examples/state_machine.rs"
[[example]]
name = "storage"
path = "examples/storage.rs"
[[example]]
name = "web_server"
path = "examples/web_server.rs"
[lib]
name = "dptree"
path = "src/lib.rs"
[package]
authors = ["p0lunin <dmytro.polunin@gmail.com>", "hirrolot <hirrolot@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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/teloxide/dptree"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustc-args = ["--cfg", "dep_docsrs"]
rustdoc-args = ["--cfg", "docsrs", "-Znormalize-docs"]