lightyear_link 0.26.2

IO primitives for the lightyear networking 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"
rust-version = "1.88"
name = "lightyear_link"
version = "0.26.2"
authors = ["Charles Bournhonesque <charlesbour@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IO primitives for the lightyear networking library"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/cBournhonesque/lightyear"

[package.metadata.docs.rs]
all-features = true

[features]
default = ["std"]
std = []
test_utils = []

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

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

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

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

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

[dependencies.bytes]
version = "1.8"
features = ["serde"]
default-features = false

[dependencies.lightyear_core]
version = "0.26.2"
default-features = false

[dependencies.lightyear_utils]
version = "0.26.2"
default-features = false

[dependencies.rand]
version = "0.9"

[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"