# 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 = "2021" name = "siiir_modular_power" version = "1.0.7" description = "A console app and library with function to quickly calculate k^n mod m." readme = "README.md" keywords = [ "pow_mod", "modpow", ] categories = [ "command-line-utilities", "mathematics", ] license = "GPL-3.0" repository = "https://github.com/Siiir/modular_power" resolver = "2" [dependencies.num-bigint] version = "0.4" features = ["rand"] [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8.5"