Cargo Features

[dependencies]
sensevoice-rs = { version = "0.1.7", default-features = false, features = ["stream", "rknpu"] }
default = rknpu

The rknpu feature is set by default whenever sensevoice-rs is added without default-features = false somewhere in the dependency tree.

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.

futures stream?
async-stream stream?