Cargo Features
[dependencies]
percent-encoding = { version = "2.3.1", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverpercent-encoding
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
percent-encoding has 3 features without comments.