starbase_events 0.7.6

Async and mutable event system.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "starbase_events"
version = "0.7.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async and mutable event system."
readme = "README.md"
license = "MIT"
repository = "https://github.com/moonrepo/starbase"
resolver = "2"

[lib]
name = "starbase_events"
path = "src/lib.rs"

[[test]]
name = "event_macros_test"
path = "tests/event_macros_test.rs"

[[test]]
name = "events_test"
path = "tests/events_test.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.miette]
version = "7.6.0"

[dependencies.starbase_macros]
version = "0.8.10"
features = ["events"]

[dependencies.tokio]
version = "1.49.0"
features = [
    "io-util",
    "rt",
    "sync",
]
default-features = false

[dev-dependencies.thiserror]
version = "2.0.18"