# 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 = "2018" name = "machineid-rs" version = "1.2.4" authors = ["Taptiive "] description = "Get an encrypted unique MachineID/HWID/UUID. Inspired by .Net DeviceId." readme = "README.md" keywords = [ "hwid", "machineid", "hardware-id", "machineuid", "uuid", ] categories = [ "authentication", "config", "accessibility", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Taptiive/machineid-rs" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.md-5] version = "0.10.1" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.sha-1] version = "0.10.0" [dependencies.sha2] version = "0.10.2" [dependencies.sysinfo] version = "0.29.6" [dependencies.uuid] version = "1.3.0" features = ["v4"] [dependencies.whoami] version = "1.2.1" [target."cfg(unix)".dependencies.serde_json] version = "1.0.74" [target."cfg(windows)".dependencies.winreg] version = "0.11.0" [target."cfg(windows)".dependencies.wmi] version = "0.12.0"