Cargo Features

[dependencies]
alloc_counter = { version = "0.0.4", default-features = false, features = ["std", "macros", "rustdoc"] }
default = macros, std

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

std default

Affects alloc_counter::AllocCounterSystem, alloc_counter::AllocCounterSystem

macros default = alloc_counter_macro
rustdoc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

alloc_counter_macro macros