# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "RustFL" version = "0.3.1" authors = [ "Sharvani Chelumalla", "Sai Pranavi Reddy Patlolla", "Sainath Talakanti", ] build = false include = [ "src/*", "Cargo.toml", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A model of Federated Learning using Rust" documentation = "https://docs.rs/crate/RustFL/0.3.1" readme = "README.md" keywords = [ "federated", "noise", "client", "server", "dp", ] license = "MIT" repository = "https://github.com/Sharvani1291/RustFL" [package.metadata.docs.rs] features = ["docs-only"] no-default-features = true [lib] name = "RustFL" path = "src/lib.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.base64] version = "0.22.1" [dependencies.env_logger] version = "0.11.5" [dependencies.fernet] version = "0.2.2" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.16.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tch] version = "0.18.0" optional = true [dependencies.tokio] version = "1" features = ["full"] [features] default = ["tch"] docs-only = []