# 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 = "rbenchmark" version = "0.1.0" authors = ["CryptoGladi "] publish = true description = "Library for evaluating the performance of your computer" readme = "README.md" keywords = [ "cpu", "cpu-benchmark", "benchmark", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/CryptoGladi/rbenchmark" [profile.release] opt-level = 3 [dependencies.anyhow] version = "1" [dependencies.byte-unit] version = "4" [dependencies.crossbeam] version = "0.8" features = ["crossbeam-channel"] [dependencies.lzma-rs] version = "0.3" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10" [dependencies.sqlite] version = "0.30" [dependencies.threadpool] version = "1"