# 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 = "sync_stream" version = "0.1.0" description = "Aggregate multiple streams by polling stream items in order, keeping the consumption of multiple streams in sync." readme = "README.md" keywords = [ "stream", "aggregate", "macro", ] categories = [ "asynchronous", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andrewlowndes/sync_stream" [lib] [dependencies.futures] version = "0.3.28" [dependencies.mixed_array] version = "0.1.1" [dependencies.pin-project] version = "1.1.2" [dependencies.sync_stream_struct_proc] version = "0.1.0" [dev-dependencies.async-stream] version = "0.3.5" [dev-dependencies.chrono] version = "0.4.26" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.29.1" features = ["full"]