example-communication-common 0.1.6

Helper library for the Example-Communication Project.
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 = "example-communication-common"
version = "0.1.6"
authors = ["exlted <exltedofdrg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper library for the Example-Communication Project."
homepage = "https://github.com/exlted/example-communication-server"
readme = false
license = "MIT"
repository = "https://github.com/exlted/example-communication-server"

[features]
client = [
    "dep:tokio-tungstenite",
    "dep:tokio",
    "dep:futures-util",
    "dep:tokio-stream",
    "dep:bytes",
    "dep:checkasum",
]
server = []
test = [
    "client",
    "server",
]

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

[dependencies.bytes]
version = "1.11.0"
optional = true

[dependencies.checkasum]
version = "3.0.0"
optional = true

[dependencies.futures-util]
version = "0.3.31"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.16.1"

[dependencies.tokio]
version = "1.49.0"
features = [
    "sync",
    "rt",
    "macros",
    "fs",
]
optional = true

[dependencies.tokio-stream]
version = "0.1.18"
optional = true

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["native-tls"]
optional = true