# 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" rust-version = "1.69.0" name = "prime-checker" version = "0.2.21" authors = ["Arkiralor "] publish = true description = "Rust library crate to hold sample functions to check the prime-ness of a given unsigned, 64-bit integer." readme = "README.md" keywords = [ "library", "sample", "prime-numbers", ] license-file = "LICENSE.md" repository = "https://github.com/Arkiralor/PrimeChecker/" [dependencies.lazy_static] version = "1.4.0"