# 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 = "nt-primes" version = "0.1.1" authors = ["J.A Sory j_a_sory@protonmail.com"] description = "Recreational mathematics crate for various forms of primes." homepage = "https://rust-cas.org" readme = "Readme.md" keywords = [ "prime", "primes", "primality", ] categories = ["mathematics"] license = "MIT" repository = "https://github.com/JASory/nt-primes" [dependencies.number-theory] version = "0.0.24"