Cargo Features

[dependencies]
proxy-types = { version = "0.1.0", default-features = false, features = ["proxy_parse", "into_url"] }
default = into_url, proxy_parse

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

proxy_parse default = url

Affects proxy-types::ParseErr

into_url default = percent-encoding, url

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.

url into_url proxy_parse
percent-encoding into_url