Cargo Features

[dependencies]
alloy-json-abi = { version = "0.7.2", default-features = false, features = ["std", "serde_json"] }
default = std

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

std default

Enables std of alloy-primitives, alloy-sol-type-parser, serde, and optional serde_json

serde:

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

serde_json

Enables serde_json

alloy-json-abi has 3 features without comments.