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 whenever warframe is added without default-features = false somewhere in the dependency tree.

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