nord-proxy 0.2.1

A Rust crate for retrieving NordVPN HTTP and SOCKS5 proxy endpoints for use with reqwest.
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 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 = "2024"
name = "nord-proxy"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for retrieving NordVPN HTTP and SOCKS5 proxy endpoints for use with reqwest."
readme = "README.md"
keywords = [
    "nordvpn",
    "proxy",
    "socks5",
    "reqwest",
]
categories = ["network-programming"]
license = "MIT"

[lib]
name = "nord_proxy"
path = "src/lib.rs"

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]