Cargo Features
[dependencies]
autd3-link-twincat = { version = "29.0.0-rc.9", default-features = false, features = ["all", "local", "remote", "async-trait"] }
- default = local
-
The
local
feature is set by default wheneverautd3-link-twincat
is added without
somewhere in the dependency tree.default-features = false - all = local, remote
- local default all? = libloading
-
Affects
autd3-link-twincat::local
… - remote all? = cc, itertools, tracing
-
Affects
autd3-link-twincat::remote
… - async-trait
-
Enables async-trait of autd3-driver
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.