mayuri 0.2.0

An Asynchronous WebSocket Client Library.
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 = "2024"
name = "mayuri"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An Asynchronous WebSocket Client Library."
readme = "README.md"
keywords = [
    "websocket",
    "async",
    "client",
]
categories = [
    "web-programming",
    "network-programming",
    "web-programming::websocket",
    "concurrency",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/mooncell07/mayuri"

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.fluent-uri]
version = "0.3.2"

[dependencies.log]
version = "0.4.27"

[dependencies.rand]
version = "0.9"

[dependencies.rustls-pki-types]
version = "1.12.0"

[dependencies.sha1]
version = "0.10"

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

[dependencies.thiserror]
version = "2.0.12"

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

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

[dependencies.webpki-roots]
version = "1.0.0"