# 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 = "scicrypt-he" version = "0.7.1" authors = ["Jelle Vos "] description = "A scicrypt crate implementing several well-known partially homomorphic (threshold) cryptosystems" homepage = "https://crates.io/crates/scicrypt-he" readme = "README.md" license = "MIT" repository = "https://github.com/jellevos/scicrypt" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [lib] bench = false [[bench]] name = "bench" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.curve25519-dalek] version = "4.0.0-pre.2" features = ["serde"] package = "curve25519-dalek" [dependencies.rand_core] version = "0.6" [dependencies.rug] version = "1.13" features = [ "integer", "rand", "serde", ] default-features = false [dependencies.scicrypt-bigint] version = "0.7.1" [dependencies.scicrypt-numbertheory] version = "0.7.1" [dependencies.scicrypt-traits] version = "0.7.1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3.3"