Cargo Features

[dependencies]
jaq-json = { version = "1.0.0-beta", default-features = false, features = ["parse", "serde_json"] }
default = parse

The parse feature is set by default whenever jaq-json is added without default-features = false somewhere in the dependency tree.

parse default = hifijson

Affects jaq-json::funs

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.

hifijson parse
serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format