sbd-client 0.0.2-alpha

simple websocket-based message relay client
Documentation
[dependencies.base64]
version = "0.22.0"

[dependencies.ed25519-dalek]
default-features = false
features = ["rand_core"]
optional = true
version = "2.1.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.rustls]
version = "0.22.4"

[dependencies.rustls-native-certs]
version = "0.7.0"

[dependencies.tokio]
default-features = false
features = ["io-util", "net", "sync", "time", "rt"]
version = "1.37.0"

[dependencies.tokio-rustls]
version = "0.25.0"

[dependencies.tokio-tungstenite]
default-features = false
features = ["connect", "__rustls-tls"]
version = "0.21.0"
[dev-dependencies.escargot]
features = ["print"]
version = "0.5.10"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.tokio]
default-features = false
features = ["full"]
version = "1.37.0"

[features]
crypto = ["dep:ed25519-dalek", "dep:rand"]
default = ["crypto"]
raw_client = []

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
categories = ["network-programming"]
description = "simple websocket-based message relay client"
documentation = "https://docs.rs/sbd-client"
edition = "2021"
keywords = ["holochain", "holo", "p2p", "networking"]
license = "MIT OR Apache-2.0"
name = "sbd-client"
repository = "https://github.com/holochain/sbd"
version = "0.0.2-alpha"
[package.metadata.docs.rs]
all-features = true
[target."cfg(not(any(target_os = \"windows\", target_os = \"linux\", target_os = \"macos\")))".dependencies.webpki-roots]
version = "0.26.1"