Cargo Features
[dependencies]
unrar-async = { version = "0.1.14", default-features = false, features = ["tokio", "async-std"] }
- default = tokio
-
The
tokio
feature is set by default wheneverunrar-async
is added without
somewhere in the dependency tree.default-features = false - tokio default
-
Enables tokio
- async-std
-
Enables async-std
unrar-async has 3 features without comments.