Cargo Features

[dependencies]
wedpr-indy-crypto = { version = "0.4.5", default-features = false, features = ["bn_openssl", "pair_amcl", "serialization", "wasm", "ffi", "cl"] }
default = bn_openssl, cl, ffi, pair_amcl, serialization

These default features are set whenever wedpr-indy-crypto is added without default-features = false somewhere in the dependency tree.

bn_openssl default cl = int_traits, openssl

Affects wedpr-indy-crypto::bn

pair_amcl default = amcl

Affects wedpr-indy-crypto::pair

serialization default = serde, serde_derive, serde_json
wasm = console_error_panic_hook, wasm-bindgen

Affects wedpr-indy-crypto::wasm

ffi default
cl default = bn_openssl

Affects wedpr-indy-crypto::cl

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.

amcl pair_amcl

Enables amcl ^0.1.3

int_traits bn_openssl
openssl bn_openssl
serde serialization
serde_json serialization
serde_derive serialization
wasm-bindgen wasm?
console_error_panic_hook wasm?