protwrap 0.2.2

Thin protocol agnostic wrapper for network applications.
Documentation
[package]
name = "protwrap"
version = "0.2.2"
edition = "2021"
license = "0BSD"
categories = [ "asynchronous", "network-programming" ]
keywords = [ "network", "wrapper" ]
repository = "https://repos.qrnch.tech/pub/protwrap"
description = "Thin protocol agnostic wrapper for network applications."
exclude = [
  ".fossil-settings",
  ".efiles",
  ".fslckout",
  "rustfmt.toml",
  "www"
]

[features]
tokio = ["dep:tokio", "dep:tokio-util"]

[dependencies]
tokio-util = { version = "0.7.9", optional = true }

[dependencies.tokio]
package = "tokio"
version = "1.32.0"
features = ["net"]
optional = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]