Cargo Features
[dependencies]
linera-alloy-sol-types = { version = "0.7.4", default-features = false, features = ["std", "json", "eip712-serde", "arbitrary"] }
- default = std
-
The
std
feature is set by default wheneverlinera-alloy-sol-types
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of const-hex, linera-alloy-primitives, and optional serde
serde:
eip712-serde
- json
-
Enables linera-alloy-json-abi, json of linera-alloy-sol-macro
- eip712-serde
-
Enables serde, serde of linera-alloy-primitives
- arbitrary
-
Enables arbitrary of linera-alloy-primitives