Cargo Features
[dependencies]
tlb = { version = "0.4.6", default-features = false, features = ["base64", "sha2", "arbitrary"] }
- default = sha2
-
The
sha2
feature is set by default whenevertlb
is added without
somewhere in the dependency tree.default-features = false - base64
-
Enables base64 ^0.21
- sha2 default
-
Enables sha2
- arbitrary
-
Enables arbitrary
TL-B has 4 features without comments.