Cargo Features
[dependencies]
libimagentryview = { version = "0.10.1", default-features = false, features = ["markdownviewer"] }
- default = markdownviewer
-
The
markdownviewer
feature is set by default wheneverlibimagentryview
is added without
somewhere in the dependency tree.default-features = false - 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