Cargo Features
[dependencies]
ecli-rs = { version = "0.2.9", default-features = false, features = ["all", "http", "native"] }
- default = http, native
-
These default features are set whenever
ecli-rs
is added without
somewhere in the dependency tree.default-features = false - all = http, native
- http default all?
-
Enables http-client of ecli-lib
- native default all?
-
Enables ctrlc, native-client of ecli-lib
ecli-rs has 4 features without comments.