# 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 = "near-seed-phrase" version = "0.3.3" description = "Convert NEAR seed phrase to secret key" readme = "README.md" license = "MIT" [dependencies.bip39] version = "2.0.0" features = ["rand"] [dependencies.bs58] version = "0.5.0" [dependencies.ed25519-dalek] version = "2.0.0" features = ["rand_core"] [dependencies.slip10] version = "0.4.3" [dependencies.thiserror] version = "1.0.44"