mid 3.0.3

Creating a Machine ID hash for MacOS/Windows/Linux
Documentation
[dependencies.hex]
version = "0.4.3"

[dependencies.hmac-sha256]
version = "1.1.12"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"

[features]
serde = ["dep:serde"]

[lib]
doctest = false
name = "mid"
path = "src/lib.rs"

[package]
authors = ["doroved"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "config", "accessibility"]
description = "Creating a Machine ID hash for MacOS/Windows/Linux"
edition = "2024"
keywords = ["hwid", "machineid", "hardware-id", "machineuid", "uuid"]
license = "MIT OR Apache-2.0"
name = "mid"
readme = "README.md"
repository = "https://github.com/doroved/mid"
version = "3.0.3"