eventbus 0.2.0

Safe, fast and concurrent event system, inspired by the MinecraftForge event bus.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "eventbus"
version = "0.2.0"
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 = "MIT/Apache-2.0"
repository = "https://bitbucket.org/TeamSoni/eventbus.rs"
[dependencies.fnv]
version = "1.0.6"

[dependencies.lazy_static]
version = "1.0.0"