[package]
edition = "2024"
rust-version = "1.97"
name = "elura-netcode"
version = "0.2.6"
authors = ["Elura Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-independent tick synchronization and redundant input primitives for Elura"
documentation = "https://docs.rs/elura-netcode"
readme = "README.md"
license = "MIT OR Apache-2.0"
[lib]
name = "elura_netcode"
path = "src/lib.rs"
[[test]]
name = "entity_prediction"
path = "tests/entity_prediction.rs"
[[test]]
name = "input"
path = "tests/input.rs"
[[test]]
name = "interpolation"
path = "tests/interpolation.rs"
[[test]]
name = "prediction"
path = "tests/prediction.rs"
[[test]]
name = "tick_sync"
path = "tests/tick_sync.rs"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]