[package] name = "tokio-wifiscanner" version = "0.2.2" authors = ["MichaƂ Mania "] edition = "2018" description = "List WiFi hotspots in your area" repository = "https://github.com/mic90/tokio-wifiscanner" documentation = "https://docs.rs/tokio-wifiscanner" keywords = ["wifi","hotspots","network","tokio"] readme = "README.md" license = "Apache-2.0" [[example]] name = "scan" path = "src/examples/main.rs" [dependencies] regex = "1" itertools = "0.10.0" tokio = { version = "1.40.0", features = ["process"] } os-version = "0.2.0" version-compare = "0.2.0" [dev-dependencies] regex = "1" itertools = "0.10.0" tokio = { version = "1.40.0", features = ["macros", "rt", "process"] }