# 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 = "2018" name = "sta-rs" version = "0.3.1" authors = ["Alex Davidson "] description = "Distributed Secret-Sharing for Threshold Aggregation Reporting" documentation = "https://docs.rs/sta-rs" readme = "README.md" keywords = [ "crypto", "protocol", "privacy", "secret", "analytics", ] categories = [ "cryptography", "algorithms", ] license = "MPL-2.0" repository = "https://github.com/brave/sta-rs" resolver = "2" [[bench]] name = "bench" harness = false [dependencies.adss] version = "0.2.3" [dependencies.ppoprf] version = "0.4.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.strobe-rs] version = "0.10.0" [dependencies.zeroize] version = "1.5.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" features = ["std"] [features] star2 = []