Cargo Features

[dependencies]
termii-rust = { version = "0.1.1", default-features = false, features = ["blocking", "tokio", "async-trait"] }
default = async-trait

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

Enables json of reqwest ^0.11 and full of tokio

tokio:

enable everything

blocking

Enables blocking and json of reqwest ^0.11

Affects termii-rust::blocking

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 default
reqwest default blocking?

Enables reqwest ^0.11

async-trait default