# 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-core" version = "0.2.0" authors = ["Xayn Engineering "] 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." homepage = "https://xaynet.dev/" readme = "../../README.md" keywords = ["federated-learning", "fl", "ai", "machine-learning"] categories = ["science", "cryptography"] license-file = "LICENSE" repository = "https://github.com/xaynetwork/xaynet/" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.anyhow] version = "1.0.38" [dependencies.bitflags] version = "1.2.1" [dependencies.derive_more] version = "0.99.11" features = ["as_ref", "as_mut", "display", "from", "index", "index_mut", "into"] default-features = false [dependencies.num] version = "0.3.1" features = ["serde"] [dependencies.rand] version = "0.8.2" [dependencies.rand_chacha] version = "0.3.0" [dependencies.serde] version = "1.0.119" features = ["derive"] [dependencies.sodiumoxide] version = "0.2.6" [dependencies.thiserror] version = "1.0.23" [dev-dependencies.paste] version = "1.0.4" [features] testutils = []