uni-stream 0.1.0

Provides universal stream for TCP and UDP traffic and custom DNS resolution service
Documentation
[dependencies.bytes]
version = "1.5.0"

[dependencies.flume]
default-features = false
features = ["async"]
version = "0.11.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.hashbrown]
version = "0.14.3"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.tokio]
features = ["rt", "sync", "net", "macros", "io-util"]
version = "1.36.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.trust-dns-resolver]
version = "0.23.2"

[features]
default = ["udp-timeout"]
udp-timeout = []

[package]
authors = ["LB7666 <acking-you@foxmail.com>"]
description = "Provides universal stream for TCP and UDP traffic and custom DNS resolution service"
edition = "2021"
homepage = "https://github.com/acking-you/uni-stream"
keywords = ["stream", "udp", "tcp", "ip", "dns"]
license = "MIT"
name = "uni-stream"
readme = "README.md"
version = "0.1.0"