[package] name = "tokio-wifiscanner" version = "0.2.1" 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.0.2", features = ["process"] } [dev-dependencies] regex = "1" itertools = "0.10.0" tokio = { version = "1.0.2", features = ["macros", "rt", "process"] }