Cargo Features

[dependencies]
mod_interface_runtime = { version = "0.1.1", default-features = false, features = ["use_std", "use_alloc", "full"] }
default = use_std

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

use_std default full?

Affects wca_lib::ca, wca_lib::string, error_tools_lib::error, graphs_tools_lib::abs, graphs_tools_lib::canonical, graphs_tools_lib::algo, wplot_lib::abs, wplot_lib::sys, init::commands_form, wpublisher::bool, wpublisher::files, wpublisher::manifest, wpublisher::http, wpublisher::process, wpublisher::digest, wtest_lib::commands, string::indentation, string::isolate, string::number, string::parse_request

use_alloc full?
full = use_alloc, use_std