Cargo Features
[dependencies]
alloy-json-abi = { version = "0.8.10", default-features = false, features = ["std", "serde_json"] }
- default = std
-
The
std
feature is set by default wheneveralloy-json-abi
is added without
somewhere in the dependency tree.default-features = false - 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.