Cargo Features
[dependencies]
warframe = { version = "6.2.0", default-features = false, features = ["full", "worldstate", "multilangual", "worldstate_listeners", "worldstate_full", "market", "market_cache", "market_full"] }
- default = worldstate
-
The
worldstate
feature is set by default wheneverwarframe
is added without
somewhere in the dependency tree.default-features = false - full = market_full, worldstate_full
- worldstate default multilangual? worldstate_full? worldstate_listeners?
-
Affects
warframe::worldstate
… - multilangual worldstate_full? = worldstate
-
Affects
worldstate::language
,base::Endpoint.endpoint
,base::Queryable.query_with_language
… - worldstate_listeners worldstate_full? = worldstate
-
Affects
worldstate::listener
… - worldstate_full full? = multilangual, worldstate, worldstate_listeners
- market market_cache? market_full?
-
Affects
warframe::market
… - market_cache market_full? = market
-
Enables moka
Affects
client::CacheValue
,client::cached
… - market_full full? = market, market_cache