# 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 = "is-prime2" version = "0.1.0" description = "A simple crate to check if a number is prime" readme = "README.md" license = "MIT" repository = "https://github.com/notgull/is-prime" [[bench]] name = "is_prime" path = "benches/benchmark.rs" harness = false [dependencies.criterion] version = "0.5.1" features = [ "tokio", "smol", ] [dependencies.itertools] version = "0.10.5" [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11.18" features = ["rustls-tls"] default-features = false [dependencies.smallvec] version = "1.10.0" [dependencies.smol] version = "1.3.0" [dependencies.tokio] version = "1.28.2"