proxy-types 0.1.0

Basic proxy types for my own uses
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 = "proxy-types"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Basic proxy types for my own uses"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/VPNAPIWrappers2/proxy-scraper.git"

[features]
default = [
    "proxy_parse",
    "into_url",
]
into_url = [
    "url",
    "percent-encoding",
]
proxy_parse = ["url"]

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

[dependencies.percent-encoding]
version = "2.3"
optional = true

[dependencies.url]
version = "2"
optional = true