ankurah-websocket-client 0.7.21

Ankurah WebSocket Client - Native WebSocket client for Ankurah
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ankurah-websocket-client"
version = "0.7.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ankurah WebSocket Client - Native WebSocket client for Ankurah"
homepage = "https://github.com/ankurah/ankurah"
documentation = "https://docs.rs/ankurah-websocket-client"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/ankurah/ankurah"

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

[dependencies.ankurah-core]
version = "=0.7.21"

[dependencies.ankurah-proto]
version = "=0.7.21"

[dependencies.ankurah-signals]
version = "=0.7.21"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.bincode]
version = "1.3"

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

[dependencies.native-tls]
version = "0.2"

[dependencies.strum]
version = "0.27"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.27"
features = ["native-tls"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.0"

[dev-dependencies.ankurah]
version = "=0.7.21"
features = ["derive"]

[dev-dependencies.ankurah-storage-sled]
version = "=0.7.21"

[dev-dependencies.ankurah-websocket-server]
version = "=0.7.21"