io-tether 0.6.1

A small library for defining I/O types which reconnect on errors.
Documentation
[dependencies.futures-core]
optional = true
version = "0.3.31"

[dependencies.futures-sink]
optional = true
version = "0.3.31"

[dependencies.tokio]
version = "1"

[dev-dependencies.tokio]
features = ["full", "macros"]
version = "1"

[dev-dependencies.tokio-test]
version = "0.4.4"

[features]
default = ["net"]
fs = ["tokio/fs"]
net = ["tokio/net"]
sink = ["dep:futures-sink"]
stream = ["dep:futures-core"]

[lib]
name = "io_tether"
path = "src/lib.rs"

[package]
authors = ["Caleb Leinz <cmleinz@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming"]
description = "A small library for defining I/O types which reconnect on errors. "
edition = "2024"
keywords = ["io", "async", "tokio"]
license = "MIT"
name = "io-tether"
publish = true
readme = "README.md"
repository = "https://github.com/cmleinz/io-tether"
rust-version = "1.85"
version = "0.6.1"