Cargo Features

[dependencies]
transparent_proxy = { version = "0.4.0", default-features = false, features = ["http", "socks5"] }
default = http, socks5

These default features are set whenever transparent_proxy is added without default-features = false somewhere in the dependency tree.

http default = base64

Affects transparent_proxy::http

socks5 default

Affects transparent_proxy::socks

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

base64 http

Enables base64 ^0.13.1