Cargo Features

autd3-core has no features set by default.

[dependencies]
autd3-core = { version = "30.0.0", features = ["acoustics", "async", "async-trait", "datagram", "defined", "derive", "dynamic_freq", "ethercat", "gain", "geometry", "left_handed", "link", "modulation", "sampling_config", "use_meter", "utils"] }
acoustics = defined, geometry

Affects autd3-core::acoustics

async async-trait?
async-trait = async

Enables async-trait

datagram derive? gain? link? modulation? = defined, ethercat, geometry

Affects autd3-core::datagram

defined acoustics? datagram? gain? geometry? modulation? = derive_more

Enables add, debug and mul of derive_more

Affects autd3-core::defined

derive = autd3-derive, datagram, getset, tracing

Affects autd3-core::derive

dynamic_freq
ethercat datagram? link? = thiserror, time

Affects autd3-core::ethercat

gain = bit-vec, datagram, defined, derive_more, geometry, thiserror, zerocopy

Enables display of derive_more

Affects autd3-core::gain

geometry acoustics? datagram? gain? link? = bvh, defined, derive_more, getset, nalgebra, paste

Enables add, debug, deref, into_iterator and mul of derive_more

Affects autd3-core::geometry

left_handed

Enables display of derive_more

Affects autd3-core::link

modulation = datagram, defined, derive_more, getset, sampling_config, utils

Enables display of derive_more

Affects autd3-core::modulation

sampling_config modulation?

Affects autd3-core::sampling_config

use_meter
utils modulation? = windows

Affects autd3-core::utils

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-derive derive?
bit-vec gain?
bvh geometry?
derive_more defined? gain? geometry? link? modulation?
getset derive? geometry? link? modulation?
nalgebra geometry?
paste geometry?
time ethercat?
thiserror ethercat? gain?
tracing derive?
zerocopy gain? link?
windows win utils?

Enables windows ^0.59.0