nordselect 1.0.1

Select the ideal NordVPN server
Documentation
# 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 = "nordselect"
version = "1.0.1"
authors = ["Ward Segers <w@rdsegers.be>"]
description = "Select the ideal NordVPN server"
homepage = "https://editicalu.github.io/nordselect"
keywords = ["vpn", "nordvpn"]
license = "MIT"
repository = "https://github.com/editicalu/nordselect"
[dependencies.clap]
version = "^2"
features = ["suggestions", "color"]
default-features = false

[dependencies.openssl]
version = "0.10"
features = ["vendored"]
default-features = false

[dependencies.oping]
version = "0.3.3"

[dependencies.regex]
version = "^1"

[dependencies.reqwest]
version = "0.8.6"

[dependencies.serde]
version = "^1"

[dependencies.serde_derive]
version = "^1"

[dependencies.serde_json]
version = "^1"