# 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 = "prime_factorization" version = "1.0.4" authors = ["Elmo Moilanen"] exclude = [".github"] description = "Prime factorization up to 128 bit integers." documentation = "https://docs.rs/prime_factorization/" readme = "README.md" keywords = [ "prime-factorization", "modular-arithmetic", "elliptic-curves", "factorization", ] categories = ["mathematics"] license = "CC0-1.0" repository = "https://github.com/elmomoilanen/prime-factorization" [profile.dev] opt-level = 3 overflow-checks = false [profile.release] opt-level = 3 [profile.test] opt-level = 3 overflow-checks = false [[bench]] name = "bench" harness = false [dependencies.itertools] version = "0.10" [dependencies.num] version = "0.4" [dependencies.rand] version = "0.8" [dev-dependencies.criterion] version = "0.4"