Cargo Features

ya-core-model has no features set by default.

[dependencies]
ya-core-model = { version = "0.9.0", features = ["full", "activity", "appkey", "driver", "gftp", "identity", "market", "net", "payment", "sgx", "version"] }
full = activity, appkey, driver, gftp, identity, market, net, payment, sgx, version
activity full?

Affects ya-core-model::activity

appkey full?

Affects ya-core-model::appkey

driver full? = bigdecimal, bitflags

Affects ya-core-model::driver

gftp full?

Affects ya-core-model::gftp

identity full?

Affects ya-core-model::identity

market full?

Affects ya-core-model::market

net full?

Affects ya-core-model::net

payment full? = bigdecimal, bitflags

Affects ya-core-model::payment, ya-core-model::driver

sgx full? = graphene-sgx

Affects ya-core-model::sgx

version full?

Affects ya-core-model::version

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.

bigdecimal driver? payment?

Enables bigdecimal ^0.2

bitflags driver? payment?

Enables bitflags ^1.2

graphene-sgx sgx?