Cargo Features
[dependencies]
klever-sc-meta = { version = "0.44.0", 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.