Cargo Features

rustwemoji-parser has no features set by default.

[dependencies]
rustwemoji-parser = { version = "0.1.1", features = ["discord", "async", "tokio", "async-std"] }
discord
async async-std? tokio?
tokio = async

Enables tokio

Affects rustwemoji-parser::parse

async-std = async

Enables async-std

Affects rustwemoji-parser::parse