Cargo Features

[dependencies]
livox2 = { version = "0.2.2", default-features = false, features = ["async-net", "fugit", "simd", "tokio"] }
default = async-net, simd

These default features are set whenever livox2 is added without default-features = false somewhere in the dependency tree.

async-net default

Enables async-net and zerocopy

fugit

Enables fugit

simd default

Enables simd of zerocopy

Features from optional dependencies

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications