mid 5.0.1

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

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

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

[dependencies.serde_json]
optional = true
version = "1.0.145"

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

[lib]
crate-type = ["lib", "staticlib"]
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/iOS"
edition = "2024"
include = ["src/**/*", "Cargo.toml", "README.md"]
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 = "5.0.1"

[target.'cfg(target_os = "ios")'.dependencies.core-foundation]
version = "0.10.1"

[target.'cfg(target_os = "ios")'.dependencies.nanoid]
version = "0.4.0"

[target.'cfg(target_os = "ios")'.dependencies.security-framework]
version = "3.5.1"

[target.'cfg(target_os = "ios")'.dependencies.sha2]
version = "0.10.9"