Cargo Features

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

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

is_sync = serialport

Enables is_sync of maybe-async

is_async default = 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