Cargo Features

fire-http-representation has no features set by default.

[dependencies]
fire-http-representation = { version = "0.4.0-beta.1", features = ["json", "query"] }
json = serde, serde_json
query = serde, serde_urlencoded

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 json? query?
serde_json json?
serde_urlencoded query?