Cargo Features

[dependencies]
ink_e2e = { version = "5.0.0", default-features = false, features = ["std", "drink"] }
default = std

The std feature is set by default whenever ink_e2e is added without default-features = false somewhere in the dependency tree.

std default

Enables std of impl-serde, 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.

pallet-contracts-mock-network drink?

Enables pallet-contracts-mock-network ^5.0.0

subxt-metadata drink?

Enables subxt-metadata ^0.34.0