sysid 0.1.0

A simple library providing functionality to generate a 'system ID' that can be used to uniquely identify a computer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "sysid"
version = "0.1.0"
edition = "2024"
authors = ["Antfroze"]
description = "A simple library providing functionality to generate a 'system ID' that can be used to uniquely identify a computer."
license = "MIT"
repository = "https://github.com/antfroze/sysid"
keywords = ["hwid", "device", "fingerprint", "system"]

[dependencies]
sha2 = "0.10.9"