# 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_bench" version = "0.1.2" authors = ["Grayson Hieb grayson.hieb@du.edu"] description = "A prime finding benchmarking tool" homepage = "https://github.com/Lowband21/prime_bench" readme = "README.md" keywords = [ "cli", "gui", "bench", "benchmark", "prime", ] categories = ["benchmarking-utilities"] license = "MIT" repository = "https://github.com/Lowband21/prime_bench" [dependencies.iced] version = "0.9.0" [dependencies.iced_graphics] version = "0.8.0" [dependencies.iced_native] version = "0.10.3" [dependencies.iced_wgpu] version = "0.10.0" [dependencies.num-bigint] version = "0.4.3" features = ["rand"] [dependencies.num-traits] version = "0.2.15" [dependencies.num_cpus] version = "1.15.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" [dependencies.requestty] version = "0.5.0"