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 whenever autd3-link-twincat is added without default-features = false somewhere in the dependency tree.

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.

itertools remote?
libloading local
tracing remote?
cc build remote?