# 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 = "spiral-server" version = "0.2.1-alpha.2" authors = [ "Samir Menon ", "Neil Movva ", ] description = "Server for the Spiral PIR scheme" homepage = "https://blyss.dev" readme = "README.md" keywords = [ "privacy", "fhe", "cryptography", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/blyssprivacy/sdk" [profile.release-with-debug] debug = true inherits = "release" [[bin]] name = "server" path = "src/bin/server.rs" [dependencies.actix-http] version = "3.0.4" [dependencies.actix-web] version = "4.3.1" features = [ "macros", "compress-gzip", ] default_features = false [dependencies.base64] version = "0.21.0" [dependencies.bzip2] version = "0.4.4" [dependencies.futures] version = "0.3" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.5.2" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.spiral-rs] version = "0.2.1-alpha.2" [dependencies.uuid] version = "1.0.0" features = ["v4"] [features] default = []