Cargo Features
[dependencies]
thotp = { version = "0.1.11", default-features = false, features = ["qr", "custom", "encoding"] }
- default = custom, encoding, qr
-
These default features are set whenever
thotp
is added without
somewhere in the dependency tree.default-features = false - qr default = encoding
-
Enables percent-encoding and qrcode ^0.12.0
Affects
thotp::qr
… - custom default
-
Enables sha2
Affects
thotp::custom
,qr::uri_append_params
… - encoding default qr
-
Enables data-encoding
Affects
thotp::encoding
…