Cargo Features
[dependencies]
gloo-history = { version = "0.2.2", default-features = false, features = ["query"] }
- default = query
-
The
query
feature is set by default whenevergloo-history
is added without
somewhere in the dependency tree.default-features = false - query default = serde_urlencoded, thiserror
-
Affects
history::History.push_with_query
,history::History.replace_with_query
,history::History.push_with_query_and_state
,history::History.replace_with_query_and_state
,gloo-history::query
…
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.