# 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 = "gemino" version = "0.7.0" exclude = ["/.*"] description = "A multi producer multi consumer (MPMC) broadcasting channel" homepage = "https://github.com/Lochlanna/gemino" readme = "README.md" keywords = [ "mpmc", "async", "channel", "broadcast", ] categories = [ "concurrency", "data-structures", "asynchronous", ] license = "MIT" repository = "https://github.com/Lochlanna/gemino" resolver = "1" [dependencies.event-listener] version = "2.5" [dependencies.parking_lot] version = "0.12.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4"