Cargo Features
[dependencies]
comrak = { version = "0.32.0", default-features = false, features = ["cli", "shortcodes", "syntect", "arbitrary"] }
- default = cli, syntect
-
These default features are set whenever
comrak
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, shell-words, xdg
-
Required by the binary
- shortcodes = emojis
-
Affects
parser::shortcodes
,parser::ExtensionOptions.shortcodes
,scanners::shortcode
…
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.