[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.futures]
optional = true
version = "0.3"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
default-features = false
features = ["rt", "sync", "macros"]
optional = true
version = "1"
[dependencies.uuid]
features = ["serde", "v4", "fast-rng", "macro-diagnostics"]
version = "1"
[features]
async = ["futures", "tokio", "async-trait"]
default = ["async"]
sync = []
[lib]
doctest = false
[package]
authors = ["Leonz Chang<bellerophon00530@gmail.com>"]
categories = ["asynchronous"]
description = "Eventbus crate with sync and async features"
documentation = "https://docs.rs/basu"
edition = "2021"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["eventbus", "event", "async"]
license = "MIT"
name = "basu"
readme = "README.md"
repository = "https://github.com/leonzchang/basu.git"
resolver = "1"
version = "0.1.1"