holochain_websocket 0.7.0-dev.13

Holochain utilities for serving and connection with websockets
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

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

[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.7.0-dev.13"

[dependencies.serde]
version = "1.0"

[dependencies.serde_bytes]
version = "0.11.14"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.tracing]
version = "0.1"

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

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

[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]
level = "warn"
priority = 0
check-cfg = [
    "cfg(build_wasm)",
    "cfg(loom)",
]