wisp-mux 4.0.1

A library for easily creating Wisp servers and clients.
Documentation
[dependencies.async-trait]
version = "0.1.79"

[dependencies.async_io_stream]
version = "0.3.3"

[dependencies.bytes]
version = "1.5.0"

[dependencies.dashmap]
features = ["inline"]
version = "5.5.3"

[dependencies.event-listener]
version = "5.0.0"

[dependencies.fastwebsockets]
features = ["unstable-split"]
optional = true
version = "0.7.1"

[dependencies.flume]
version = "0.11.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.futures-timer]
version = "3.0.3"

[dependencies.pin-project-lite]
version = "0.2.13"

[dependencies.tokio]
default-features = false
optional = true
version = "1.35.1"

[features]
fastwebsockets = ["dep:fastwebsockets", "dep:tokio"]
tokio_io = ["async_io_stream/tokio_io"]
wasm = ["futures-timer/wasm-bindgen"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library for easily creating Wisp servers and clients."
edition = "2021"
homepage = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp"
license = "LGPL-3.0-only"
name = "wisp-mux"
readme = "README.md"
repository = "https://github.com/MercuryWorkshop/epoxy-tls/tree/multiplexed/wisp"
version = "4.0.1"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--cfg", "docsrs"]