# 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 = "fss-rs" version = "0.6.0" authors = ["myl7 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Function secret sharing including distributed comparison & point functions" readme = "README.md" keywords = [ "crypto", "fss", "dcf", "dpf", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/myl7/fss.git" [lib] name = "fss_rs" path = "src/lib.rs" [[bench]] name = "dcf_gen" path = "benches/dcf_gen.rs" harness = false [[bench]] name = "dcf_eval" path = "benches/dcf_eval.rs" harness = false [[bench]] name = "dcf_eval_batch" path = "benches/dcf_eval_batch.rs" harness = false [[bench]] name = "dcf_full_eval" path = "benches/dcf_full_eval.rs" harness = false [[bench]] name = "dpf_gen" path = "benches/dpf_gen.rs" harness = false [[bench]] name = "dpf_eval" path = "benches/dpf_eval.rs" harness = false [[bench]] name = "dpf_eval_batch" path = "benches/dpf_eval_batch.rs" harness = false [[bench]] name = "dpf_full_eval" path = "benches/dpf_full_eval.rs" harness = false [dependencies.aes] version = "0.8.3" optional = true [dependencies.bitvec] version = "1.0.1" [dependencies.rayon] version = "1.7.0" optional = true [dependencies.wide] version = "0.7.26" optional = true [dev-dependencies.arbtest] version = "0.3.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] [features] default = [ "prg", "multi-thread", ] int-be = [] multi-thread = ["rayon"] prg = ["aes"] stable = ["wide"]