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 whenevered25519-dalek-bip32-feeless
is added without
somewhere in the dependency tree.default-features = false - 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.