# 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 = "streammap-ext" version = "0.1.0" description = "StreamMap of Tokio with altered `next` that returns when stream is dropped" homepage = "https://github.com/metalbear-co/streammap-ext" readme = "README.md" keywords = [ "tokio", "async", "streammap", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/metalbear-co/streammap-ext" [dependencies.tokio-stream] version = "0.1" [dev-dependencies.async-stream] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.tokio] version = "1.2.0" features = [ "full", "test-util", ] [dev-dependencies.tokio-test] version = "0.4"