Cargo Features
[dependencies]
alloy-dyn-abi = { version = "1.5.2", default-features = false, features = ["std", "eip712", "arbitrary", "debug"] }
- default = std
-
The
stdfeature is set by default wheneveralloy-dyn-abiis added withoutsomewhere in the dependency tree.default-features = false - std default arbitrary? debug?
-
Enables std of alloy-json-abi, alloy-primitives, alloy-sol-type-parser, alloy-sol-types, optional 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. - eip712
-
Enables derive_more, serde, and serde_json, eip712 of alloy-sol-type-parser, eip712-serde of alloy-sol-types
Affects
alloy-dyn-abi::eip712… - arbitrary = std
-
Enables arbitrary and proptest, arbitrary of alloy-sol-types
- debug = std
-
Debug winnow parsers; intentionally doesn't enable
winnow/debugEnables debug of alloy-sol-type-parser