[package] name = "ed25519-bip32" version = "0.4.1" authors = ["Vincent Hanquez ", "Nicolas Di Prima "] license = "MIT OR Apache-2.0" edition = "2018" keywords = [ "ed25519-bip32", "bip32", "ed25519" ] homepage = "https://github.com/typed-io/rust-ed25519-bip32/" repository = "https://github.com/typed-io/rust-ed25519-bip32/" description = "Ed25519 BIP32" categories = [ "cryptography" ] [dependencies] cryptoxide = "0.4" [features] default = [] with-bench = []