[dependencies.amethyst_core]
version = "0.15.3"
[dependencies.amethyst_error]
version = "0.15.3"
[dependencies.bytes]
version = "0.5"
[dependencies.laminar]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[features]
profiler = ["thread_profiler/thread_profiler"]
[package]
authors = ["Joël Lupien (Jojolepro) <jojolepro@jojolepro.com>", "Lucio Franco (LucioFranco) <luciofranco14@gmail.com>", "Timon Post (TimonPost) <https://github.com/TimonPost>", "Justin LeFebvre (jstnlef) <https://github.com/jstnlef>", "Amethyst Foundation <contact@amethyst.rs>"]
categories = ["game-engines"]
description = "Amethyst networking crate"
documentation = "https://docs.amethyst.rs/stable/amethyst_network/index.html"
edition = "2018"
homepage = "https://amethyst.rs/"
keywords = ["networking", "specs", "ecs", "amethyst", "serialization"]
license = "MIT/Apache-2.0"
name = "amethyst_network"
readme = "README.md"
repository = "https://github.com/amethyst/amethyst"
version = "0.15.3"