lightyear_websocket 0.26.4

Websocket IO support for lightyear
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"
rust-version = "1.88"
name = "lightyear_websocket"
version = "0.26.4"
authors = [
    "cbournhonesque <charlesbour@gmail.com",
    "aecsocket <aecsocket@tutanota.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Websocket IO support for lightyear"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/cBournhonesque/lightyear"

[package.metadata.docs.rs]
all-features = true
rustflags = ["--cfg=web_sys_unstable_apis"]
targets = [
    "x86_64-unknown-linux-gnu",
    "wasm32-unknown-unknown",
]

[features]
client = ["aeronet_websocket/client"]
default = ["self-signed"]
self-signed = ["aeronet_websocket/self-signed"]
server = [
    "aeronet_websocket/server",
    "bevy_reflect/std",
]

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

[dependencies.aeronet_io]
version = "0.19"

[dependencies.aeronet_websocket]
version = "0.19"

[dependencies.bevy_app]
version = "0.18"
default-features = false

[dependencies.bevy_ecs]
version = "0.18"
default-features = false

[dependencies.bevy_reflect]
version = "0.18"
optional = true
default-features = false

[dependencies.lightyear_aeronet]
version = "0.26.4"
default-features = false

[dependencies.lightyear_link]
version = "0.26.4"
default-features = false

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1.40"

[lints.clippy]
alloc_instead_of_core = "warn"
len_without_is_empty = "allow"
missing_transmute_annotations = "allow"
module_inception = "allow"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
dead_code = "allow"
unused_variables = "allow"