holochain_websocket 0.4.0-dev.13

Holochain utilities for serving and connection with websockets
Documentation
[[bench]]
harness = false
name = "bench"

[[bench]]
harness = false
name = "full_connect"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.holochain_serialized_bytes]
version = "=0.0.55"

[dependencies.holochain_types]
version = "^0.4.0-dev.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11.14"

[dependencies.tokio]
features = ["full"]
version = "1.36.0"

[dependencies.tokio-tungstenite]
version = "0.21.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.holochain_trace]
version = "^0.4.0-dev.3"

[lints.clippy]
cargo = "allow"
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
nursery = "allow"
pedantic = "allow"
perf = "deny"
restriction = "allow"
style = "deny"

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
description = "Holochain utilities for serving and connection with websockets"
documentation = "https://docs.rs/holochain_websocket"
edition = "2021"
homepage = "https://github.com/holochain/holochain"
license = "Apache-2.0"
name = "holochain_websocket"
readme = "README.md"
version = "0.4.0-dev.13"