sdec-bevy 0.8.0

Bevy adapter for sdec schema + delta encoding
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 = "2021"
rust-version = "1.89"
name = "sdec-bevy"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bevy adapter for sdec schema + delta encoding"
documentation = "https://docs.rs/sdec-bevy"
readme = "README.md"
keywords = [
    "bevy",
    "replication",
    "delta",
    "snapshot",
    "netcode",
]
categories = [
    "game-development",
    "network-programming",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kplane-dev/sdec"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bevy_ecs]
version = "0.18"

[dependencies.codec]
version = "0.8.0"
package = "sdec-codec"

[dependencies.schema]
version = "0.8.0"
package = "sdec-schema"

[dependencies.wire]
version = "0.8.0"
package = "sdec-wire"