bevy_bundlication 0.14.0

Replication rules for bevy_replicon based on a bundle pattern
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_bundlication"
version = "0.14.0"
build = false
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replication rules for bevy_replicon based on a bundle pattern"
readme = "README.md"
keywords = [
    "bevy",
    "networking",
    "server-authoritative",
    "replication",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/NiseVoid/bevy_bundlication"

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

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

[dependencies.bevy_bundlication_macros]
version = "0.14.0"

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

[dependencies.bytes]
version = "1.10"
features = ["std"]
default-features = false

[dependencies.postcard]
version = "1.1"
features = ["use-std"]
default-features = false

[dependencies.serde]
version = "1.0"

[dev-dependencies.bevy_replicon]
version = "0.35"
features = [
    "server",
    "client",
]
default-features = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true