Cargo Features
ya-client-model has no features set by default.
[dependencies]
ya-client-model = { version = "0.7.0", features = ["with-diesel", "sgx"] }
- with-diesel = diesel
- sgx = hex, openssl, secp256k1
-
Enables serde of secp256k1 >=0.23, <0.28
Affects
activity::encrypted
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- diesel with-diesel?
-
Enables diesel ^1.4
- hex sgx?
- secp256k1 sgx?
-
Enables secp256k1 >=0.23, <0.28
- openssl sgx?