# 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 = "nordselect" version = "1.4.4" authors = ["Ward Segers "] description = "Select the ideal NordVPN server" homepage = "https://editicalu.github.io/nordselect" readme = "README.md" keywords = [ "vpn", "nordvpn", ] license = "MIT" repository = "https://github.com/editicalu/nordselect" [dependencies.clap] version = "^2" features = [ "suggestions", "color", ] default-features = false [dependencies.oping] version = "0.4.0" [dependencies.regex] version = "^1.6" [dependencies.reqwest] version = "0.11.11" features = ["blocking"] [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [badges.maintenance] status = "passively-maintained"