# 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-rs" version = "0.2.1-alpha.2" authors = [ "Samir Menon ", "Neil Movva ", ] description = "Rust implementation of 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" [dependencies.getrandom] version = "0.2.8" features = ["js"] [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.6.1" optional = true [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.subtle] version = "2.4" [features] server = ["rayon"]