substrate-bip39 0.6.1

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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "substrate-bip39"
version = "0.6.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys"
documentation = "https://docs.rs/substrate-bip39"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/paritytech/polkadot-sdk.git"

[features]
default = ["std"]
std = [
    "hmac/std",
    "pbkdf2/std",
    "schnorrkel/std",
    "sha2/std",
    "zeroize/alloc",
    "zeroize/std",
]

[lib]
name = "substrate_bip39"
path = "src/lib.rs"

[dependencies.hmac]
version = "0.12.1"

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

[dependencies.schnorrkel]
version = "0.11.4"
default-features = false

[dependencies.sha2]
version = "0.10.7"
default-features = false

[dependencies.zeroize]
version = "1.7.0"
default-features = false

[dev-dependencies.bip39]
version = "2.2.0"
default-features = true

[dev-dependencies.rustc-hex]
version = "2.1.0"
default-features = true