xaynet-sdk 0.1.0

The Xayn Network project is building a privacy layer for machine learning so that AI projects can meet compliance such as GDPR and CCPA. The approach relies on Federated Learning as enabling technology that allows production AI applications to be fully privacy compliant.
Documentation
[dependencies.async-trait]
version = "0.1.42"

[dependencies.base64]
version = "0.13.0"

[dependencies.bincode]
version = "1.3.1"

[dependencies.bytes]
optional = true
version = "0.5.6"

[dependencies.derive_more]
default-features = false
features = ["from"]
version = "0.99.11"

[dependencies.futures]
version = "0.3.12"

[dependencies.paste]
version = "1.0.4"

[dependencies.rand]
version = "0.8.2"

[dependencies.reqwest]
default-features = false
optional = true
version = "0.10.10"

[dependencies.serde]
features = ["derive"]
version = "1.0.119"

[dependencies.sodiumoxide]
version = "0.2.6"

[dependencies.thiserror]
version = "1.0.23"

[dependencies.tokio]
features = ["rt-core", "macros"]
version = "0.2.24"

[dependencies.tracing]
version = "0.1.22"

[dependencies.url]
version = "2.2.0"

[dependencies.xaynet-core]
version = "0.2.0"
[dev-dependencies.mockall]
version = "0.9.0"

[dev-dependencies.num]
features = ["serde"]
version = "0.3.1"

[dev-dependencies.serde_json]
version = "1.0.61"

[dev-dependencies.tokio-test]
version = "0.2.1"

[features]
default = []
reqwest-client = ["reqwest", "bytes"]

[package]
authors = ["Xayn Engineering <engineering@xaynet.dev>"]
categories = ["science", "cryptography"]
description = "The Xayn Network project is building a privacy layer for machine learning so that AI projects can meet compliance such as GDPR and CCPA. The approach relies on Federated Learning as enabling technology that allows production AI applications to be fully privacy compliant."
edition = "2018"
homepage = "https://xaynet.dev/"
keywords = ["federated-learning", "fl", "ai", "machine-learning"]
license-file = "LICENSE"
name = "xaynet-sdk"
readme = "../../README.md"
repository = "https://github.com/xaynetwork/xaynet/"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]