Cargo Features

[dependencies]
macro_tools = { version = "0.23.0", default-features = false, features = ["full", "enabled"] }
default = enabled

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

full = enabled
enabled default full?

Affects macro_tools::attr, macro_tools::container_kind, macro_tools::diag, macro_tools::generic_analyze, macro_tools::generics, macro_tools::name, macro_tools::quantifier, macro_tools::tokens, macro_tools::typ, macro_tools::type_struct, macro_tools::dependency, macro_tools::protected, macro_tools::orphan, macro_tools::exposed, macro_tools::prelude

Features from optional dependencies

qqq : put all files under features: macro_attr, macro_container_kind, ...