Cargo Features

[dependencies]
object-query = { version = "0.1.6", default-features = false, features = ["std", "json"] }
default = json, std

These default features are set whenever object-query is added without default-features = false somewhere in the dependency tree.

std default

Enables std of serde_json

json default = serde_json

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 json std