# 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-window" version = "0.1.2" description = "Windows for streams" homepage = "https://github.com/konrads/stream-window" readme = "README.md" keywords = [ "async", "stream", "tokio", "window", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/konrads/stream-window" [dependencies.async-stream] version = ">=0.1.0" [dependencies.futures] version = ">=0.1.0" [dependencies.tokio] version = ">=0.1.0" features = ["macros"] [dependencies.tokio-stream] version = ">=0.1.0" [dev-dependencies.async-stream] version = ">=0.1.0" [dev-dependencies.tokio-test] version = ">=0.1.0"