[dependencies.async-channel]
version = "1.4.0"
[dependencies.futures-lite]
version = "0.1.10"
[dependencies.pin-project-lite]
version = "0.1.7"
[package]
authors = ["museun <museun@outlook.com>"]
description = "a simple event map based on channels, provides a receiver that is either blocking or async"
documentation = "https://docs.rs/simple_event_map"
edition = "2018"
license = "0BSD"
name = "simple_event_map"
readme = "README.md"
repository = "https://github.com/museun/simple_event_map"
version = "0.1.0"