holochain_websocket 0.6.0-dev.13

Holochain utilities for serving and connection with websockets
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[[bench]]
harness = false
name = "full_connect"
path = "benches/full_connect.rs"

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

[dependencies.bytes]
version = "1.10.1"

[dependencies.futures]
version = "0.3"

[dependencies.holochain_serialized_bytes]
version = "=0.0.56"

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11.14"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.holochain_trace]
version = "^0.6.0-dev.1"

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

[lints.clippy]
complexity = "deny"
correctness = "deny"
dbg_macro = "deny"
perf = "deny"
style = "deny"

[lints.clippy.cargo]
level = "allow"
priority = -1

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.clippy.restriction]
level = "allow"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(build_wasm)", "cfg(loom)"]
level = "warn"
priority = 0

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