lightyear_deterministic_replication 0.27.0

Primitives for deterministic replication (as opposed to state replication) in 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_deterministic_replication"
version = "0.27.0"
authors = ["Charles Bournhonesque <charlesbour@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitives for deterministic replication (as opposed to state replication) in 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]
client = [
    "lightyear_connection/client",
    "lightyear_inputs/client",
    "lightyear_messages/client",
    "lightyear_sync/client",
    "lightyear_transport/client",
]
default = [
    "std",
    "client",
    "server",
]
replication = []
server = [
    "lightyear_connection/server",
    "lightyear_inputs/server",
    "lightyear_messages/server",
    "lightyear_replication/server",
    "lightyear_sync/server",
    "lightyear_transport/server",
]
std = [
    "bevy_ecs/std",
    "lightyear_inputs/std",
    "lightyear_messages/std",
    "lightyear_prediction/std",
]

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

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

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

[dependencies.bevy_replicon]
version = "=0.40.3"

[dependencies.lightyear_connection]
version = "0.27.0"
default-features = false

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

[dependencies.lightyear_inputs]
version = "0.27.0"
default-features = false

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

[dependencies.lightyear_messages]
version = "0.27.0"
default-features = false

[dependencies.lightyear_prediction]
version = "0.27.0"
features = ["deterministic"]
default-features = false

[dependencies.lightyear_replication]
version = "0.27.0"
features = ["deterministic"]
default-features = false

[dependencies.lightyear_sync]
version = "0.27.0"
default-features = false

[dependencies.lightyear_transport]
version = "0.27.0"
default-features = false

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

[dependencies.seahash]
version = "4.1.0"

[dependencies.serde]
version = "1"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.test-log]
version = "0.2.17"
features = [
    "trace",
    "color",
]
default-features = false

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