Cargo Features

[dependencies]
serde_json_path = { version = "0.6.7", default-features = false, features = ["trace", "functions"] }
default = functions

The functions feature is set by default whenever serde_json_path is added without default-features = false somewhere in the dependency tree.

trace

Enables tracing, trace of serde_json_path_core

functions default

Enables functions of serde_json_path_core

serde_json_path has 3 features without comments.