# 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 = "blyss-rs" version = "0.2.0" authors = [ "Samir Menon ", "Neil Movva ", ] description = "Rust client for Blyss" 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" [dependencies.base64] version = "0.21.0" [dependencies.bzip2-rs] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.16" features = [ "multipart", "rustls-tls", ] default-features = false [dependencies.ruint] version = "1.2.0" features = [ "serde", "num-bigint", "ark-ff", ] [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.spiral-rs] version = "0.2.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1" features = ["macros"] [dev-dependencies]