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