Cargo Features

[dependencies]
wedpr_ffi_common = { version = "1.1.0", default-features = false, features = ["wedpr_f_base64", "wedpr_f_hex"] }
default = wedpr_f_base64

The wedpr_f_base64 feature is set by default whenever wedpr_ffi_common is added without default-features = false somewhere in the dependency tree.

wedpr_f_base64 default = wedpr_l_common_coder_base64
wedpr_f_hex = wedpr_l_common_coder_hex

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

wedpr_l_common_coder_base64 wedpr_f_base64
wedpr_l_common_coder_hex wedpr_f_hex?