Cargo Features
quartz-contract-core has no features set by default.
[dependencies]
quartz-contract-core = { version = "0.1.0", features = ["std", "mock-sgx", "library"] }
- std
-
Enables cosmwasm-std and std of k256, serde, serde_json, and sha2
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - mock-sgx
-
Affects
attested::DefaultAttestation
,attested::RawDefaultAttestation
… - library