Cargo Features

[dependencies]
serde_json_path_core = { version = "0.1.6", default-features = false, features = ["trace", "functions"] }
default = functions

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

trace

Enables tracing

functions default

serde_json_path_core has 3 features without comments.