rust.eventbus/Cargo.toml

24 lines
542 B
TOML

[package]
name = "eventbus"
version = "0.5.1"
authors = ["SoniEx2 <endermoneymod@gmail.com>"]
description = "Safe, fast and concurrent event system, inspired by the MinecraftForge event bus."
keywords = ["event", "safe", "fast", "concurrent", "bus"]
license = "AGPL-3.0+"
repository = "https://cybre.tech/SoniEx2/rust.eventbus"
[dependencies]
lazy_static = "1.1.0"
anymap = "0.12.1"
itertools = "0.7.11"
[dev-dependencies]
criterion = "0.2.5"
[workspace]
members = ["compiletest"]
[[bench]]
name = "post_single_benchmark"
harness = false