# 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 = "2021"
name = "event-source"
version = "0.4.2"
authors = ["storycraft <storycraft@pancake.sh>"]
description = "Zero cost async immediate event dispatching"
readme = "README.md"
keywords = [
    "event",
    "async",
]
categories = ["asynchronous"]
license = "MIT"
repository = "https://github.com/storycraft/event-source"

[dependencies.higher-kinded-types]
version = "0.1.1"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.pin-list]
version = "0.1.0"

[dependencies.pin-project-lite]
version = "0.2.13"

[dependencies.sync_wrapper]
version = "0.1.2"

[dependencies.unique]
version = "0.9.1"

[dev-dependencies.tokio]
version = "1"
features = ["full"]