spdr-cli 0.1.0

Command-line DDR5 SPD (JESD400-5) decoder and beyond-CRC linter; the spdr binary. Unbuffered (UDIMM) complete; SODIMM, RDIMM, and LRDIMM deferred.
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"
rust-version = "1.85"
name = "spdr-cli"
version = "0.1.0"
authors = ["MERT EFE ŞENSOY <sensoymertefe@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line DDR5 SPD (JESD400-5) decoder and beyond-CRC linter; the spdr binary. Unbuffered (UDIMM) complete; SODIMM, RDIMM, and LRDIMM deferred."
readme = "README.md"
keywords = [
    "ddr5",
    "spd",
    "jedec",
    "memory",
    "cli",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "Apache-2.0"
repository = "https://github.com/The-Open-Memory-Initiative-OMI/spdr"

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

[[bin]]
name = "spdr"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.spdr]
version = "0.1.0"
features = ["serde"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
all = "deny"

[lints.rust]
unsafe_code = "forbid"