Cargo Features

grammers-client has no features set by default.

[dependencies]
grammers-client = { version = "0.6.0", features = ["markdown", "html", "proxy", "parse_invite_link", "unstable_raw"] }
markdown = pulldown-cmark
html = html5ever
proxy

Enables proxy of grammers-mtsender

Affects client::InitParams.proxy_url

unstable_raw

Affects grammers-client::parsers

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.

html5ever html?

Enables html5ever ^0.26.0

pulldown-cmark markdown?

Enables pulldown-cmark ^0.9.3

url parse_invite_link?