Cargo Features

[dependencies]
grammers-client = { version = "0.8.1", default-features = false, features = ["markdown", "html", "proxy", "parse_invite_link", "fs"] }
default = fs

The fs feature is set by default whenever grammers-client is added without default-features = false somewhere in the dependency tree.

markdown = pulldown-cmark
html = html5ever
proxy

Enables proxy of grammers-mtsender

fs default

Enables fs of tokio

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.35.0

pulldown-cmark markdown?
url parse_invite_link?