Cargo Features
blynk_io has no features set by default.
[dependencies]
blynk_io = { version = "0.3.0", features = ["build-binary", "async"] }
- build-binary = simple_logger
-
Required by the binary
- async = anyhow, async-trait, smol, smol-potat, thiserror
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.
- simple_logger build-binary?
-
Enables simple_logger ^2.1.0
- smol async?
-
Enables smol ^1.2
- smol-potat async?
- async-trait async?
- anyhow async?
- thiserror async?