# 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 = "wifi-ctrl" version = "0.2.5" authors = ["Louis Thiery "] description = "Tokio-based runtimes for communicating with hostapd and wpa-supplicant" readme = "README.md" keywords = [ "hostapd", "wpa-supplicant", "wpa_supplicant", "wpa-cli", "wifi", ] license = "Apache-2.0" repository = "https://github.com/novalabsxyz/wifi-ctrl" [dependencies.config] version = "0" features = ["ini"] default-features = false [dependencies.log] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "rt", "sync", "macros", "time", ] default-features = false [dev-dependencies.env_logger] version = "0" [dev-dependencies.futures] version = "0" [dev-dependencies.network-interface] version = "1" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "io-std", "io-util", ] [dev-dependencies.tokio-util] version = "0" features = ["codec"]