Cargo Features

[dependencies]
ergo-lib-c-core = { version = "0.27.1", default-features = false, features = ["rest", "mnemonic_gen"] }
default = mnemonic_gen

These default features are set whenever ergo-lib-c-core is added without default-features = false somewhere in the dependency tree.

Enables compiler of ergo-lib

rest = tokio

Enables rest of ergo-lib

Affects ergo-lib-c-core::rest

mnemonic_gen default

Enables mnemonic_gen of ergo-lib

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio rest?