# 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 = "algebraic-equation-over-finite-prime-field" version = "0.2.1" authors = ["Toru3 "] description = "solve algebraic equation over finite prime field" documentation = "https://docs.rs/algebraic-equation-over-finite-prime-field" readme = "README.md" keywords = ["algebra", "prime", "modulo"] categories = ["algorithms", "mathematics"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/Toru3/algebraic-equation-over-finite-prime-field" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex.html"] [dependencies.modulo-n-tools] version = "0.2.0" [dependencies.num-traits] version = "0.2.14" [dependencies.polynomial-over-finite-prime-field] version = "0.3.1" [dependencies.rand] version = "0.8.4" [dependencies.ring-algorithm] version = "0.4.0" [dev-dependencies.primal] version = "0.3.0" [dev-dependencies.rayon] version = "1.5.1" [features] __internal_inject_debug = [] default = []