# 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 = "dcf" version = "0.5.2" authors = ["myl7 "] description = "Distributed comparison function implementation" homepage = "https://github.com/myl7/fss" documentation = "https://docs.rs/dcf" readme = "README.md" keywords = [ "crypto", "fss", "dcf", "dist-comparison-fn", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/myl7/fss.git" [package.metadata.docs.rs] all-features = true [[bench]] name = "dcf" harness = false required-features = ["prg"] [[bench]] name = "dcf_eval" harness = false required-features = ["prg"] [[bench]] name = "dcf_batch_eval" harness = false required-features = ["prg"] [[bench]] name = "dcf_large_lambda" harness = false required-features = ["prg"] [dependencies.aes] version = "0.8.3" optional = true [dependencies.bitvec] version = "1.0.1" [dependencies.group-math] version = "0.2.1" features = ["byte"] [dependencies.rayon] version = "1.7.0" optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] [features] default = ["multithread"] multithread = ["rayon"] prg = ["aes"]