xaynet-core 0.1.0

`xaynet_core` provides building blocks that are common to the Xayn Network backend and client.
Documentation
[package]
name = "xaynet-core"
version = "0.1.0"
authors = ["Xayn Engineering <engineering@xaynet.dev>"]
edition = "2018"
description = "`xaynet_core` provides building blocks that are common to the Xayn Network backend and client."
license-file = "../../LICENSE"
keywords = ["federated-learning", "fl", "ai", "machine-learning"]
repository = "https://github.com/xaynetwork/xaynet/"
homepage = "https://xaynet.dev/"

[dependencies]
derive_more = { version = "0.99.10", default-features = false, features = [
    "display",
    "from",
    "as_ref",
    "as_mut",
    "into",
    "index",
    "index_mut",
] }
rand = "0.7.3"
rand_chacha = "0.2.2"
serde = { version = "1.0.116", features = ["derive"] }
sodiumoxide = "0.2.6"
num = { version = "0.3.0", features = ["serde"] }
thiserror = "1.0.20"
anyhow = "1.0.32"
bitflags = "1.2.1"
paste = "1.0.1"