Cargo Features

[dependencies]
proper_path_tools = { version = "0.4.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled", "path_unique_folder_name"] }
default = enabled, path_unique_folder_name

These default features are set whenever proper_path_tools is added without default-features = false somewhere in the dependency tree.

no_std use_alloc?
use_alloc = no_std
full = enabled, path_unique_folder_name
enabled default full?

Enables enabled of mod_interface

path_unique_folder_name default full?

proper_path_tools has 6 features without comments.