# 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 = "libmemtester" version = "1.2.1" authors = ["Tom Gouville "] publish = true description = "A Rust library for testing memory for faults" readme = "README.md" license = "GPL-3.0" resolver = "2" [lib] name = "libmemtester" path = "src/lib.rs" [dependencies.rand] version = "0.8.5" [target."cfg(any(target_os = \"linux\"))".dependencies.libc] version = "0.2.127" [target."cfg(any(target_os = \"linux\"))".dependencies.nix] version = "0.24.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "memoryapi", "winbase", "processthreadsapi", ]