Cargo Features

[dependencies]
bluejay-validator = { version = "0.1.0", default-features = false, features = ["parser-integration", "one-of-input-objects", "serde_json"] }
default = one-of-input-objects, parser-integration, serde_json

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

parser-integration default

Enables bluejay-parser

one-of-input-objects default
serde_json default

Enables serde_json, serde_json of bluejay-core

bluejay-validator has 4 features without comments.