# 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 = "wifilocate" version = "0.1.7" authors = ["Brian Vuku "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get your gps location from wifi networks" readme = "README.md" keywords = [ "wifi", "location", "gps", "gcloud", ] license = "MIT" repository = "https://github.com/brayo-pip/wifilocate" [lib] name = "wifilocate" path = "src/lib.rs" [[example]] name = "gps" path = "examples/gps.rs" [dependencies.dirs] version = "5.0.1" [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.tokio] version = "1.38" features = ["full"] [dependencies.wifi_scanner] version = "0.5.1"