mvs_lib 1.7.0

Filter Mullvad's SOCKS5 proxies by country, city, weight and online status
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 = "mvs_lib"
version = "1.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Filter Mullvad's SOCKS5 proxies by country, city, weight and online status"
homepage = "https://github.com/APT37/mullvad-socks"
documentation = "https://github.com/APT37/mullvad-socks"
readme = "README.md"
keywords = [
    "mullvad",
    "socks5",
    "filter",
    "proxy",
    "api",
]
license = "MIT-0"
repository = "https://github.com/APT37/mullvad-socks"
resolver = "2"

[lib]
name = "mvs_lib"
path = "mvs_lib.rs"

[dependencies.deunicode]
version = "1.6.*"

[dependencies.serde]
version = "1.0.*"
features = ["derive"]

[dev-dependencies.reqwest]
version = "0.12.*"
features = [
    "blocking",
    "http2",
    "json",
    "rustls-tls",
]
default-features = false