rocket_ws-community 0.1.4

WebSocket support for Rocket. (Community Fork)
Documentation
[dependencies.rocket]
default-features = false
package = "rocket-community"
version = "0.6.0"

[dependencies.tokio-tungstenite]
optional = true
version = "0.24"

[features]
default = ["tungstenite"]
tungstenite = ["tokio-tungstenite"]

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

[lints.clippy]
manual_range_contains = "allow"
module_inception = "allow"
multiple_bound_locations = "allow"
needless_borrow = "allow"
result_large_err = "allow"
type_complexity = "allow"

[lints.rust]
async_fn_in_trait = "allow"

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

[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "WebSocket support for Rocket. (Community Fork)"
documentation = "https://api.rocket.rs/master/rocket_ws/"
edition = "2021"
homepage = "https://rocket.rs"
keywords = ["rocket", "web", "framework", "websocket"]
license = "MIT OR Apache-2.0"
name = "rocket_ws-community"
readme = "README.md"
repository = "https://github.com/rwf2/Rocket/tree/master/contrib/ws"
rust-version = "1.82"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true