# 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 = "primeshor" version = "0.2.0" authors = ["Bader alotaibi baderalotaibi3@gmail.com"] description = "A Rust project to explore prime numbers and factorization" documentation = "https://docs.rs/primeshor" readme = "README.md" keywords = [ "prime", "mathematics", "number-theory", "algorithms", ] categories = [ "algorithms", "mathematics", "science", "cryptography", ] license = "MIT" repository = "https://github.com/BDR-Pro/PrimeShorRustPackage" [lib] path = "src/lib.rs" [[bin]] name = "primeshor" path = "src/main.rs" [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2"