74 lines
1.6 KiB
TOML
74 lines
1.6 KiB
TOML
# 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 <brian.s.tsoi@gmail.com>"]
|
|
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]
|
|
version = "1.0.69"
|
|
|
|
[dependencies.num_cpus]
|
|
version = "1.16.0"
|
|
|
|
[dependencies.rand]
|
|
version = "0.8.5"
|
|
features = ["small_rng"]
|
|
|
|
[dependencies.serde]
|
|
version = "1.0.214"
|
|
features = ["derive"]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1.0.116"
|
|
|
|
[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",
|
|
]
|