Cargo Features

[dependencies]
wecom_bot = { version = "0.2.0", default-features = false, features = ["blocking_api", "async_api"] }
default = blocking_api

The blocking_api feature is set by default whenever wecom_bot is added without default-features = false somewhere in the dependency tree.

blocking_api default
async_api = tokio

Affects bot::WeComBotAsync, bot::WeComBotAsyncBuilder

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 async_api?