# 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" version = "0.7.1" authors = ["Jelle Vos "] description = "Lightweight cryptographic building blocks for proof of concept implementations in multi-party computation" homepage = "https://crates.io/crates/scicrypt" 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 [dependencies.scicrypt-bigint] version = "0.7.1" [dependencies.scicrypt-he] version = "0.7.1" [dependencies.scicrypt-numbertheory] version = "0.7.1" [dependencies.scicrypt-traits] version = "0.7.1"