Cargo Features

[dependencies]
dygma_focus = { version = "0.4.11", default-features = false, features = ["is_sync", "is_async"] }
default = is_sync

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

is_sync default = serialport

Enables is_sync of maybe-async

is_async = tokio, tokio-serial

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.

serialport is_sync
tokio is_async?
tokio-serial is_async?