# 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 = "stream-broadcast" version = "0.3.0" authors = ["Markus Ineichen "] description = "Runtime independent broadcast, which only polls it's underlying stream if no pending data is available" readme = "README.md" keywords = [ "stream", "broadcast", "shared", "cached", "clone", ] categories = [ "asynchronous", "caching", "concurrency", ] license = "MIT" repository = "https://github.com/mineichen/stream-broadcast-rs" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ]