Cargo Features

[dependencies]
ed25519-dalek-bip32-feeless = { version = "0.1.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever ed25519-dalek-bip32-feeless is added without default-features = false somewhere in the dependency tree.

std default

Enables std of derivation-path ^0.1.3, ed25519-dalek ^1.0.1, and sha2 ^0.9.1

ed25519-dalek-bip32-feeless has 2 features without comments.