# 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 = "ifwifi" version = "1.2.0" authors = ["Marcelo Araujo "] description = "A simple Wifi CLI wrapper over the long and tedious nmcli using wifiscanner" homepage = "https://github.com/araujobsd/ifwifi/" readme = "README.md" keywords = [ "cli", "wifi", "nmcli", ] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/araujobsd/ifwifi/" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete_command] version = "0.4" [dependencies.colored] version = "2" [dependencies.prettytable-rs] version = "0.9.0" [dependencies.wifi-rs] version = "0.2.2" [dependencies.wifiscanner] version = "0.5.*"