Cargo Features

[dependencies]
gloo-history = { version = "0.2.2", default-features = false, features = ["query"] }
default = query

The query feature is set by default whenever gloo-history is added without default-features = false somewhere in the dependency tree.

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.

serde_urlencoded query
thiserror query