[dependencies.hex]
version = "0.4.3"
[dependencies.hmac]
version = "0.12.1"
[dependencies.sha2]
version = "0.10.9"
[dependencies.thiserror]
version = "2"
[lib]
name = "rs_machineid"
path = "src/lib.rs"
[package]
authors = ["xbmlz <chenxc170016@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "config", "accessibility"]
description = "Get the unique machine ID of any host (without admin privileges)."
documentation = "https://docs.rs/rs-machineid"
edition = "2024"
homepage = "https://github.com/xbmlz/rs-machineid"
keywords = ["machineid", "hostid", "cross-platform"]
license = "MIT"
name = "rs-machineid"
readme = "README.md"
repository = "https://github.com/xbmlz/rs-machineid"
version = "0.2.0"
[target."cfg(windows)".dependencies.winreg]
version = "0.55.0"