# 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 = "redc" version = "0.1.0" description = "Unsigned integer types which are constrained within a modular field using montgomery multiplication, never overflowing or exceeding the modulo" keywords = ["arithmetic", "modular", "montgomery"] categories = ["mathematics", "algorithms", "cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/corrodedHash/redc-rs" [profile.bench] lto = "fat" codegen-units = 1 debug = 2 [[bench]] name = "criterion" path = "benches/criterion/mod.rs" harness = false [dependencies.num-traits] version = "0.2.14" [dependencies.rug] version = "1.13.0" features = ["integer"] default-features = false [dependencies.twoword] version = "0.1.0" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]