Cargo Features

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

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

regex default

Enables regex

trace

Enables tracing and trace of serde_json_path_core

local crates:

functions default

Enables functions of serde_json_path_core