# 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 = "phantom-zone" version = "0.1.0" description = "Library for multi-party computation using fully-homomorphic encryption" readme = "README.md" keywords = [ "fhe", "mpc", "cryptography", ] license = "MIT" repository = "https://github.com/gausslabs/phantom-zone" [[example]] name = "interactive_fheuint8" path = "./examples/interactive_fheuint8.rs" [[example]] name = "non_interactive_fheuint8" path = "./examples/non_interactive_fheuint8.rs" required-features = ["non_interactive_mp"] [[example]] name = "meeting_friends" path = "./examples/meeting_friends.rs" required-features = ["non_interactive_mp"] [[example]] name = "bomberman" path = "./examples/bomberman.rs" required-features = ["non_interactive_mp"] [[example]] name = "div_by_zero" path = "./examples/div_by_zero.rs" required-features = ["non_interactive_mp"] [[example]] name = "if_and_else" path = "./examples/if_and_else.rs" required-features = ["non_interactive_mp"] [[bench]] name = "ntt" harness = false [[bench]] name = "modulus" harness = false [dependencies.itertools] version = "0.12.0" [dependencies.num-bigint-dig] version = "0.8.4" features = ["prime"] [dependencies.num-traits] version = "0.2.18" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.3" [dev-dependencies.criterion] version = "0.5.1" [features] interactive_mp = [] non_interactive_mp = []