Cargo Features
[dependencies]
tss2-fapi-rs = { version = "0.5.5", default-features = false, features = ["locking", "full_locking"] }
- default = locking
-
The
locking
feature is set by default whenevertss2-fapi-rs
is added without
somewhere in the dependency tree.default-features = false - locking default full_locking?
- full_locking = locking
tss2-fapi-rs has 3 features without comments.