Cargo Features

[dependencies]
symbol-crypto-core = { version = "0.1.1-alpha.2", default-features = false, features = ["sym", "nis1", "full", "serde", "with_mnemonic"] }
default = sym

The sym feature is set by default whenever symbol-crypto-core is added without default-features = false somewhere in the dependency tree.

sym default full? = sym-crypto

default support for symbol blockchain

nis1 full? = nis1-crypto

support for nem nis1 blockchain

Affects symbol-crypto-core::prelude.KpNis1

full = nis1, serde, sym, with_mnemonic
serde full?

Enables serde of core-crypto, nis1-crypto, and sym-crypto

with_mnemonic full?

Enables with_mnemonic of core-crypto

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.

nis1-crypto nis1? serde?
sym-crypto serde? sym