# 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 = "2021" name = "uniqueid" version = "0.2.6" description = " Generates a unique hash/identifier for a system given a set of parameters." homepage = "https://github.com/ChecksumDev/uniqueid" readme = "README.md" keywords = [ "unique", "identifier", "hash", "hwid", "hardware-id", ] categories = [ "cryptography", "authentication", "data-structures", "os", "hardware-support", ] license = "GPL-3.0" resolver = "2" [dependencies.sha3] version = "0.10" [dependencies.sysinfo] version = "0.23"