[dependencies.amethyst_core]
version = "0.8.1"
[dependencies.amethyst_error]
version = "0.3.0"
[dependencies.bincode]
version = "1.0"
[dependencies.crossbeam-channel]
version = "0.3.9"
[dependencies.err-derive]
version = "0.1"
[dependencies.laminar]
version = "0.2.3"
[dependencies.log]
version = "0.4.6"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.shred]
version = "0.9"
[dependencies.shrev]
version = "1.0"
[dependencies.thread_profiler]
optional = true
version = "0.3"
[dependencies.uuid]
features = ["v4", "serde"]
version = "0.7.1"
[features]
nightly = ["amethyst_core/nightly"]
profiler = ["thread_profiler/thread_profiler"]
[package]
authors = ["Joël Lupien (Jojolepro) <jojolepromain@gmail.com>", "Lucio Franco (LucioFranco) <luciofranco14@gmail.com>", "Timon Post (TimonPost) <https://github.com/TimonPost>"]
categories = ["game-engines"]
description = "Amethyst networking crate"
documentation = "https://docs-src.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.6.1"