Cargo Features

emerald-vault has no features set by default.

[dependencies]
emerald-vault = { version = "0.33.0", features = ["dev", "hwkey-emulate", "hyper"] }
dev = clippy
hwkey-emulate

Enables speculos of emerald-hwkey

emerald-hwkey:

Uses Ledger Speculos app emulator instead of real hardware

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.

hyper implicit feature

Enables hyper ^0.12

hyper:

A fast and correct HTTP library

clippy dev?