[package] authors = ["Chris Paige"] name = "host_discovery" license = "MIT" documentation = "https://docs.rs/host_discovery" description = "A simple Rust crate for host discovery" version = "2.1.6" repository = "https://github.com/chrispaig3/host_discovery" edition = "2021" [dependencies] raw-cpuid = "11.2.0" rayon = "1.10.0" wgpu = "23.0.0" [target.'cfg(windows)'.dependencies] windows-registry = "0.3.0"