Cargo Features

[dependencies]
ns_game = { version = "0.2.24", default-features = false, features = ["local_load", "remote_load"] }
default = local_load

The local_load feature is set by default whenever ns_game is added without default-features = false somewhere in the dependency tree.

local_load default

Affects static_def::BASE_CONFIG, static_def::CONFIG

remote_load

Affects static_def::PEM_FILE, static_def::URL, static_def::CONFIG, static_def::CONFIG_CELL, static_def::load_config, static_def::BASE_CONFIG, static_def::BASE_CONFIG_CELL, static_def::load_base_config, static_def::load_game_config