sbd-server 0.0.7-alpha

simple websocket-based message relay server
Documentation
[[bin]]
name = "sbd-serverd"
path = "src/bin/sbd-serverd.rs"

[dependencies.anstyle]
version = "1.0.6"

[dependencies.base64]
version = "0.22.0"

[dependencies.bytes]
version = "1.6.0"

[dependencies.clap]
features = ["color", "derive", "wrap_help"]
version = "4.5.4"

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

[dependencies.fastwebsockets]
features = ["upgrade"]
optional = true
version = "0.7.1"

[dependencies.futures]
optional = true
version = "0.3.30"

[dependencies.http-body-util]
optional = true
version = "0.1.0"

[dependencies.hyper]
features = ["http1", "server"]
optional = true
version = "1.2.0"

[dependencies.hyper-util]
features = ["tokio"]
optional = true
version = "0.1.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rustls]
version = "0.22.4"

[dependencies.rustls-pemfile]
version = "2.1.2"

[dependencies.slab]
version = "0.4.9"

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

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

[dependencies.tokio-tungstenite]
default-features = false
features = ["handshake"]
optional = true
version = "0.21.0"

[dev-dependencies.escargot]
features = ["print"]
version = "0.5.10"

[dev-dependencies.rcgen]
version = "0.13.1"

[dev-dependencies.tempfile]
version = "3.10.1"

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

[[example]]
name = "server-o-bahn-runner"
path = "examples/server-o-bahn-runner.rs"

[features]
default = ["tungstenite"]
fastwebsockets = ["dep:fastwebsockets", "dep:http-body-util", "dep:hyper-util", "dep:hyper"]
tungstenite = ["dep:futures", "dep:tokio-tungstenite"]
unstable = []

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

[package]
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming"]
description = "simple websocket-based message relay server"
documentation = "https://docs.rs/sbd-server"
edition = "2021"
keywords = ["holochain", "holo", "p2p", "networking"]
license = "MIT OR Apache-2.0"
name = "sbd-server"
readme = false
repository = "https://github.com/holochain/sbd"
version = "0.0.7-alpha"

[[test]]
name = "rate_limit_enforced"
path = "tests/rate_limit_enforced.rs"

[[test]]
name = "suite"
path = "tests/suite.rs"