Cargo Features

core-crypto has no features set by default.

[dependencies]
core-crypto = { version = "0.1.1-alpha.2", features = ["serde", "with_mnemonic"] }
serde = serde_bytes, serde_crate
with_mnemonic = bip39

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.

bip39 with_mnemonic?

Enables bip39 ^1.0.1

serde_bytes serde?
serde_crate serde?

Enables serde