hocuspocus-rs-ws 0.1.0

Async WebSocket server implementing the Hocuspocus collaborative editing protocol in Rust.
Documentation
[dependencies.anyhow]
version = "1.0.72"

[dependencies.async-trait]
version = "0.1.71"

[dependencies.axum]
features = ["ws"]
version = "0.8.4"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bytes]
version = "1.5.0"

[dependencies.console-subscriber]
version = "0.4.1"

[dependencies.dashmap]
version = "6.0.1"

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3.28"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls-webpki-roots"]
version = "0.12.5"

[dependencies.rusty-s3]
version = "0.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.time]
features = ["wasm-bindgen"]
version = "0.3.25"

[dependencies.tokio]
features = ["full", "tracing"]
version = "1.45.0"

[dependencies.tokio-stream]
features = ["net"]
version = "0.1.17"

[dependencies.tokio-util]
features = ["rt"]
version = "0.7.11"

[dependencies.tracing]
version = "0.1.37"

[dependencies.url]
version = "2.5.7"

[dependencies.uuid]
features = ["v4"]
version = "1.17.0"

[dependencies.yrs]
version = "0.19.2"

[dependencies.yrs-kvstore]
version = "0.3.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.29.1"

[features]
default = ["sync"]
sync = ["yrs/sync"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::websocket", "asynchronous"]
description = "Async WebSocket server implementing the Hocuspocus collaborative editing protocol in Rust."
edition = "2024"
keywords = ["hocuspocus", "yjs", "websocket", "collaboration", "crdt"]
license = "MIT"
name = "hocuspocus-rs-ws"
readme = false
repository = "https://github.com/alibreo3754/hocuspocus-rs-ws"
resolver = "2"
version = "0.1.0"