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 whenever tss2-fapi-rs is added without default-features = false somewhere in the dependency tree.

locking default full_locking?
full_locking = locking

tss2-fapi-rs has 3 features without comments.