Cargo Features

[dependencies]
ethereum-types-solana = { version = "0.1.0", default-features = false, features = ["std", "codec", "num-traits", "rlp", "serialize", "arbitrary"] }
default = ethbloom, rlp, serialize, std

These default features are set whenever ethereum-types-solana is added without default-features = false somewhere in the dependency tree.

std default

Enables std of optional ethbloom ^0.13, fixed-hash, primitive-types-solana, and uint ^0.9

codec = impl-codec, scale-info

Enables codec of ethbloom ^0.13, scale-info of primitive-types-solana

num-traits

Enables num-traits of primitive-types-solana

rlp default = impl-rlp

Enables rlp of ethbloom ^0.13 and primitive-types-solana

serialize default = impl-serde

Enables serialize of ethbloom ^0.13, serde_no_std of primitive-types-solana

arbitrary

Enables arbitrary of ethbloom ^0.13, fixed-hash, and uint ^0.9

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.

impl-codec codec?

Enables impl-codec ^0.6.0

impl-rlp rlp

Enables impl-rlp ^0.3

impl-serde serialize

Enables impl-serde ^0.4.0

scale-info codec?
ethbloom default arbitrary? codec? rlp serialize

Enables ethbloom ^0.13