# 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 = "ragnar" version = "0.1.1" authors = ["Richard Anaya"] description = "A command line tool for generating BIP39 mnemonic phrases and deriving BIP32 HD wallets." readme = "README.md" license = "MIT" repository = "https://github.com/richardanaya/ragnar" [dependencies.bip32] version = "0.5.1" features = ["bip39"] [dependencies.bip39] version = "2.0.0" features = ["rand_core"] [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.rand] version = "0.8.5"