# 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 = "2018" name = "tokio-wifiscanner" version = "0.2.2" authors = ["MichaƂ Mania "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "List WiFi hotspots in your area" documentation = "https://docs.rs/tokio-wifiscanner" readme = "README.md" keywords = [ "wifi", "hotspots", "network", "tokio", ] license = "Apache-2.0" repository = "https://github.com/mic90/tokio-wifiscanner" [lib] name = "tokio_wifiscanner" path = "src/lib.rs" [[example]] name = "scan" path = "src/examples/main.rs" [dependencies.itertools] version = "0.10.0" [dependencies.os-version] version = "0.2.0" [dependencies.regex] version = "1" [dependencies.tokio] version = "1.40.0" features = ["process"] [dependencies.version-compare] version = "0.2.0" [dev-dependencies.itertools] version = "0.10.0" [dev-dependencies.regex] version = "1" [dev-dependencies.tokio] version = "1.40.0" features = [ "macros", "rt", "process", ]