# 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.0" authors = ["Parity Technologies "] description = "Converting BIP39 entropy to valid Substrate (sr25519) SecretKeys (polkadot v1.10.0)" documentation = "https://docs.rs/substrate-bip39" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [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.4.3" default-features = false [dev-dependencies.bip39] version = "2.0.0" [dev-dependencies.rustc-hex] version = "2.1.0" [features] default = ["std"] std = [ "hmac/std", "pbkdf2/std", "schnorrkel/std", "sha2/std", "zeroize/alloc", "zeroize/std", ]