# 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 = "2021" name = "dispatchers" version = "0.3.0" exclude = ["justfile"] description = "Message dispatchers" homepage = "https://docs.rs/dispatchers" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/quantmind/dispatchers" [package.metadata.docs.rs] all-features = true [[example]] name = "mutable" path = "examples/mutable.rs" [[example]] name = "broadcaster" path = "examples/broadcaster.rs" [[test]] name = "tests" path = "tests/test_dispatchers.rs" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = ["full"] optional = true [features] shared = ["tokio"]