Cargo Features
[dependencies]
bluejay-validator = { version = "0.2.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
somewhere in the dependency tree.default-features = false - 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.