virust 2.1.5

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.
[dependencies.chrono]
version = "0.4.26"

[dependencies.clap]
features = ["derive"]
version = "4.3.4"

[dependencies.eframe]
features = ["wgpu"]
version = "0.22.0"

[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]
features = ["full"]
version = "1"

[package]
categories = ["command-line-utilites", "development-tools"]
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."
edition = "2021"
keywords = ["ram", "memory", "benchmark"]
license = "MIT"
name = "virust"
readme = "README.md"
repository = "https://github.com/JuanCSUCoder/ViRust/"
version = "2.1.5"
[profile.dev]
incremental = true

[profile.release]
codegen-units = 1
incremental = true
lto = true
strip = true