[dependencies.raw-cpuid]
version = "11.1.0"
[dependencies.wgpu]
version = "22.1.0"
[lib]
name = "host_discovery"
path = "src/lib.rs"
[package]
authors = ["Chris Paige"]
autobenches = false
autobins = false
autoexamples = 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/v0idmatr1x/host_discovery"
version = "2.0.6"
[target."cfg(windows)".dependencies.winreg]
version = "0.52.0"