swage-dev-mem 0.2.0

DevMem hammerer module for Swage.
Documentation
# 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 = "2024"
name = "swage-dev-mem"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DevMem hammerer module for Swage."
readme = false
keywords = [
    "rowhammer",
    "security",
    "memory",
    "hardware",
    "attack",
]
categories = ["security"]
license = "MIT"
repository = "https://github.com/UzL-ITS/swage"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "swage_dev_mem"
path = "src/lib.rs"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.swage-core]
version = "0.2"