Cargo Features
script-meditate has no features set by default.
[dependencies]
script-meditate = { version = "0.1.0", features = ["doc", "json", "toml", "yaml"] }
- doc
-
Enable crates only used for documentation.
Enables document-features
- json
-
Frontmatter format selection
One or more of these must be enabled. Enables JSON parsing.
Enables serde_json
- toml
-
Enables TOML parsing.
Enables toml
- yaml
-
Enables YAML parsing.
Enables serde_yaml
TODO: use a maintained version