[package] name = "mediatrix" version = "1.0.0" edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0" authors = ["Jan Strathmann "] keywords = ["mediator", "eventmediator", "eventmanager", "events", "event"] categories = ["asynchronous", "data-structures"] description = "Strongly typed, extensible event mediator" repository = "https://github.com/nyvs/mediatrix" homepage = "https://github.com/nyvs/mediatrix" [dependencies] async-std = { version = "1.12.0", optional = true } async-trait = { version = "0.1.58", optional = true } [features] default = [] async = ["async-trait", "async-std"] [package.metadata.docs.rs] # RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps --open all-features = true rustdoc-args = ["--cfg", "docsrs"]