# 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 = "memtester" version = "1.0.2" authors = ["Tom Gouville "] publish = true description = "A Rust utility to test memory." readme = "README.md" license = "GPL-3.0" resolver = "2" [profile.release] opt-level = 3 lto = true strip = true [[bin]] name = "memtester-rs" path = "src/main.rs" bench = false [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.libmemtester] version = "1" [dependencies.regex] version = "1"