Cargo Features

mdbook-quiz-schema has no features set by default.

[dependencies]
mdbook-quiz-schema = { version = "0.3.4", features = ["json-schema", "ts"] }
json-schema

for generating a JSON schema, used in conjunction with cargo run --bin gen-json-schema

Enables schemars and serde_json

ts

for generating Typescript bindings, used in conjunction with cargo test export_bindings

Enables ts-rs ^7.0.0