[package] name = "libiw-async" version = "0.3.0" edition = "2021" authors = ["周睿 "] description = "linux iw command wrapper for async" keywords = ["iw", "wireless", "async"] categories = ["api-bindings"] license-file = "LICENSE" repository = "https://gitee.com/zr233/libiw" [dependencies] log = "0.4" anyhow = "1" encoding_rs = "0.8" macaddr = "1" async-process = "2.3"