Cargo Features

[dependencies]
eosio-chain = { version = "0.2.3", default-features = false, features = ["std"] }
default = std

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

std default = eosio-chaintester, eosio-scale-info, serde, serde_json

Enables std of eosio-scale-info and serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

Affects eosio-chain::abi

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.

serde std
serde_json std
eosio-chaintester std
eosio-scale-info std