[package] name = "notifier_hub" version = "0.1.2" edition = "2021" license = "MIT" description = "A simple cannal subscribtion system" repository = "https://github.com/AsyncForge/NotifierHub/" homepage = "https://github.com/AsyncForge/NotifierHub/" readme = "README.md" keywords = ["async", "subscribtion", "signal", "tokio", "notification"] categories = ["asynchronous", "concurrency", "data-structures"] [dependencies] smart_channel = "0.1.1" thiserror = "2.0.9" tokio = { version = "1.37.0", features = ["full"] }