Cargo Features

[dependencies]
tlb = { version = "0.4.6", default-features = false, features = ["base64", "sha2", "arbitrary"] }
default = sha2

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

base64

Enables base64 ^0.21

sha2 default

Enables sha2

arbitrary

Enables arbitrary

TL-B has 4 features without comments.