[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"
[dependencies.rustls]
version = "0.23"
[dependencies.rustls-native-certs]
version = "0.8.1"
[dependencies.serde]
features = ["derive", "rc"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
default-features = false
features = ["io-util", "net", "sync", "time", "rt"]
version = "1.37.0"
[dependencies.tokio-rustls]
version = "0.26"
[dependencies.tokio-tungstenite]
default-features = false
features = ["connect", "__rustls-tls"]
version = "0.27"
[dependencies.tracing]
version = "0.1.40"
[dependencies.ureq]
version = "3.0"
[dependencies.url]
version = "2.5.4"
[dependencies.webpki-roots]
optional = true
version = "1.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"
[[example]]
name = "client-o-bahn-runner"
path = "examples/client-o-bahn-runner.rs"
[[example]]
name = "thru"
path = "examples/thru.rs"
[features]
crypto = ["dep:ed25519-dalek", "dep:rand"]
default = ["crypto"]
force_webpki_roots = ["dep:webpki-roots"]
raw_client = []
[lib]
name = "sbd_client"
path = "src/lib.rs"
[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "simple websocket-based message relay client"
documentation = "https://docs.rs/sbd-client"
edition = "2021"
homepage = "https://holochain.org"
keywords = ["holochain", "holo", "p2p", "networking"]
license = "MIT OR Apache-2.0"
name = "sbd-client"
readme = false
repository = "https://github.com/holochain/sbd"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
[target.'cfg(not(any(target_os = "windows", target_os = "linux", target_os = "macos")))'.dependencies.webpki-roots]
version = "1.0"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "suite"
path = "tests/suite.rs"