# 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-bigint" version = "0.7.1" authors = ["Jelle Vos "] description = "A scicrypt crate implementing *mostly* constant-time bigints for modular integers" homepage = "https://crates.io/crates/scicrypt-bigint" readme = "README.md" license = "MIT" repository = "https://github.com/jellevos/scicrypt" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex-header.html", ] [dependencies.gmp-mpfr-sys] version = "1.4" default-features = false [dependencies.rug] version = "1.13" features = [ "integer", "rand", "serde", ] optional = true default-features = false [dependencies.scicrypt-traits] version = "0.7.1" [dependencies.serde] version = "1.0" [dev-dependencies.rand] version = "0.8" [features] default = ["rug"] rug = ["dep:rug"]