# 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 = "memtest" version = "0.4.0" authors = ["Brian Tsoi "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for detecting faulty memory" homepage = "https://github.com/mozilla/memtest" readme = "README.md" keywords = [ "memory", "stability", ] license = "MPL-2.0" repository = "https://github.com/mozilla/memtest" [lib] name = "memtest" path = "src/lib.rs" [[example]] name = "usage" path = "examples/usage.rs" [dependencies] anyhow = "1.0.69" num_cpus = "1.16.0" serde_json = "1.0.116" tracing = "0.1.37" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dev-dependencies] tracing-subscriber = "0.3.18" [target."cfg(unix)".dependencies] libc = "0.2.158" [target."cfg(windows)".dependencies.windows] version = ">=0.58.0,<0.63" features = [ "Win32_Foundation", "Win32_System_Memory", "Win32_System_SystemInformation", "Win32_System_Threading", ]