Cargo Features
[dependencies]
ink_e2e = { version = "5.0.0", default-features = false, features = ["std", "drink"] }
- default = std
-
The
std
feature is set by default wheneverink_e2e
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of impl-serde ^0.4.0, ink_e2e_macro, pallet-contracts ^29.0.0, parity-scale-codec, scale-info, serde, sp-core ^30.0.0, sp-runtime ^33.0.0, and sp-weights ^29.0.0
scale-info:
Required for the doctest of
MessageBuilder::call
- drink = pallet-contracts-mock-network, subxt-metadata
-
Enables drink =0.14.0, drink of ink_e2e_macro
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.