Cargo Features
[dependencies]
bip329 = { version = "0.1.1", default-features = false, features = ["encryption", "uniffi"] }
- default = encryption
-
The
encryption
feature is set by default wheneverbip329
is added without
somewhere in the dependency tree.default-features = false - encryption default
-
age:
encryption (feature)
Affects
ffi::EncryptionError
,error::EncryptionError
,bip329::encryption
… - uniffi
-
Enables uniffi
uniffi (feature)
Affects
error::ffi
…