# 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 = "stream-reconnect" version = "0.4.0-beta.4" authors = [ "David Raifaizen ", "LightQuantum ", ] exclude = [ ".github/*", ".gitignore", ".mergify.yml", "rust-toolchain.toml", ] description = "Stream-wrapping traits/structs that automatically recover from potential disconnections/interruptions." readme = "README.md" keywords = [ "reconnect", "retry", "stream", "io", ] license = "MIT" repository = "https://github.com/PhotonQuantum/stream-reconnect" [dependencies.async-std] version = "1" optional = true [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = ["time"] optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "sync", ] [dev-dependencies.tokio-tungstenite] version = "0.17" [features] default = ["tokio"] not-send = []