rsevents 0.2.0

Manual and auto reset events for signaling remote threads and building synchronization primitives
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 = "rsevents"
version = "0.2.0"
authors = ["Mahmoud Al-Qudsi <mqudsi@neosmart.net>", "NeoSmart Technologies <https://neosmart.net/>"]
description = "Manual and auto reset events for signaling remote threads and building synchronization primitives"
homepage = "https://github.com/neosmart/rsevents"
readme = "README.md"
keywords = ["synchronization", "events", "signals"]
categories = ["concurrency", "asynchronous"]
license = "MIT"
repository = "https://github.com/neosmart/rsevents"
[dependencies.parking_lot_core]
version = "0.3"