bevy_replicon_example_backend 0.39.0

A simple transport intended only for examples
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_replicon_example_backend"
version = "0.39.0"
authors = [
    "Hennadii Chernyshchyk <genaloner@gmail.com>",
    "koe <ukoe@protonmail.com>",
]
build = false
include = [
    "/src",
    "../LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple transport intended only for examples"
readme = "README.md"
keywords = [
    "bevy",
    "multiplayer",
    "netcode",
    "replication",
    "server-authoritative",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/simgine/bevy_replicon"

[features]
client = ["bevy_replicon/client"]
default = [
    "client",
    "server",
]
server = ["bevy_replicon/server"]

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

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

[dependencies.bevy_replicon]
version = "0.39.0"
default-features = false

[dependencies.fastrand]
version = "2.3"

[dev-dependencies.bevy]
version = "0.18"
features = [
    "bevy_gizmos",
    "bevy_text",
    "bevy_ui_render",
    "bevy_window",
    "default_font",
    "debug",
    "serialize",
    "ui_picking",
    "x11",
]
default-features = false

[dev-dependencies.clap]
version = "4.1"
features = ["derive"]

[dev-dependencies.fastrand-contrib]
version = "0.1"

[dev-dependencies.pathfinding]
version = "4.14"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.test-log]
version = "0.2"

[lints.clippy]
type_complexity = "allow"