sardonyx_network 0.0.3

sardonyx networking crate
Documentation
[package]
name = "sardonyx_network"
version = "0.0.3"
authors = ["Jonathan Baginski <jonathan@baginski.org>"]
edition = "2018"
description = "sardonyx networking crate"
keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"]

homepage = "https://sardonyx.io/"
repository = "https://gitlab.com/patchedsoul/sardonyx"

readme = "README.md"
license = "MIT/Apache-2.0"

[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "sardonyx_core/nightly" ]

[dependencies]
sardonyx_core = { path = "../sardonyx_core", version = ">= 0.0.3" }
sardonyx_error = { path = "../sardonyx_error", version = ">= 0.0.3" }
serde = { version = "1", features = ["derive"] }
shrev = "1.0"
shred = "0.7"
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"