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 default-features = false somewhere in the dependency tree.

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.