amethyst_network 0.2.0

Amethyst networking crate
Documentation
[dependencies.amethyst_core]
version = "0.4"

[dependencies.bincode]
version = "1.0"

[dependencies.fern]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.16"

[dependencies.shred]
version = "0.7"

[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>"]
categories = ["game-engines"]
description = "Amethyst networking crate"
documentation = "https://www.amethyst.rs/doc/master/doc/amethyst_network/index.html"
homepage = "https://www.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.2.0"