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 wheneverwecom_bot
is added without
somewhere in the dependency tree.default-features = false - 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.