Cargo Features

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

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

use_std default full?

Affects wca_lib::ca, lib_common::former, graphs_tools_lib::abs, graphs_tools_lib::canonical, graphs_tools_lib::algo, lib::Options, lib::container_kind, lib::helper, lib::name, lib::split_with_name, lib::syntax, commands::commands_form, commands::print_help, wpublisher::bool, wpublisher::files, wpublisher::manifest, wpublisher::http, wpublisher::process, wpublisher::digest, string::indentation

use_alloc full?
full = use_alloc, use_std