Cargo Features

Cursive-core has no features set by default.

[dependencies]
cursive_core = { version = "0.3.7", features = ["markdown", "ansi", "doc-cfg", "unstable_scroll", "toml"] }
markdown = pulldown-cmark
ansi = ansi-parser
doc-cfg
unstable_scroll

Deprecated feature, remove in next version

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 implicit feature

Enables toml ^0.5

Affects theme::load_theme_file, theme::load_toml

ansi-parser ansi?

Enables ansi-parser ^0.8.0

pulldown-cmark markdown?

Enables pulldown-cmark ^0.9