# 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_rs" version = "0.1.0" authors = ["ENOCH "] description = "HD wallet implementation for Solana built with Rust" homepage = "https://github.com/ECJ222/hdwallet-rs" readme = "README.md" keywords = [ "crypto", "web3", "payment", "hdwallet", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/ECJ222/hdwallet-rs" resolver = "2" [dependencies.base58] version = "0.1" [dependencies.bip0039] version = "0.10.1" features = [ "czech", "french", "italian", "japanese", "korean", "portuguese", "spanish", "chinese-simplified", "chinese-traditional", ] [dependencies.curve25519-dalek] version = "3.2.1" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hex] version = "0.4" [dependencies.ring] version = "0.16" [dependencies.ripemd160] version = "0.8" [dependencies.tikv-jemallocator] version = "0.4.0"