[dependencies.event-listener]
version = "5.4.1"
[dependencies.futures-core]
version = "0.3"
[dependencies.pin-project-lite]
version = "0.2"
[dev-dependencies.async-global-executor]
default-features = false
version = "3.1.0"
[dev-dependencies.futures-util]
version = "0.3"
[lib]
name = "async_notify"
path = "src/lib.rs"
[package]
authors = ["Sherlock Holo <sherlockya@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A general version async Notify, like `tokio` Notify but can work with any async runtime."
edition = "2024"
license = "MIT"
name = "async-notify"
readme = "README.md"
repository = "https://github.com/Sherlock-Holo/async-notify"
version = "0.3.2"