Cargo Features

[dependencies]
autd3-link-twincat = { 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-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

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
cc build remote?