Cargo Features

[dependencies]
libimagentryview = { version = "0.10.1", default-features = false, features = ["markdownviewer"] }
default = markdownviewer

The markdownviewer feature is set by default whenever libimagentryview is added without default-features = false somewhere in the dependency tree.

markdownviewer default = mdcat, pulldown-cmark, syntect

Affects builtin::md

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.

mdcat markdownviewer

Enables mdcat ^0.13.0

pulldown-cmark markdownviewer

Enables pulldown-cmark ^0.4

syntect markdownviewer

Enables syntect ^3.2.0