bevy-networker-multiplayer 0.1.4

Tiny Bevy networking plugin with automatic entity replication and resource sync.
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-networker-multiplayer"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny Bevy networking plugin with automatic entity replication and resource sync."
readme = "README.md"
license = "MIT"
repository = "https://github.com/OrtheSnowJames/bevy-networker-multiplayer"

[features]
default = []
prediction = []

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

[[example]]
name = "cubes_demo"
path = "examples/cubes_demo.rs"

[[example]]
name = "cubes_demo_prediction"
path = "examples/cubes_demo_prediction.rs"
required-features = ["prediction"]

[[example]]
name = "messages_demo"
path = "examples/messages_demo.rs"

[[example]]
name = "replication_demo"
path = "examples/replication_demo.rs"

[[test]]
name = "replication"
path = "tests/replication.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bevy]
version = "0.18.1"

[dependencies.bevy-networker-multiplayer-macros]
version = "0.1.0"

[dependencies.bincode]
version = "2.0.1"
features = ["serde"]

[dependencies.inventory]
version = "0.3.21"

[dependencies.networker-rs]
version = "0.1.9"

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