mid 1.1.4

Creating a unique machine ID hash for MacOS/Linux/Windows
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "mid"
version = "1.1.4"
edition = "2021"
authors = ["doroved"]
description = "Creating a unique machine ID hash for MacOS/Linux/Windows"
readme = "README.md"
repository = "https://github.com/doroved/mid"
license = "MIT OR Apache-2.0"
keywords = ["hwid", "machineid", "hardware-id", "machineuid", "uuid"]
categories = ["authentication", "config", "accessibility"]

[lib]
doctest = false

[dependencies]
hex = "0.4.3"
hmac-sha256 = "1.1.7"