Cargo Features

[dependencies]
wcensor = { 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 wcensor 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, lib_common::former, graphs_tools_lib::abs, graphs_tools_lib::canonical, graphs_tools_lib::algo, woptions_lib::Options, proc_macro_tools_lib::container_kind, proc_macro_tools_lib::helper, proc_macro_tools_lib::name, proc_macro_tools_lib::split_with_name, proc_macro_tools_lib::syntax, commands::commands_form, commands::print_help, wpublisher::bool, wpublisher::files, wpublisher::manifest, wpublisher::http, wpublisher::process

use_alloc full?
full = use_alloc, use_std