# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "win32-wlan" version = "0.1.0" authors = ["Cai Lue "] description = "Higher level Rust bindings for the Win32 WLAN API" homepage = "https://github.com/ClSlaid/win32-wlan" readme = "README.md" categories = [ "api-bindings", "wlan", "windows", "win32", ] license = "MPL-2.0" repository = "https://github.com/ClSlaid/win32-wlan" [dependencies.get-last-error] version = "0.1.1" [dependencies.log] version = "0.4.17" [dependencies.windows] version = "0.48.0" features = [ "Networking_Connectivity", "Devices", "Devices_WiFi", "Foundation", "Foundation_Collections", "Win32_Foundation", "Win32_Networking_WinHttp", "Win32_NetworkManagement_WiFi", ] [features] default = []