Cargo Features
[dependencies]
autd3-link-soem = { version = "29.0.0-rc.9", default-features = false, features = ["all", "local", "remote", "serde", "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
- local default all? = anyhow, async-channel, cc, glob, spin_sleep, ta, thiserror, thread-priority, time, windows
-
Affects
autd3-link-soem::local
… - remote all? = autd3-protobuf, tonic
-
Affects
autd3-link-soem::remote
… - serde
-
Enables serde
- 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
- thread-priority local
- ta local
- spin_sleep local
- cc build local
- glob build local
- anyhow build local
- windows win local