Cargo Features

[dependencies]
url-fork = { version = "3.0.0", default-features = false, features = ["std", "expose_internals", "serde"] }
default = std

The std feature is set by default whenever url-fork is added without default-features = false somewhere in the dependency tree.

std default

Enables std of form_urlencoded, percent-encoding, serde, unicode-bidi, and unicode-normalization

expose_internals

Expose internal offsets of the URL.

Affects quirks::InternalComponents, quirks::internal_components

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

serde implicit feature

With derive