# 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 = "2018" name = "flo_stream" version = "0.7.0" authors = ["Andrew Hunter"] description = "Pubsub and related streams for Rust futures" documentation = "http://docs.rs/flo_stream/" readme = "README.md" keywords = ["pubsub", "futures", "concurrency"] categories = ["concurrency", "asynchronous", "algorithms", "data-structures"] license = "Apache-2.0" repository = "https://github.com/Logicalshift/flo_stream" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.0" [dependencies.smallvec] version = "1.1" [dev-dependencies.desync] version = "0.7" [dev-dependencies.rand] version = "0.6"