Cargo Features
[dependencies]
tan_lili = { version = "0.3.0", default-features = false, features = ["std", "private_api"] }
- default = std
-
The
stdfeature is set by default whenevertan_liliis added withoutsomewhere in the dependency tree.default-features = false - std default = cpal, dirs-next, rodio
-
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
tan_lili::audio… - private_api
-
Affects
lili::LiliRequest…
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.
- dirs-next std
- rodio std
-
Enables rodio ^0.20
- cpal std
-
Enables cpal ^0.15