encrypt38 1.1.6

Command line tool to encrypt and decrypt bitcoin private keys with bip-0038 standard.
Documentation
[dependencies.bech32]
version = "0.8.1"

[dependencies.bip38]
version = "1.0.2"

[dependencies.bs58]
version = "0.4.0"

[dependencies.clap]
version = "2.33.3"

[dependencies.ripemd160]
version = "0.9.1"

[dependencies.secp256k1]
version = "0.20.3"

[dependencies.sha2]
version = "0.9.5"

[package]
authors = ["ceca69ec8e1bcad6c6d79e1dcf7214ff67766580a62b7d19a6fb094c97b4f2dc"]
categories = ["command-line-interface", "cryptography::cryptocurrencies"]
description = "Command line tool to encrypt and decrypt bitcoin private keys with bip-0038 standard."
documentation = "https://docs.rs/encrypt38"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["bip-0038", "bitcoin", "cli", "decryption", "encryption"]
license = "Apache-2.0"
name = "encrypt38"
readme = "README.md"
repository = "https://github.com/ceca69ec/encrypt38"
version = "1.1.6"