Cargo Features
[dependencies]
linera-alloy-json-abi = { version = "0.7.4", default-features = false, features = ["std", "serde_json"] }
- default = std
-
The
std
feature is set by default wheneverlinera-alloy-json-abi
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of linera-alloy-primitives, linera-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
linera-alloy-json-abi has 3 features without comments.