Cargo Features

[dependencies]
hash_arr_map = { version = "0.4.0", default-features = false, features = ["std", "bacon_rajan_cc", "imm_gc"] }
default = std

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

std default = fastrand

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.

bacon_rajan_cc implicit feature

Enables bacon_rajan_cc ^0.3

bacon_rajan_cc:

A reference counted type with cycle collection

imm_gc implicit feature

Enables imm_gc

imm_gc:

Garbage collected pointers with immediate dropping

fastrand std

Enables fastrand ^1