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 wheneverelrond-wasm-sc-dns
is added without
somewhere in the dependency tree.default-features = false - 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.