substrate-bip39 0.2.0

Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "substrate-bip39"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys"
documentation = "https://docs.rs/substrate-bip39"
license = "GPL-3.0"
repository = "https://github.com/maciejhirsz/substrate-bip39"
[dependencies.hmac]
version = "0.7.0"

[dependencies.pbkdf2]
version = "0.3.0"
features = ["parallel"]
default-features = false

[dependencies.schnorrkel]
version = "0.0.0"

[dependencies.sha2]
version = "0.8.0"
[dev-dependencies.rustc-hex]
version = "2.0.1"

[dev-dependencies.tiny-bip39]
version = "0.6.0"