# 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 = "solana-base58-json-converter" version = "0.1.0" authors = ["Weiyuan Wu "] description = "A CLI tool for converting Solana private key from/to base58 to/from json" readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/dovahcrow/solana-base58-json-converter" resolver = "2" [[bin]] name = "sbjc" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.bs58] version = "0.4" [dependencies.fehler] version = "1" [dependencies.serde_json] version = "1" [dependencies.shellexpand] version = "2" [dependencies.solana-sdk] version = "1" [dependencies.structopt] version = "0.3"