host_discovery 2.1.9

A simple Rust crate for host discovery
Documentation
[dependencies.raw-cpuid]
version = "11.2.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.wgpu]
version = "24.0.0"

[lib]
name = "host_discovery"
path = "src/lib.rs"

[package]
authors = ["Chris Paige"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple Rust crate for host discovery"
documentation = "https://docs.rs/host_discovery"
edition = "2021"
license = "MIT"
name = "host_discovery"
readme = "README.md"
repository = "https://github.com/chrispaig3/host_discovery"
version = "2.1.9"

[target."cfg(windows)".dependencies.windows-registry]
version = "0.5.1"