[package]
name = "amethyst_network"
version = "0.6.1"
authors = [
"Joël Lupien (Jojolepro) <jojolepromain@gmail.com>",
"Lucio Franco (LucioFranco) <luciofranco14@gmail.com>",
"Timon Post (TimonPost) <https://github.com/TimonPost>"
]
edition = "2018"
description = "Amethyst networking crate"
keywords = ["networking", "specs", "ecs", "amethyst", "serialization"]
categories = ["game-engines"]
readme = "README.md"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_network/index.html"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "amethyst_core/nightly" ]
[dependencies]
amethyst_core = { path = "../amethyst_core", version = "0.8.1" }
amethyst_error = { path = "../amethyst_error", version = "0.3.0" }
serde = { version = "1", features = ["derive"] }
shrev = "1.0"
shred = "0.9"
bincode = "1.0"
log = "0.4.6"
uuid = { version = "0.7.1", features = ["v4","serde"] }
thread_profiler = { version = "0.3" , optional = true }
laminar = "0.2.3"
err-derive = "0.1"
crossbeam-channel = "0.3.9"