Cargo Features
SPath has no features set by default.
[dependencies]
spath = { version = "0.3.0", features = ["json", "regex", "toml"] }
- json
-
Enables serde_json
Affects
spath::json
… - regex
-
Enables regex
optional dependencies
Affects
builtin::matches
,builtin::search
… - toml
-
Enables toml
Affects
spath::toml
…