# 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 = "tiny-hderive" version = "0.3.0" authors = ["Parity Technologies "] description = "Tiny BIP44/BIP32 derivation for BIP39 seeds" homepage = "https://github.com/maciejhirsz/tiny-hderive" documentation = "https://docs.rs/tiny-hderive" keywords = ["bitcoin", "ethereum", "bip32", "bip39", "bip44"] license = "GPL-3.0" repository = "https://github.com/maciejhirsz/tiny-hderive" [dependencies.base58] version = "0.1.0" [dependencies.hmac] version = "0.7.0" [dependencies.libsecp256k1] version = "0.3.5" [dependencies.memzero] version = "0.1.0" [dependencies.sha2] version = "0.8.0" [dev-dependencies.ethsign] version = "0.3" features = ["secp256k1-rs"] default-features = false [dev-dependencies.tiny-bip39] version = "0.6"