[package] name = "easyid" version = "1.0.0" edition = "2021" authors = ["WeaponSmith"] description = "A simple package to reliably identify users (linux and windows) NOT IMMUNE TO SYSTEM REINSTALL!" license = "BSD-2-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hex = "0.4.3" num_cpus = "1.16.0" sha1 = "0.10.6" sysinfo = "0.30.5" [target.'cfg(windows)'.dependencies] winreg = "0.52.0"