# 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 = "miraland-keygen" version = "1.18.3" authors = [ "Miraland Crafters ", "Miraland Labs Maintainers ", ] description = "Miraland key generation utility" homepage = "https://solanalabs.com/" documentation = "https://docs.rs/miraland-keygen" license = "Apache-2.0" repository = "https://github.com/miraland-labs/miraland" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [[bin]] name = "miraland-keygen" path = "src/keygen.rs" [dependencies.bs58] version = "0.4.0" [dependencies.clap] version = "3.1.5" features = ["cargo"] [dependencies.dirs-next] version = "2.0.0" [dependencies.miraland-clap-v3-utils] version = "=1.18.3" [dependencies.miraland-cli-config] version = "=1.18.3" [dependencies.miraland-remote-wallet] version = "=1.18.3" features = ["default"] default-features = false [dependencies.miraland-sdk] version = "=1.18.3" [dependencies.miraland-version] version = "=1.18.3" [dependencies.num_cpus] version = "1.16.0" [dependencies.tiny-bip39] version = "0.8.2" [dev-dependencies.tempfile] version = "3.10.0"