Cargo Features
[dependencies]
autd3-link-soem = { version = "29.0.0", default-features = false, features = ["all", "blocking", "local", "remote", "serde", "async", "async-trait"] }
- default = local
-
The
local
feature is set by default wheneverautd3-link-soem
is added without
somewhere in the dependency tree.default-features = false - all = local, remote
- blocking = remote, tokio
- local default all? = anyhow, cc, getset, glob, spin_sleep, ta, thiserror, thread-priority, time, windows
-
Enables utils of autd3-core
Affects
autd3-link-soem::local
… - remote all? blocking? = async, autd3-protobuf, tonic
-
Affects
autd3-link-soem::remote
… - serde
-
Enables serde
- async remote?
-
Enables async of autd3-core
- async-trait
-
Enables async-trait of autd3-core 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.