# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "dptree" version = "0.3.0" authors = [ "p0lunin ", "Hirrolot ", ] description = "An asynchronous event dispatch mechanism for Rust" documentation = "https://docs.rs/dptree/" readme = "README.md" categories = [ "asynchronous", "rust-patterns", ] license = "MIT" repository = "https://github.com/p0lunin/dptree" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "-Znormalize-docs", ] rustc-args = [ "--cfg", "dep_docsrs", ] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples=examples", ] [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", "sync", ]