Cargo Features

predawn-schema has no features set by default.

[dependencies]
predawn-schema = { version = "0.7.0", features = ["raw_value", "schemars"] }
raw_value

Enables raw_value of serde_json

serde_json:

Provide a RawValue type that can hold unprocessed JSON during deserialization.

Features from optional dependencies

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code