Cargo Features
[dependencies]
sensevoice-rs = { version = "0.1.7", default-features = false, features = ["stream", "rknpu"] }
- default = rknpu
-
The
rknpufeature is set by default wheneversensevoice-rsis added withoutsomewhere in the dependency tree.default-features = false - stream = async-stream, futures
- rknpu default
-
Enables rknn-rs
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.