Cargo Features

[dependencies]
mdbook-tera = { version = "0.5.1", default-features = false, features = ["json", "toml"] }
default = json, toml

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

json default = serde_json

Required by the binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

toml default

Enables toml ~0.5

Required by the binary

serde_json json