Cargo Features

[dependencies]
autd3-link-soem = { version = "22.1.0", default-features = false, features = ["all", "local", "remote", "async-trait"] }
default = local

The local feature is set by default whenever autd3-link-soem is added without default-features = false somewhere in the dependency tree.

all = local, remote
local default all? = async-channel, cc, glob, thiserror, time

Affects autd3-link-soem::local

remote all? = autd3-protobuf, tonic

Affects autd3-link-soem::remote

async-trait

Enables async-trait of autd3-driver and autd3-protobuf

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.

autd3-protobuf async-trait? remote?
thiserror local
time local
tonic remote?
async-channel local
cc build local
glob build local