# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "nearby" version = "0.1.5" authors = ["Flavio "] description = "Scans all nearby wifi networks and the devices connected to each network" documentation = "https://github.com/wisespace-io/nearby" readme = "README.md" keywords = ["wireless", "wifi", "dot11", "netjson"] license = "MIT OR Apache-2.0" repository = "https://github.com/wisespace-io/nearby" [dependencies.actix] version = "0.7" [dependencies.actix-web] version = "0.7" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.console] version = "0.9" [dependencies.crossbeam-channel] version = "0.4" [dependencies.ctrlc] version = "3.1" [dependencies.env_logger] version = "0.7" [dependencies.error-chain] version = "0.12" [dependencies.futures] version = "0.1" [dependencies.pcap] version = "0.7.0" [dependencies.radiotap] version = "1.3" [dependencies.reqwest] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"