Cargo Features

[dependencies]
generic-container = { version = "0.2.2", default-features = false, features = ["std", "alloc", "kinds", "thread-checked-lock", "serde"] }
default = std

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

std default thread-checked-lock? = alloc
alloc std

Enables alloc and rc of optional serde

kinds

Affects generic-container::kinds

thread-checked-lock = std

Enables thread-checked-lock

serde

Enables serde