# 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 = "sdre-stubborn-io" version = "0.5.7" authors = [ "David Raifaizen ", "Fred Clausen", ] description = "Forked from https://github.com/craftytrickster/stubborn-io. io traits/structs that automatically recover from potential disconnections/interruptions." documentation = "https://docs.rs/sdre-stubborn-io" readme = "README.md" keywords = [ "reconnect", "retry", "stubborn", "io", "StubbornTcpStream", ] license = "MIT" repository = "https://github.com/sdr-enthusiasts/sdre-stubborn-io" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.38.0" features = [ "time", "net", ] [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt", "fs", "io-util", ] [dev-dependencies.tokio-util] version = "0.7.11" features = ["codec"]