# 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.11" authors = [ "David Raifaizen ", "Fred Clausen", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "sdre_stubborn_io" path = "src/lib.rs" [[test]] name = "dummy_tests" path = "tests/dummy_tests.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.tokio] version = "1.41.1" features = [ "time", "net", ] [dev-dependencies.futures] version = "0.3.31" [dev-dependencies.tokio] version = "1.41.1" features = [ "macros", "rt", "fs", "io-util", ] [dev-dependencies.tokio-util] version = "0.7.12" features = ["codec"]