cryptic 1.0.0

A simple encryption/decryption application. You can use this to encrypt and decrypt files using a password
[[bin]]
name = "cryptic"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
features = ["suggestions", "color", "derive"]
version = "4"

[dependencies.rand]
version = "0.8"

[dependencies.ring]
version = "0.17"

[dependencies.rpassword]
version = "7"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Giorgos Georgiou <giorgos.georgiou@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple encryption/decryption application. You can use this to encrypt and decrypt files using a password"
edition = "2021"
keywords = ["encryption", "cli"]
license = "Apache-2.0"
name = "cryptic"
readme = "README.md"
version = "1.0.0"