Cargo Features
sui-sdk-types has no features set by default.
[dependencies]
sui-sdk-types = { version = "0.0.1", features = ["serde", "schemars", "rand", "hash"] }
- serde schemars?
-
Enables bcs, std of roaring and serde, serde_derive, serde_json, and serde_with
serde:
Serialization and Deserialization support
- schemars = serde
-
Enables schemars and serde_json
schemars:
JsonSchema definitions for types, useful for generating an OpenAPI Specificaiton.
- rand
-
Enables rand_core
RNG support
- hash
-
Enables blake2
Hash support
Affects
sui-sdk-types::hash
…