Cargo Features

[dependencies]
mrsbfh = { version = "0.4.1", default-features = false, features = ["macros", "rustls", "native-tls"] }
default = macros, native-tls

These default features are set whenever mrsbfh is added without default-features = false somewhere in the dependency tree.

macros default = mrsbfh-macros, pulldown-cmark

Affects mrsbfh::commands, mrsbfh::config

rustls

Enables rustls-tls of matrix-sdk ^0.4.1

native-tls default

Enables native-tls of matrix-sdk ^0.4.1

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.

mrsbfh-macros macros

Enables mrsbfh-macros

Command macros

pulldown-cmark macros

Enables pulldown-cmark ^0.9.1

For generating the help text