# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "xaynet-client" version = "0.1.0" authors = ["Xayn Engineering "] description = "`xaynet_client` provides an implementation of a Xayn Network client" homepage = "https://xaynet.dev/" keywords = ["federated-learning", "fl", "ai", "machine-learning"] license-file = "LICENSE" repository = "https://github.com/xaynetwork/xaynet/" [dependencies.async-trait] version = "0.1.40" [dependencies.bincode] version = "1.3.1" [dependencies.bytes] version = "0.5.6" [dependencies.derive_more] version = "0.99.10" features = ["from"] default-features = false [dependencies.reqwest] version = "0.10.8" default-features = false [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.sodiumoxide] version = "0.2.6" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.22" [dependencies.tracing] version = "0.1.19" [dependencies.xaynet-core] version = "0.1.0" [dev-dependencies.tokio-test] version = "0.2.1" [dev-dependencies.tower-test] version = "0.3.0" [features] default = ["reqwest/default-tls"] rustls = ["reqwest/rustls-tls"]