Cargo Features

SLIP44 has no features set by default.

[dependencies]
slip44 = { version = "0.1.4", features = ["parse-coins"] }
parse-coins = itertools, reqwest

Required by the parse-coins binary

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.

itertools parse-coins?

Enables itertools ^0.10.1

reqwest parse-coins?

Enables reqwest ^0.11.4