# 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 = "star-constellation" version = "0.2.4" authors = ["Alex Davidson "] description = "Nested threshold aggregation built on the STAR protocol" documentation = "https://docs.rs/star-constellation" readme = "README.md" keywords = [ "crypto", "protocol", "privacy", "analytics", ] categories = [ "cryptography", "algorithms", ] license = "MPL-2.0" repository = "https://github.com/brave/constellation" [dependencies.bincode] version = "1.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.ppoprf] version = "0.4.1" [dependencies.rand] version = "0.8" features = ["getrandom"] [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.sta-rs] version = "0.3.1" [dev-dependencies.base64] version = "0.22.0"