# 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_zkp_backend" version = "0.8.1" authors = ["Sunscreen"] description = "This crate contains the ZKP backend of the Sunscreen compiler." 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" [dependencies.bulletproofs] version = "0.8.1" features = ["yoloproofs"] optional = true package = "sunscreen_bulletproofs" [dependencies.bumpalo] version = "3.8.0" [dependencies.crypto-bigint] version = "0.5.2" [dependencies.curve25519-dalek] version = "0.8.1" features = [ "serde", "u64_backend", "alloc", ] default-features = false package = "sunscreen_curve25519" [dependencies.log] version = "0.4.14" [dependencies.merlin] version = "3.0.0" optional = true [dependencies.petgraph] version = "0.6.0" features = ["serde-1"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.static_assertions] version = "1.1.0" [dependencies.sunscreen_compiler_common] version = "0.8.1" [dependencies.thiserror] version = "1.0.44" [features] bulletproofs = [ "dep:bulletproofs", "dep:merlin", ] default = ["bulletproofs"]