# 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 = "hdwallet-fc" version = "0.2.8" authors = ["fcihpy@gmail.com"] description = "Hierarchical deterministic wallet" readme = "README.md" keywords = [ "hdwallet", "bip32", "mnemonic", "bip32", "bip44", ] license = "MIT OR Apache-2.0" repository = "https://github.com/fcihpy001/hdwallet-fc" [lib] name = "hdwallet_fc" path = "src/lib.rs" [dependencies.bip39] version = "2.0.0" [dependencies.bitcoin] version = "0.31.1" [dependencies.bs58] version = "0.5.0" features = ["check"] [dependencies.hex] version = "0.4.3" [dependencies.secp256k1] version = "0.20.3" [dependencies.sha3] version = "0.10.8"