naia-shared 0.24.0

Common functionality shared between naia-server & naia-client crates
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.bevy_ecs]
default-features = false
optional = true
version = "0.15"

[dependencies.cfg-if]
version = "1.0"

[dependencies.http]
optional = true
version = "1.2"

[dependencies.js-sys]
optional = true
version = "0.3.64"

[dependencies.log]
version = "0.4"

[dependencies.naia-derive]
version = "0.24"

[dependencies.naia-serde]
version = "0.24"

[dependencies.naia-socket-shared]
version = "0.24"

[dependencies.zstd]
optional = true
version = "0.12.2"

[features]
advanced_handshake = []
bevy_support = ["bevy_ecs"]
mquad = ["naia-socket-shared/mquad"]
transport_udp = ["http"]
wbindgen = ["naia-socket-shared/wbindgen", "js-sys"]
zstd_support = ["zstd"]

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

[package]
authors = ["connorcarpenter <connorcarpenter@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "game-development", "wasm", "web-programming"]
description = "Common functionality shared between naia-server & naia-client crates"
documentation = "https://docs.rs/naia-shared"
edition = "2021"
homepage = "https://github.com/naia-lib/naia"
keywords = ["webrtc", "udp", "wasm", "networking", "gamedev"]
license = "MIT OR Apache-2.0"
name = "naia-shared"
readme = "README.md"
repository = "https://github.com/naia-lib/naia"
version = "0.24.0"

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

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

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

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

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