2018-10-24 17:12:24 +02:00
|
|
|
[package]
|
|
|
|
name = "eventbus"
|
2018-10-27 19:56:02 +02:00
|
|
|
version = "0.4.0"
|
2018-10-24 17:12:24 +02:00
|
|
|
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+"
|
2018-10-24 17:39:59 +02:00
|
|
|
repository = "https://cybre.tech/SoniEx2/rust.eventbus"
|
2018-10-24 17:12:24 +02:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
lazy_static = "1.1.0"
|
|
|
|
anymap = "0.12.1"
|
2018-10-25 03:06:26 +02:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
criterion = "0.2.5"
|
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "post_single_benchmark"
|
|
|
|
harness = false
|