Cargo Features

target-lexicon has no features set by default.

[dependencies]
target-lexicon = { version = "0.12.14", features = ["std", "serde_support", "arch_zkasm"] }
std serde_support?
serde_support = serde, std
arch_zkasm

Enable (unstable) support for the zkasm architecture.

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 serde_support?