Cargo Features

[dependencies]
elrond-wasm-sc-dns = { version = "1.1.0", default-features = false, features = ["wasm-output-mode", "elrond-wasm-module-features-default"] }
default = elrond-wasm-module-features-default

The elrond-wasm-module-features-default feature is set by default whenever elrond-wasm-sc-dns is added without default-features = false somewhere in the dependency tree.

wasm-output-mode = elrond-wasm-module-features-wasm, elrond-wasm-node

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.

elrond-wasm-module-features-default default

Enables elrond-wasm-module-features ^0.16.1

elrond-wasm-module-features-wasm wasm-output-mode?

Enables elrond-wasm-module-features ^0.16.1

elrond-wasm-node wasm-output-mode?

Enables elrond-wasm-node ^0.16.1