Cargo Features

[dependencies]
multiversx-sc-meta = { version = "0.49.0-alpha.4", default-features = false, features = ["standalone", "template-test-current", "template-test-released"] }
standalone default = common-path, copy_dir, pathdiff, reqwest, ruplacer, zip

Affects cmd::standalone

Required by the sc-meta binary

template-test-current
template-test-released
default = standalone

no other way to have a default feature in bin at the moment contract meta crates should add default-features = false

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.

ruplacer standalone
reqwest standalone

Enables reqwest ^0.11.4

zip standalone

Enables zip ^0.6.4

copy_dir standalone
pathdiff standalone
common-path standalone