# 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 = "dpf-fss" version = "0.5.2" authors = ["myl7 "] description = "Distributed point function implementation" homepage = "https://github.com/myl7/fss" documentation = "https://github.com/myl7/fss#readme" readme = "README.md" keywords = [ "crypto", "dpf", "fss", "dist-point-fn", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/myl7/fss.git" [[bench]] name = "dpf" harness = false required-features = ["prg"] [[bench]] name = "dpf_eval" harness = false required-features = ["prg"] [dependencies.aes] version = "0.8.3" optional = true [dependencies.bitvec] version = "1.0.1" [dependencies.dcf] version = "0.5.2" default-features = false [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", "dcf/multithread", ] prg = ["aes"]