# 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 = "barrage" version = "0.2.3" authors = ["Restioson "] description = "An async broadcast channel" documentation = "https://docs.rs/barrage" readme = "README.md" keywords = ["async", "futures", "mpmc", "channel", "broadcast"] categories = ["asynchronous", "concurrency"] license = "Apache-2.0" repository = "https://github.com/Restioson/barrage" resolver = "2" [dependencies.concurrent-queue] version = "1.2.2" [dependencies.event-listener] version = "2.4.0" [dev-dependencies.tokio] version = "0.2" features = ["macros", "rt-threaded", "time", "blocking"] [dev-dependencies.tokio-test] version = "0.2" [dev-dependencies.waker-fn] version = "1" [target."cfg(not(windows))".dependencies.spin] version = "0.9.3" features = ["rwlock"] default-features = false