Cargo Features

sapi-lite has no features set by default.

[dependencies]
sapi-lite = { version = "0.1.1", features = ["tokio-all", "tokio-rt", "tokio-stt", "tokio-tts"] }
tokio-all = tokio-rt, tokio-stt, tokio-tts
tokio-rt tokio-all?

Enables rt of tokio

tokio:

Includes basic task execution capabilities

tokio-stt tokio-all?

Enables sync of tokio

tokio-tts tokio-all?

Enables sync 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.

tokio tokio-rt? tokio-stt? tokio-tts?

Affects sapi-lite::tokio