# 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" rust-version = "1.56.0" name = "sunscreen" version = "0.8.1" authors = ["Sunscreen"] description = "A Fully Homomorphic Encryption (FHE) compiler supporting the Brakerski/Fan-Vercauteren (BFV) scheme." homepage = "https://sunscreen.tech" documentation = "https://docs.sunscreen.tech" readme = "crates-io.md" keywords = [ "FHE", "BFV", "lattice", "cryptography", ] categories = ["cryptography"] license = "AGPL-3.0-only" repository = "https://github.com/Sunscreen-tech/Sunscreen" [package.metadata.docs.rs] features = ["bulletproofs"] [package.metadata.playground] features = ["bulletproofs"] [[bench]] name = "fractional_range_proof" harness = false [[bench]] name = "smart_fhe" harness = false [dependencies.bumpalo] version = "3.8.0" [dependencies.crypto-bigint] version = "0.5.2" [dependencies.log] version = "0.4.14" [dependencies.num] version = "0.4.1" [dependencies.paste] version = "1.0.14" [dependencies.petgraph] version = "0.6.0" features = ["serde-1"] [dependencies.seal_fhe] version = "0.8.1" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.static_assertions] version = "1.1.0" [dependencies.subtle] version = "2.4.1" [dependencies.sunscreen_backend] version = "0.8.1" [dependencies.sunscreen_compiler_common] version = "0.8.1" [dependencies.sunscreen_compiler_macros] version = "0.8.1" [dependencies.sunscreen_fhe_program] version = "0.8.1" [dependencies.sunscreen_runtime] version = "0.8.1" [dependencies.sunscreen_zkp_backend] version = "0.8.1" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.bulletproofs] version = "0.8.1" features = ["yoloproofs"] package = "sunscreen_bulletproofs" [dev-dependencies.criterion] version = "0.5.1" default-features = false [dev-dependencies.curve25519-dalek] version = "0.8.1" features = [ "serde", "u64_backend", "alloc", ] default-features = false package = "sunscreen_curve25519" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.proptest] version = "1.1.0" [dev-dependencies.serde_json] version = "1.0.74" [dev-dependencies.sunscreen_compiler_common] version = "0.8.1" [dev-dependencies.sunscreen_zkp_backend] version = "0.8.1" features = ["bulletproofs"] [features] bulletproofs = ["sunscreen_zkp_backend/bulletproofs"] deterministic = [ "seal_fhe/deterministic", "sunscreen_runtime/deterministic", ] hexl = ["seal_fhe/hexl"] transparent-ciphertexts = ["seal_fhe/transparent-ciphertexts"]