Cargo Features

[dependencies]
hamming-dict = { version = "0.5.0", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever hamming-dict is added without default-features = false somewhere in the dependency tree.

alloc default

Affects hamming-dict::generate_dict, hamming-dict::generate_dict_seed