# 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 = "modular_equations" version = "1.0.5" authors = ["Elmo Moilanen"] exclude = [".github"] description = "Program to solve quadratic and linear modular equations." documentation = "https://docs.rs/modular_equations/" readme = "README.md" keywords = [ "modular-arithmetic", "congruence", "linear-equations", "quadratic-equations", ] categories = ["mathematics"] license = "CC0-1.0" repository = "https://github.com/elmomoilanen/Modular-equations" [profile.dev] opt-level = 3 overflow-checks = false [profile.release] opt-level = 3 [profile.test] opt-level = 3 overflow-checks = false [dependencies.itertools] version = "0.10" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8"