Cargo Features

[dependencies]
helm-wrapper-rs = { version = "0.4.0", default-features = false, features = ["blocking", "nonblocking", "blocking-mock", "nonblocking-mock"] }
default = blocking

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

blocking default

Affects helm-wrapper-rs::blocking

nonblocking

Enables tokio

Affects helm-wrapper-rs::nonblocking

blocking-mock

Affects helm-wrapper-rs::blocking_mock

nonblocking-mock

Enables tokio

Affects helm-wrapper-rs::nonblocking_mock