bevy_sync 0.18.5

Plugin for synchronizing entities and components between server and its clients.
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 = "bevy_sync"
version = "0.18.5"
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
build = false
include = [
    "/src",
    "/LICENSE-MIT",
    "/LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plugin for synchronizing entities and components between server and its clients."
homepage = "https://github.com/raffaeleragni/bevy_sync"
documentation = "https://github.com/raffaeleragni/bevy_sync/blob/master/README.md"
readme = "README.md"
keywords = [
    "bevy",
    "netcode",
    "synchronization",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/raffaeleragni/bevy_sync"

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

[dependencies.bevy_app]
version = "0.18"

[dependencies.bevy_asset]
version = "0.18"

[dependencies.bevy_audio]
version = "0.18"

[dependencies.bevy_camera]
version = "0.18"

[dependencies.bevy_color]
version = "0.18"

[dependencies.bevy_connect]
version = "0.18"

[dependencies.bevy_ecs]
version = "0.18"

[dependencies.bevy_entity_uuid]
version = "0.18"

[dependencies.bevy_image]
version = "0.18"

[dependencies.bevy_internal]
version = "0.18"

[dependencies.bevy_light]
version = "0.18"

[dependencies.bevy_math]
version = "0.18"

[dependencies.bevy_mesh]
version = "0.18"

[dependencies.bevy_pbr]
version = "0.18"

[dependencies.bevy_reflect]
version = "0.18"

[dependencies.bevy_render]
version = "0.18"

[dependencies.bevy_state]
version = "0.18"

[dependencies.bevy_transform]
version = "0.18"

[dependencies.bincode]
version = "2"

[dependencies.lz4-compression]
version = "0.7"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.uuid]
version = "1.10"

[dependencies.wgpu-types]
version = "27.0.0"
features = ["serde"]

[dev-dependencies.bevy]
version = "0.18"
features = ["dynamic_linking"]

[dev-dependencies.bevy_connect]
version = "0.18"
features = ["debug"]

[dev-dependencies.bevy_core_pipeline]
version = "0.18"

[dev-dependencies.serial_test]
version = "3.4.0"
features = ["file_locks"]

[lints.clippy.pedantic]
level = "warn"
priority = -1

[profile.dev]
opt-level = 1

[profile.dev.package."*"]
opt-level = 3