Cargo Features

[dependencies]
markdown-parser = { version = "0.1.2", default-features = false, features = ["adapt"] }
default = adapt

The adapt feature is set by default whenever markdown-parser is added without default-features = false somewhere in the dependency tree.

adapt default = serde, serde_json, serde_yaml, toml

Affects markdown-parser::adapt…

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.

serde adapt
serde_json adapt
serde_yaml adapt

Enables serde_yaml ^0.8

toml adapt

Enables toml ^0.5.8