# 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-traits" version = "0.7.1" authors = ["Jelle Vos "] description = "A scicrypt crate defining general traits for cryptographic systems and functionalities" homepage = "https://crates.io/crates/scicrypt-traits" 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.rand_core] version = "0.6" [dependencies.rug] version = "1.13" features = [ "integer", "rand", ] default-features = false