/ Cargo.toml
Cargo.toml
1 [package] 2 authors = ["Chris Paige"] 3 name = "host_discovery" 4 license = "MIT" 5 documentation = "https://docs.rs/host_discovery" 6 description = "A simple Rust crate for host discovery" 7 version = "1.9.2" 8 repository = "https://github.com/v0idmatr1x/host_discovery" 9 edition = "2021" 10 11 [dependencies] 12 num_cpus = "1.16.0" 13 reqwest = { version = "0.11.24", features = ["blocking"] } 14 wgpu = "0.19.1" 15 16 [target.'cfg(windows)'.dependencies] 17 winreg = "0.52.0"