# 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 = "virust" version = "2.1.5" description = "ViRust is a 'benchmarking' tool or software that allows you to fill the desired amount of memory with random values, to see how your computer performs with limited RAM." readme = "README.md" keywords = [ "ram", "memory", "benchmark", ] categories = [ "command-line-utilites", "development-tools", ] license = "MIT" repository = "https://github.com/JuanCSUCoder/ViRust/" [profile.dev] incremental = true [profile.release] lto = true codegen-units = 1 incremental = true strip = true [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.eframe] version = "0.22.0" features = ["wgpu"] [dependencies.log] version = "0.4.19" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.subprocess] version = "0.2.9" [dependencies.thousands] version = "0.2.0" [dependencies.tokio] version = "1" features = ["full"]