mei 0.0.2

Utility tool for encryption file
Documentation
[package]
name = "mei"
version = "0.0.2"
edition = "2018"

authors = ["wyhaya <wyhaya@gmail.com>"]
description = "Utility tool for encryption file"
homepage = "https://github.com/wyhaya/mei"
repository = "https://github.com/wyhaya/mei.git"
license = "MIT"
readme = "README.md"

keywords = [
    "command",
    "encryption",
    "file",
    "aes-gcm"
]

[profile.release]
lto = true
codegen-units = 1
# strip = "symbols"

[dependencies]
aes-gcm = "0.8.0"
clap = { version = "2.33.3", default-features = false }
rand = "0.7.3"
rpassword = "5.0.0"
sha2 = "0.9.2"