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 wheneverhelm-wrapper-rs
is added without
somewhere in the dependency tree.default-features = false - 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
…