loro-websocket-client 0.1.0

Async WebSocket client for the Loro protocol
Documentation
[dependencies.aes-gcm]
features = ["aes"]
version = "0.10"

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

[dependencies.futures-util]
default-features = false
features = ["sink"]
version = "0.3"

[dependencies.loro]
version = "1"

[dependencies.loro-protocol]
version = "0.1.0"

[dependencies.tokio]
features = ["rt", "macros", "net", "time", "sync"]
version = "1"

[dependencies.tokio-tungstenite]
version = "0.27"

[[example]]
name = "elo_index_client"
path = "examples/elo_index_client.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous", "web-programming::websocket"]
description = "Async WebSocket client for the Loro protocol"
edition = "2021"
keywords = ["crdt", "websocket", "sync", "loro", "client"]
license = "MIT"
name = "loro-websocket-client"
readme = "README.md"
repository = "https://github.com/loro-dev/protocol"
version = "0.1.0"