Cargo Features

[dependencies]
sputnikvm-network-foundation = { version = "0.11.0-beta.0", default-features = false, features = ["std", "rlp", "c-secp256k1", "rust-secp256k1"] }
default = c-secp256k1, std

These default features are set whenever sputnikvm-network-foundation is added without default-features = false somewhere in the dependency tree.

std default

Enables std of sputnikvm

rlp

Enables rlp of etcommon-bigint

c-secp256k1 default

Enables c-secp256k1 of sputnikvm, sputnikvm-precompiled-bn128, and sputnikvm-precompiled-modexp

rust-secp256k1

Enables rust-secp256k1 of sputnikvm, sputnikvm-precompiled-bn128, and sputnikvm-precompiled-modexp

sputnikvm-network-foundation has 5 features without comments.